﻿body 
{
    font-family:Arial; font-size:10pt; overflow-x:hidden;
}

#main{width:960px; display:block; margin-left:auto; margin-right:auto;}
#footer { float: left; width: 100%; height:14px; line-height:6px; color: #fff; font-size: 11px; font-weight:bold; padding: 10px 0 0 20px; clear:both; bottom:0; 
         position:fixed; text-align:center; z-index:100;
 }
.MenuItem
{
	background-color:#3366CC;
	color:White;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	width:130px;
	border:solid;
	border-color:Silver;
	border-width:1px;
	padding:2px;
	height:40px;
}

.DynamicMenuItem
{
	background-color:#FFFFFF;
	color:#FFA000;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	width:130px;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:40px;
}

.MenuItemSelected
{
	background-color:#FFFFA0;
	text-align:center;
	border:solid;
	border-color:#FFA000;
	border-width:1px;
	padding:2px;
	height:40px;
}

.MenuItemHover
{
	background-color:Silver;
	color:Gray;
	font-family:Candara;
	font-size:10pt;
	font-weight:bold;
	width:130px;
	text-align:center;
	border:solid;
	border-color:#FFFFFF;
	border-width:1px;
	padding:2px;
	height:40px;
}

.collapsePanel {
	
	background-color:#6699FF;
	overflow:hidden;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.grid
{	
	font-weight: normal;
	font-size: 11px;
	width:95%;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1px;
}


.serif;
{
}


derPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.loading-icon
{
    background:url(images/loading/loading4.gif); background-repeat:no-repeat; width:16px; height:16px; float:left; margin:5px;
}

.modalBackground { 
background-color: #808080;
opacity: 0.7;
}