
/*****************************************/
/************** GENERAL FORMATTING*/
body {
margin:0px 0px 15px 0px;
padding:0px;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#777777;
}

dl{
margin:0px;
padding:0px;
}

dt {
font-size:12px;
float:left;
width:130px;
line-height:26px;
margin:0px;
font-weight:bold;
color:#444444;
}

dd {
margin: 0px 0px 15px 80px;
line-height: 24px;
color: #666;
}

.login dt {
font-size:14px;
width:100px;
}

.login input {
font-size: 14px;
}

.error {
background: #ffc;
color: #c00;
}

input {
padding:3px;
color:#333333;
border:1px solid #cccccc;
font-size: 12px;
font-weight:bold;
width:150px;
}

textarea {
color:#333333;
padding:3px;
border:1px solid #cccccc;
width:250px;
}

select {
color:#333333;
padding:2px;
border:1px solid #cccccc;
font-size:12px;
font-weight:bold;
}

.check {
width:auto; 
margin:0px 5px 0px 0px; 
padding:0px;
border:none;
}

.padded {
padding:3px;
border:1px solid #cccccc;
}

.error {

}

#popup {
/* Necessary: */
position: absolute;
display: none;
z-index: 10;
/* Additional styling: */
float:left;
padding:4px;
font-size:10px;
background-color:#ffffff;
border:1px solid #888888;
}
/*****************************************/


/*****************************************/
/************** SITE STRUCTURE CONTAINERS*/
#header_countainer {
margin:0px 0px 15px 0px;
padding:0px;
}

#header_line_top {
height:4px;
line-height:1px;
font-size:1px;
background: url('/gfx/admin/bg_header_top.gif') repeat-x;
margin:0px;
padding:0px;
}

#header_line_color {
height:3px;
line-height:1px;
font-size:1px;
background-color:#B2BB38;
margin:0px;
padding:0px;
}

#header_main {
height:29px;
background: url('/gfx/admin/bg_header_main.gif') repeat-x;
margin:0px;
padding:10px 0px 0px 0px;
}

#header_main_container {
margin:0px auto 0px auto;
width:90%;
}

#subheader_container {
margin:15px auto 0px auto;
width:90%;
}

#subheader_container table {
border-bottom:1px solid #eeeeee;
padding-bottom:10px;
margin-bottom:10px;
}

#content_container {
padding:0px;
clear:both;
margin:20px auto 30px auto;
width:90%;
}

#footer_container {
margin:0px auto 0px auto;
width:90%;
font-size:10px;
color:#aaaaaa;
}

#footer_line {
background: url('/gfx/admin/bg_line.gif') repeat-x;
clear:both;
height:5px;
line-height:1px;
font-size:1px;
margin:0px 0px 15px 0px;
}

/*****************************************/


/*****************************************/
/************** LIST FORMATTING*/
#subheader_container ul, #add_list ul {
margin:0px;
padding:0px;
}

#subheader_container li, #add_list li {
list-style-type:none;
margin:0px 5px 10px 0px;
font-size:11px;
font-weight:bold;
float:left;
}

#content_container ul {
color:#555555;
list-style:none;
padding:0px;
margin:0px 0px 20px 0px;
}

.indent0 {
margin:0px;
padding:0px;
border-top:1px solid #555555;
width: 800px;
}

.indent1 {
margin:0px 0px 0px 30px;
padding:0px;
border-top:1px solid #777777;
width: 770px;
}

.indent2 {
margin:0px 0px 0px 60px;
padding:0px;
border-top:1px solid #999999;
width: 740px;
}

.indent3 {
margin:0px 0px 0px 90px;
padding:0px;
border-top:1px solid #bbbbbb;
width: 710px;
}

.indent4 {
margin:0px 0px 0px 120px;
padding:0px;
border-top:1px solid #dddddd;
width: 680px;
}

.indent5 {
margin:0px 0px 0px 150px;
padding:0px;
border-top:1px solid #d9d9d9;
width: 650px;
}

.indent6 {
margin:0px 0px 0px 150px;
padding:0px;
border-top:1px solid #eee;
width: 620px;
}


/*****************************************/


/*****************************************/
/************** TEXT FORMATTING*/
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
font-size:30px;
color:#444444;
margin:0px 0px 10px 0px;
}

h2, .login dt {
font-family:Georgia, "Times New Roman", Times, serif;
letter-spacing:-1px;
font-size:18px;
color:#444444;
margin:0px 0px 5px 0px;
}

h3 {
font-size:13px;
color:#444444;
margin:0px 0px 5px 0px;
}

#subheader_container h1 {
margin:0px;
padding:0px;
}
/*****************************************/


/*****************************************/
/************** LINK FORMATTING*/
html>body #content_container li a {
width:auto;
}

html>body #add_list li a {
width:auto;
}

#subheader_container li a, #add_list li a, #header_container li a {
background:#f5f5f5 url('/gfx/admin/bg_li_a.gif') bottom left repeat-x;
color:#333333;
text-decoration:none;
width:auto;
padding:3px 6px;
}

#subheader_container .iscurrent a, #add_list .iscurrent a {
color:#ffffff;
background: #727272 url(bg_li_a_over.gif) bottom left repeat-x;
}

#subheader_container .iscurrent a:hover, #add_list .iscurrent a:hover {
color:#ffffff;
}

#subheader_container li a:hover, #header_container li a:hover, #add_list li a:hover {
color: #ff9933;
background: #727272 url('/gfx/admin/bg_li_a_over.gif') bottom left repeat-x;
}

#content_container li {
display: block;
background: #ffffff url('/gfx/admin/bg_content_li_a.gif') bottom left repeat-x;
}

#add_list li {
width: auto !important;
background: none !important;
}

li a {
color:#333333;
text-decoration: none;
line-height: 20px;
}

.indent1 a {
color: #333;
}

.indent2 a {
color: #555;
}

.indent3 a {
color: #666;
}

.indent4 a, .indent5 a, .indent6 a, .indent7 a {
color: #777;
}

#content_container li:hover {
background: #f5f5f5 url('/gfx/admin/bg_content_li_a_over.gif') bottom left repeat-x;
}

.over {
background-color: #f5f5f5 !important;
background-image: url('/gfx/admin/bg_content_li_a_over.gif') !important;
background-position: bottom left;
background-repeat: repeat-x;
border-top: 1px solid #000;
}

#content_container li a:hover {
color: #B2BB38 !important;
}

#delete a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin-bottom: 15px;
	background-color: #f5f5f5;
	padding: 2px;
	display: block;
	width: 125px;
	margin-left: 130px;
	background-image: url(/gfx/admin/bg_li_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-decoration: none;
	text-align: center;
}
#delete a:hover {
	background-color: #727272;
	background-image: url(/gfx/admin/bg_li_a_over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #ff9933;
	font-weight: bold;
}
/*****************************************/
