﻿
table.tableFilter   
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse: collapse;
	/*background-color: #ECE9D8; */
	background: transparent url(../App_Themes/GrayI.gif) repeat-x 0 0;  
	border: 0px solid #DCDCDC;
	vertical-align:text-bottom;
}

table.GridPanelPagerGray
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse: collapse;
	/*background-color: #ECE9D8; */
	/*background: transparent url(../images/GrayI.gif) repeat-x 0 0; */ 
	border: 1px solid #DCDCDC;
	vertical-align:text-bottom;
}

table.GridPagerGray
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-collapse: collapse;
	/*background-color: #ECE9D8; gainsboro = #DCDCDC*/
	/*background: transparent url(../images/GrayI.gif) repeat-x 0 0;  */
	border: 0px solid #DCDCDC;
	vertical-align:text-bottom;
}

table.tablePager   
{
	color: Yellow;
	border-collapse: collapse;
	border:0;
	background: transparent url(../App_Themes/DrkBlueFooterBar.gif) repeat-x 0 0;  
	border-color:#7F9DB9;
}

.GridViewHeaderI
{    
    background: transparent url(../App_Themes/DrkBlueHeaderBarI.gif) repeat-x 0 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.GridViewFooter
{    
    background: transparent url(../App_Themes/DrkBlueFooterBar.gif) repeat-x 0 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.xGVGradient {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.DetailViewHeaderFooter
{    
    background: transparent url(../App_Themes/GrayI.gif) repeat-x 0 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;  
}

.DetailViewHeaderFooterDrkBlue
{    
    background: transparent url(../App_Themes/DrkBlueFooterBar.gif) repeat-x 0 0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.GridTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.TextBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border: 1px solid #DCDCDC;
}

.Button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.Label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.SeeAlsoLabel {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.WebLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.SeeAlsoWebLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.watermarkedTextbox
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;  
	color:#B9B9B9;
	font-style:italic;
	border: 1px solid #7D9FB0;
}

.watermarkedTextboxFrm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;  
	color:#B9B9B9;
}

.Validator {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.LabelAsterik {
	font: 7pt, Verdana, Arial, Helvetica, sans-serif;
	color:Maroon;
}

 /*CollapsiblePanel*/
.collapsePanelHeader{
	width: 890px;
	height: 15px;
	color: white;
	/*background-color: #284775;*/
	background: transparent url(../App_Themes/DrkBlueFooterBarI.gif) repeat-x 0 0;  
	font: bold 9pt, Verdana, Arial, Helvetica, sans-serif;
	/*float:left;*/
	padding: 5px;
	cursor: pointer;
	vertical-align: middle;
}

.collapsePanel {
	width: 900px;
	height: 0px;
	background-color:#C1DAD7;
	font: 8pt, Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}



