/*img { behavior: url(../images/iepngfix.htc) }*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;
}
* {	margin: 0px; padding: 0px;}
body {
	background-color: #FFF;
	color: #000000;
	font: normal 85% 'Trebuchet MS', Tahoma, sans-serif;	
	margin: 0px; padding: 0px;
	line-height: 1.25;
}
h1, h2, h3, h4, h5, h6 { font-family: 'Trebuchet MS', Tahoma, Sans-serif;  font-weight: bold;}
h1 {	font-size: 1.7em; margin: 0px 0px .4em 0px; color: #000000; padding: 0px 0px 0px 0px; border-bottom: 1px solid #f2f2f2; }
h2 {	font-size: 1.5em; margin-bottom: .4em;}
h3 {	font-size: 1.4em; margin-bottom: .3em; color: #000;}
h4 {	font-size: 1.2em; margin-bottom: .3em; }
h5 {	font-size: 1.1em; margin-bottom: .25em;}
h6 {	font-size: 1.0em; margin-bottom: .25em; font-weight: normal;}
a { background: inherit; color: #022266; text-decoration: underline; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }
a.pdf
{
	padding: 4px 28px 4px 0px;
	background: transparent url(../images/pdf.gif) no-repeat center right;
	display: inline;
	text-decoration: underline;
}
ul, ol {	margin: 10px 20px; padding: 0 15px;	}
ul li, ol li {	margin-bottom: 10px; line-height: 1.2em;	}
p { margin: 0px 0px 1.5em 0px; }
hr { margin: 5px 0px; }
em { font-weight: bold;	font-style: italic; }
img { border-width:0px;	margin: 4px; }
blockquote { margin: 1.5em; color:#666; font-style:italic; }
.smaller {	font-size: .80em; margin-bottom: .25em; line-height: 1.0; }
.larger { font-size: 1.20em; margin-bottom: .5em; line-height: 1.5em; }
.red { color: red; }
.bold{	font-weight: bold;}
.centered {	text-align: center;}
/*** Table Styles ***/
table {}
th {
	background: #74A846;
	height: 28px;	
	color: #fff;
	text-align: left;
	font-weight: bold;
	/*
	padding-left: 10px;	
	padding-right: 11px;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;*/
}
tr {
	
}
td {
	/*padding-left: 10px;
	padding-right: 10px;
	 border-left: 1px solid #FFE1C3; 
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;*/
}
td.first,th.first {
	border-left: 0px;
}
tr.alt {
	background: #EFEFEF;
}
.fltRight
{
	float: right;
	margin-left: 5px;
}
.fltLeft 
{
	float: left;
	margin-right: 5px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.textbox 
{
	background-color: #FFFFEE;
	/*border: 1px solid #85A157;*/
}
.highlightTextbox 
{
	background-color: #FFFFAA;
	/*border: 1px solid #85A157;*/
	width: auto;
}
.good, .bad, .warning, .security
{
	padding: 5px 5px 5px 30px;
	margin: 5px 0px 0px 00px;
	text-align: left;
	display: block;
}
.good
{
	background: #CCFECC url(../images/good.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #009900;
}
.bad
{
	background: #FECCCC url(../images/error.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FF3333;
	color: #990000;
}
.warning
{
	background: #FFFFCB url(../images/warning.gif) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: 1px solid #FFFF00;
}
.security
{
	background: #FFFFFF url(../images/security_30.png) no-repeat;
	background-position: 5px 50%; /* x-pos, y-pos */
	border: none;
	padding-left: 35px;
	margin-bottom: 5px;
	font-weight: bold;
}

/** AJAX Progress Indicator **/
.ajaxProgressUpdating
{
	vertical-align: middle; width: 200px; text-align: center; margin: 0px auto; background-color: Black; color: White; border: 1px solid green;
	padding: 5px;
}

/*** Calendar styles ***/
.calendar .ajax__calendar_container
{
	border: 1px solid green; background-color: #FFF; color: Red;
}
.calendar .ajax__calendar_header
{
	color: Black;
}
.calendar .ajax__calendar_active .ajax__calendar_day
{
	font-weight: bold; color: black;	
}
.calendar .ajax__calendar_dayname
{
	color: Black;
}
.calendar .ajax__calendar_today
{
	text-decoration: underline;
}
.calendar .ajax__calendar_other .ajax__calendar_day,
.calendar .ajax__calendar_other .ajax__calendar_month,
.calendar .ajax__calendar_other .ajax__calendar_year
{	
	color: #333333;
}
.calendarImg { vertical-align: top; padding: 0px; margin: 0px;}

/*** Home page styles for headers ***/
.home h1 {	font-size: 3.7em; border-bottom: none; margin-bottom: .2em; }
.home h2 {	font-size: 2.5em; margin-bottom: .2em;}
.home h3 {	font-size: 2.0em; margin-bottom: .7em;}
.home h1.red {	color: Red; }
.home h3.blue { color: Blue; }
.home h3.black {	color: Black; }
.home h3.green {	color: Green; }