/* Main */
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #ffffff url(../images/backgrounds/body.png) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #15598a;
	text-decoration: none;
}

input, select, textarea {
	padding: 3px;
	border: 1px solid #cccccc;
}

td {
	text-align: left;
	vertical-align: top;
}

#page {
	margin: 20px auto;
	width: 985px;
}

#header {
	text-align: left;
	vertical-align: bottom;
	height: 102px;
	width: 100%;
}

#headerleft {
	float: left;
	background-image: url(../images/backgrounds/header/leftcorner.png);
	width: 16px;
	height: 77px;
}

#headercenter {
	float: left;
	background-image: url(../images/backgrounds/header/center.png);
	width: 953px;
	height: 77px;
}

#headerright {
	float: left;
	background-image: url(../images/backgrounds/header/rightcorner.png);
	width: 16px;
	height: 77px;
}

#subheader {
	clear:both;
	width: 100%;
	height: 20px;
	background: url(../images/backgrounds/content-grey80.png) repeat-y;
	padding: 5px 0px 0px 10px;
}

#online {
	float: right;
	margin-right: 25px;
}

#content {
	width: 100%;
	background: url(../images/backgrounds/content-grey95.png) repeat-y;
}

#sidebar {
	float: left;
	width: 185px;
	margin: 10px;
}

#main {
	float: right;
	width: 745px;
	margin: 10px;
}

#footer {
	text-align: left;
	vertical-align: bottom;
	height: 77px;
	width: 100%;
}

#footerleft {
	float: left;
	background-image: url(../images/backgrounds/footer/leftcorner.png);
	width: 16px;
	height: 77px;
}

#footercenter {
	float: left;
	background-image: url(../images/backgrounds/footer/center.png);
	width: 953px;
	height: 77px;
	color: #dddddd;
}

#footerright {
	float: left;
	background-image: url(../images/backgrounds/footer/rightcorner.png);
	width: 16px;
	height: 77px;
}

.footerbox {
	width: 125px;
	float: left;
	margin-top: 5px;
}

.footerbox a {
	color: #dddddd;
	text-decoration: none;
}

.footerbox a:hover {
	color: #d86835;
}








a.mainmenu {
	vertical-align: text-bottom;
	color: #15598A;
	font-size: 14px;
	font-weight: 600;

	width: 100%;
	height: 20px;

	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #dddddd;

	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	color:#000000;

	width: 100%;
	padding: 1px 0px;

	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;

	display: block;
	margin-bottom: 2px;
	text-decoration: none;
}

a.submenu:hover  {
	color:#ffffff;
	background-color:#e86835;
	text-decoration: none;
}

ul {
	list-style-type: square;
}

li {
	margin-left: 20px;
}

/* /navigation */

/* boxes */

/* ########## BOX ########## */

div.box {
	margin: 0px auto 20px;
}

div.box_lefttitle {
	height: 24px;
	float: left;
	background-image: url(/images/backgrounds/menu/left.png);
	background-repeat: no-repeat;
}

div.box_title {
	height: 24px;
	float: left;
	padding-top: 3px;
	background-image: url(/images/backgrounds/menu/center.png);
	background-repeat: repeat-x;
	vertical-align: middle;
	color: #ffffff;
	font-weight: 600;
	overflow: hidden;
}

div.box_righttitle {
	height: 24px;
	float: left;
	background-image: url(/images/backgrounds/menu/right.png);
	background-repeat: no-repeat;
}

div.box_content {
	margin: 0px auto;
	clear: both;
}

/* ########## /BOX ########## */

div.box_frame {
	float: left;
	width: 175px;

	padding:0px;
  	margin:0px;
}

div.box_desc {
	width: 100%;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}

/* /boxes */

/* cboxes */

div.cbox {
	margin: 0px 0px 20px;
	padding: 0px;
	background-color: #dddddd;
}

div.cbox_title {
	margin: 0px;
	padding: 3px;
	background-image: url(../images/backgrounds/menu/center.png);
	color: #ffffff;
	font-weight: 600;
}

div.cbox_content {
	margin: 0px;
	padding: 3px;
}

/* /cboxes */

/* Board */
div.boa_thread {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #000000;
}

div.boa_state {
	float: left;
	width: 25px;
}

div.boa_title {
	margin: 0px 250px 0px 25px;
}

div.boa_author {
	float: right;
	margin-left: 10px;
	width: 150px;
}

div.boa_date {
	float: right;
	margin-right: 5px;
	width: 175px;
}

td.boa_pauthor, td.boa_ptext {
	padding: 5px;
	overflow: hidden;
}

td.boa_pauthor {
	width: 140px;
}

td.boa_ptext {
	width: 600px;
	display: block;
	overflow: auto;
}

span.date {
	font-size: 10px;
	font-style: italic;
}

span.code {
	font-family : monospace;
}

span.b {
	font-weight: 600;
}

span.u {
	text-decoration: underline;
}

span.i {
	font-style: italic;
}

/* /Board */
