/* CSS Document */


/* transparent png */
* html img,
* html .png{
azimuth: expression(
this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "css/trans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true
);
}
/* end transparent png */


/*-------------------------------*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(../images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat;
}

/*-------------------------------*/

.top_menu {
	height:25px;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:repeat-x;
}
	.top_menu a {
		font-size:10px;
		font-weight:bold;
		color:#FFFFFF;
		text-transform:uppercase;
		text-decoration:none;
	}
	.top_menu a:hover {
		font-size:10px;
		font-weight:bold;
		color:#DFC91A;
		text-transform:uppercase;
		text-decoration:none;
	}
/*------------------------------*/

.body_content {
	background-color:#FFFFFF;
}
	.body_content a {
		color:#982827;
		text-decoration:none;
	}
	.body_content a:hover {
		color:#982827;
		text-decoration:underline;
	}

.textbox-login {
	height:15px;
	border:0;
	font-size:10px;
	color:#333333;
	background-image:url(../images/text_box_bg.jpg);
	background-position:left;
	background-repeat:repeat-x;
	vertical-align:baseline;
}

.latest-release{
	border:1px solid #333333;
}

.latest-release div table {
	color:#999999;
}

.latest-release div table a {
	color:#982827;
	text-decoration:none;
}
.latest-release div table a:hover {
	color:#982827;
	text-decoration:underline;
}

.white_title {
	color:#FFFFFF;
	text-indent:12px;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	background-image:url(../images/bg_latest_release.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

.dotted-line {
	border-bottom:1px dashed #CCCCCC;
	height:6px;
}
.red_link {
	color:#982827;
	font-weight:bold;
	text-decoration:none;
}
.red_link:hover {
	color:#982827;
	font-weight:bold;
	text-decoration:underline;
}

/*------------------------------*/

.footer_content {
	color:#999999;
	font-size:9px;
	background-color:#FFFFFF;
}
	.footer_content a {
		color:#999999;
		font-size:9px;
		text-transform:uppercase;
		text-decoration:none;
	}
	.footer_content a:hover {
		color:#999999;
		font-size:9px;
		text-transform:uppercase;
		text-decoration:underline;
	}

.footer {
	
}
.footer-top-center {
	background-image:url(../images/footer_center.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/*------------------------------*/

.text_link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#AF5E5B;
	text-decoration:none;
}
.text_link:hover {
	font-size:10px;
	color:#AF5E5B;
	text-decoration:underline;
}

.footer {
	font-size:9px;
	color:#999999;
}
.footer_link {
	font-size:11px;
	text-transform:capitalize;
	text-decoration:none;
	color:#999999;
}
.footer_link:hover {
	font-size:11px;
	text-transform:capitalize;
	text-decoration:underline;
	color:#999999;
}
