/*
################ MENU/SIDEBAR #################
*/

#topMenu
{
	background-color: #D4F7EA;
	width: 100%;
	height: 30px;
	float: left;
}

.topMenuBlock
{
	font-size: medium;
	border-style:groove;
	background-color:#003923;
	color:#FEE;
	width: 90px;
	height: 73%;
	text-align:center;
	border-width:2px;
	vertical-align:middle;
	float:left;
	cursor:pointer;
	padding: 4px 0 0 0;
	line-height:100%;
	z-index: 1000;
}

.menuPopup
{
	height: 200px;
	width: 250px;
	background-color: #D4F7EA;
	border-style:groove;
	display: none;
	position: absolute;
	z-index: 1;
}

.menuPopup ul
{
	margin: -2px 0 0 -15px;
}

/*
################ STATUS REPORTING #################
*/

div.error 
{ 
	background-color: #ee5555; 
	color: #e0e0e0; 
	border-width: 1px;
	font-weight:bold; 
	padding: 2px; 
	margin: 0 0 5px 0;
	border-style: solid; 
	border-color: #e0e0e0;
	width: auto;
}

div.warning 
{ 
	background-color: #ebe02a; 
	color: #464646; 
	font-weight:bold; 
	padding: 2px; 
	border-style: solid;
	border-width: 1px;
	border-color: #464646;
	width: auto;
	margin-left: 10px;
}

/*
################ TABLES #################
*/

.defaultTable
{
	width: 95%;
	margin: 0 auto;
}

.hd
{
	background-image: url(../images/HD.gif);
	background-repeat: repeat-x;
	background-color: #003923;
	color: #EFEFEF;
	text-align:center;
	width: 100%;
}

.shd
{
	background-image: url(../images/SHD.gif);
	background-repeat: repeat-x;
	background-color: #D4F7EA;
	color: #000;
	width: 100%;
}

.fl
{
	background-color: #FFDC9F;
	color: #000;
}

.tableSpacer
{
	height: 15px;
}

/*
################ TEXT STYLES #################
*/
.contentTitle
{
	font-weight:bold;
	font-size:larger;
	text-align:center;
	margin:5px 0;
}

.superMenu
{
	color: #003923;
	font-size: x-large;
}

p
{
	text-indent: 5px;
	padding: 5px;
}

/*a:link
{
	color: #003923;
}

a:visited
{
	color: #D4F7EA;
}

/*
################ IMAGE #################
*/
img
{
	border-style: none;
	border-width: 0px;	
}

/*
################ OTHER ################
*/
.indexBlock
{
	width:45%;
	padding:15px;
	float:left;
}

.indexParentBlock
{
	width: 800px;
	margin: 10px auto;
	min-height: 200px;
}

.breadcrumb0
{
	color: #1E5340;
}

.breadcrumb1
{
	color: #A9D0C1;
}

.tables
{
	display: none;
}

.ltsidebar
{
	float:left;

}

.rtsidebar
{
	float:right;
	margin_left: 80px;
	width:460px;

}

.fontsmall
{
	font-size: small;
}