/* CSS Styles */

body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; background: fixed; background-image: url(images/gradient.jpg); background-repeat: repeat-x; background-color: #8B190F; }

a.linkSmall {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none; color: #E63E22; font-weight: bold;}
a.linkSmall:visited {text-decoration: none; color: #E63E22; font-weight: bold;}
a.linkSmall:active {text-decoration: none; font-weight: bold;}
a.linkSmall:hover {text-decoration: none; font-weight: bold; color: #FFFFFF;}

a.linkMedium {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #E63E22; font-weight: bold;}
a.linkMedium:visited {text-decoration: none; color: #E63E22; font-weight: bold;}
a.linkMedium:active {text-decoration: none; font-weight: bold;}
a.linkMedium:hover {text-decoration: none; font-weight: bold; color: #FFFFFF;}

a.linkListen {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.linkListen:visited {text-decoration: none; color: #FFFFFF; font-weight: bold;}
a.linkListen:active {text-decoration: none; font-weight: bold;}
a.linkListen:hover {text-decoration: none; font-weight: bold; color: #E63E22;}

.textHighlightSmall {
	font-size: 10px;
	color: #E63E22;
}

.textHighlightSmallBold {
	font-size: 10px;
	font-weight: bold;
	color: #E63E22;
}

.textHighlightNormal {
	font-size: 12px;
	color: #E63E22;
}

.textHighlightNormalBold {
	font-size: 12px;
	font-weight: bold;
	color: #E63E22;
}

.textHighlightMedium {
	font-size: 14px;
	color: #E63E22;
}

.textHighlightMediumBold {
	font-size: 14px;
	font-weight: bold;
	color: #E63E22;
}

.textHighlightLarge {
	font-size: 18px;
	color: #E63E22;
}

.textHighlightLargeBold {
	font-size: 18px;
	font-weight: bold;
	color: #E63E22;
}

.textSmallBold {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.textSmallBoldBlack {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.generalText {
	font-size: 12px;
}

.generalNormalTextBold {
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

.generalNormalTextBoldBlack {
	font-size: 12px;
	font-weight:bold;
	color: #000000;
}

.generalMediumTextHeading {
	font-size: 14px;
	font-weight:bold;
	color: #FFFFFF;
}

.generalMediumTextHeadingBlack {
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

.generalLargeTextHeading {
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
}

.generalLargeTextHeadingBlack {
	font-size: 18px;
	font-weight:bold;
	color: #000000;
}

.generalExtraLargeTextHeading {
	font-size: 30px;
	font-weight:bold;
	color: #FFFFFF;
}

.generalExtraLargeTextHeadingBlack {
	font-size: 30px;
	font-weight:bold;
	color: #000000;
}

.generalLargeTextHeadingTransparent {
	font-size: 18px;
	font-weight:bold;
	color:#000000;
}

.pageHeadings {
	font-size: 22px;
	font-weight:bold;
	color:#000000;
}

.greyTransparentBG {
	background-color: #FFFFFF;
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.blackBG {
	background-color: #000000;
}

.inputObjects { border: 1px solid #E63E22; z-index:100; font-family: Verdana, Arial, Helvetica, sans-serif; color:#FFFFFF; font-size: 10px; background-color: #000000; font-weight: bold;}

.buttons {font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 10px; font-weight: bold; background-color: #000000; border: 1px solid #E63E22;}

.clCMEvent { position:absolute; width:99%; height:99%; clip:rect(0,100%,100%,0); left:0; top:0; visibility:visible}
.clCMAbs { position:absolute; visibility:hidden; left:0; top:0}
.clBar { position:absolute; width:10; height:10; background-color:Navy; layer-background-color:Navy; visibility:hidden }

/*Styles for level 0*/
.clLevel0,.clLevel0over { position:absolute; padding:2px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; font-weight:bold; text-align: center; }
.clLevel0 { background-color:#000000; layer-background-color:#000000; color:#CCCCCC; }
.clLevel0over { background-color:#E63E22; layer-background-color:#E63E22; color:#FFFFFF; cursor:pointer; cursor:hand; }
.clLevel0border { position:absolute; visibility:hidden; background-color:#E63E22; layer-background-color:#E63E22; }

