/* Default CSS Stylesheet for a new Web Application project */
/*td Style Start*/
.tdMainTableRight
{
	width:10%;
}
.DGHeaderRow
{
	background :#99CCFF;
}
.DGHeaderRowLable
{
	background-color:#99CCFF;
	font-size:x-small;
	font-family:Verdana;
	font-weight :bolder;
	color: white;
}
.tdLeftCSS
{
	width:15%;
	background:"#0099CC";
	height:300; 
}
.tdHeader
{
	text-align:center;
	height:100px;
	background-color: #D6D9BE;
}
.tdTopEdgeThin
{
	border-top-style:solid;
	border-top-width:thin;	
}
.tdBottomEdgeThin
{
	border-bottom-style:solid ;
	border-bottom-width:thin;
}
.tdTopEdge
{
	border-top-style:solid;
	border-top-width:medium ;	
}
.tdBottomEdge
{
	border-bottom-style:solid ;
	border-bottom-width:medium ;
}

/*td Style End*/
/*Lable Styles Start*/
.LableTitle
{
	background-color:ffffff;
	font-size:smaller;
	font-weight:bold;
	font-family: Verdana;
}
.LableSmallest
{
	background-color:ffffff;
	font-size:xx-small;
	font-family:Verdana;	
}
.LableErrorSmallest
{
	background-color:ffffff;
	color:Red;
	font-size:xx-small;
	font-family:Arial;
}
.LableMessageNew
{
	background-color:ffffff;
	color:Blue;
	font-size:xx-small;
	font-family:Verdana;
	font-style:italic;
}
.LableNormal
{
	background-color:ffffff;	
	font-size:smaller;
	font-family:Verdana;
}
.LableMessage
{
	text-align:center;
	background-color:ffffff;	
	font-size:x-small;
	font-family:Verdana;
}
.InformativeMessage
{
	background-color:ffffff;
	font-size:smaller;
	font-family:Arial;
	font-style:italic;
	Color:Blue;	
}
.InformativeMessageRed
{
	background-color:ffffff;
	font-size:smaller;
	font-family:Arial;
	font-style:italic;
	color:Red;	
}
/*Lable Styles End*/
/*TextBox Styles Start*/
.TextBoxSmallest
{
	background-color:#ffffcc;
	font-size:xx-small;
	font-family:Verdana;	
}
/*TextBox Styles End*/
/*DropDown Styles Start*/
.DropDownSmallest
{
	background-color:#ffffcc;
	font-size:xx-small;
	font-family:Verdana;	
}
/*DropDown Styles End*/
/*Table Styles Start*/
.TableData
{
	background-color:#ffffff;	
}
/*Table Styles End*/
/*Button Styles Start*/
.ButtonSmallest
{
	border-style:outset;
	background-color:f2f2f2;
	font-size:xx-small;
	font-family:Verdana;
}
.ButtonNormal
{
	border-style:outset;
	background-color:a3f3f3;
	font-size:x-small;
	font-family:Verdana; 
}
.ButtonEdit
{
	border-style:none;
	background-color:d2d2d2;
	font-size:xx-small;
	font-family:Verdana; 
}
/*Button Styles End*/
.BODY
{
	scrollbar-face-color: f1f1f1;
	scrollbar-highlight-color: c0c0c0;
	scrollbar-3dlight-color: f2f2f2;
	scrollbar-darkshadow-color: dddddd;
	scrollbar-shadow-color: 009900;
	scrollbar-arrow-color: 000000;
	scrollbar-track-color: 000000;

    BACKGROUND-COLOR: f0f0f0;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
/*Button Calender class starts here  */
.buttonCalender
{
	border-style:none;
	/*font-weight: bold;*/
	font-size:xx-small;
	color: white;
	font-family: Verdana;
	background-color:#1155aa;
	height:15px;
	width:75px;
}
.dataGridItem
{  
    font-weight: normal;
    color:Maroon;
    background-color:#ccffcc;
	font-family: Verdana;
	font-size: xx-small;
}

.dataGridMessage
{  
    font-weight: normal;
    color:Maroon;
    background-color:#ccffcc;
	font-family: Verdana;
	font-size:xx-small;
}
.dataGridMessageSmall
{  
    font-weight: normal;    
    color: Black;
    background-color:#ccffcc;
	font-family: Verdana;
	font-size: xx-small;
}

.dgHeader
{  
    font-weight:bold;
    color: #1155ff;
    background-color: #ffffcc;
	font-family: Verdana;
	font-size:xx-small;
}
.dgHeaderBG
{    
    background-color: #ffffcc;
}
.dataGridItemControl
{
	font-weight:bold;
	border-style:groove ;
	font-size: xx-small ; 
	color: #1155ff;
	font-family: Verdana; 
	background-color: #ffffcc;
}
.dataGridButton
{
	border-style:outset;   
	font-weight: bold;
	font-size: xx-small; 
	color: black;
	font-family: Verdana;
	background-color: white; 
}
.DataGridPageLable
{
	text-align:center;
	background-color:ffffff;	
	font-size:xx-small;
	font-family:Verdana;
	font-style:italic ;
	font-weight:bold ;
}
.InfoText
{  
    font-weight: bold;
    color: #387AC9;    
	font-family: Verdana;
	font-size:x-small;
}

.InfoTextSmallest
{
	background-color:ffffff;
	font-size:xx-small;
	font-family:Verdana;
	color: #387AC9;
}
/*Calender Styles : Start*/
.calendarHide
{
	display: none;
	position: relative;
}
.calendarShow
{
	position: absolute;
	background-color: silver;
}
/*Calender Styles : End*/
/*DataGrid Styles*/
.dgdHeader
{
	text-align:center;
	font-weight:bold;
	color:white;
    background-color: #0099CC;
	font-family: Verdana;
	font-size:xx-small;
}

.dgdItem
{
	color:#0000FF;
	background-color:Beige;
	border-style:none;
	border-color:#0000FF;
	text-align:left;
	font-family: Verdana;
	font-size:xx-small ;
}

.dgdItemTemplate
{
	Color:White;
	border-style:none;
	background-color:Beige;
	font-family: Verdana;
	font-size:smaller;
}

.dgdItemTemplateButton
{
	Color:White;
	border-style:solid;
	background-color:SteelBlue;
	font-family:Arial;
	font-size:xx-small;
}
/*DataGrid Styles*/
.HyperHoverLook
{	
	text-align:center;
	background-color:ffffff;	
	font-size:x-small;
	font-family:Verdana;
	Color:Blue;
}
.HyperNormalLook
{
	Color:Black;
	text-align:center;
	background-color:ffffff;	
	font-size:x-small;
	font-family:Verdana;
}
.xl34
{
	mso-style-parent:style0;
	font-size:7.5pt;
	font-family:Verdana, sans-serif;
	mso-font-charset:0;
	mso-number-format:"\[$-409\]m\/d\/yy\\ h\:mm\\ AM\/PM\;\@";
	border:.5pt solid black;
	white-space:normal;
}
	