﻿body,html 
{
	background-color: #005F99; 
	margin: 0px; 
	padding: 0px; 
	font-family: Verdana;
	font-size: small;
	height: 100%;

	min-height: 100%;
}

	#banner 
	{
		float:right;
		margin-right: 10px;
		margin-top: 10px;
	}

#mainWrapper 
{
	width: 960px; 
	margin-left:auto;
	margin-right: auto;
	
	background-image: url('/images/backgroundNew.jpg');
	
	min-height: 100%;
	
}

#wrapper 
{
	position: relative;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	height: 100%; 
}


#menu 
{
	position: relative;
	height: 35px;
	width: 100%;
	background-image: url('/images/menuBackground.jpg');
}

#menu ul {
  font-family: Arial, Verdana;
  font-size: 11pt;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li {
  display: block;
  float: left;	 
  position: relative;
  text-align: center;
  border-right: solid 1px #C1C0BD;
  
}

#menu ul li a:hover 
{
	 background-image: url('/images/main_Background_hover.jpg.jpg');
}

#menu li ul { display: none; }
#menu ul li a {
    display: block;
  text-decoration: none;
 color: white;
  padding: 7px 2px 2px 2px;
  margin-left: 0px;
  white-space: nowrap;  
  height: 21px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-weight: bold;
 
}


#menu ul li a.selected
{
	color: yellow;
}

#menu ul li a.login
{
}

#menu ul li a.advertiser 
{
	width: 80px;
	background-color: #F08400;
}

#menu ul li ul a 
{
border: 0px none #ffffff;
  
}
#menu ul li a.nolink 
{

}

#menu ul li a:hover { color: yellow; }

#menu li:hover ul {
  display: block;
  position: absolute;
}
#menu li:hover li {
  float: none;
  font-size: 11px;
}

#menu li:hover a { }
#menu li:hover li a:hover { }

.boxHeader 
{
	background-image: url('/images/menufill.jpg');
	
}

.roundIt 
{
	
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: medium;
	font-weight: normal;
	background-image: url('/images/cornerTab.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	
}

.roundItLight 
{
	
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: medium;
	font-weight: normal;
	background-image: url('/images/cornerTabLight.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	
	
}

.roundItMed 
{
	
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: medium;
	font-weight: normal;
	background-image: url('/images/cornerTabMed.gif');
	background-position: top right;
	background-repeat: no-repeat;
	
	
}


.boxHeaderMenu
{
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: small;
	font-weight: bold;
	background-image: url('/images/menufillShort.jpg');
}

.boxHeaderMenuBottom
{
	color: white;
	margin: 0px;
	
	font-size: small;
	font-weight: bold;
	background-image: url('/images/menuFillShortBottom.jpg');
	height: 31px;
}

.boxHeaderLong 
{
	background-color: #005F99;
	color: white;
	margin: 0px;
	padding: 5px;
	font-size: medium;
	font-weight: normal;
	background-image: url('/images/menuFillLong.jpg');
}
.boxHeaderLong A
{
	color: White;
}
.box 
{
	border-left: solid 1px #005F99;
	border-right: solid 1px #3393CC;
	border-bottom: solid 1px #005F99;
	
}

.boxMenu
{
	border-left: solid 1px #009A4C;
	border-right: solid 1px #00C663;
	background-image: url('/images/menuFillShortBackground.jpg');
	
	
}

.boxMenu UL 
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.boxMenu UL LI 
{
	padding-top: 4px;
	padding-bottom: 3px;
	border-bottom: solid 1px white;
}

.boxMenu UL LI A 
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.candidate
{
	background-color: #00954A;
	color: white;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	padding: 7px;
	margin-bottom: 5px;
}

.candidate A 
{
	color: White;
	text-decoration: none;
}

.client
{
	background-color: #660066;
	color: white;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	width: 80px;
	padding: 7px;
	margin-bottom: 5px;
}

.client A 
{
	color: White;
	text-decoration: none;
}

.warning 
{
	color: red;
}

#footer 
{
	clear: both; 
	background: url(/images/backgroundFooter.gif);
	margin:1px;
	padding: 5px; 
	padding-right: 10px; 
	text-align: center;
}

#footer A 
{
	color: white; 
	text-decoration: none;
}

#footer A:hover 
{
	color:Yellow;
}

A 
{
	text-decoration: none;
}


LI A
{
	
	color: #005F99;
}

H1 
{
	font-size: medium;
	font-family: Verdana; 
	padding: 0px;
	margin: 0px;
}

.standardTextBoxv1 
{
    border: solid 1px #005F99;
    background-color: White;
    width: 270px;
}

.good 
{
    color: green;
}

H3.success 
{
	color: green;
}

.success 
{
    color: green;
}

.warning 
{
	color: Red;
}
