html, body 
{
	height: 100%; 
	width: 100%;
	margin: 0; 
	padding: 0; 
}

/** Global Font settings **/
body 
{
	background-color: #FFF;
}

body, td
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#mainbody
{
	text-align: left;
	border-collapse: collapse;
}

/** Anchors **/

a
{
	text-decoration: none;
	color:	#f18e36;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a.rptLink
{
	text-decoration: none;
	color:	#f18e36;
	font-weight: bold;
}

a.rptLink:hover
{
	text-decoration: underline;
}

/** For clearing floats **/
.cleardiv
{
	clear: both;
}

/** Error Messages **/
.errormsg
{
	color: #f00;
	font-weight: bold;
}

/** Centering stuff **/
.centered
{
	text-align: center;
	margin: auto;
}

/** Header **/
#header
{
	position: relative;
	margin: 0;
}

/** Navigation **/
#topmenu
{
	background-image: url(/images/empnav.gif);
	background-repeat: repeat-x;
	padding-left: 25px;
	height: 49px;
	line-height: 49px;
	clear: both;
	margin-bottom: 0px;
	vertical-align: middle;
}

.footer
{
	height: 22px;
	background-image:url(/images/empbotbg.gif);
	background-repeat: repeat-x;
}

#topmenu a, #footer a
{
	color: White;
	text-align: center;
	display: block;
	float: left;
	width: 118px;
	height: 49px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

#topmenu a:hover, #footer a:hover
{
	background-image: url(/images/empnavOver.gif);
	text-decoration: none;
}

#sidemenu
{
	margin-top: 25px;
	margin-left: 2px;
	margin-right: 2px;
}

#sidemenucell
{
	border-right: solid 1px #6B6B6C;
}

/** Content **/

p
{
	margin:0;
	padding-top: 5px;
	padding-bottom: 2px;
}

#content
{
	margin-right: 25px;
	padding-left: 20px;
	padding-bottom: 20px;
	min-height: 400px;
	height: expression((this.scrollHeight < 400) ? '400px' : 'auto');
}


#contentheader
{
	padding-left: 5px;
	border-bottom: solid 1px #CCC;
	line-height: 23px;
	margin-bottom: 10px;
	padding-top: 5px;
}

#contentheader .header
{
	font-weight: bold;
	color: #0c5292;
}

#contentheader .hdrhighlight
{
	color: #ff9900;
	font-weight: bold;
}

/** Calendar control stuff **/
table.calobj
{
	width: 170px;
	border-collapse: collapse;
	border: solid 1px #DDDDDD;
}

table.calobj td
{
	text-align: center;
	height: 18px;
	padding: 0;
}

.calnxtprv
{
	text-align: center;
}

.calnxtprv a
{
	color: #FFF;
}

.caltitle td
{
	color: white;
	background-color: navy;			
	font-weight: bold;
}

td.calday
{
	text-align: center;
	background-color: white;
}

td.calday a
{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 20px;
}

td.calday a:hover
{
	background-color: #e9d843;
	text-decoration: none;
}

td.caldayheader
{
	background-color: #DDDDDD;
	font-style: italic;
	font-weight: bold;
}

td.calothermonth
{
	background-color: #DDDDDD;
}

td.calothermonth a
{
	display: block;
	height: 100%;
	width: 100%;
	line-height: 20px;
}

td.calothermonth a:hover
{
	background-color: #e9d843;
	text-decoration: none;
}

img.calicon
{
	cursor: pointer;
}

.ie6hackframe
{
	border: solid 0px red;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

/** Agency Selection area for admins **/
.agencyselect
{
	float: right; 
	padding-right: 15px;
}

/** Side Menu **/
.sidesection
{
	font-weight: bold;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #00307A;
}

ul.sidemenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidemenu li
{
	line-height: 18px;
}

ul.sidemenu a
{
	display: block;
	width: 100%;
	height: 18px;
	font-size: 7pt;
	white-space: nowrap;
	font-weight: bold;
	text-indent: 10px;
	margin: 0;
}



ul.sidemenu a:hover
{
	color: #ffe992;
	text-decoration: none;
	background-color: #3d8fe0;
}


#sidemenu hr
{
	border: 0;
	background-color: #999;
	color: #999;
	height: 1px;
	width: 100%;
}

/** Utility classes **/
.smallnotice
{
	font-size: 9px;
	white-space: nowrap;
	font-weight: bold;
}

.smallnotice .ind
{
	color: navy;
	text-decoration: underline;
}

.txtdatepicker
{
	width: 70px;
	/*font-size: 7pt;*/
}

.monthcell
{
	font-weight: bold;
	font-size: 10pt;
	background-color: #e5e5e5;
}

/** for the notes field **/
.msrnotes
{
	min-height: 40px;
	max-height: 150px;
	
	height: expression((this.scrollHeight < 40 ) ? '40px' : ((this.scrollHeight > 150) ? 150 : 'auto'));
	
	overflow: auto;
	background-color: #fff;
	
	border-style: solid;
	border-width: 1px;
	border-color: #aaa #ddd #ddd #aaa;
	
	padding: 3px;
}

div.questiondesc
{
	float:right;
	vertical-align:top;
	background-color:#2e4a78;
	border-style:solid;
	border-width:thin;
	border-color:#5668ec;
	color:#c6dde1;
	width:260px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}

div.surveynotifier
{
	float:left;
	vertical-align:top;
	border-style:solid;
	border-width:thin;
	border-color:#5668ec;
	width:260px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}

div.surveygroupname
{
	text-align:left;
	margin-left:40px;
	margin-right:40px;
	font-weight:bold;
	font-size: medium;
}

.lblJobTitle
{
	font-size:larger;
    font-weight:bold;
    
}

B.stitle
{
	font-size:larger;
	color: Navy   
}