/* ############## Admin Theme - Grey 5   ######### */
/* ############## Six Digit Media        ######### */
/* ############## v 1.1.0 11.16.2006     ######### */


/* ############## General Page Styles ######################################################################### */


#admin_body {
	background-color: #edecec;
}

/*  main page titles with dark bg */
.admin_page_title {
 	height: 45px;
	background-color: #afaeae;
	color: #FFFFFF;
	font-size: 18px;
	font-family: "Eras Bold ITC", "Arial Black";
}

/*  section headers (section title & left side tab) */
.admin_h1 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-family: "Eras Demi ITC", "Arial";
}


/*  admin sections  */
#admin_sections {
	font-size: 12px;
	font-family: Arial;
}
#admin_sections tr {
	height: 30px;
}
/*#admin_sections tr:hover {
	background-color: #edecec; 
	
}*/
#admin_sections_meta {
	font-size: 12px;
	font-family: Arial;
}
#admin_sections_meta tr {
	height: 120px;
}
#admin_sections_meta tr:hover {
	background-color: #edecec;
}
#dir_sections td {
	cursor: pointer;
	font-size: 11px;
	font-family: Arial;
	height: 20px;
}
#dir_sections td:hover {
	background-color: #D9DEE0;
	border-top:1px solid #C2C2C2;
	border-bottom:1px solid #C2C2C2;
	border-right:1px solid #C2C2C2;
	border-left:1px solid #C2C2C2;
}


/* ############## Hyperlink Styles ######################################################################### */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.url:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

/*  file manager hyperlinks  */
a:#file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

/*  file manager hyperlinks  */
a:hover#file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}



/* ############## Nav Tab Styles ######################################################################### */

#tabs1 
{
	background: #F4F7FB;
	background-image: url(../../images/css_admin/adminbg_silver.gif);
	background-repeat:repeat-x;
	width:100%;
	font: bold 11px Verdana;
	line-height:normal;
	border-bottom:1px solid #6D6D6D;
} 
#tabs1 tr td a 
{
  	float:left;
  	background:url("../../images/css_admin/tableft_silver.gif") no-repeat left top;
  	padding:0 0 0 4px;
  	text-decoration:none;
}
#tabs1 tr td a span 
{  	
  	display:block;
  	background:url("../../images/css_admin/tabright_silver.gif") no-repeat right top;
  	padding:5px 12px 4px 12px;
  	color:#6D6D6D;
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs1 a span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span 
{
  	color:#6D6D6D;
}
#tabs1 a:hover 
{
  	background-position:0% -42px;
}
#tabs1 a:hover span 
{
  	background-position:100% -42px;
}
#tabs1 #current a 
{
	background-position:0% -42px;
  	color:#6D6D6D;
}
#tabs1 #current a span
{
	background-position:100% -42px;
	color:#000000;
}