﻿/*--------------------------------Business------------------------------------*/
img{border-style: none;
	border-width: 0px;
}

.Steps
{
	width:102px;
	height:26px;
	float:left;
}

#WizardContainer
{
	clear:left;
}

.NotSelectedItem
{
	width:86px;
	height:26px;
	float:left;
	background-color:#e0e0e0;
	color:White;
	text-align:center;
	text-decoration:none;
	font-size:150%;
	cursor:hand;
	vertical-align:middle;
}

.NotSelectedItem a, .NotSelectedItem a:hover, .NotSelectedItem a:visited
{
	text-decoration:none;
}

.SelectedItem
{
	width:86px;
	height:26px;
	float:left;
	background-color:#CADB37;
	color:White;
	text-align:center;
	text-decoration:none;
	font-size:150%;
	cursor:hand;
	vertical-align:middle;
}

.SelectedItem a, .SelectedItem a:hover, .SelectedItem a:visited
{
	text-decoration:none;
}

.arrow{float:left;}
.LinkButton{text-decoration:none;}

.wborder
{
	min-height:600px;
	height: 100%;
	/*border-style: none solid solid solid;
	border-color: #e2e2e2;
	border-width: 1px;*/
}

.button
{
	border-style: none;
	background-color: #666666;
	height: 22px;
	width: 65px;
	font-weight: bold;
	font-size:95%;
	color: #FFFFFF;
	padding-bottom: 2px;
	cursor: pointer;
}

.Table
{
	width: 510px;
}

.LeftColumn
{
	text-align:right; 
	width:200px; 
	height:22px;
	padding-right:20px;
	
}

.MidColumn
{
	text-align: left; 
	height:20px;
}

.RightColumn
{
	width:6px;
	height:22px;
	background-image: url('../Images/Pages/req_main_res.gif'); 
	background-repeat:no-repeat;
	background-position:left top;
}

.RightColumnNotReq
{
	width:6px; 
	height:22px;
}

.EmptyRow
{
	height:22px;
	font-weight:bolder;
	padding-left:20px;
}

.ValidationHighlight
{
	background-color:#f5fac8;	
}

.ListBox
{
	background-color:#F7F8F8;	
}

.grid
{

}

.grid td
{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:#231F20;
	border-style:solid;
}

.gridheader
{
	color:#CADB37;
}

.highlightrow
{
	background-color:#ebebeb;	
}

.deselectrow
{
	background-color:White;	
}

#ResidentialProfile a, #ResidentialProfile a:hover, #ResidentialProfile a:visited
{
	text-decoration:none;
	color:#CADB37;	
}

/* Messaging system.... */

#mHeader
{
	font-size: x-large; 
	color: #CCDB28;	
}

.mCaption
{
	color: #CCDB28; 
	font-size: x-small;	
}

.mgrid
{
	background-color:#EEEEEF;	
}

.mgrid a, .mgrid a:hover, .mgrig a:visited
{
	text-decoration:none;
}

.mgrid td
{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px;
	border-color:white;
	border-style:solid;
}

.mgridheader
{
	color:#ffffff;
	background-color:#57575A;
}

.mgridheader a, .mgridheader a:hover, .mgridheader a:visited
{
	color:#ffffff;
	text-decoration:none;
}

.mLink
{
	color: #CCDB28;	
}

.mLink a, .mLink a:hover, .mLink a:visited
{
	color: #CCDB28;		
}

.mRead a, .mRead a:hover, .mRead a:visited
{
	color: #221E1F;	
	text-decoration:none;
}

.mUnRead a, .mUnRead a:hover, .mUnRead a:visited
{
	color: #CCDB28;	
	text-decoration:none;
}

.hidden
{
  display: none;
}

.Terms, .Terms:visited, .Terms:Active
{
   color:#CADB37;
}

.ParaHeader
{
    color:#CADB37;
}