/*--------------------------------------------------
Style Sheet for Site Admin
--------------------------------------------------*/

/*--------------------------------------------------
GLOBAL STYLES
--------------------------------------------------*/

/*basefont, and size for wtc defined classes, templates, and id's!*/
td.temp, td.temp td, td.temp th{
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	}

a {
	color: #00709e;
	}

/* all hr /> elements*/
hr {
	color: #005786;
	}

/*mast head client*/
.m_client {
	width:164px;
	height: 50px;
	margin-left: 5px;
	margin-top: 3px;
	}

/*mast head wtc*/
.m_wtc {
	margin-top: 5px;
	margin-right: 15px;
	width:195px;
	height: 50px;
	}

/*--------------------------------------------------
SIZE STYLES
--------------------------------------------------*/
/* shared id [size only style]*/
#texta {
	font-size: xx-small;
	}


/* textb is the default text size
   this size is applied by default*/


/* shared id [size only style]*/
#textc {
	font-size: small;
	}

/* shared id [size only style]*/
#textd {
	font-size: medium;
	}

/* shared id [size only style]*/
#texte {
	font-size: large;
	}

/*--------------------------------------------------
TEXT STYLES
--------------------------------------------------*/

/* used for forms, captions, and login error messages*/
.red {
	color:#FF0000; 
	}

.gray {
	color:#999999; 
	}

.green {
	color:#16D101;
	}

/*--------------------------------------------------
Link Styles
--------------------------------------------------*/

div.col1a a{
	 color: #006699;
	 text-decoration: none;
	 }

div.col1a a:hover{
	 color: #006699;
	 text-decoration: underline;
	 }

/*--------------------------------------------------
Heading Styles
--------------------------------------------------*/
	
/* generic bold heading*/

.head {
	font-weight: bold;
	color: #000000;
	font-size: x-small;
	}

/* large page function heading*/
.head1 {
	font-weight: bold;
	color: #000000;
	font-size: small;
	}

/* topic headings for admin topics*/
.head2 {
	color: #000000;
	font-size: medium;
	}

/* topic sub-headings*/
.head3 {
	color: #000000;
	font-size: large;
	}

/*--------------------------------------------------
BLOCK STYLES
--------------------------------------------------*/
/* cell 1 of template a*/
div.col1a {
}
#col1a {
	background-color: #FFFFFF;
	}

div.col2a {
	padding:10px;
	padding-top:20px;
	padding-left:20px;
}
/* template b cell1*/
div.col1b {
	padding:10px;
	padding-top:20px;
	padding-left:20px;
	}
/* template c cell1*/
div.col1c {
	padding:10px;
	padding-top:20px;
	padding-left:20px;
	}

div.tscroll {
	height: 250px;
	overflow:scroll;
	}

/* table data column headers */
table.tdata tr th {
	font-weight: bold;
	color: #000000;
	font-size: x-small;
	background-color: #e5e5e5;
	}

/* left nav heading block*/
.mainblock {
	margin-top: 5px;
	padding: 5px;
	border-style:solid;
	border-width: 1px;
	border-color: #006699;
	background-color: #B3CC99;
	width: 195px;
	height: 20px;
	color: #006699;
	font-weight: bold;
	}

/* left nav links block*/
.subblock {
	margin-top: 1px;
	padding: 5px;
	width: 195px;
	height: 20px;
	border-style:solid;
	border-width: 1px;
	border-color: #006699;
	}

/*renders header block in sub-level pages*/ 
.headblock {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	padding: 5px;
	background-color: #e9eed9;
	}

/*renders body block in sub-level pages*/
.contentblock {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	border-top-width: 0px;
	padding: 5px;
	}

/*login-page block*/
.loginblock {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #9E2F37;
	background-color: #e5e5e5;
	width: 300px;
	}

/*mast head cells*/
#mast {
	background-image: url(../images/m_tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
		}

#dialogmast {
	background-image:url(../images/dialog_m_tile.gif);
	background-repeat: repeat-x;
	}

/*footer cell*/
#foot {
	background-image: url(../images/f_tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
		}
		
.selectedrow{
	background-color: #FFE185
}

div.bordered {
	border-style: solid;
	border-width:1px;
	border-color: #336699;
	background-color: #FFFFFF;
}

/*--------------------------------------------------
FORM STYLES
--------------------------------------------------*/
/* used for fields that need a specified width */

.areapx {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	width: 400px;
	}

/* used for all form fields that need a specified width*/
.formpx {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	width: 100px;
	}
/* used for all form fields*/
.form {
	font-family: verdana, arial, sans-serif;
	font-size: x-small;
	}
