html
{
	height: 100%;
	
	/* Eliminates "jumps" in horizontal centering 
	   by forcing a scroll bar */
	overflow-y: scroll;
}

body 
{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	height: 100%;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	top: 0px;
	text-align: center;
	background-color: #1b644d;
}

textarea 
{
    font-family: Arial, Helvetica, Tahoma, sans-serif;
}

form
{
	height: 100%;
}

img
{
	border: solid 0px #000000;
}

a:link,a:active,a:visited
{
	color: #bb5e11;
	text-decoration: underline;
	font-weight: normal;
}

a:hover
{
	color: #e18e49;
	text-decoration: underline;
	font-weight: normal;
}

/* DIVs */

div#wholepage
{
	position:relative;
	width: 797px;
	height: auto;
	min-height: 100%;
	top: 0px;
	left: 0px;
	margin-top: -1px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding-top: 1px;
	z-index: 1;
}

* html div#wholepage
{
	height: 100%;
}

div#titlebar
{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 797px;
	height: 60px;
	z-index: 3;
}

div#topmenu
{
	position: absolute;
	top: 60px;
	left: 0px;
	background-image: url(../../Images/brownbar.gif);
	width: 797px;
	height:20px;
	z-index: 3;
}

div#leftmenuwrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #A3A3A3;
	width: 161px;
	height: 100%;
	z-index: 1;
}

div#leftmenu
{
	position: relative;
	top: 80px;
	text-align: left;
	z-index: 3;
	color: #FFFFFF;
	font-weight: bold;
}

div#contentwrapper
{
	position: relative;
	top: 0px;
	left: 81px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	width: 635px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	z-index: 2;
}

div#content
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 596px;
	text-align: left;
	margin-top: 80px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	z-index: 3;
}

div#leftmenu a:link,div#leftmenu a:active,div#leftmenu a:visited, div#topmenu a:link,div#topmenu a:active,div#topmenu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div#topmenu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

/* Menus */

.menudivider
{
	border-bottom: 1px #969696 solid;
}

.menudivider2
{
	border-bottom: 1px #bcbcbc solid;
}

.selectedNode a:link, .selectedNode a:visited, .selectedNode a:active, .selectedNode a:hover
{
	color: #575757 !important;
}

/* AutoComplete flyout */

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : window;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
    padding-left:0px;
    z-index: 4;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #FFFBD6;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}

/* Modal Popup */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:500px;
}

/* Misc */

.pageHeader 
{
	font-size: 20pt;
	color: #007b4a;
	text-align: center;
	font-weight: bold;
}

.errorMessage
{
    font-weight:bold;
    color:Red;
}