
/*
The List  -----------
#Forms#
#Messages#
#Links#
#Tables#
#Titles#
*/


/*  ==========  Forms   ==================================================  */

.caption_1, .caption_2, .caption_3
{	
	text-align:right;
	/*vertical-align:middle;*/
	font-weight:bold;
}

.caption_1, .capData_1
{	
	font-size:90%;
	
}
.caption_2, .capData_2
{
	font-size: 80%;
}
.caption_3, .capData_3
{
	font-size: 75%;
}


.readonly
{
	border-bottom-style:solid;
	border-color: #bbb;
	border-width: 1px;
	background-color: #eee;
	color:Black;
	cursor:default;   
}



.star
{
	font-family: Courier New, Tahoma, Verdana, Arial   ;
	font-size:110%;
	font-weight:bold;
	color: #dd0000;
}

.valid
{
	font-size: 85%;
	color: #000;
}


/*  Messages   =============================================  */

.posMesg
{
	font-size: 110%;
	font-weight:bold;
	color:#007733;	 
}
.prompt_1
{
	font-size: 90%;
	font-weight: bold;	
	color: #7700aa;	
}
.prompt_2
{
	font-size: 110%;
	font-weight: bold;	
	color: #7700aa;	
}
.errMesg
{
	font-size: 100%;
	font-weight: bold;	
	color: #ee0000;
}
.errMesgSmall
{
	font-size: 100%;
	font-weight: bold;	
	color: #ee0000;
}


.help
{
	border: solid 1px #000000;
	background-color: #ffff77;
	font-size: 90%;
	padding:0, 0, 0, 2;
	width:95%;
	text-align:left;
}




.hint
{
	color: 700;
	font-size: 95%;
}
/*  #####################    Links ############################   */

A.linkSmall:link, A.linkSmall:visited, A.linkSmall:hover
{
	color: #0000ff;
	font-size: 80%;
	text-decoration: underline;	
}

A.linkSmall:hover
{
	color: #00aaff;	
}
.linkBig
{
	color: #0000ff;
	font-size: 120%;
	text-decoration: underline;	
}

/*  ----------   */

A.fnLink:link, A.fnLink:visited, A.fnLink:hover, A.fnActiveSort
{
	COLOR: #0000ff;
	FONT-SIZE: 12px; 
	text-decoration: underline; 
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
}
A.fnLink:hover
{
	COLOR: #00aaff;	
}
A.fnActiveSort
{
	COLOR: #990000;
}
A.fnLinkBig 
{
	COLOR: #0000ff;
	FONT-SIZE: 18px; 
	text-decoration: underline; 
	/*font-family: Arial, Helvetica, sans-serif;*/
}
A.fnLinkBigB 
{
	COLOR: #0000ff;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px; 
	text-decoration: underline; 
	/*font-family: Tahoma, Helvetica, sans-serif;*/
}
/*  ----------------------------------------   */

A.linkButtonSmall:link
{
	background-color: #00ff00;
	text-decoration: none;
	font-weight: bold;
	 font-size: 130%;
}

/*  -----------    fakeButton    -------------------   */

A.fakeButton:link,  A.fakeButton:visited, A.fakeButton:hover 
{
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	font-size:95%;
	border-width: 1px;
}
A.fakeButton:link,  A.fakeButton:visited
{
	border-style:outset;
	background-color: #aa7777;
	color: #fff;
}
A.fakeButton:hover 
{	
	background-color: #eecccc;
	color: #880000;
	border-style:inset;
}
/*  ----  Column Names and sorting  -------------------   */


A.colName:link, A.colName:visited, A.colName:hover, A.colNameSort
{
	COLOR: #0000ff;
	FONT-SIZE: 12px; 
	text-decoration: none;
	 font-weight: bold;
	/*font-family: Tahoma, Arial, Helvetica, sans-serif;*/
}
A.colName:hover
{
	COLOR: #00aaff;	
}
A.colNameSort
{
	COLOR: #990000;
}

/*  ---- Top Nav  -------------------   */

A.topNav:link, A.topNav:visited, A.topNav:hover, A.topNavCurr, A.logout
{
	color: #ffffff;
	background-color: #007777;
	font-size: 12px; 
	text-decoration: none;
	font-weight: bold;
	padding: 3 5 3 5;
	border-style: outset;
	border-width: 1px;
}
A.topNav:hover
{
	background-color: #44aaaa;
	border-style: inset;
	
}
A.logout:hover
{
	background-color: #cc8888;
	border-style: inset;
}
A.topNavCurr
{
	background-color: #000000;
}
A.logout
{
	background-color: #bb0000;
}

/* -----------------   landingNav   -----------------------------------  */

A.landingNav:link, A.landingNav:visited, A.landingNav:hover
{
	font-size: 80%;
	text-decoration: none;
	color: #0000dd;
	font-weight:normal;
}
A.landingNav:hover
{
	color: #dd0000;	
}

/* #######################    Tables     ####################### */

.tab_lines
{
	background-color: #ffffff;
	border: outset 3px #7bb;
	/*
	border-style:double;
	border-style:groove;
	border-style:inset;
	border-style: outset;
	border-style: ridge;
	border-style: solid;
	border-style: window-inset;
	*/
}
.tab_lines TD 
{
	background-color:#badddd;
	padding: 1 1 1 4 ;
	letter-spacing: normal;
	/*cell-spacing: 0px;*/
	/*border:inset 10px black;*/
}
.tab_data
{
	font-size:95%;
}

/* ------------------------------------------------ */

.tab_readonly
{
	border-width:1px;	
	padding: 0 2 0 2;
	padding-bottom: 0;
	padding-top: 0;
	margin: 0;
}
/* ==================    #Titles#                 ======================== */

.title_1, .title_2, .title_3
{
	font-weight: bold;
}
.title_1
{	
	font-size: 150%;
}
.title_2
{
    font-size: 110%;
}
.title_3
{
    font-size: 100%;
}

/*  ###################################################################################  */
/*  ###################################################################################  */
/*  ###################################################################################  */

/*  Admin Styles   ##################################################################   */


/* ====================   Links   ==================================================  */


/* ======================    Groups       ======================   */

#dv_real ,.group
{
	background-color: #aadfdf;
	width:400px;
	padding: 5 5 5 5;
	 text-align:left;
}

.valid
{
	font-size: 85%;
	color: #000;
}


/* ###################  Old but still used perhaps             ######################################## */


.fnMesg 
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #005511;
}
.fnErrorMesg
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #ed2222;
}
.fnInstr_1
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #2222dd;
}
.fnInstr_2
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #2222dd;
}
.fnItem
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
}
.fnItemB
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #000000;
}
.fnMenu
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #0000dd;
}
.fnActiveMenu
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 12px;
    COLOR: #000000;
}
.fnNote
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #008800;
}
.fnNoteB
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #008800;
}

.fnInfo
{
	FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
}
.fnInfoB
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #ffffff;
}
.fnLogo
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    COLOR: #005500;
}

.fnOffer
{
	FONT-WEIGHT: normal;
	COLOR: #760000;
	FONT-SIZE: 12px; 
	text-decoration: none; 
}
.fnOfferB
{
	FONT-WEIGHT:  bold;
	COLOR: #760000;
	FONT-SIZE: 12px; 
	text-decoration: none; 
}

.fnTempt_1
{
	FONT-WEIGHT: normal;
	COLOR: #770077;
	FONT-SIZE: 12px; 
	text-decoration: none; 
}
.fnTempt_1B
{
	FONT-WEIGHT: bold;
	COLOR: #770077;
	FONT-SIZE: 12px; 
	text-decoration: none; 
}
.fnTempt_2
{
	FONT-WEIGHT: normal;
	COLOR: #770077;
	FONT-SIZE: 14px; 
	text-decoration: none; 
}
.fnTempt_2B
{
	FONT-WEIGHT: bold;
	COLOR: #770077;
	FONT-SIZE: 14px; 
	text-decoration: none; 
}
.fnTempt_3
{
	FONT-WEIGHT: normal;
	COLOR: #770077;
	FONT-SIZE: 18px; 
	text-decoration: none; 
}
.fnTempt_3B
{
	FONT-WEIGHT: bold;
	COLOR: #770077;
	FONT-SIZE: 22px; 
	text-decoration: none; 
}


.fnUsernamePassword
{
	FONT-WEIGHT: bold;
	COLOR: #ffffff;
	FONT-SIZE: 14px; 
	text-decoration: none; 
}


/* this came from styles.asp  */
.fnTopMenu
{
	COLOR: #004444;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px; 
	text-decoration: none; 
	cursor:hand;
}

.fnHand
{
	COLOR: #000000;
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px; 
	text-decoration: none; 
	cursor:hand;
}


/*  ##################################################################  */


.display_none
{
       display:none;
}

.schedule
{
	font-family: Courier New;
	 font-size: 12px;
	 color: #000000;
}

.debug
{
	color: #dd0000;
	font-size: 90%;
}

.password
{
	background-color: #d5e5e5;
}


.heading
{
	background-color: #668899;
	color: White;
	font-size: 90%;
	height: 22px;
	 font-weight: bold;
}


A.memberLogout:link, A.memberLogout:visited, A.memberLogout:hover
{
	font-size: 90%;
	color: #0000dd;
	text-decoration: none;
	border: double 1 #000000;
	padding: 0 2 0 2;
	background: #ffffff;
}

A.memberLogout:hover
{
	color: #dd0000;
}


/* #############################################################  */

/*
fieldset 
{
	position: relative;
	border: 1px solid #090;
	margin: none;
	padding: 0px 10px 10px;
	background: #eee;
	-moz-border-radius: 10px;
}

legend 
{
	position:absolute;
	top: -0.5em;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 10px;
	background: #9cf;
	font-weight : bold;
	border: 1px solid #090;
	-moz-border-radius: 10px;
}
*/

fieldset
{ 
	position: relative;
	background-color: #c0dede;
	 padding: 10 1 5 5;
	  text-align:left;
}



legend
{ 
	position:absolute; 
	top: -0.5em; 
	left: 0.5em;
	background-color: #557b7b;
		border: solid 0px #000;
	padding: 0px 6px 0px 6px;
	 color: #fff;
	  font-size: 80%;
	   
} 


 .tabFieldSet
 {
	padding: 10 0 0 0 ;
	width: 10%;
	background-color: #e6dddd;
	background-color: #efffdd;
	border:0;
	BORDER-RIGHT: black 2px solid;
	BORDER-TOP: #888888 2px solid;
	BORDER-LEFT: #888888 2px solid;
	BORDER-BOTTOM: black 2px solid;   
 }
 
 
 .tabBox
 {
	border-left: solid 2 #eeffff;
	border-top: solid 2 #eeffff;
	border-right: solid 2 #449999;
	border-bottom: solid 2 #449999;
	background-color: #b9e0e6;

 }

































