/** Rating Stuff **/
.ratingStar {
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-repeat: no-repeat;
}

.filledRatingStar {
	background-image: url(../Images/FilledStar.png);

}

.emptyRatingStar {
	background-image: url(../Images/EmptyStar.png);
}

.savedRatingStar {
	background-image: url(../Images/SavedStar.png);
}

.info{
margin-top:10px;
padding:0 20px 10px 30px;
background:#D9FFB2 url(images/accept.png) no-repeat;
background-position:10px 10px;
border:1px solid #4C8700;
}
.error{
margin-top:10px;
padding:0 20px 10px 30px;
background:#FFC9BB url(../images/exclamation.png) no-repeat;
background-position:10px 10px;
border:1px solid #9F1E00;
color:#000;
}
.requiredField
{
	font-weight:bold;
	color:Red;
}
/** End Rating Stuff **/

/** Modal Stuff **/
.watermark {
	background: #FFAAFF;
}

	.popupControl{
		background-color:White;
		position:absolute;
		visibility:hidden;
	}

	.modalBackground {
		background-color:Gray;
		filter:alpha(opacity=70);
		opacity:0.7;
	}

	.modalPopup {
		border-width:3px;
		border-style:solid;
		border-color:Gray;
		padding:3px;
		width:250px;
	}

/** End Modal **/
.errLabel
{
	font-size:small;
	font-weight:bold;
	color:Red;
	
}

#subnavempty{
background:#6D7D80;
}

#subnavempty ul{
width:100%;
}

#subnavempty ul li{
display:inline;
}

#subnavempty ul li a{
margin-right:2px;
padding:7px 10px;
border:none;
color:#fff;
display:block;
float:left;
}

#subnavempty ul li a:hover, #subnavempty ul li a.current{
color:#EBEACC;
border-bottom:2px solid #EBEACC;
}

#leftnav
{
float: left;
/*width: 160px;*/
margin: 0;
padding: 1em;
}


.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #0066CC ;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 1px;
    margin-top: 0px;
    cursor: pointer;
    
}

.accordionContent
{
    background-color: #D3DEEF;
    /*border: 1px dashed #2F4F4F;*/
    border: 1px  solid #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #D3DEEF;
    color: white;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	/*filter:alpha(opacity=70);
	opacity:0.7;*/
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/** FAQ Stuff **/

ol.faq{
margin-left:10px;
margin-bottom:20px;
}

/** End FAQ Stuff **/