/* BNet Dev style */

html {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
	background: #E8E8E8;
}

input, select, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
}

input.text, textarea, select {
	width: 95%;
}

input.button {
	height: 28px;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #A0A0A0 url('images/post_head.png') repeat-x;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}

hr {
	border: 0px;
	height: 1px;
	color: #000;
	background-color: #000;
}

li {
	margin: 0px;
	padding: 0px;
}

table {
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #E5E5E5;
	width: 100%;
	font-size: 9pt;
}

tr {
	padding: 0px;
}

td {
	padding: 5px;
}

td.header {
	border: 1px solid #666;
	border-width: 1px 0px 1px 0px;
	background: #999;
	color: #FFF;
	font-weight: bold;
}

tr.header {
	border: 1px solid #666;
	border-width: 1px 0px 1px 0px;
	background: #999;
	color: #FFF;
	font-weight: bold;
}

td.narrow {
	width: 20px;
}

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #002FAF;
}

a:visited {
	text-decoration: none;
	color: #003;
}

a:hover, a:active {
	text-decoration: underline;
	color: #0045FF;
}

#page {
	background: #E8E8E8 url('images/bg.png') repeat-y;
	width: 1000px;
	margin: 1em auto 2em auto;
}

#main {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

#content {
	width: 75%;
	float: left;
}

#head {
	width: 1000px;
	height: 20px;
	background: url('images/head.png') no-repeat;
}

#foot {
	width: 1000px;
	height: 5em;
	margin-top: 2em;
	background: url('images/foot.png') no-repeat;
	background-position: bottom center;
	text-align: center;
	font-size: 8pt;
}

#menu {
	float: right;
	width: 200px;
	background: url('images/bg_menu.png') repeat-y;
}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menutext {
	margin-left: 20px;
}

#menuhead {
	width: 200px;
	height: 20px;
	background: url('images/head_menu.png') no-repeat;
}

#menufoot {
	width: 200px;
	height: 20px;
	background: url('images/foot_menu.png') no-repeat;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 220px;
	height: 80px;
	margin: auto auto 2em 0;
	background: url('images/logo.png') no-repeat;
}

.post_head {
	margin-top: 2em;
	padding: 0px 5px 0px 5px;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 28px;
	background: #A0A0A0 url('images/post_head.png') repeat-x;
	font-weight: bold;
	font-size: 10pt;
	line-height: 28px;
	color: #FFF;
}

.post_info {
	font-size: 8pt;
	margin-top: 0.5em;
}

.post_content {
	margin-top: 0.5em;
}

.post_text {
	margin-left: 15px;
	margin-top: 2em;
}

.votebar {
	height: 10px;
	padding: 5px;
	background: #CCC url('images/post_head.png') repeat-x;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 10px;
	color: #FFF;
}

.navbut {
	float: left;
	height: 28px;
	margin: auto 0.5em 0.5em auto;
	padding: 0px 4px 0px 4px;
	background: #CCC url('images/post_head.png') repeat-x;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 28px;
	font-weight: bold;
}

.navbut:link, .navbut:visited {
	color: #FFF;
	text-decoration: none;
}

.navbut:visited {
	color: #DDD;
}

.navbut:active, .navbut:hover {
	color: #FFF;
	text-decoration: underline;
}

.navbox {
	padding: 4px 0px 4px 0px;
}

.quote {
	padding: 5px;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #E5E5E5;
}

.box {
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #E5E5E5;
	font-size: 9pt;
	padding: 5px;
}

.error {
	padding: 10px;
	border: 2px solid #FF0000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.online {
	color: #009900;
}

.offline {
	color: #AA0000;
}

.clear {
	clear: both;
}

.wide {
	width: 100%;
}

.avatar {
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
	max-width: 150px; 
	max-height: 200px; 
	border: 1px solid #000000
}
