﻿body
{
	background-color: #000000;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Arial' , 'verdana';
	font-size: 12px;
	color: White;
	text-align: center;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

body
{
	background-color: #000000;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: 'Arial' , 'verdana';
	font-size: 12px;
	color: White;
	text-align: -moz-center;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.textBoxSmall
{
	width: 70px;
	border: solid 1px gray;
	height: 20px;
}

.pageBackground
{
	margin: 0px;
	margin-top: 0px;
	width: 934px;
	height: 100%;
	background-color: #000000;
	color: White;
	text-align:center;
}
.pageBackground
{
	margin: 0px;
	margin-top: 0px;
	width: 934px;
	height: 100%;
	background-color: #000000;
	color: White;
	text-align: -moz-center;
}
.pageBackgroundFirst
{
	margin: 0px;
	margin-top: 0px;
	width: 934px;
	height: 100%;
	background-color: #ffffff;/*#d3e6ea;*/
	color: White;
	text-align:center;
}
.pageBackgroundFirst
{
	margin: 0px;
	margin-top: 0px;
	width: 934px;
	height: 100%;
	background-color: #ffffff;
	color: White;
	text-align: -moz-center;
}
a.leftLink:link
{
	color: #909090;
	text-decoration: none;
}

a.leftLink:visited
{
	color: #909090;
	text-decoration: none;
}
a.leftLink:hover
{
	color: #909090;
	text-decoration: underline;
}
a.leftLink:active
{
	color: #909090;
	text-decoration: none;
}



a.leftLinkFirst:link
{
	color: #000000;
	text-decoration: none;
}

a.leftLinkFirst:visited
{
	color: #000000;
	text-decoration: none;
}
a.leftLinkFirst:hover
{
	color: #000000;
	text-decoration: underline;
}
a.leftLinkFirst:active
{
	color: #000000;
	text-decoration: none;
}



.normalText
{
	/*color: #888846;*/
	color:Wheat;
	line-height:30px;
}
.normalTextFirst
{
	/*color: #888846;*/
	color:Black;
	line-height:30px;
}
.headerText
{	
	color: #dddddd;
	text-align: left;
	font-weight: normal;
	font-family: 'Arial' , 'verdana';
}
.headerTextFirst
{	
	color: #000000;
	text-align: left;
	font-weight: normal;
	font-family: 'Arial' , 'verdana';
}




.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: transparent;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	border-top: 3px solid #55FF2A;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	text-align:left;
	padding: 3px;
}

.mootabs_panel.active {
	background-color: #272822;
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #30DA06;
}
.textBoxProperty
{
	width: 180px;
	border: solid 1px #384249;
	height:20px;
}

.adminLeftBarLink
{
	color:#ffffcc;
	height:30px;
}