html, body{
	width:100%;
	background:#ffffff url(../images/page_bg.gif) repeat-x center top;
}

body{
	color:#767676;
	font:13px Arial;
	padding:0;
	margin:0;
}

body, table, tr, td{
	text-align:left;
	direction:ltr;
}

img{
	border:0 none;
}

form{
	margin:0;
}

table, tr, td{
	color:#767676;
	font:13px Arial;
	font-size:small;
	vertical-align:top;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
}

p{
	padding:0;
	margin:0 0 10px 0;
}

input.clsTextField, select.clsTextField, textarea.clsTextField{
	color:#000000;
	font:12px Arial;
	border:1px solid #555555;
	background-color:#616161;
}

input.clsLtr, select.clsLtr, textarea.clsLtr{
	direction:ltr;
}

input.clsReset{
	border:0 none;
	background-color:transparent;
}

h1{
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin:15px 0 0 25px;
}

h1.clsBlue, h1.clsGreen, h1.clsOrange, h1.clsPurple{
	color:#3CAFD6;
	font-size:18px;
	font-weight:800;
	margin:15px 0 0 25px;
}

h1.clsGreen{
	color:#B0CC26;
}

h1.clsOrange{
	color:#F57E20;
}

h1.clsPurple{
	color:#90278F;
}

h2{
	color:#767676;
	font-size:18px;
	font-weight:800;
	margin:3px 0 5px 0;
}

h3{
	color:#FA490E;
	font-size:15px;
	font-weight:500;
	margin:3px 0 3px 0;
}

A:link, A:visited, A:active{color:#767676; text-decoration:underline; background-color:transparent;}
A:hover{text-decoration:underline;}

.clsWhiteLink:link, .clsWhiteLink:visited, .clsWhiteLink:active{color:#ffffff; text-decoration:none; background-color:transparent;}
.clsWhiteLink:hover{text-decoration:underline;}

.clsWhiteLinkU:link, .clsWhiteLinkU:visited, .clsWhiteLinkU:active{color:#ffffff; text-decoration:underline; background-color:transparent;}
.clsWhiteLinkU:hover{text-decoration:underline;}

.clsBlackLink:link, .clsBlackLink:visited, .clsBlackLink:active{	color:#000000; text-decoration:none; background-color:transparent;}
.clsBlackLink:hover{text-decoration:underline;}

.clsGrayLink:link, .clsGrayLink:visited, .clsGrayLink:active{color:#4D4D4D; text-decoration:none; background-color:transparent;}
.clsGrayLink:hover{text-decoration:underline;}

.clsBlueLink:link, .clsBlueLink:visited, .clsBlueLink:active{color:#3CAFD6; text-decoration:none; background-color:transparent;}
.clsBlueLink:hover{text-decoration:underline;}


.clsSpacer{
	clear:both;
	height:0;
	width:0;
	font-size:0;
	background-color:transparent;
}

.clsTransparent{
	color:#E6DFC2;
}

.clsDottedLine{
	font-size:0;
	background:url(/images/dot.gif);
}

.clsLink{
	cursor:pointer;
	cursor:hand;
}

hr{
	clear:both;
	height:1px;
	color:#E5DFBB;
	font-size:0;
	background:transparent;
}

.clsHiddenText{
	display:none;
}

.clsErrorMsg{
	color:red;
	font-size:13px;
	font-weight:800;
	text-align:center;
	padding:15px;
}


.clsFormButtons{
	width:450px;
	text-align:center;
	padding-top:10px;
}

.clsFormButtons input, .clsFormButtons button, .clsButton{
	height:15px;
	color:#ffffff;
	font:12px Arial;
	font-weight:500;
	cursor:pointer;
	cursor:hand;
	padding:0;
	border:none;
	background-color:#767676;
}



.clsPageAlign{
	position:relative;
	width:770px;
	margin:auto;
	background-color:#ffffff;
}



.clsHeader{
	position:relative;
	height:90px;
	padding:35px 5px 0 5px;
}

.clsLogo{
	position:absolute;
	top:25px;
	left:65px;
}

.clsTopMenu{
	position:absolute;
	right:5px;
	top:0;
	width:513px;
	height:20px;
	padding:5px 15px 5px 15px;
	z-index:100;
	background:url(../images/topmenu_bg.gif) no-repeat left top;
}

.clsTopMenu .clsHome{
	float:right;
	margin:2px 0 0 0;
}

.clsTopBanner{
	position:absolute;
	top:45px;
	right:5px;
}



.clsMainTable{
	margin:8px 5px 0 5px;
}

.clsMainTable .clsRightPanel{
	width:210px;
	border-left:1px dotted #D6D6D6;
}






.clsRightPanel .clsContainer{
	width:198px;
	padding:0;
	margin:0 0 10px 11px;
	background:#3CAFD6 url(../images/container_bottom_blue.gif) no-repeat center bottom;
}

.clsRightPanel .clsContainer .clsBG{
	padding:10px 0 10px 0;
	margin:0;
	background:url(../images/container_top_blue.gif) no-repeat center top;
}

.clsRightPanel .clsContainer .clsImage{
	width:176px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	margin:5px auto 5px auto;
}

.clsRightPanel .clsContainer .clsImage img{
	display:block;
	width:176px;
	margin:8px 0 3px 0;
}





.clsRightPanel .clsContainerBlue{
	background:#3CAFD6 url(../images/container_bottom_blue.gif) no-repeat center bottom;
}

.clsRightPanel .clsContainerBlue .clsBG{
	background:url(../images/container_top_blue.gif) no-repeat center top;
}



.clsRightPanel .clsContainerGreen{
	background:#B0CC26 url(../images/container_bottom_green.gif) no-repeat center bottom;
}

.clsRightPanel .clsContainerGreen .clsBG{
	background:url(../images/container_top_green.gif) no-repeat center top;
}



.clsRightPanel .clsContainerOrange{
	background:#F57E20 url(../images/container_bottom_orange.gif) no-repeat center bottom;
}

.clsRightPanel .clsContainerOrange .clsBG{
	background:url(../images/container_top_orange.gif) no-repeat center top;
}



.clsRightPanel .clsContainerPurple{
	background:#90278F url(../images/container_bottom_purple.gif) no-repeat center bottom;
}

.clsRightPanel .clsContainerPurple .clsBG{
	background:url(../images/container_top_purple.gif) no-repeat center top;
}






.clsLearnMore{
	margin:0 0 0 15px;
}

.clsLearnMore h2{
	margin:0 0 10px 0;
}

.clsLearnMore A:link, .clsLearnMore A:visited, .clsLearnMore A:active{
	display:block;
	font-size:12px;
	color:#3CAFD6;
	text-decoration:none;
	padding:2px 0 0 20px;
	margin:6px 0 10px 0;
	background:url(../images/arrow_gray.gif) no-repeat left 3px;
}
.clsLearnMore A:hover{
	color:#3CAFD6;
	text-decoration:underline;
}




.clsMainTable .clsContent{
}

.clsContentText{
	padding:0 20px 10px 20px;
}	

clsContentText ul{
	margin:5px 0 10px 10px;
}

.clsContentText li{
	list-style:none;
	padding-left:20px;
	margin:0 0 4px 0;
	background:url(../images/arrow_gray.gif) no-repeat left 2px;
}


.clsPlayer{
	width:320px;
	margin:0 auto 10px auto;
}

.clsPlayer .clsName{
	font-size:11px;
	font-weight:800;
	text-align:right;
}

.clsFilesList ul{
	margin:0 20px 0 0;
}

.clsFilesList ul li{
	list-style:url(/images/arrow_ul.gif);
	margin-top:4px;
}



.clsReadMore{
	text-align:left;
}

.clsReadMore img{
	vertical-align:middle;
}





.clsPaging{
	text-align:center;
	padding-top:10px;
}

.clsPaging img{
	vertical-align:middle;
}

.clsPaging A.clsSelected:link, .clsPaging A.clsSelected:visited, .clsPaging A.clsSelected:active, .clsPaging A.clsSelected:hover{
	color:#F4460D;
	font-weight:800;
	text-decoration:none;
}




.clsPartner{
	float:left;
	width:170px;
	height:100px;
	margin:5px 3px 5px 6px;
}




.clsPopupLayer{
	display:none;
	position:fixed !important;
	position:absolute;
	top:0 !important;

	left:0;
	z-index:1000;

	width:100%;
	height:100%;
	padding:0;
	margin:0;
	filter:alpha(opacity=40);
	opacity:0.40;
	background-color:#000000;
}

.clsPopupLayerFrame{
	display:none;
	position:fixed !important;
	position:absolute;
	left:0;
	z-index:1001;

	width:750px;
	height:500px;
	overflow:scroll;
	border:1px solid #000000;
	background-color:#ffffff;
}

.clsPopupLayerFrame img{
	cursor:pointer;
	cursor:hand;
}




.clsFooterBox{
	width:100%;
	height:20px;
	position:absolute;
	bottom:0;
	left:0;
	padding-top:120px;
	background:url(../images/page-inner_bottom_bg.jpg) repeat-x center bottom;
}

.clsFooter{
	width:746px;
	color:#000000;
	font-size:10px;
	text-align:right;
	padding:7px 12px 7px 12px;
	margin:10px auto 10px auto;
	background:url(../images/footer_bg.gif) no-repeat center top;
}

.clsFooter .clsCredits{
	float:left;
	text-align:left;
}

.clsFooter A:link, .clsFooter A:visited, .clsFooter A:active{color:#000000; text-decoration:none; background-color:transparent;}
.clsFooter A:hover{color:#000000; text-decoration:underline;}
