﻿/* Begin validationsummary */
.validationSummary {
/*-x-system-font:none;*/
background-color:white;
background-image:url(../images/validation/validation_summary.gif);
background-position:10px center;
background-repeat:no-repeat;
border:1px solid #5E7E70;
color:#003269 !important;

font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:10px !important;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

left:17px;
margin:0 0 2px;
overflow:hidden;
padding-bottom:10px;
padding-left:100px;
padding-top:25px;
text-align:left;
width:871px;

}
.textBoxLabelValid {
color:Black;
font-weight:bold;
}
/* End validationsummary */


.error 
{ 
	background : transparent url(../images/validation/validation_summary.gif) no-repeat top left;
}

.greenBox
{
width: 95%;
border-width: 1px;
border-style: solid;
border-color: #5e7e70;
background-color: #ffffff;
margin-top:15px;										
padding-top: 8px;
padding-left:35px;
padding-bottom: 10px;
font: 10px Verdana bold;
color: #5e7e70;
background-position: 10px 6px;
background-repeat: no-repeat;
margin: 0px;
overflow:hidden;
text-align:left;
}

.validationSummaryRed
{
width: 95%;
border-width: 1px;
border-style: solid;
border-color: #700606;
background-color: #ffeaea;
margin-top:15px;										
padding-top: 8px;
padding-left:35px;
padding-bottom: 10px;
font: 10px Verdana bold;
color: #5e7e70;
background-image: url(../images/validation/validation_summary.gif);
background-position: 10px 6px;
background-repeat: no-repeat;
margin: 0px;
overflow:hidden;
text-align:left;
}

.textBoxError
{
	border-width: thin !important; border-color: red !important; border-style:solid !important;

}
/*
.textBoxValid
{
	border:1px solid #777;
}
*/
.textBoxLabelError
{
	color:Red !important;
}

.textBoxLabelValid
{
	color: #333399;
    font-family: Arial,Helvetica,Sans Serif;
	font-weight:bold;
}

.comboError
{
	/*border-width: thin !important; border-color: red !important; border-style:solid !important;
	background-color: red !important;*/
}

.comboValid
{
	border:1px solid #777;
	background-color: white !important;
}
.imgUpdateCorrect
{
    background:transparent url(../images/validation/check.jpeg) no-repeat scroll 0 0;
    height:18px !important;
    width:31px !important;
    float:left !important;
    margin-left:15px;
    margin-top:0px;
}


.validationSummaryMng {
background-color:white;
background-image:url(../images/validation/validation_summary.gif);
background-position:10px center;
background-repeat:no-repeat;
border:1px solid #5E7E70;
color:red;
/*color:#003269 !important;;*/

font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:10px !important;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

left:17px;
/*
margin:0 0 3px 4px;
*/
margin-top:5px;
margin-left:4px;
overflow:hidden;
padding-bottom:10px;
padding-left:100px;
padding-top:20px;
text-align:left;
width:580px;

}