/* mediachrome.net

Manage control panel style sheet


 */
 
 @import url("http://www.mediachrome.net/css/default.css");



/*	submenu
-------------------------------------------------------- */	

#submenu	{
	float: left;
	width: 170px;
	position: relative;
	top: 0;
	left: 15px;
	}

#submenu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: none;
	}

#submenu ul li	{
	margin: 0;
	padding: 0;
	}

#submenu ul li a {	
	display: block;
	padding: 6px 4px;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
	color: #d8d4b5;
	}

#submenu ul li a:hover {	
	color: white;
	}


#submenu ul.side-menu ul li div.menu-frag-expanded ul	{
	border-bottom: 1px solid white;
/*	background-color: #767997; */
	}
	
#submenu ul.side-menu ul li div.menu-frag-expanded ul li a	{
	padding: 3px 5px;
	color: white;
	}

	
	
/*	content
-------------------------------------------------------- */	

#content	{
	float: left;
	margin: 0 20px 0 35px;
	width: 550px;
	}
	
#content h1	{
	font-weight: normal;
	font-size: 2em;
	color: #c00;
	}

#content h2	{
	font-weight: normal;
	font-size: 1.4em;
	color: #c00;
	}


#content h1#domain	{
	position: absolute;
	top: 124px;
	right: 210px;
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 6px;
	color: #dbadad;
	text-align: right;
	text-transform: uppercase;
	}

#content p	{
	font-size: 1.1em;
	}

#content td, #content th	{
	font-size: 1.1em;
	}

#content td font.small	{
	font-size: 1em;
	}
	

#new-hosting	{
	margin: 30px 0 0 185px;
	font-size: 1.6em;
	}
	
#new-hosting h1	{
	font-weight: normal;
	font-size; 1.5em;
	color: #c00;
	}
	
#new-hosting h2	{
	font-size: 1em;
	color: #777;
	font-weight: normal;
	}

	
/*	Control Panel buttons
-------------------------------------------------------- */	

ul#controlPanel {
    background-color: transparent;
}


ul#controlPanel li a, ul#controlPanel li a:link,
ul#controlPanel li a:visited {
  display: block;
  background: white url(graphics/cp-button-bg.jpg) no-repeat center center;
	width: 91px;
  height: 81px;
  padding:10px 4px 0 4px;
  text-align: center;
  font-size: 1.1em;
  color: #333;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;  
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
}


ul#controlPanel li a:hover,
ul#controlPanel li a:active
{
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  
  color: #333;
}

ul#controlPanel li a div {
  background-color: transparent;
}

	

/*	extras
-------------------------------------------------------- */	

div.extras	{
	float: left;
	width: 170px;
	margin: 0 20px 0 0;
	padding: 0;
	}
	



	
/*	sideboxes
-------------------------------------------------------- */


div.sidebox	{
	width: 170px;
/*	height: 300px; */
	background: transparent url(graphics/sidebox-bg.jpg) no-repeat left bottom;
	padding: 0 0 10px 0;
	margin: 1px 0 1em;
	}

div.sidebox h1	{
	background: transparent url(graphics/sidebox-header.jpg) no-repeat left top;
	color: white;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
	}

div.sidebox dl	{
	margin: 0;
	padding: 0;
	}

div.sidebox h2, div.sidebox dt	{
	margin: 0 6px 0 0.2em;
	padding: 3px 10px;
	color: black;
	font-size: 1em;
	font-weight: bold;
	}

div.sidebox p, div.sidebox dd	{
	margin: 0.1em 12px 1.6em 20px;
	line-height: 1.4em;
	font-size: 1em;
	padding: 0;
	}

div.sidebox p.status_date	{
	color: #777;
	margin: 0.2em 12px 0.2em 20px;
	}

div.sidebox h3	{
	font-size: 1em;
	margin: 0.2em 12px 0.2em 20px;
	}

/*	tables
-------------------------------------------------------- */	
table	{
	border: 1px solid white;
	background-color: white;
	margin: 0;
	}

table.leftth	{
	border: 1px solid white;
	background-color: white;
	}

table.leftth th, table.leftth td	{
	border: 1px solid #7c1117;	
	}	


table.leftth th	{
	background-color: #7c1117;
	color: white;
	padding: 3px;
	}	


/*	footer
-------------------------------------------------------- */	
	
#footer	{
	clear: both;
	width: 930px;
	margin: 0 auto;
	color: #dbadad;
	}
