@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1F9FF;
	color: #cccdff;
}
body {
	background-color: #000000;
}
#page_brace {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	min-height:600px;
	background-image: url(../../../images/theme/default/main_bg.jpg);
	background-repeat: no-repeat;
}
#page_content {
	position:relative;
	width:inherit;
	min-width:920px;
	min-height:373px;
	top:133px;
	z-index:1;
}
#top_cell {
	height:29px;
	background-image:url(../../../images/theme/default/top_cell_bg.png);
	background-repeat:repeat-x;
}
#mid_cell {
	height:315px;
	width:inherit;
	background-image:url(../../../images/theme/default/main_content_bg.png);
	background-repeat:repeat;
}
#bottom_cell {
	height:29px;
	min-width:800px;
}
#main_nav {
	position:relative;
	height:18px;
	width:auto;
	margin-left:50px;
	top:5px;
	background-image:url(../../../images/theme/default/nav/nav_grid_left.png);
	background-repeat:no-repeat;
}
.main_nav_item {
	margin-left:30px;
	margin-top:2px;
}
.subnav_div {
	float:left;
	height:230px;
	width:1px;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	background-image:url(../../../images/theme/default/nav/nav_seperator.png);
	background-repeat:repeat-y;
}
#subnav_col{
	float:left;
	width:200px;
	height:auto;
	margin-top:50px;
	margin-left:20px;
}
#subnav_mid_col{
	float:left;
	width:150px;
	height:200px;
	margin-top:50px;
	margin-left:20px;
	overflow:auto;
	font-size:12px;
}
#right_col_info{
	float:left;
	width:50%;
	height:250px;
	margin-top:30px;
	margin-left:20px;
	overflow:auto;
	font-size:12px;
}
a:link {
	color:#cccdff;
	text-decoration:none;
}
a:visited {
	color: #cccdff;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}
a:active {
	color: #cccdff;
	text-decoration:none;
}
h1 {
	font-size:15px;
	letter-spacing:3px;
}
b {
	color:#999999;
	font-size:13px;
}

b.sw_warn{
	color:#990000;
}
