﻿.modalBackground 
{
	background-color: #88A4C9;
	filter:alpha(opacity=50);
	opacity:0.7;
}
.invisible
{
	display:none;
}
.modalPopup {
	background-color: #E3E7F0;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding: 15px 15px 15px 15px;
	width: 750px;
}

.modalPopupSecondLevel {
	background-color: #E3E7F0;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	padding: 15px 15px 15px 15px;
	width: 730px;
}


.modalPopupHeader
{
	text-align: center;
	border-top: solid 1px White;
	border-left: solid 1px White;
	border-right: solid 1px White;
	background-color: #E3E7F0;	
	cursor: move;
	height: 57px;
}

.pagerRow, .pagerRow tr td, .pagerRow table
{
	background-color: #E3E7F0;
	border: none 0px #E3E7F0;
	color: Black;
}

.darkerRow
{
	background-color: #DFDFDF;	
	cursor: pointer;
}

.darkerRow:hover
{
	background-color: #E3E7F0;	
	cursor: pointer;
}

.lighterRow
{
	background-color:#EEEEEE;	
	cursor: pointer;
}

.lighterRow:hover
{
	background-color:#E3E7F0;	
	cursor: pointer;
}

.selectedRow
{
	background-color:#009999;	
	cursor: pointer;
}

.selectedRow:hover
{
	background-color:#85AB91;	
	cursor: pointer;
}


.list
{
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px White;	
	border-collapse: collapse;
}

.headerRow th
{
	height: 31px;
	background-color: #88A4C9;
	color: Black;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;		
}

.headerRow a:link
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

.headerRow a:hover
{
	color: Black;
	text-decoration: underline;
	font-weight: bold;
}

.headerRow a:active
{
	color: Black;
	text-decoration: none;
	font-weight: bold;	
}

.filterRegion
{
	background-color: #E3E7F0;
	border-top: solid 2px White;
}

.popupWindow
{
	background-color: #E3E7F0;
	border: Solid 1px Black;
}

.userinfo
{
	font-weight: bold;
}

.textlablecb
{
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica;
	vertical-align: middle;
}

INPUT.textlablecb
{
	float: left;
}
.NextComplaintName
{
	float: left;
	text-align: left;
	vertical-align:middle;
}

.WizardRepeaterHeaderMenu
{
    height: 45px;
    width: 642px;
    overflow: hidden;
}

.WizardRepeaterHeaderMenu .WzrdName
{
    float: left;
    width: 150px;
    text-align: left;
    vertical-align: top;
    height: 45px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.WizardRepeaterHeaderMenu .StepDone
{
    float: left;
    height: 45px;
    font-weight:bold;
    vertical-align:middle;
    width:107px;
    text-align: center;
    font-size:x-small;
    background: url('../Images/stepdone.jpg') repeat-x bottom;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.WizardRepeaterHeaderMenu .StepCurrent
{
    float: left;
    height: 45px;
    vertical-align:bottom;
    font-weight:bold;
    width:107px;
    text-align: center;
    font-size:x-small;
    background: url('../Images/stepcurrent.jpg') repeat-x bottom;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.WizardRepeaterHeaderMenu .StepNotDone
{
    float: left;
    height: 45px;
    vertical-align:bottom;
    font-weight:bold;
    width:107px;
    text-align: center;
    font-size:x-small;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
   /* background: url('../Images/wait.gif') repeat-x bottom;*/
}

.WizardRepeaterHeaderMenu .LinkButton
{
    margin-top: 1px;
}
/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditError
{
    background-color: #ffcccc;
}