@charset "utf-8";
/* CSS Document */

body {
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	width: 100%;
}

img {
	border: none;	
}

table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
	font-size: 12px;
}

#adminHeader {
	background-color: white;
	height: 70px;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	margin-left: 10px;
}	

#adminBody {
	height: 600px;
	margin-left: 10px;
	background-color: #DDDDDD;
}


#adminHeader H1 {
	color: #262626;
	line-height: 70px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 20px;
}

#adminPage {
	float: left;
	padding: 10px;
}

#adminNavigation {
	width: 200px;
	background-color: #cccccc;
	vertical-align: top;
	height: 100%;
	float: left;
	
}

.adminNavMenuItems {
	list-style-image:none;
	list-style-type:none;
	text-align:left;
	margin-left: -25px;
}

.adminNavPages {
	list-style-image: none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	margin-left: -25px;
}

.selected {
	color: green;
	font-weight: bold;
}

a, a:visited {
	color: #ecf32c;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}




ul.menu {
	margin: 0;
	padding: 0;
	list-style: none outside none;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	line-height: 30px;
	font-weight: bolder;
	width: 100%;
}	

ul li {
	line-height: normal;
	float: left;	
	padding-left: 10px;
	padding-top: 7px;
}


li#nikoo {
	padding-left: 30px;
	color: #c888a1; 
	line-height: normal;
}


li#nikoo a:visited, li#nikoo a{
	color:#C888A1;	
}


ul.menu a {
	text-decoration: none;
	color: #434767;
}

ul.menu .active a:visited  {
	color: #d4d431; 
}

ul.menu a:visited {
	color: #434767;
}

ul.menu a:hover {
	color: grey;	
}

div#alignc {
	position: relative;
	width: 990px;
	height: 680px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0;
	background-image: url(../img/bkimg01.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

div#content {
	position: absolute;
	color: white;
	width: 250px;
	left: 700px;
	top: 55px;
}

div#content_body {
	height: 395px;
	overflow-y: auto;
}

#content_title h2 {
	margin-bottom: 10px;	
}

div#content_wrapper {
	position: absolute;
	left: 350px;
	top: 260px;
	width: 490px;
	height: 350px;
	background: white;
	/* for IE */
	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
}

div#content p {
	padding-right: 10px;	
}

H5 {
	font-size: 8px;
	font-style:italic;
	margin-bottom: 1px;
}

H3 {
	Margin-top: 0px;
	font-size: 14px;
}

HR {
	color: white;
	border: 0px;
	height: 1px;
	background-color: white;
	margin-left: 0px;
	width: 200px;
	text-align: left;
}

