@charset "utf-8";

/* CSS Document */

*
{
	padding:0px;
	margin:0px;
	border:0px;
	text-decoration:none;
}

body
{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	font-family:'Trebuchet MS';
	font-size:13px
}

.clearfix
{
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height:0px
}

.root
{
	margin:0 auto;
	width:1000px;
	clear:both
}

.cont_menu
{
	background-image:url(images/cont_menu.png);
	background-position:0px 63px;
	background-repeat:no-repeat;
	height:165px;
}

.top_img
{
	background-image:url(images/top_img.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:288px;
}

.content_container
{
	width:992px;
	margin:0 auto;
}
.left_col
{

	width:201px;
}
.left_col_border
{
	background-image:url(images/cont_content_bg.png);
	background-repeat:repeat-y;
}
.block_title
{
	background-repeat:no-repeat;
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-weight:700;
	height:23px;
	text-align:center;
}
.right_col_border {
	background-image:url(images/cont_content_bg.png);
	background-repeat:repeat-y;
	background-position:100% 0;
}
.right_col_border p{padding:5px 20px;}
#right_col .block_title_right
{
	background-image:url(images/cont_content_top.png);
}
#right_col .right_bot
{
	background-image:url(images/cont_content_bot.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	padding-bottom:4px;
}
.left_title_first
{
	background-image:url(images/left_col_top_first.png);
}
.left_title
{
	background-image:url(images/left_col_top.png);
}
.left_col_bot{
	background-image:url(images/cont_content_bot.png);
	background-position:0 100%;
	background-repeat:no-repeat;
	height:4px;
}
p.red { color:#d20001 }

.stat_td_left
{
	width:82px;
	border-bottom:1px #c9c9c9 solid;
	border-right:1px #c9c9c9 solid;
	text-align:right;
	padding-right:3px;
	font-style:normal;
	font-size:12px;
	font-weight:700;
	padding-top:3px;
	padding-bottom:3px
}

.stat_td_right
{
	width:100px;
	border-bottom:1px #c9c9c9 solid;
	padding-left:10px;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
}

.login_label
{
	color:#000;
	font-size:12px;
	font-family:'Trebuchet MS';
	font-style:normal;
	font-weight:700;
	text-align:center;
	line-height:12px;
	padding-top:5px
}

.login_form input
{
	border:1px #c9c9c9 solid;
	height:20px;
	width:145px;
	margin-left:25px;
}

.login_form button
{
	background-color:#fff;
	float:right;
	margin-top:10px;
	margin-right:10px
}

.login_form p.link_container
{
	clear:both;
	display:block;
	width:180px;
	margin:0 auto;
	color:#434343;
	font-weight:normal;
	text-align:center
}

.login_form p.link_container a
{
	font-size:12px;
	color:#434343;
	text-decoration:none;
	font-style:normal
}

.login_form p.link_container a:hover { text-decoration:underline }

.processor
{
	color:#1c1c1c;
	font-weight:700;
	font-style:normal;
	font-size:14px;
	display:block;
	width:180px;
	margin:0 auto;
	text-align:center;
	padding-top:5px
}

.footer
{
	background-image:url(images/footer_bg.png);
	background-repeat:no-repeat;
	width:984px;
	height:63px;
	margin:10px auto;
	clear:both
}

.footer a
{
	width:300px;
	height:60px;
	display:block;
	float:right
}

ul.top_1_menu { float:right }

ul.top_1_menu li
{
	display:block;
	float:left;
	width:135px;
	height:35px;
	background-image:url(images/top_1_mnu_sep.png);
	background-repeat:no-repeat;
	padding-left:10px;
	padding-top:37px;
	font-family:Tahoma;
	font-size:14px
}

ul.top_1_menu li a { color:#999; }

ul.top_1_menu li a:hover { color:#fff }

ul.top_2_menu
{
	float:left;
	clear:both;
	width:800px;
}

ul.top_2_menu
{
	margin-left:48px;
	display:block;
	margin-top:-8px
}

ul.top_2_menu li
{
	display:block;
	float:left;
	height:15px;
	background-image:url(images/top_2_mnu_sep.png);
	background-repeat:no-repeat;
	padding-left:5px;
	padding-top:17px;
	padding-right:12px;
	font-family:Tahoma;
	font-size:11px;
	font-weight:700
}

ul.top_2_menu li a { color:#999; }

ul.top_2_menu li a:hover { color:#000 }

