﻿/*-----------------------Buttons--------------------------------*/
/*
.btnStandard {
	border: 1px solid #006;
	background-image: url(btnStandard_bg.png);
	background-position: top;
	background-attachment: scroll;
	background-color: #666;
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}
.btnStandard:hover {
	background-position: bottom;
	border: 1px solid #333;
}*/

.btnStandard {
	border: 1px solid #006;
	background-image: url(btnBlue_bg.png);
	background-position: top;
	background-attachment: scroll;
	background-color: #666;
	background-repeat: repeat-x;
	color: #FFF;
    font-size: 12px;
    height: 26px;
    line-height: 24px;
}
.btnStandard:hover {
	background-position: bottom;
	border: 1px solid #333;
}

.btnGray {
	border: 1px solid #006;
	background-image: url(btnStandard_bg.png);
	background-position: top;
	background-attachment: scroll;
	background-color: #666;
	background-repeat: repeat-x;
	color: #FFF;
	text-decoration: none;
}
.btnGray:hover {
	background-position: bottom;
	border: 1px solid #333;
}

.btnGV {
	font-size: 10px;
	border: 1px solid #006;
	background-image: url(btnGV_bg.png);
	background-position: top;
	background-attachment: scroll;
	background-color: #666;
	background-repeat: repeat-x;
	color: #FFF;
}
.btnGV:hover {
	background-position: bottom;
	border: 1px solid #333;
}
/*-----------------------Buttons----------------------------*/

.ddlStandard
{
    color:#555555;
	font:normal 14px/1.5em "Liberation sans", Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#fbfbfb;
    
}


/*-----------------------Form Labels----------------------------------------*/
.lbl
{
	color:#5c5c5c;
	font-size:12px;
	font-weight:bold;
}

.formLabel
{
	float: left;
	clear: left;
	text-align: right;
	margin-right: 10px;
	width: 200px;
	color:#5c5c5c;
	font-size:12px;
	font-weight:bold;
}

.formLabelBlue
{
	float: left;
	clear: left;
	text-align: right;
	margin-right: 10px;
	width: 200px;
	color:#336699;
	font-size:12px;
	font-weight:bold;
}


.formInfoLabel
{
	font-size: 10px;
	font-style: italic;
	margin-left: 210px;
}

.formDescriptionLabel
{
	margin-right:20px;
	max-width: 400px;
	display:block;
	overflow:auto;
}
.formDescriptionLabel800
{
	margin-right:20px;
	max-width: 800px;
	display:block;
    overflow:auto;
}

.modalLabelBlue
{
	float: left;
	clear: left;
	text-align: right;
	margin-right: 10px;
	width: 160px;
	/*color:#5883ab;*/
	color:#325f89;
	font-size:12px;
	font-weight:bold;
}
.labelBlue
{
	color:#325f89;
	font-size:12px;
	font-weight:bold;
}

.labelGray
{
	color:gray;
	font-size:12px;
	font-weight:bold;
}
/*------------------------Formview------------------------------------*/

.mForm
{   
    
}


/*-----------------------Gridview--------------------------------------*/

.mGrid
{   
    width:100%;
    background-color: #fff;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: solid 1px #525252;
    /*border-collapse: collapse;*/
    color: #ffffff;
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #717171; 
}
.mGrid th { 
    padding: 4px 2px; 
    color: #fff; 
    /*background: #424242 url(grd_head.png) repeat-x top; */
    background: #37638c url(grd_head.png) repeat-x top; 
    border-left: solid 1px #525252;
    font-size: 0.9em; 
}
.mGrid th a
{
    text-decoration: none;
    color: #FFFFFF;
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr { background: #37638c url(grd_head.png) repeat-x top; }
.mGrid .pgr table {
    margin: 5px 0 5px 10px;
}
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #c9c9c9; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a
{
    /*color: #A7A7A7;*/
    color: #ffffff;
    text-decoration: none;
}
.mGrid .pgr a:hover { color: #666; text-decoration: none; }
.mGrid .hgr a:hover { color: #A7A7A7; text-decoration: none; }

table.mGrid .emptyRow td
{
    border: 1px solid #c9585e;
    background-color: #fef3f4; 
}
/*--------------------End Gridview--------------------------------------*/

.valSummary
{
   color:#db464e;
}