* {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 line-height:16px;
 padding:0;
 margin:0;
 
}

body {
 background-color:#000000;
}

#container {
 width:100%;
}


#admin_container {
 width:990px;
 min-height:650px;
 height:auto !important;
 height:650px;
 margin:0px auto;
 margin-top:25px;
}

#div_content_container  {
 width:990px;
 background-image:url(../../media/images/admin/bg.jpg);
}

#admin_banner {
 width:990px;
 height:75px; 
 border-bottom:1px solid #000000;
 background-color:#6e6e6e;
}

#admin_menu {
 width:250px;
 min-height:650px;
 height:auto !important;
 height:650px;
 background-color:#999999;
 float:left;
}

#admin_page_content {
 width:740px;
 min-height:650px;
 height:auto !important;
 height:650px;
 background-color:#ffffff;
 float:left;
}

#admin_main_content {
 margin:25px 35px;
 min-height:550px;
 height:auto !important;
 height:550px;
}

#admin_clear {
 clear:both;
}

h1 {
 font-size:15px;
 font-weight:bold;
 margin-bottom:30px; 
}

p {
 margin-top:10px;
 margin-bottom:10px;
}

ul, ol {
 margin-left:25px;
}

a {
 color:#000000;
 text-decoration:underline;
}

#form_tables td {
 padding-bottom:10px;
}

/********************************************************************************************/
/*Menu Styles *******************************************************************************/


#primary_nav a {
 padding-top:7px;
 text-indent: 10px;
 display:block;
 width:250px;
 min-height:17px;
 height:auto !important;
 height:17px;
 border-bottom:1px solid #ffffff;
 text-decoration:none;
 color:#ffffff;
 font-weight:bold;
}

#secondary_nav a{
 display:block;
 text-indent: 20px;
 width:250px;
 min-height:17px;
 height:auto !important;
 height:17px;
 border-bottom:1px solid #ffffff;
 background-color:#666666;
 text-decoration:none;
 font-weight:normal;
}

/*Form Table styles */
#form_table_title {
 font-size:13px;
 font-weight:bold;
 padding-top:8px;
}

#form_table {
 width:620px;
}

#form_table td {
 padding-bottom:5px;
}

#form_table input, select {
 width:200px;
}

#form_table_button {
 padding-top:15px;
}
/* General Styles */