﻿html, body
{
	margin: 0;
	padding: 0;
	font-family:Verdana;
	font-size:11px;
	height:100%;
}


.masterForm
{
	height:100%;
}


#mainCenterDiv
{
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}


/*--------------------------------------------- Menu --------------------------------------*/


#menuContainerDiv
{
	width:800px;
	height:109px;
}


#menuDiv
{
	width:610px;
	height:20px;
	margin-left:114px;
	font-size:12px;
}


.singleMenu
{
	float:left;
	padding-left:5px;
	margin-top:92px;
}


.searchSingleMenu
{
	float:left;
	padding-left:5px;
	margin-top:82px;
}


.singleMenuContainingSubMenu
{
	float:left;
	margin-top:92px;
}


.containingSubMenu
{
	padding-left:5px;
}


.submenu
{
	position:absolute; 
	width:150px;
	padding-top:5px;
	padding-left:5px;
	line-height:20px;
	display:none; 
	z-index:10;
	background-repeat:repeat-y;
}


#menuDiv a
{
	text-decoration:none;
	margin-right:6px;
}


#menuDiv a:visited
{
	color:blue;
}


#menuDiv a:active
{
	color:blue;
}


#menuDiv a:hover
{
	color:#FF0000;
}


.searchInput
{
	font-size:11px;
	color:Gray;
	width:75px;
	height:14px;
}


.searchInputActivated
{
	font-size:11px;
	color:Black;
	width:75px;
	height:14px;
}


/*------------------------------------- Bottom three panes --------------------------------*/


#bottomContainerDiv
{
	position:absolute;
	width:800px;
	height:100%;
}


#leftImageDiv
{
	float:left;
	width:81px;
	height:100%; 
	background-repeat:no-repeat;
}


#contentDiv
{
	float:left;
	width:641px;
	height:100%;
	background-color:White;
	background-repeat:no-repeat;
}


#rightImageDiv
{
	float:right;
	width:78px;
	height:100%;
	background-repeat:no-repeat;
}


