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

/* ############## General Page Styles - v2.0.0 - 03.07.2007 ######################## */

.page_title_table {
	width: 100%;

}

.button{
   color:#050;
   font-family:tahoma, helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;}
}


.page_title_cell {
	width:50%; 
	text-align:left; 
	padding-left:8px;
	color: #505151;
	font-size: 16px;
	font-family: "Tahoma", "Arial";
	font-weight: bold;
}

.master_table {
	width:97%; 
	font-family: tahoma, Arial, Helvetica, sans-serif;	
	font-size: 12px; 
	font-style: normal;

}

.section_title {
	text-align:left; 
	padding-left:5px;
	color: #505151;
	font-size: 13px;
	font-family: "Tahoma", "Arial";
	font-weight: bold;
	background:#F1F3F3;
}


.img_fade
{
    filter:alpha(opacity=70); 
	opacity: 0.7;
}
.img_fade:hover
{
    filter:alpha(opacity=100); 
	opacity: 1.0;
}


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

#menuside td
{
	border-left: 2px solid #FFFFFF;	
	border-top: 2px solid #FFFFFF;	
	border-right: 2px solid #FFFFFF;	
}
#menuside td a
{
	display: block;
}
#menuside tr
{
	background-color: #f3e6d8;
	height: 30px;
}
#menuside tr:hover
{
	background-color: silver;
}

#menuside #current
{
	background-color: #ff9933;		
}

#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;
}

a.admin_pg_mgr
{
	font-family: Tahoma;
	font-style: normal;
	color: black;
}



/* ############## 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;
}