body{
	background:url(bg.gif);
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
}

table{
	font-size:12px;
}
img{
	border:none;
	vertical-align:text-bottom;
}
a{
	text-decoration:none;
/*	font-weight:bold;
	color:#000000;*/
	font-size:13px;
	color:#00008B;
}
a:hover{
	text-decoration:underline;
}
input.button{
	background:#C2D6E3;
}
input.radio{
	background-color:#b6c8ca;
}
input.login{
	width:85px;
	background:#99B1C3;
	padding:0px 3px;
}
div.container_box{
	background:#DFF1FA;
	margin:auto;
	width:959px;
	border:2px #FFFFFF solid;
}
div.top_box{
	background:url(main_title.gif);
	height:127px;
	border-bottom:2px #FFFFFF solid;
}
div.right_box{
	float:right;
	width:197px;
}
div.left_box{
	float:left;
	width:197px;
}
div.middle_box{
	padding:30px 0px;
	float:left;
	width:565px;
}
div.middle_right_box{
	padding:30px 20px 30px 0px;
	float:left;
	width:742px;
}
div.bottom_box{
	background:#BAD4E6;
	text-align:center;
	padding:5px;
	border-top:2px #FFFFFF solid;
}

/*
div.menus_box_shadow{
	border-right:2px #B3CDDE solid;
	border-bottom:2px #B3CDDE solid;
	margin:30px 20px;
}
div.menus_box{
	border:2px #FFFFFF solid;
}
*/

/*
#title_bar_old{
	background:url(img/title.gif);
	height:27px;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}
#title_bar_old div{
	height:1%;
	padding-top:7px;
}
*/

div.title_bar{
	background:url(title.gif);
	height:27px;	
	text-align:center;	
	color:#FFFFFF;
	font-weight:bold;
}
div.title_bar div{
	height:1%;
	padding-top:7px;
}

#comments{
	margin:50px;
}
#news_bar{
	text-align:center;
	padding:10px 0px;
}
#news_bar div{
	margin:15px 5px;
}
#arch_bar{
	padding:10px 0px;
}
#arch_bar div{
	margin:15px 7px;
}
#poll_bar{
	padding:10px 0px;
}
#poll_bar div{
	margin:5px 10px;
}
#poll_bar div.question{
	margin:10px 10px;
	text-align:center;
}
#poll_bar div.vote{
	margin:15px 10px;
	text-align:center;
}
div.big_space{
	height:50px;
}
div.banner{
	text-align:center;
	margin:30px 10px;
}
div.banner img{
	border:2px #FFFFFF solid;
}
#menu_bar{
	padding:10px 0px;
}
#menu_bar div{
	background:url(menu_link.gif) no-repeat 25px 50%;
	padding:2px 35px;
}
#menu_bar div:hover{
	background-color:#CEE3F1;
}
div.screenshot{
	text-align:center;
	margin:20px 10px;
}
div.screenshot img{
	border:2px #FFFFFF solid;
}
div.login{
	margin:15px auto;
	padding-left:5px;
}


#orange_line{
	height:2px;
	font-size:1px;
	background:#FF7A12;
}
div.main_category{
	padding:15px 0px 3px 0px;
	text-align:center;
}

div.main_title{
	margin-top:1px;
	padding:3px;
	background:#BAD4E6;
}
/*
div.main_title a{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
div.main_title a:hover{
	text-decoration:underline;
}
*/

div.main_content{
	margin-top:1px;
	padding:3px;
}
div.main_content:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.border{
	border:2px #FFFFFF solid;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
.space_right{
	padding-right:15px;
}
.bold{
	font-weight:bold;
}
.shadow{
	border-right:2px #B3CDDE solid;
	border-bottom:2px #B3CDDE solid;
}
.box_margin{
	margin:30px 20px;
}
.full-length{
	width:100%;
}
.red{
	color:red;
}
.green{
	color:green;
}

.messages{
	position:fixed;
	top:175px;
	margin-left:40%;
	padding:5px;

	background-color:#5785A8;
	color:#DFF1FA;
	white-space: nowrap;
	text-align:center;
	border:1px solid black;
}

.loading{
	position:fixed;
	text-align:center;
	margin-right:50%;
	margin-left:50%;
	top:145px;
}

/*BEGIN UNIXRO table */
table.rtab {
	border-width: 0px;
	border-spacing: 1px;
	border-collapse: separate;
		/*width:100%;*/
}

/* table header */
table.rtab tr.head th,
table.rtab tr.head td{
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #4479A0;
	background-color: #A8CBE0;
	font-weight:normal;
	/*-moz-border-radius: 3px;*/
}

/* odd table rows 1,3,5,7,... */
table.rtab tr.odd th, table.rtab tr.oddC th,
table.rtab tr.odd td, table.rtab tr.oddC td{
	border-width: 1px;
	padding: 2px 4px;
	border-style: solid;
	border-color: lightgray;
	background-color: #DAF1FF;
	/*-moz-border-radius: 3px;*/
}

/* even table rows 2,4,6,8,... */
table.rtab tr.even th, table.rtab tr.evenC th,
table.rtab tr.even td, table.rtab tr.evenC td{
	border-width: 1px;
	padding: 2px 4px;
	border-style: solid;
	border-color: lightgray;
	background-color: #CEE3F1;
	/*-moz-border-radius: 3px;*/
}

/* hovered table rows */
table tr.oddC:hover td,
table tr.evenC:hover td,
table tr.oddC:hover th,
table tr.evenC:hover th{
	background-color: #A8CBE0;
}
/*END UNIXRO Table*/

/*BEGIN for Editor*/
.bbControl img{
	background:url('editor/bg.gif') no-repeat;
	margin:0px;
	border:1px solid #949EA1;
	height:20px;
	width:21px;
}
.bbControl img:hover{
	background:url('editor/bg-active.gif') no-repeat;
}
/*END*/