body {
	font-family: Verdana, sans-serif;
	font-size: small;
	background-color:#380101;
	padding:3px;
	border:0px;
	margin:0px;
}
a, .f small, .link {
    color: #4747FF;
    text-decoration:none;
	cursor: pointer;
	cursor: hand;
}

a:active, a:hover, .b:active, .link:active {
    text-decoration:underline;
    color:#6600CC;
}
img{
	border:0px;
}

ul{
	list-style-type:none;
}

ul > li{
	margin-left:-30px;
	clear:both;
	padding-bottom:5px;
	margin-bottom:5px;
	min-height:48px;
	border-bottom:1px dotted #6600CC;
}

.replies_li{
	list-style-image:url('images/bullet_green.png');
	list-style-type:square;
	display:inherit;
}
.replies_list > li{
	list-style-image:url('images/bullet_green.png');
	list-style-type:square;
	margin-left:0px;
	border-top:1px dotted #6600CC;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	border-bottom:0px;
}
.reply_count{
	font-wieght:bold;
	color:green
}
.avatar{
	width:48px;
	height:48px;	
}

.msg_avatar{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

#page_bg{
	width:800px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#page_banner{
	width:800px;
	height:100px;
	border:0px solid #4747FF;
	text-align:center;
	margin-bottom:10px;
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	background: white url(images/meta_robert_logo-2.gif) 50% 50% no-repeat;
}

#page_head_left{
	float:left;
	text-align: center;
	width:390px;
	height:100px;
	border:1px solid #4747FF;
	background-color: white;
	margin-bottom:10px;
	
	display: table-cell;
    vertical-align: middle;
	display:none;
}
#page_head_right{
	float:right;
	text-align: center;
	width:390px;
	height:100px;
	border:1px solid #4747FF;
	background-color: white;
	margin-bottom:10px;
	
	display: table-cell;
    vertical-align: middle;
	display:none; 
}

#toolbar{
	clear:both;
	width:800px;
	min-height:20px;
	margin-bottom:10px;
	background:  #4747FF url(jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}
#left_col{
	float:left;
	width:575px;
	max-width:575px;
	min-height:35px;
	padding:10px;
}
#right_col{
	float:right;
	width:180px;
	max-width:180px;
	min-height:150px;
	margin-bottom:10px;
	border-left: 1px solid #4747FF;
	padding:10px;
}

#footer_bar{
	clear:both;
	width:800px;
	min-height:20px;
	background:  #4747FF url(jquery/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
}
#page_footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	min-height:80px;
	text-align:center;
}

