/* CSS Document */
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #933;
}

#successMsg {
	width: 40%;
	background-color: #0C3;
	border: 3px solid #390;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 60px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#successMsg p {
	color: #FFF;
	font-size: 20px;
	margin-left: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#errorMsg {
	width: 40%;
	background-color: #F00;
	border: 3px solid #903;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: left center;	
}

#errorMsg p {
	color: #FFF;
	font-size: 20px;
	margin-left: 80px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#admMenu {
	background-color: #6D5F38;
	color: #000;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}

#accessErr {
	font-size:18px;
	color:#FFF;
	background-color:#933;
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	margin-top: 5px;
	margin-bottom: 5px;

}



#LoginBand {
	background-color: #6d5f38;
	text-align: right;
	margin: 0px;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#LoginBand img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LoginBand #admMenu ul {
	margin: 0px;
	padding: 0px;
}


#LoginBand #admMenu ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000;
	font-size: 12px;
	color: #FFF;
}
#LoginBand #admMenu ul li a {
	text-decoration: none;
	color: #FFF;
}
#loginTBL {
	width: 400px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

#loginTBL input{
	border:1px solid #000;
	width: 150px;
	font-size: 18px;
}

#loginTBL .butt {
	width: 100px;
	background-color: #933;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
}


.pageTables {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.pageTables table {
	padding: 0px;
	border: 1px solid #CCC;
	border-collapse:collapse;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.pageTables table th {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.pageTables table tr {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.pageTables table td {
	border: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}


.pageTables table a {
	text-decoration: none;
	color: #999;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.pageTables table tr td p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.divStats {
	font-size: 14px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.divStats table{
	border-collapse:collapse;
	border: thin solid #666;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
.divStats table td{
	border: thin solid #666;
}

.divStats table td a{
	text-decoration:underline;
	color:#FFF;
}
#pageMenu { font-size: 12px; 
}
#pageMenu a {
	color: #FFF;
	text-decoration: none;
}

.mainTable{
	width:85%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	font-size: 14px;
}

.mainTable input, select{
	background-color: #6D5F38;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	padding: 0px;
	margin: 1px;
}
.mainTable h1 {
	font-size: 16px;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 600px;
	text-align: center;
	display: block;
}
.mainTable
table
{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:50;
	border-collapse:collapse;
}
.mainTable table a   {
	color:#FFF;
	text-decoration: none;
}

.mainTable td { border:thin solid #000 }

.mainTable td img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.mainTable table tr:hover {
	background-color: #963;
}

.mainTable form fieldset
{
	border: 1px solid #000;
	margin-right: 100px;
	margin-left: 100px;
}

.mainTable form legend
{color:#FFF}

.mainTable form fieldset table {
	border-collapse:collapse;
	width: 100%;
}
.mainTable form fieldset table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
