@charset "utf-8";

/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #7e7e7e;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/admin-top-bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}

a
{
	color: #091f74;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: none;
}

h1
{
	font-size: 20px;
	padding: 0;
}

h2
{
	font-size: 16px;
	padding: 0;
}

h3
{
	font-size: 14px;
	padding: 0;
}

h4
{
	font-size: 13px;
	padding: 0;
}

.blue
{
	background-color: #4FA9C6;
}

.orange
{
	background-color: #EAAF42;
}

.green
{
	background-color: #839A0C;
}

.red
{
	background-color: #B83E3C;
}

/*========================= BREACDRUMB =========================*/

#breadcrumb
{
	position: inherit;
	margin-top: 16px;
}

#breadcrumb ul
{
	color: #7e7e7e;
	padding: 0;
	margin: 0;
	border: 0;
}

#breadcrumb ul li
{
	background: url('../images/nav-arrow.gif') no-repeat left;
	display: inline;
	padding-left: 15px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#breadcrumb ul li.first
{
	background: none;
	padding-left: 0px;
}

/*========================= TOP OF THE MENU CASCADE =========================*/

#navigation
{
	position: relative;
	width: 970px;
	height: 23px;
	margin: 0;
	padding: 0px;					/* play nicely with others */
	border: 0;
	padding: 17px 0 0 3px;
}

#navigation a,
#navigation a:visited
{
	color: #9e9e9f;
}

#navigation a:hover,
#navigation a#current,
#navigation div.log-status a
{
	color: #091f74;
}

#navigation a#current
{
	font-weight: bold;
}

#navigation a#current table
{
	font-weight: normal;
}

#navigation ul
{
	color: #9e9e9f;
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#navigation ul li
{
	padding: 0 20px 16px 0;
	float: left;						/* this creates the side-by-side array of top-level buttons */
	position: relative;				/* create local positioning contexts for each button */
	margin: 0;
}

#navigation ul li table
{
	margin: -1px 0;					/* IE5 needs -1px top and bottom table margins */
	margin: 0;						/* re-zero the table margins for everyone but IE5 */
	border-collapse: collapse;		/* IE5 needs this for the sub-menus to work */
	font-size: 12px;					/* this sets the base font size for our entire menu */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

#navigation ul li ul
{
	display: none;					/* initially hide the entire list hierarchy */
	padding: 5px;					/* this is our box border width */
}

#navigation ul li a,
#navigation ul li a:visited
{									/* unselected top-level menu items */
		  display: block;
		  float: left;
		  text-decoration: none;
		  height: 18px;
		  margin: 0px 4px 0px 4px;
}

#navigation ul li:hover a, 
#navigation ul li a:hover
{									/* selected top-level menu items */
		  padding: 0px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

#navigation ul li:hover ul,
#navigation ul li a:hover ul
{ 									/* 2nd level drop-down box */
		   display: block;
		   position: absolute;
		   margin: -2px 0 0 0;
		   top: 20px;						/* place us just up underneath the top-level images */
		   height: auto;					/* the drop-down height will be determiend by line count */
		   width: 8.5em;
		   background: #f8f8f8;				/* this sets our menu's effective "border" color */
}

#navigation ul li ul li
{
	border: none;
	padding: 0 0 6px 0;
}

#navigation ul li:hover ul li a,
#navigation ul li a:hover ul li a
{ 								/* 2nd level unselected items */
		  border: 0;
		  margin: 0;
		  height: auto;
		  background: #f8f8f8;			/* this sets the drop-down menu background color */
		  width: 8.5em;
}

/*======================== LAYOUT ELEMENTS ========================*/



/*======================== NAVIGATION ELEMENTS ========================*/

.log-status
{
	float: right;
	margin: 0px;
	padding-right: 10px;
}

/*======================== ADMIN ELEMENTS ========================*/

div.admin-main
{
	position: relative;
	width: 973px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div.title
{
	position: absolute;
	right: 10px;
	top: 20px;
}

div.title h1
{
	color: #9e9e9f;
	font-size: 16px;
	margin: 80px 0 0 0;
}

div.topbanner
{
	margin: 0;
	padding: 0;
	height:125px;
}

div.topbanner img
{
	padding: 0;
}

div.control-panel
{
	float: right;
	margin: 10px;
	padding: 0px;
	font-size: 10px;
}

div.content
{
	clear: both;
	width:973px;
	padding:0;
	margin: 20px 0 0 0;
}

table.admin tr td
{
	border: 1px solid #cccccc;
}

table.admin-form tr td
{
	padding: 0px;
}

table.admin-form tr td fieldset
{
	border: 2px outset #000000;
	border-spacing: 1px;
	margin: 0px;
	margin-bottom: 10px;
}

table.admin-form tr td fieldset table
{
	border: 1px solid #cccccc;
}

table.admin-form tr td fieldset table tr td
{
	border: 1px solid #cccccc;
	padding: 4px;
}

div.yes-no
{
	display: inline-table;
	height: 20px;
	width: 60px;
	padding: 5px;
	margin: 0px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
}

div.yes-no-sel
{
	border: 1px solid #999999;
	margin: 2px;
	padding: 0px;
	width: 144px;
}

div.compare
{
	border: 1px dashed #999999;
	margin-bottom: 5px;
	padding: 10px;
}

/*======================== OTHER ELEMENTS ========================*/

#login
{
	text-align: center;
	width: 300px;
}

#login label
{
	text-align: left;
	display: inline-block;
	width: 100px;
	vertical-align: middle;
}

#login input
{
	margin: 2px;
	width: 150px;
}

#login #submit
{
	width: auto;
}

#debug
{
	position: relative;
	margin: 20px auto;
	width: 973px;
	height: 300px;
}

#debug div
{
	margin: 0;
	padding: 0;
	width: 953px;
	height: 280px;
	overflow: scroll;
}
