
.textBox	
{
	font-family:Tahoma;
	border:1px solid #933126; 
	background-color:#F7DE8A;
}

.label
{
	font-family:Tahoma;
    margin: 5px;
    padding: 3px;
    border: solid gray 1px;
    background-color: #f5f5f5;
}

a:link {color:black}
a:visited {color:black}
a:hover {color:black}
a:active {color:black}

.rcol
{
	border-right: black thin solid;
	border-top: black thin solid;
}
.lcol
{
	border-right: black thin solid;
	border-top: black thin solid;
	border-left: black thin solid;
}

body table td { font-family: Tahoma; font-size:x-small; padding:5,5,5,5; }

.black_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);

}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 2px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}


.Header
{
   font-size:17px;
   font-family:Tahoma,Arial,sans-serif;
   font-weight:bold;
   color:#000000;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
}

.SectionHeader
{
   font-size:15px;
   font-family:Tahoma,Arial,sans-serif;
   font-weight:bold;
   color:#000000;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
}

.SubHeader
{
   font-size:11px;
   font-family:Tahoma,Arial,sans-serif;
   font-weight:bold;
   color:#000000;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
}

.StandardLabel
{
   font-size:11px;
   font-family:Tahoma,Arial,sans-serif;
   font-weight:bold;
   color:#000000;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
}

.StandardButton
{
	font-size: 11px;
	font-family: Arial Greek,Arial,sans-serif;
	font-weight: bold;
	color: black;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
}

/*
.StandardButton
{
   font-size:11px;
   font-family:Tahoma,Arial,sans-serif;
   font-weight:bold;
   color:#000000;
   background-color:#FFFFFF;
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#C8DBF0',EndColorStr='#FAFCFE');
   border-top-style:solid;
   border-top-color:#AAAAAA;
   border-top-width:1px;
   border-bottom-style:solid;
   border-bottom-color:#AAAAAA;
   border-bottom-width:1px;
   border-left-style:solid;
   border-left-color:#FFEEDD;
   border-left-width:1px;
   border-right-style:solid;
   border-right-color:#FFFFFF;
   border-right-width:1px;
}
*/



/*GridViewCSS Soft Grey Style*/
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border:#91a7b4 1px solid;
}
/*Header and Pager styles*/
.HeaderStyle, .PagerStyle /*Common Styles*/
{
    background-image: url(Images/YahooSprite.gif);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
}
.HeaderStyle th
{
    padding: 5px;
    color: #16387c;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #91a7b4 1px solid;
}
.PagerStyle a
{
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #fff;
    border-right:solid 1px #91a7b4;
    border-bottom:solid 1px #91a7b4;
    border-left:solid 1px #fff;
}
.PagerStyle span
{
    font-weight:bold;
    color:#16387c;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    border-right: solid 1px #91a7b4;
}
.RowStyle td
{
    background-color: #f1f5f6;
    background-image: url(Images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.AltRowStyle td
{
    background-color: #f1f5f6;
	background-image: url(Images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}
.SelectedRowStyle td
{
    background-color: #FFFF99;
	background-image: url(Images/YahooSprite.gif);
    background-position:0 -80px;
    background-repeat:repeat-x;
}

/* Message divs */ 
 body{  
     font-family:Arial, Helvetica, sans-serif;   
     font-size:13px;  
 }  
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(Images/info.gif);
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(Images/success.gif);
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(Images/warning.gif);
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(Images/error.gif);
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(Images/validation.png);
}






