﻿.outsideContainer
{
 width: 100%;
 background-color: #333333;
}

.mainMenu
{
    text-align: center;
    width: 8%;
    height: 20px;
}

.mainMenu   a:link
{
	color: #ffffd2;
	text-decoration:none;
}

.mainMenu   a:visited
{
	color: #ffffd2;
	text-decoration:none;
}
.mainMenu   a:active
{
	color: #ffffd2;
	text-decoration:none;
}
.mainMenu   a:hover
{
	color: #ffffff;
	text-decoration:none;
}

.menu
{  
	/*background-color:#3B60A0;*/
}

.menu td
{  
	color: #ffffd2;
	font-family: 'Arial Rounded MT Bold';
	font-size:16px;
	padding-top: 100px;
	/*background-color:#3B60A0;
	padding-left:5px;
	padding-bottom:5px;*/
}

.menuNoBanner
{  
	/*background-color:#3B60A0;*/
}

.menuNoBanner td
{
	color: #ffffd2;
	font-family: 'Arial Rounded MT Bold';
	font-size: 16px;
	background-color: #666666;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td.pixelborder
{
	/*border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;*/
}

.chromestyle{
	
	color: #ffffd2;
	/*background-color: #3B60A0;*/
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #BBB;
	padding: 6px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-right: 5px;
	padding-left: 5px;
	font-size: 8pt;
	vertical-align: top;
	
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	padding: 4px 7px;
	margin: 0;
	border-right: 1px solid #DADADA;
	text-decoration: none;
	font-weight:bold;
	font-size: 8pt;
}

.chromestyle ul li a:link{
	color: #ffffd2;
}
.chromestyle ul li a:active{
	color: #ffffd2;
}
.chromestyle ul li a:visited{
	color: #ffffd2;
}
.chromestyle ul li a:hover{
	color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    border-right: #bbb 1px solid;
    padding-right:2px;
    font-size: 8pt;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
    visibility: hidden;
    border-left: #bbb 1px solid;
    width: 165px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    background-color: #fffacd;
}

.dropmenudiv a
{
    padding-bottom:0px;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	border-bottom: #bbb 1px solid;
	text-decoration: none;
	font-weight:bold;
	color: black;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #fffacd;
color:black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #F0F0F0;
}

.inset
{
    background-color:#FFFAEF
}
.alert
{
    color:Red;
    font-weight:bold;
}
