/* BASE TAG DEFINITIONS *************************************************************/
body {
	margin : 0px;
	padding : 0px;
	background-color : #7A9581;
	width : 100%;
	height : 100%;
	font-family : Verdana;
	font-size : 12px;
}

h1 {
	font-family : Verdana;
	font-size : 22px;
	font-weight : bold;
	text-align : center;
}

h2 {
	font-family : Verdana;
	font-size : 17px;
	font-weight : bold;
	text-align : center;
}

p {
	font-family : Verdana;
	font-size : 12px;
	color : black;
}

a {
	font-family : Verdana;
	font-size : 12px;
	text-decoration : none;
	color : navy;
}

a:hover {
	text-decoration : underline;
}

a:visited {}

a:active {}

hr {
	width : 98%;
	text-align : center;
	height : 1px;
	color : black;
}

/* CLASS DEFINITIONS ****************************************************************/
.menuContainer {
	width : auto;
}

.menuContainerLogout {
	width : auto;
	text-align : right;
}

a.menuItem {
	font-family : verdana;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	height : 24px;
	padding : 3px 8px 5px 3px;
	line-height : 22px;
	color : #FFFFFF;
	background-color : #B6AC6A;
	padding : 3px;
	text-shadow : 2px 2px 2px black;
}

a.menuItem:hover {
	font-family : verdana;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	height : 30px;
	padding : 4px 8px 5px 4px;
	line-height : 22px;
	color : #FFFF00;
	background-color : #998877;
	padding : 3px;
}

a.menuItem:visited {}
a.menuItem:active {}

input.longText {
	color : black;
	font-family : Verdana;
	font-size : 11px;
	width : 300px;
}

input.midText {
	color : black;
	font-family : Verdana;
	font-size : 11px;
	width : 150px;
}

input.shortText {
	color : black;
	font-family : Verdana;
	font-size : 11px;
	width : 50px;
}

input.button {
	color : black;
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
}

select {
	color : black;
	font-family : Verdana;
	font-size : 11px;
}

textarea {
	color : black;
	font-family : Verdana;
	font-size : 11px;
	width : 99%;
	height : 300px;
}

.dataTable {
	border : 1px black solid;
	padding : 0px;
	width : 600px;
	background-color : white;
}

.tableHeader {
	font-family : Verdana;
	font-size : 13px;
	color : white;
	text-align : center;
	font-weight : bold;
	background-color : #B6AC6A;
	border-width : 0px 0px 1px 0px;
	border-color : #000000 #000000 #000000 #000000;
	border-style : solid;
	padding : 3px;
}

.subHeader {
	font-family : Verdana;
	font-size : 11px;
	color : #FFFFFF;
	text-align : center;
	font-weight : bold;
	background-color : #998877;
	border-width : 1px 0px 1px 0px;
	border-color : #665544 #000000 #000000 #000000;
	border-style : solid;
	padding : 3px;
}

.oddRow {
	background-color : #FFFFFF;
}

.evenRow {
	background-color : #FFF8D0;
}

/* ELEMENT ID DEFINITIONS ***********************************************************/
#MenuBar, #MenuBar2 {
	padding : 4px;
	background-color : #B6AC6A;
	border-bottom : 1px #000000 solid;
}

#MainContainer {
	padding : 10px;
}

#LoginBox {
	width : 300px;
	background-color : #FFFFFF;
	border : 1px black solid;
}

#HeaderBox {
	font-family : Verdana;
	font-size : 15px;
	color : #FFFFFF;
	text-align : center;
	font-weight : bold;
	background-color : #B6AC6A;
	border-width : 0px 0px 1px 0px;
	border-color : black;
	border-style : solid;
}

.menuBox {
	border : 1px black solid;
	background-color : #B6AC6A;
}

.menuItem {
	width : 200px;
	font-family : verdana;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	height : 16px;
	padding : 2px;
	line-height : 16px;
	color : #FFFFFF;
	background-color : #B6AC6A;
	text-shadow : 2px 2px 2px black;
}

.menuItemSelected {
	width : 200px;
	font-family : verdana;
	font-size : 10px;
	text-decoration : none;
	font-weight : bold;
	height : 16px;
	padding : 2px;
	line-height : 16px;
	color : #FFFF00;
	background-color : #998877;
	text-shadow : 2px 2px 2px black;
}

