.dashboard_left {float:left;}
.dashboard_right {float:right;}
.dashboard_width_1 {width:275px; } /* width:255px; */
.dashboard_width_2 {width:373px; } /* width:390px; */
.dashboard_width_3 {width:656px; } 

#main_dashboard_header {
	font-size: 18pt;
	border-bottom: 1px solid #666666;
	color:black;
	padding-bottom:5px;
}	.login_headline { margin-bottom:30px; text-align:left; }

.dashboard_status {	
	padding-top:0px;
	font-weight: bold;
	width:265px;
	float:right;
}

#dashboard_credits {
	width:140px;
	float:left;
	display:inline;
	position:relative;
	top:15px;
}

#dashboard_quickstats {
	width:232px;
	float:left;
	display:inline;
	position:relative;
	top:15px;
}

.dashboard_item { border:1px solid #b3b3b3; margin-top:10px;}
	.dashboard_item_header { 
		background-image:url(../images/sr_dashboard_item_topbg.gif); 
		background-repeat:repeat-x; 
		height:20px;
		font-weight:bold; 
		padding:5px;
		text-align:left;
	}
	.dashboard_bottom { 
		background-image:url(../images/sr_dashboard_item_botbg.gif); 
		background-repeat:repeat-x; 
		height: 19px;
	}
	.dashboard_content {
		padding:5px;
	}


#dashboard_quick_page_code {
	text-align:left;
}

#dashboard_activity_feed {
}

#dashboard_personal_video_box {

}

/* Messages */
#dashboard_messages_listcontainer {
	width:657px;
}

#dashboard_messages_container {
	border:1px solid #b3b3b4;
	width:657px;
}

#dashboard_content_minibg {
	height:8px;
	background-image: url(../images/sr_messages_barbg.gif);
	background-repeat: repeat-x;
}

.dashboard_title  {
	padding:5px;
	font-weight: bold;
}

.dashboard_content_gradient {
	/*background-image: url(images/sr_messages_grad.gif);
	background-repeat: repeat-x;*/
}

.dashboard_content_gradientbg {
	/*background-image: url(images/sr_messages_gradbg.gif);
	background-repeat: repeat-x;*/
}

.dashboard_messages_list {
	font-size:11px;
	padding: 2px 6px;
	height:24px;
	color: #79a3df;
	border-top: 1px solid #c9daf2;
	cursor:pointer;
}
.dashboard_messages_list:Hover {
	background-color:#FAFCB8;
}

.dashboard_messages_bg_on { background-color:#f1f1f1; }
.dashboard_messages_bg_off { }

#dashboard_messages_title {
	font-size:10pt;
	font-weight:bold;
	padding:5px;
	height:18px;
}
#dashboard_messages_sentto {
	font-size:8pt;
	padding:5px;
}
#dashboard_messages_content {
	font-size:8pt;
	padding:5px;
	height:200px;
	overflow-y:scroll;
}
.msg_hr {border-bottom: 1px solid #c9daf2; height:1px; margin-bottom:5px;}
.stats_block {height:110px; padding:5px;}