body{
	background:url('/assets/images/background.jpg') #001624 repeat-y;
	background-position:center;
}

/** CORE STRUCTURE **/
#wrapper{
	width:970px;
	position:relative;
	margin:0 auto;
}
#header{
	background:url('/assets/images/header.jpg') #000;
	height:240px;
}
#body{
	min-height:500px;
	background-color:white;
	border:2px solid red;
	padding:10px;
	font-size:12px;
}
#footer{
	height:40px;
	background:url('/assets/images/footer.jpg') center #000000 no-repeat;
}

/** HEADINGS AND PARAGRAPHS **/
a{color:#06C;}
h1,h2,h3,h4,h5,h6{font-family:Arial, Helvetica, sans-serif;}
h1{
	font-size:20px;
	color:#333;
	border-bottom:1px solid #CCC;
	padding-bottom:5px;
	margin:10px 0 10px 0;
}
h2{
	font-size:18px;
	color:#333;
	margin:15px 0 0 0;
	background-color:black;
	color:white;
	padding:5px;
}
h3{
	font-size:16px;
	color:#333;
	margin:5px 0 10px 0;
}
h4,h4 a{
	font-size:12px;
	color:#333;
	text-decoration:underline;
	margin:5px 0 10px 0;
}
h4.smallMargin{margin-bottom:0px;}
h5{
	font-weight:bold;
	color:#666;
	font-size:11px;
	margin:5px 0 5px 0;
}

/** P AND LISTS **/
#body > p{
	margin:10px 0;
}
#body ul.list{
	list-style-type:disc;
	padding-left:20px;
}
ul{
	list-style-type:disc;
	padding-left:20px;
}


/** FORMS **/


/** STRUCTURE TABLES **/
table.structure{
	width:100%;
	border-collapse:collapse;
}
table.structure td{
	padding:5px;
	vertical-align:top;
}

/** DATA TABLES **/
table.data{
	border-collapse:collapse;
	width:100%;
}
table.data th,table.data td{
	padding:5px;
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	border:1px solid #CCC;
	vertical-align:top;
}
table.data th{
	background-color:#CCC;
	color:black;
	font-weight:bold;
}
table.data tr.odd td{
	background-color:#E2E2E2;
}

/** DATA TABLES - DARK VARIATION **/
table.data.black td{
	color:white;
	background-color:black;
	border:0px none;
	border:1px solid #666;
	border-width:1px 0px;
}
table.data.black tr.odd td{
	background-color:#333;
}

/** PUBLIC DATA TABLE - BORDER VARIATION **/
table.data.public td{
	border:0px none;
	border-bottom:1px solid #CCC;
}

/** FORM TABLE **/
table.form{
	width:100%;
	margin:0 auto;
}
table.form th,table.form td{
	border-bottom:1px solid #CCC;
}
table.form th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;;
}
table.form input,table.form select,table.form textarea{
	padding:5px;
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;

	font-weight:bold
}
table.form select{
	width:150px;
}
table.form.padded td,table.form.padded th{
	padding:5px;
}
div.submitWrapper{
	padding:5px;
	text-align:center;
	margin:5px auto 0 auto;
	width:300px;
}

/** ERROR **/
div.error{
	border:1px solid #B00000;
	background-color:#FFCECE;
	color:#B00000;
	padding:15px;
}
div.error h2{
	background-color:transparent;
	color:#B00000;
	padding:0px;
	padding-bottom:5px;
	border-bottom:1px solid #B00000;
	margin:0 0 10px 0;
}

/** NOTICE **/
div.notice{
	border:1px solid #093;
	background-color:#E1FFE1;
	color:#093;
	padding:15px;
}
div.notice h2{
	background-color:transparent;
	color:#093;
	padding:0px;
	padding-bottom:5px;
	border-bottom:1px solid #093;
	margin:0 0 10px 0;
}

/** FORM BUTTONS **/
div.button_wrapper{
	margin-top:10px;
	border-top:1px solid #CCC;
	padding-top:10px;
	text-align:center;
}
div.button_wrapper input, div.button_wrapper button{
	font-size:15px;
	padding:2px;
}

/** **/
#admin_menu{
	border:1px solid #999;
	border-width:0px 1px 1px 1px;
	height:35px;
	background:url(/assets/images/admin-menu-bg.jpg) white;
	background-repeat:no-repeat;
}
#admin_menu ul{
	margin-left:265px;
	list-style-type:none;
}
#admin_menu ul li{
	float:left;
	font-size:12px;
	border:1px solid #CCC;
	border-width:0 1px 0 0;
	padding:10px 20px;
}
#admin_menu ul li a{

}
