
		
	.float_left {
		float: left;
	}
	
	.clear_both {
		clear: both;
	}
	
	.ad_160x600 {
		width: 160px;
		height: 600px;
		background: #787F85;
	}
	
	.ad_300x250 {
		width: 300px;
		height: 250px;
		background: #787F85;
		margin-bottom: 20px;
	}
	
	.ad_728x90 {
		width: 728px;
		height: 90px;
		background: #787F85;
		margin-bottom: 20px;
	}
	
	.heading_box {
		background: url('/images/dashboard_img/box-heading-bg.gif') top repeat-x;
		border: 1px solid #656565;
		min-height: 100px;
		margin-bottom: 5px;
		text-align: left;
	}
	
	.box {
		border: 1px solid #656565;
		margin-bottom: 8px;
	}
	
	.heading {
		text-align:left;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		height: 19px;
		padding: 5px;
	}
	.heading_gt {
		text-align:left;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		height: 19px;
		padding: 5px;
	}
	
	.heading_small {
			text-align:center;
		color: #FFF;
		font-weight: bold;
		font-size: 12px;
		height: 13px;
		padding: 5px;
	}
	
	#search_input {
		background: url('/images/dashboard_img/search-box-bg.gif') no-repeat;
		height: 38px;
		width: 206px;
		
	}
	
	#search_button { 
		margin-left: 5px;
	}
	
	.message {
		color: #7F9BBB;	
		margin: 10px 0px;
	}
	

	.clear_right {
		clear: right;
	}
	
	.clear_left{ 
		clear: left;
	}
	

	ul#message_list {
		list-style-type: none;
		margin: 0px;
		padding: 15px;
	}
	
	ul#message_list li {
		padding-top: 4px;
		border-bottom: 1px dashed #CCC;
		padding-bottom: 4px;
	}
	

	
	.from {
		width: 120px;
		color: #5277A2;
		display: block;
		float: left;
	}
	
	dl { padding-left: 15px; }
	dt { float: left; width: 120px; font-weight: bold;}


	a.page_right {
		background-position: 0px -26px;
	}
	
	a.page_left {
		background-position: 0px -39px;
	}
	
	a.page_up {
		background-position: 0px 0px;
	}
	
	a.page_down {
		background-position: 0px -13px;
	}
	
	.pager_button {
		width: 13px;
		height: 13px;
		background: url('/images/dashboard_img/pager-sprites.gif') no-repeat;
		display: block;
		float: left;
	}
	
	#online_friends {
		width: 50%;
		height: 150px;
		text-align: center;
		margin: 0px auto;
	}
	
	#find_friends {
	
	}
	
	.user_image {
		display: block;
		float: left;
		width: 45px;
		height: 45px;
		background: #999;
		margin: 5px;
	}
	
	#search_box {
		margin: 0px auto;
	}
	.search_field {
	margin: 5px; 
	height: 25px; 
	width: 194px; 
	border: 0px; 
	font-size: 16px; 
	font-weight: bold; 
	color: #444;
	}
	.profile_image {
		width: 50px;
		height: 50px;
		background: #666;
		float: left;
		margin: 5px;
	}
	
	.alternate {
		background: #EEE;
	}
	.queue_message {
		height: 30px;
		padding-top: 5px;
		padding-left: 10px;
	}
	.forum_invite {
		background: url('/images/dashboard_img/faq-bullet.gif') left no-repeat;
		padding-left: 15px;
	}
    
    a.orange_links {
        color: #FA2431;
    }
    
    .blue_heading {
        color: #3C6393;
    }

	.orange_heading {
	color: #FA2431;
	}
    
    
    #about_people p { padding: 5px; color: #999; }
    
    
    a.quicklinks_button {
    	width: 300px;
    	display: block;
    	height: 25px;
 
    	background: #EEE url('/images/qlbg.jpg') repeat-x;
    	font-weight: bold;
    	font-size: 18px;
    
    	color: #336699;
    	border: 1px solid #666;
    	padding-top: 5px;
    }
    
    a:hover.quicklinks_button {
    	background: #EEE url('/images/qlbg2.jpg') repeat-x;
    	color: #FF0000;
    }
    
    