﻿body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	background: #666666; /* #98B376 or #6395C1*/
	padding: 0;
	margin: 0;
}

.style1
{
    font-size: small;
    color: #666666;
}

.style2
{
    color: #666666;
}

.managetitle
{
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}

.content, .clearcontent
{
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

.content
{
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	min-width: 935px;
	background: white;
	margin-top: 5px;
}

.clearcontent
{
	min-width: 800px;

}

.maincontent
{
	padding: 5px;
	padding-left: 10px;
}

#BoxMainGrid
{
	width: 610px;
	float: left;
}

#BoxMainInfo
{
	margin-left: 635px;
}

#ContentMainGrid
{
	padding-top: 0px;
}

.box
{
	background-color: #f4f4f4;
	border: 1px solid #c9d2cb;
	padding: 8px;
	margin-right: 10px;
	white-space: normal;
	text-align: justify;
}


.container
{
	background-color: white;
	padding: 10px 10px 10px 10px;
}

.box_title img
{
	padding-right: 6px;
}
.box_title span
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

#MainButtonsDiv
{
  padding-bottom: 10px;
  margin-top: -15px;
  text-align: right;
}

.detailbuttons
{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 5px;
}

.detailtitle
{
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;

}

.detailsmain
{
	background: white;
	padding: 10px;
	border: 1px solid #888;
}

.detailsbox
{
	width: 96%;
	margin-bottom: 10px;
}

.detailscontainer
{
	background-color: #f4f4f4;
}

#MainMessageDiv
{
	padding-left: 15px;
	padding-right: 15px;
	visibility: hidden;
}

#menudiv
{
	background: #424242;
	padding: 5px 10px 5px 10px;  /* top, right, bottom, left */
	font-size: 14px;
	font-weight: bold;
    border-top: #e7e8d1 solid 1px;
	border-bottom: #e7e8d1 solid 1px;
}

#menucenter
{
	text-align: center;
	color: #888;
}

#menuleft
{
	text-align: left;
	color: #888;
}

#menucenter > span > span
{
	padding-left: 20px;
	padding-right: 20px;
	color: #E7E8D1;
}

#menucenter a:link, #menucenter a:visited
{
	color: #e7e8d1;
	text-decoration: none;
    font-variant: small-caps;
}

#menucenter a:hover, #menucenter a:active
{
	color: #999;
	text-decoration: none;
}

.clearFloat {
	clear: both;
	height:0px;
	margin:0px;
	padding:0px;
}

/*  Footer __________________________ */

#footer {
	background:#000;
	color:#888;
	font-size:10px;
	letter-spacing: 0.2em;
	margin-top: 10px;
}

#footer p {
	padding:10px;
	margin:0;
}
#footer a:link, #footer a:visited {
	color: #888;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #888;
	text-decoration: none;
}

/* Form elements ____________________________ */
/*
input[type="text"]
{
	width: 200px;
	padding: 2px;
    border: 1px solid #ccc;
    font-size: 11px;
}
*/
select
{
  width: 208px;
  padding: 2px;
  border: 1px solid #ccc;
    font-size: 11px;

}

	
.content2
{
	width:500px;
	margin:150px auto;
	text-align:left;
	padding:15px;
	font-size: 11pt;
	font-weight: bold;
}

.content2 #BoxLogin
{

    width: 375px;
}

.content2 input[type="text"] 
{
	font-size: 11pt;
	margin-top: 2px; 
	margin-bottom: 2px;
}

.content2 input[type="password"] 
{
	font-size: 11pt;
	margin-top: 2px; 
	margin-bottom: 2px;
}

.content2 table
{
	margin-left: 10px;
}


	
/* Main Navigation __________________________ */

	#nav {
	background:#333;
	padding:5px;
	text-align:center;
	border-top: #d3ceaa solid 1px;
	border-bottom: #d3ceaa solid 1px;
	font-size:14px;
	font-weight:bold;
	}
	#nav ul{
	margin:0;
	padding:0;
	list-style:none;
	}
	#nav li{
	display:inline;
	margin:0;
	padding:0px 5px 0px 5px;
	}
	#nav a:link, #nav a:visited {
	color: #d3ceaa;
	text-decoration: none;
	}
	#nav a:hover, #nav a:active {
	color: #999;
	text-decoration: none;
	}
	
	.colorbar
{
  background-color: #98B376;
  height: 25px;
}

#header, #login
{
background-color: #98B376;
}

#header 
{
	font-size: 24pt;
	font-weight: bold;
	font-family: Arial Black;
	text-align: right;
	padding-right: 15px;
	font-variant: small-caps;
}

#login
{
	padding: 0px 15px 0px 15px;
}
