/*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: #9595CD;
	background-color: #C6E3FF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	margin: 0px 4px;
	padding: 0px;
	line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {	font-size: 1.9em; margin-bottom: .4em;}
h2 {	font-size: 1.6em; margin-bottom: .4em;}
h3 {	font-size: 1.4em; margin-bottom: .3em; color: #007FFF;}
h4 {	font-size: 1.2em; margin-bottom: .3em; color: #0000FF;}
h5 {	font-size: 1.1em; margin-bottom: .25em;}
h6 {	font-size: 1.0em; margin-bottom: .25em; font-weight: normal;}
a{
	font-size: 1em;
}
p{
	margin: 0px 0px 1.5em 0px;
}
em 
{
	font-weight: bold;
	font-style: italic;
}
img
{
	border-width:0px;
	margin: 4px;
}
blockquote 
{
	margin: 1.5em; color:#666; font-style:italic;
}
.small
{
	font-size: .80em; margin-bottom: .25em; line-height: 1.0;
}
.large
{
	font-size: 1.20em; margin-bottom: .5em; line-height: 1.5em;
}
.bold
{
	font-weight: bold;
}
.centered 
{
	text-align: center;
}
/*** Table Styles ***/

table, td, th 
{
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
}
th 
{
	font-weight: bold;
}
th, td, caption 
{
	padding-top: 4px 10px 4px 5px;
}
thead th 
{
	background-color: #c3d9ff;	
}

.fltRight
{
	float: right;
	margin-left: 5px;
}
.fltLeft 
{
	float: left;
	margin-right: 5px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.indent15
{
	text-indent: 15px;
}

.textbox 
{
	background-color: #FFFFFF;
	border: 1px solid #85A157;
}
.highlightTextbox 
{
	background-color: #FCFFC3;
	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;
}

/*** QA Accordian Styles ***/
.questionHeader, .questionHeaderSelected
{
	display: block;
	/*background-color: #234234;
	background-image: url(../images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
*/
	background-image: url(../images/button_bg_white_gray.gif);
	background-repeat: repeat-x;
	
	color: Black;
	padding: 4px 0px 4px 8px;
	margin: 4px 00px 0px 0px;
}
.questionHeader:hover
{
	cursor: hand;
	/*background-image: url(../images/button_bg_white_gray_hover.gif);*/
	background: #EEE;
}

.questionHeaderSelected
{
	/*background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;*/
	background-image: url(../images/button_bg_dark_blue.gif);
	background-repeat: repeat-x;	
	color: White;
}
.questionHeaderSelected:hover
{
	cursor: hand;
	background-image: url(../images/button_bg_dark_blue_hover.gif);
}
.answerContent
{
	
	padding: 3px 20px 3px 20px;
	background-color: #DDD;
}


/*********** 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;
}

/** AJAX Progress Indicator **/
.ajaxProgressUpdating
{
	vertical-align: middle; width: 100px; text-align: center; margin: 0px auto; background-color: Black; color: White; border: 1px solid green;
	padding: 5px;
}

/** Button styles **/
.btnOrange, a.btnOrange
{
	color: Black;
	background: url(../images/button_bg_orange.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnOrange:hover, a.btnOrange:hover
{
	background-image: url(../images/button_bg_orange_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}
.btnRed, a.btnRed
{
	color: white;
	background: url(../images/button_bg_red.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnRed:hover, a.btnRed:hover
{
	background-image: url(../images/button_bg_red_hover.gif);	
	background-repeat: repeat-x;
	color: white;
}
.btnBlue, a.btnBlue
{
	color: white;
	background: url(../images/button_bg_dark_blue.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnBlue:hover, a.btnBlue:hover
{
	background-image: url(../images/button_bg_dark_blue_hover.gif);
	background-repeat: repeat-x;
	color: white;
}
.btnLightBlue, a.btnLightBlue
{
	color: Black;
	background: url(../images/button_bg_light_blue.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnLightBlue:hover, a.btnLightBlue:hover
{
	background-image: url(../images/button_bg_light_blue_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}
.btnWhite, a.btnWhite
{
	color: Black;
	background: url(../images/button_bg_white_gray.gif) repeat-x;
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	padding: 3px 5px;
	text-decoration: none;
}
.btnWhite:hover, a.btnWhite:hover
{
	background-image: url(../images/button_bg_white_gray_hover.gif);
	background-repeat: repeat-x;
	color: Black;
}

/*********** Photo Album and Photos *****************/
.thumbnail
{
	border: none;
	display: block;
}
.caption
{
	display: block;
	margin: 5px 0px;
}

/*** News Feed Links ***/
.newsFeedItem a
{
	display: block;
	color: Black;
	margin: 4px 0px;
	font-size: .90em;
}
.newsFeedItem a:hover
{
	color: green;
	font-size: .90em;
}

/*** FAQ ***/
.questionLink
{
	margin: 8px 0px;
	display: block;
	padding: 1px 0px;
}

/*** Manufacturers ***/
.manufacturer
{
	float: left; clear: left; border-top: 1px solid black; padding: 5px 0px;
}