body
{
	background-color: #121B12;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	color:White;
}

#allcontent
{
	width: 960px;
	padding: 5px 0px 5px 0px;
	margin: 0px auto 0px auto;
	background-color: #336633;
}

#header
{
	background-color: #336633;
	margin: 10px 10px 0 10px;
	text-align: center;
}

#pagetitle
{
	text-align: center;
}

#sidebar
{
	background-color: #ffffee;
	font-size: 105%;
	padding: 10px 15px 15px 15px;
	margin: 0px 10px 10px 10px;
	width: 280px;
	float: right;
}

#main, #main-left
{
	background-color: #ffffee;
	font-size: 105%;
	padding: 10px;
}

#main-left
{
	margin: 0px 330px 10px 10px;
}

#main
{
	margin: 0px 10px 10px 10px;
}



#footer
{
	background-color: #336633;
	color: #ffffee;
	text-align: center;
	padding: 15px;
	margin: 10px;
	font-size: 90%;
	clear: right;
}

h1, h2
{
	color: white;
}

h1
{
	font-size: 120%;
}

h2
{
	font-size: 110%;
}

fieldset
{
	border: none;
}

legend
{
	display: none;
}

label
{
	display: block;
}

input
{
/*	margin-bottom: 10px;
	padding: 2px 5px;*/
	font: normal small "Trebuchet MS" , Arial, Helvetica, sans-serif;
}

#userid, #password
{
	width: 160px;
}

#inputsubmit1
{
	margin: 0;
	padding: 0;
	display: block;
}

a
{
	text-decoration: underline;
	color: white;
}

a:hover
{
	text-decoration: none;
	color: white;
}

/* Header > Menu */
#menu
{
	float: right;
}

#menu ul
{
	margin: 0;
	padding-top: 79px;
	list-style: none;
}

#menu li
{
	display: inline;
}

#menu a
{
	display: block;
	float: left;
	width: 120px;
	height: 20px;
	margin-left: 2px;
	padding-top: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000000;
	background-color: #63B063;
}

#menu a:hover
{
	background-color: #B2CCAE;
}

#menu .active a
{
	background-color: #ffffee;
	color: #007700;
}

#logo
{
	float: left;
	width: 240px;
	height: 50px;
}


#logo-hidden
{
	display: none;
	visibility: hidden;
}

#menu-hidden
{
	display: none;
	visibility: hidden;
}

.griditemalternating
{
	background-color: #336633;
	color: #ffffee;
}

.menuitem
{
	color: #ffffee;
}

.griditem
{
	background-color: #ffffee;
	color: Black;
}

.error-message
{
	color: Red;
	font-weight: bold;
	font-size: 110%;
}

.unit-label
{
	border: solid thin #000000;
	padding: .3em 0 .3em .5em;
	margin-bottom: .5em;
	width: 50%;
}

.profile-code
{
	font-size: 1.4em;
}

.unit-id
{
	font-size: 1.2em;
}

.note
{
	font-style: italic;
	font-size: .8em;
}

.label
{
	color:White;
	font-weight: bold;
}