body{
	font:11px Tahoma;
	line-height:1.5;
	background:url(img/background.png) repeat-x;
	margin:0;
}
a{
	color:#e00000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.arrow{
	background:url(img/arrow.png) 0 2px no-repeat;
	padding-left:13px;
}
a.blog{
	background:url(img/blog.png) 0 2px no-repeat;
	padding-left:11px;
}
a.article{
	background: url(img/news.png) 0 2px no-repeat;
	padding-left: 11px;
	color: #000;
	line-height: 14px;
}
div.list{
	margin-bottom:10px;
}
img{border:none;}
h1{
	font:18px Tahoma;
	margin:5px 0;
}
h2{
	font:15px Tahoma;
	margin:5px 0;
}
h3{
	font:13px Tahoma;
	margin:2px 0;
}
h4{
	font:11px Tahoma;
	margin:2px;
}
h1, h2, h3, h4{
	color:#333;
}
p{
	margin:10px 0;
}
p:first-child{
	margin-top:0;
}
p:last-child{
	margin-bottom:0;
}
div#wrap{
	width:802px;
	margin:0 auto;
	padding:0px 1px;
}
div#footer{
	background:url(img/footer.png) repeat-x;
	height:50px;
	color:#888;
	text-align:center;
	margin-top:20px;
	padding-top:20px;
}
div#user{
	height:20px;
	-moz-border-radius:0 0 3px 3px;
	padding:0 6px;
	text-align:right;
	float:right;
}
div#header{
	height:135px;
	background:url(img/logo.gif) 0 5px no-repeat;
	margin-bottom:8px;
	padding-left:2px;
}

div#tabs{
	padding-top:110px;
}
div#tabs a.notab{
	float:left;
	margin-left:-1px;
	color:#444;
	text-decoration:none;
	padding:3px 8px;
	display:block;
	outline:none;
}
div.tab{
	background:#fff;
	float:left;
	border:#bbb 1px solid;
	border-bottom:none;
	margin-left:-1px;
	}
div.tab:hover{
	background:url(img/tab_active.png) 0 -25px repeat-x;
}
div.tab.active{
	background:url(img/tab_active.png) repeat-x;
	margin-top:-1px;
	padding-bottom:1px;
}
div.tab.active:hover{
	background:url(img/tab_active.png) repeat-x;
}
div.tab a{
	color:#444;
	text-decoration:none;
	padding:3px 12px;
	display:block;
	outline:none;
}
div.tab.active a{
	padding-bottom:4px;
}

div.main-node{
	width:500px;
	float:left;
}
div.right-node{
	width:290px;
	float:left;
	margin-left:10px;
}
div.half-node{
	width:395px;
	float:left;
}
div.half-node + div.half-node{
	margin-left:10px;
	width:395px;
	float:left;
}



div#sub{
	padding:5px;
}
div.sub{
	//border:#eee 1px solid;
	border-top:none;
	-moz-border-radius:1px;
	padding:2px 4px;
	font-size:9px;
	float:left;
	margin-right:2px;
	background:#DF0000;
	color:#fff;
}
div.sub a{
	color:#fff;
	text-decoration:none;
}

div#utilbar{
	float:right;
}
div#locationbar{
	margin-bottom:5px;
	color:#555;
}
div#main{
	clear:both;
	overflow:hidden;
	padding:1px;
}

div.error{
	border:#DD0000 1px solid;
	outline:#FF5858 1px solid;
	-moz-border-radius:2px;
	-moz-outline-radius:4px;
	padding:10px;
}
div.info{
	border:#5D9500 1px solid;
	outline:#89B73B 1px solid;
	-moz-border-radius:2px;
	-moz-outline-radius:4px;
	padding:10px;
	margin-bottom:10px;
}
div.titlebar{
	border-bottom:#E00000 1px solid;
	font-size:12px;
	letter-spacing:2px;
	padding:5px 3px 3px 3px;
	margin:5px 5px 0 5px;
}
div.box{
	border:#ddd 1px solid;
	border-top:none;
	padding:5px;
	background:#fff;
	margin:0 5px 5px 5px;
}
div.box div.box, div.box div.titlebar{
	margin:0px;
}
div.box.no-title{
	border-top:#ddd 1px solid;
}

div.tabswrap{
	background:#f8f8f8;
}
div.tabs{
	border-bottom:#e00000 1px solid;
	height:16px;
}
div.tabs div{
	cursor:pointer;
	padding:0 8px 0 9px;
	float:left;
	height:16px;
}
div.tabs div.active{
	border:#e00000 1px solid;
	border-bottom:none;
	background:#fff;

}
div.tabs div.idle{
	height:16px;
}
div.tabs div.idle:hover{
	background:url(img/tab_active.png) 0 -9px repeat-x;
}
.float_l,.float-l{float:left}
.float_r,.float-r{float:right}
.align_r{text-align:right;}
input, textarea, select{
	border:#888 1px solid;
	font:11px Tahoma;
	margin:1px;
}
input:focus, textarea:focus, select:focus{
	outline:#FFCBCB 1px solid;
	border:#555 1px solid;
}
input.full, textarea.full{
	width:799px;
}
textarea.full{
	height:500px;
}
button{
	border:#bbb 1px solid;
	background:url(img/button.png) repeat-x;
	color:#333;
	font:12px Tahoma;
	padding:2px;
	-moz-border-radius:2px;
	-moz-outline-radius:3px;
	cursor:pointer;
	margin:1px;
}
button:hover{
	border:#777 1px solid;
}
button:active{
	border:#777 1px solid;
	outline:#FFCBCB 1px solid;
}
fieldset{
	border:#aaa 1px solid;
	-moz-border-radius:3px;
	margin:5px;
	padding:4px 7px 8px 7px;
}


div.article{
	margin:50px 10px;
	font:12px Tahoma;
}
div.article:first-child{
	margin-top:10px;
}
div.article:first-child h2{
	margin-top:0;
}
div.article h2{
	margin:20px 0 15px -5px;
	font-weight:bold;
}

.center{ text-align:center; }
.right{ text-align:right; }
.left{ text-align:left; }

table{
	border-collapse:collapse;
}
table.full{
	width:100%;
}
table.list td{
	padding:3px;
}
table.list tr:hover{
	background:#f5f2f2;
}

div.comment{
	padding:10px;
	margin-bottom:10px;
	border-bottom:#eee 1px solid;
}
div.head{
	margin-bottom:5px;
	font-size:13px;
}
small.grey{
	color:#777;
}