/* CSS Document */
/* Main CSS for Admin website */

body {
	background: #29166F;
/*	background: #FFFFFF;*/
	text-align:	center;
	margin:0px;
	padding:0px;
	font-family: helvetica, arial;
/*	font-family: "trebuchet ms";*/
	font-size:14px;
	color: #000000;
}

#container {
	width: 1002px;
	color: inherit;
	padding:0px;
	margin:auto;
	border:0px;
/*	float: left;  Remove if you dont want it to float in the middle of the page */
/*	border-left:1px solid #2C3F4A; */
	background: #FFFFFF url(../images/titles/bg1.png) repeat top left;
}

#editable {
	border: 1px solid #999999;
	text-align: left;
	float: left;
	width: 1000px;
	background: inherit;
	color: inherit;
/*	padding-top: 15px; */
}

#editablewithsidebar {
	text-align: left;
	float: left;
	width: 640px;
	background: inherit;
	color: inherit;
/*	padding-top: 15px; */
}

input {
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif; border: 1px #000000 solid;
}

textarea {
	color: #404040;
	background-color: inherit;
}

#page_heading {
	color: #333333;
	font-family: inherit;
	font-size: 18px;
	font-weight: 900;
}

table {
	color: inherit; font-family: inherit; font-size: 14px;
	/*background: inherit;*/
}

table a:link {
	color: #29166F;
	background: inherit;
}

table a:visited {
	color: #29166F;
	background: inherit;
}

table a:hover {
	color: #D22924;
	background: inherit;
}

a:link {
	color: #29166F;
	background: inherit;
}

a:visited {
	color: #29166F;
	background: inherit;
}

a:hover {
	color: #D22924;
	background: inherit;
}

#oldindented_big {
	color: inherit;
	font-family: inherit;
	font-size: 14px;
	padding-left: 6pt;
	padding-right: 6pt;
	/*background: inherit;*/
	font-weight: 900;
}

#indented_big {
	color: inherit;
	font-family: inherit;
	font-size: 16px;
	font-weight: 900;
}

#indented {
	padding-left: 6pt;
	padding-right: 6pt;
	font-size: 14px;
	/*background: inherit;*/
	color: inherit;
}

#indented_small {
	padding-left: 6pt; padding-right: 6pt; font-size: 9px;
	background: inherit;
	color: #404040;
}

#set_left {
	padding-left: 6pt; padding-right: 6pt;
	color: inherit; font-size: inherit;
	float: left;
	text-align: left;
}

#set_right {
	padding-left: 6pt; padding-right: 6pt;
	color: inherit; font-size: inherit;
	float: right;
	text-align: right;
}

table #set_right {
	padding-left: 6pt; padding-right: 6pt; color: inherit; font-size: inherit;
	float: right;
	text-align: right;
	background: inherit;
}
/* Begin Nav Bar Style */
#toplogo{
	float:left;
	margin-top: 0px;
	width: 140px;
	height: 90px;
	background: #ffffff;
	color: #404040;
	text-align: center;
}
#topbarrightoflogo{
	float:left;
	margin-top: 0px;
	width: 660px;
	height: 90px;
	background: #ffffff;
	color: #404040;
}
#topbar{
	float:left;
	/*margin-top: 25px;*/
	width: 1000px;
	height: 105px;
	background: #ffffff url(../images/titles/topbar.png) no-repeat top left;
	color: #404040;
	border: 1px solid #999999;
}
/* Begin Top Navigation Bar CSS */
div.topnavbar
{
	color: #FFF32B;/*yellow*/
	font: inherit;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	background-color: #29166F;/*dark blue*/
	height: 25px;
}
span.topnavborder
{
	margin:0;
	padding: 0px;
	float: left;
	width: 1px;
	height: 25px;
	line-height: 25px;
	background-color: #999999;
	position: relative;
}
span.menuHead
{
	margin:0;
	padding: 0px;
	float: left;
	height: 25px;
	line-height: 25px;
	background-color: #29166F;/*dark blue*/
	width: 125px;
	position: relative;
}
span.menuHeadHover
{
	margin:0;
	padding: 0px;
	float: left;
	height: 25px;
	line-height: 25px;
	background-color: #D22924;/*red*/
	width: 125px;
	position: relative;
}
div.menuNormal
{
	display: none;
	position: static;
}
div.menuHover
{
/*
	z-index: 1;
	border: 1px solid #0000A0;
*/
	border: 1px solid #D22924;/*red*/
	margin:0;
	background-color: #29166F;/*dark blue*/
	position: absolute;
	left: 0;
}
a.menuitem:link
{
	line-height: 25px;
	text-decoration: none;
	color: #FFF32B;/*yellow*/
	background-color: #29166F;/*dark blue*/
	display: block;
	font-size:12px;
	font-weight: 900;
	height: 25px;
	width: 125px;
}
a.menuitem:visited
{
	line-height: 25px;
	text-decoration: none;
	color: #FFF32B;/*yellow*/
	background-color: #29166F;/*dark blue*/
	display: block;
	font-size:12px;
	font-weight: 900;
	height: 25px;
	width: 125px;
}
a.menuitem:hover
{
	line-height: 25px;
	text-decoration: none;
	color: #FFF32B;/*yellow*/
	background-color: #D22924;/*red*/
	display: block;
	font-size:12px;
	font-weight: 900;
	height: 25px;
	width: 125px;
}
a.menuitem:active
{
	line-height: 25px;
	text-decoration: none;
	color: #FFF32B;/*yellow*/
	background-color: #29166F;/*dark blue*/
	display: block;
	font-size:12px;
	font-weight: 900;
	height: 25px;
	width: 125px;
}
/* End Top Navigation Bar CSS */
/* Begin Side Navigation Bar CSS */
#sidenavbar{
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	float:left;
	width: 155px;
	height: 485px;
	background: #ffffff;
	border: 1px solid #999999;
}

#sidenavbarlink{
	font-family: inherit;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: left;
	background: #ffffff;
}

#sidenavbarlink A:link {
	color: #999999;
	text-decoration: none;
}

#sidenavbarlink A:visited {
	color: #999999;
	text-decoration: none;
}

#sidenavbarlink A:hover {
	color: #0099CC;
	text-decoration: none;
}
/* End Side Navigation Bar CSS */
#footer{
	float:left;
	line-height: 25px;
	width: 1002px;
	height: 25px;
	background: #29166F;
	color: #FFFDFF;
}

/* Extra stuff */
/*
p,a,ul,td,input,textarea,select,option { font-family:arial;font-size:11px;color:#222222 }
ul { margin-left:18px;margin-bottom:5px }
a { font-family:inherit; font-size:11px; color:#663333; font-weight:900;}
.h { font-family:inherit; font-size:13px; color:#663333; font-weight:900;}
.h2 { font-family:inherit; font-size:12px; color:#663333; font-weight:700;}
.link { font-family:inherit; font-size:11px; color:#663333; font-weight:900;}
.input { height:19px }
.fill { font-size:3px }


a,.h,.h2,.link {text-decoration: none; color:#663333; font-weight:900}
.nav,.n { color:white }
.nav { text-decoration:none }
.nav:hover { text-decoration:underline }


.b { background-color:black }
.w { background-color:white }
.g { background-color:#EFEFEF }
.n { background-color:#663333 }
.sN { background-color:#CCCC99 }
*/

/* End extra stuff */