td {
	text-align: left;
    font-size: small;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.SmallBold
 {
	text-align: left;
    font-size: x-small;
    font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #404040;
}

.SmallBoldWhite
 {
	text-align: left;
    font-size: x-small;
    font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.SmallRegular
 {
	text-align: left;
    font-size: x-small;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #240404;
}

.HeadText
 {
	text-align: left;
    font-size: medium;
    font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #240404;
}

.LeftMenuGreen
 {
	text-align: left;
    font-size: small;
    font-weight: bold;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #240404;
}

/* text style for the links */
A.SiteLink, A.SiteLink:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #240404;
    font-size: small;
}   

A.SiteLink:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF9999;
    font-size: small;
}   

A.SiteLinkWhite:hover    
{
    text-decoration: none;
    color: #FF7F50;
    font-size: small;
}

A.SiteLinkWhite, A.SiteLinkWhite:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: White;
    font-size: small;
}   

A.SiteLinkWhite:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Silver;
    font-size: small;
}   

A.SiteLink:hover    
{
    text-decoration: none;
    color: Red;
    font-size: small;
}

A.SiteLinkGreenBold, A.SiteLinkGreenBold:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #240404;
    font-weight: bold;
    font-size: small;
}   

A.SiteLinkGreenBold:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A83C0F;
    font-size: small;
    font-weight: bold;
}   

A.SiteLinkGreenBold:hover    
{
    text-decoration: none;
    color: red;
    font-size: small;
    font-weight: bold;
}

A.SiteLinkPaging, A.SiteLinkPaging:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #240404;
    font-weight: bold;
    font-size: small;
}   

A.SiteLinkPaging:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4E0800;
    font-size: small;
    font-weight: bold;
}   

A.SiteLinkPaging:hover    
{
    text-decoration: none;
    color: Red;
    font-size: small;
    font-weight: bold;
}

A.SiteLinkSmall, A.SiteLinkSmall:link
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #240404;
    font-size: x-small;
}   

A.SiteLinkSmall:visited
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FF7F50;
    font-size: x-small;
}   

A.SiteLinkSmall:hover    
{
    text-decoration: none;
    color: #FF7F50;
    font-size: x-small;
}

/*Textbox Watermark*/

.unwatermarked {
	height:20px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}

/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	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;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    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);
}

/* Content Page Layout */
.demoarea {
	padding:20px;
	background:#FFF url(images/demotop.png) no-repeat left top;
}

.demoarea p 
{
	padding:5px;
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #A69999;
    color: #240404;
    background-color: #DFE7CE;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeader a
{
	color: #240404;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	color: Red;
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: #ffffff;
    background-color: #2B912C;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #ffffff;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #cccccc;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}



