@import 'eggplant/jquery.ui.all.css';

/* ---------- ---------- ---------- RESET ---------- ---------- ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}table {border-collapse:collapse; border-spacing:0;}fieldset,img {border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}q:before,q:after {content:'';}abbr,acronym {border:0;}

/* ---------- ---------- ---------- STRUCTURE ---------- ---------- ---------- */
body {
	background: #7a7a74;
	border-top: 3px solid #9e0000;
	color: #404040;
	font: 14px Arial, Helvetica, sans-serif;	
	line-height: 1.5em;
	text-align: center;
	}

#wrap {
	margin: 0 auto; 
	width: 900px;	
	}

#header {
	background: url(../images/admin-header.jpg) 50% 0 no-repeat;
	height: 149px;
	margin: 0 auto;
	}

#title {
	position:absolute;
	margin-top:20px;
	margin-left: 10px;
	font: 18pt Arial, sans-serif;
	color:#FFF;
	z-index:1;
}

#content_bg {
	background: #fff url(../images/admin-contentbg.jpg) top repeat-x;
}

#container {
   padding: 0;
   width: 100%;
   background: #fff url(../images/admin-contentbg.jpg) top repeat-x;
}

#right {
   float: right;
   width: 680px;
   text-align: left;
   margin-top:5px;
   overflow: visible;
   background: #fff url(../images/admin-contentbg.jpg) top repeat-x;
}

#left {
	margin-left: 2px;
	margin-top: 2px;
	width: 200px;
	float: left;
    background: #fff url(../images/admin-contentbg.jpg) top repeat-x;
}

#clear {
   height: 0;
   font-size: 1px;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
}

#footer {
	background: url(../images/admin-footer.png) no-repeat;
	padding-top: 60px;
	height: 101px;
	color: #fff;
	font: 10px Arial, sans-serif;
	margin-bottom: 12px;
	}

/* ---------- ---------- ---------- LINKS ---------- ---------- ---------- */
a {color: #8e0b01;}
a:hover {color: red;}
#footer a{color: #fff;}
#footer a:hover{color: orange;}

a.page { /* Numbers at Bottom of Pages */
	padding: 6px 10px;
	color: #3b3b3b;
	border: 2px solid #3b3b3b;
	background: #e9e9e9;
	text-decoration: none;
}
a.page:hover {
	background: #bcbcbc;
	color: #3b3b3b;
}

h5 a {color:#fff;}

/* ---------- ---------- ---------- NAVIGATION ---------- ---------- ---------- */
#nav {
	margin: 0 auto;
	background: url(../images/front-navbg.png) no-repeat;
	border: none;
	height: 74px;
	font: 18pt Arial, sans-serif;
	font-weight: bolder;
}

#menu {
	margin-left: 2px;
	margin-top: 2px;
}

/* ---------- ---------- ---------- LISTS: CONTENT ---------- ---------- ---------- */
ul.buttons li {padding-right: 15px;}
ul.buttons li a{display: block;}
ul.buttonsi li a {display: block;}	/*	 Use buttonsi for Inline Buttons 	*/
ul.buttonsi li {display: inline; float: left; padding-right: 2px;}
ul.buttons li a, ul.buttonsi li a {
	background: url(../images/h-button.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
	line-height: 275%;
	text-decoration: none;
	width: 145px;
	height: 34px;
	margin-bottom: 5px;
	}
	
ul.buttons li a:hover {
	color: #fff;
	background: url(../images/h-button.jpg) 0 -34px no-repeat;
}
ul.indent li {text-indent: 25px;}
	
/* ---------- ---------- ---------- TEXT: CONTENT ---------- ---------- ---------- */
.login_mostActive {width: 400px;}
.login_mostPopular {width: 400px;}
p {
	line-height: 140%;
	margin-bottom: 18px;
}

/* all:Header Settings */
h1, h2, h4, h5, h6 {
	letter-spacing: -.6px;
	margin: 5px 0;
	font-family: Arial, sans-serif;
	display: block;
	}

	
/* h1:For 75% Pg Width Headers */
h1 {
	background: url(../images/h-tan.jpg) no-repeat;
	height: 42px;
	width: 557px;
	font: 18pt Arial, sans-serif;
	padding: 7px 15px 0 15px;
	color: #464648;
	}

/* h2,h3:Identical For 75% Width Headers */
h2 {
	background: url(../images/h-black.jpg) no-repeat;
	color: #fff;
	font-size: 12pt;
	height: 37px;
	width: 500px;
	padding: 7px 0 0 15px;
}

/* h4,h5:Identical Besides Width and BG Image */
h4, h5 {
	color: #fff;
	height: 34px;
	font-size: 11pt;
	padding: 7px 15px 0 15px;	
}
/* h4:For Half Pg Width Headers */
h4 {
	background: url(../images/h-half-black.jpg) no-repeat;
	width: 300px;
	}

/* h5:For Quarter Pg Width Headers */
h5 {
	background: url(../images/h-quarter-black.jpg) no-repeat;
	width: 200px;
}


/* ---------- ---------- ---------- MISC ---------- ---------- -------- */
.note {font-size: 10pt;}				/*		Smaller Text			*/

.ico {padding: 4px 2px 0 4px;}			/*		Icon Padding			*/
.shade {background: #f0f0f0;}			/*		Cycle Shade				*/
.shade2 { background: white;}			/*		Cycle2 Shade			*/
.shademed {background: #e5e5e5;}		/*		Medium Shade			*/

.txtR {text-align: right;}
.txtL {text-align: left;}
.top, table.top tr td {					/*		Table Text to Top		*/
	vertical-align: top;
}
.brd-bottom {border-bottom: 1px solid silver;}
.nop {padding: 0;}						/*		No Padding				*/
.nom {margin: 0;}						/*		No Margin				*/
.nopm {padding: 0; margin: 0;}			/*		No Padding/Margin		*/

.clear {clear: both;}					/*		Clear Floats			*/
.innerpad {padding: 0 15px;}			/*		For Tables/Divs			*/
.chubby {padding: 8px;}					/*		Give Chubby Padding		*/

.attn {color: #5a0000; font-weight: bolder;}

.flright {float: right;}
.flleft {float: left;}

table tr td {padding: 2px 2px 8px 4px;}	/*		Table Fat				*/
.s {font-weight: bolder;}				/*		Make Font Heavy			*/
.pr {padding-right: 8px;}				/*		Padding Right			*/
.pr-fat {padding-right: 80px;}
strong {font-weight: bolder;}
em {font-style: italic;}
.c {									/*		Center as Block, Width?	*/
	display: block;
	margin: 0 auto;
	}
a img {border: none;}					/*		Image Links No Brd		*/
hr, .hide {display: none;}
.show {display: inline;}
pre, code {line-height: normal; font-size: 12px; color: #404040;}
img { max-width:100px;}

/* ---------- ---------- ---------- FORMS ---------- ---------- ---------- */

form.small input, form.small option, form.small select, form.small textarea {
	padding: 1px;
	font: 10pt arial, sans-serif;
	font-weight: normal;
	color: #505050;
}

input, option, select, textarea {
	padding: 4px;
	font: 16px Arial, sans-serif;
	font-weight: bolder;
	color: #787878;
	
}


.goodBox {
	padding: 15px; 
	border: 1px solid #2fbd27; 
	background: #bbdab9; 
	margin: 4px 0;
	}
.errBox, .nuetBox {
	padding: 15px; 
	border: 1px solid #b44c52; 
	background: #eed8d9; 
	margin: 4px 0;
	}
.nuetBox {background: #f4f4f4; border: 1px solid gray;}

.massBox {
	border: 1px solid #5f0000;
	margin: 5px 5px 10px 5px; 
	padding: 0px;
	}
	
.massBoxTitle {
	background: #5f0000;
	color: #fff;
	margin: 0 auto;
	padding: 5px 0 5px 15px;
}
/* ---------- ---------- ---------- NAVIGATION ---------- ---------- ---------- */
.leftCorner {margin-left: 18px;}

#nav {
	background: url(../images/admin-navbg.png) repeat-x;
	height: 61px; /* Different than MAIN, to fix DROP LIST Elements touching red bar */
	font-size: 18pt;
}

ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a, ul.menu ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover, ul.menu ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a, ul.menu ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}
ul.menu ul.menu li a:hover {
    border-left: 0;
    padding-left: 0.5em;
}
ul.menu ul.menu {
    border-left: 5px #f00 solid;
}
ul.menu a.active, ul.menu ul.menu li a.active, ul.menu a.active:hover, ul.menu ul.menu li a.active:hover {
    text-decoration: underline;
    background: #c00;
}
div.panel {
    border: 1px #000 solid;
    padding: 5px;
    margin-top: 1px;
}

ul.menu div.panel a, ul.menu div.panel li a:hover  {
    display :inline;
    color: #666;
    background: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
ul.menu div.panel a:hover {
    color: #000;
    text-decoration: underline;
}


.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }
.indent6 { padding-left: 6em; }
.indent7 { padding-left: 7em; }
.indent8 { padding-left: 8em; }
.indent9 { padding-left: 9em; }
.indent10 { padding-left: 10em; }