﻿/* COMMON */

.clear { clear: both; margin: 0px; padding: 0px; }

body 
{
	/*background: url(../_images/bg.jpg) repeat-x top center #ffffff;
	background-attachment: fixed;
	
	background-color: #EDEDED;*/
	background-color: #161616;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	/*margin-top: 5px;*/
	margin: 0px;
	color: #FEFEFE;
}



div#titlebar
{
	width: 940px;
	margin: 0 auto;
}
div#breadcrumb
{
	border-top: 1px solid #333; 
	/*border-bottom: 1px solid #111;*/
	height: 35px;
	margin: 0px;
	padding: 0px;
	}
	div#breadcrumb div
	{
		margin-top: 5px; padding: 0px;
		/*float: left;
		text-align: left;
		width: 940px;	*/
	}
div#content_header
{
	display: block;	

	/*border-top: 1px solid #333; */
	border-bottom: 1px solid #111;		
	height: 60px;
	width: 940px;
	}
	div#content_header div#content_title
	{
		float: left;
		margin-top: 15px;
		margin-left: 5px; 
		/*color: #fefefe;
		font-size: 24px;
		font-weight: bold;*/
	}
	div#content_header div#right_links
	{
		float: right;
		text-align: right;
		width: 250px;
		margin-top: 10px;
		padding-top: 5px;
		padding-right: 5px;
		
		
		border-top: 1px solid #333; 
		border-left: 1px solid #333; 
		border-bottom: 1px solid #111;	
		border-right: 1px solid #111;			
		background-color: #1D1D1D;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; 				
	}
	
div#page_title
{
	margin: 5px 0 5px 5px; padding: 0; color: #000000;
	font-size: 14px;
	font-weight: bold;
}



div#chromemenu_container
{
	margin: 0 auto;
	background-image: url(../_images/menu_spacer.jpg);
	height: 25px;
	width: 940px;
	text-align: center;	
}


div#menu_container
{
	margin: 0 auto;
	background-image: url(../_images/menu_spacer.jpg);
	height: 25px;
	width: 940px;
	text-align: center;	
}
.menu_button_left
{
	background-image: url(../_images/menu_left.jpg);
	height: 25px;
	width: 109px;
}
.menu_button_center
{
	background-image: url(../_images/menu_center.jpg);
	height: 25px;
	width: 138px;
}
.menu_button_right
{
	background-image: url(../_images/menu_right.jpg);
	height: 25px;
	width: 116px;
}
	
div#content_container
{
	clear: both;	
	margin-left: 0px;
	margin-right: 10px;
	padding-bottom: 10px;
}

	
