/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* CSS STYLES */

body {
	background:#CCCCCC;
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* GENERAL */
/* style for module titles */

.Head {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:13px;
    font-weight:bold;
    color:#333333;
}
/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
    font-weight:bold;
    color:#003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
    font-weight:bold;
    color:black;
}
/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
}

TD {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
}

/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/* Main Menu */

.MainMenu_MenuContainer {
	background-color:transparent;
}
.MainMenu_MenuBar {
	height:30px;
}
.MainMenu_MenuItem TD{
    cursor: pointer;
	color:#FFFFFF; 
	font-size: 15px; 
	font-weight:bold; 
    font-family: Verdana, Arial, "Times New Roman";
}
.MainMenu_MenuItemSel TD
{
    cursor: pointer;
    cursor: hand;
    color: #92CFF4;
    font-weight: bold;
	background-color:transparent;
}
.MainMenu_SubMenu TD{
    z-index: 1000;
    cursor: pointer;
    background-color: #7F7F7F;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    border-bottom: black 1px solid;
    border-left: black 5px solid;
    border-top: black 1px solid;
    border-right: black 2px solid;
}
.MainMenu_RootMenuItem TD
{
	font-size: 15px; 
	font-weight:bold; 
    font-family: Verdana, Arial, "Times New Roman";
}
.MainMenu_RootMenuItemActive TD
{
	font-size: 15px; 
	font-weight:bold; 
    font-family: Verdana, Arial, "Times New Roman";
}
.MainMenu_RootMenuItemSelected TD
{
	font-size: 15px; 
	font-weight:bold; 
    font-family: Verdana, Arial, "Times New Roman";
}
.MainMenu_RootMenuArrow {
	border: 0px; 
}
.MainMenu_MenuIcon {
	border: 0px; 
}
.MainMenu_MenuBreak {
	display:none;
}
.MainMenu_MenuArrow {
	display:none;
}
/*_____________________________________________________*/
/*___________________________________________________________________________________________*/
/*Custom classes*/

.breadcrumb,.date{
    font-family: Verdana, Arial, "Times New Roman";
	font-size:10px;
	color:#000000;
}
.copyright{
    font-family: Verdana, Arial, "Times New Roman";
	font-size:10px;
}
.headerTable {
	background-color: #7f7f7f;
	text-align: right;
	height: 40px;
	width: 100%;
	color: #FFFFFF;
}

.centerPanel{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.redAlert{
	color: #CC0000;
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
}

textarea{
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
}

input{
    font-family: Verdana, Arial, "Times New Roman";
    font-size:11px;
}

#navigator {
    font-family: Verdana, Arial, "Times New Roman";
    font-size:14px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	width: auto;
	color:#ffffff;
}

.nobutton {
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

.housebutton {
	background-color: #dcdcdc;
	color: #000000;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 3px;
}

.housebutton a {
	padding: 5px;
	text-decoration: none;
	display: block;
	color: black;
}

.housebutton a:visited {
	color: black;
}

.housebutton a:hover {
	background-color: #808080;
	text-decoration: none;
	color: #FFFFFF;
}

.activebutton {
	background-color: #808080;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}

.activebutton a {
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}

.activebutton a:active {
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}

.activebutton a:visited {
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}

.activebutton a:hover {
	background-color: #808080;
	text-decoration: none;
	color: #FFFFFF;
	margin-bottom: 3px;
	margin-top: 3px;
}
