﻿body 
{
   border:1;
    margin:0px;
}
.headingtext 
{
    color:#333399;
    font-family:Arial;
     font-size:larger  ;
     font-weight:bold  ;
    
}
.headertext 
{
    color:Black;
    font-family:Arial;
     font-size:15px ;
     font-weight:bold  ;
}
.subheadtext 
{
    color:Gray;
    font-family:Arial;
    font-size:small;
    font-weight:bold  ;
   
}
.panelstyle
{
   background:#b3c4cf ;
   border-color : Maroon 
}
.mandatorytext
{
    color:#993300;
      font-family:Arial;
font-size:8pt;
height:auto;
width:auto;
font-weight:normal;
padding-left:3px;
padding-right:3px;
}  
.normaltext
{
   font-family:Arial;
    font-size:8pt;
    font-weight:normal;
}
.buttonstyle
{
    border:3;
    border-color:#330066 ;
    background-color:#eeeeee;
    border-width:1px;
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
}
.buttontext
{
    color:#000000;
    font-family:Arial;
    font-size:small ;
   }
.textboxstyle
{
     background-color:White ;
     border-color:Navy;
}
.inputStyle
{
    width:200px;
    height:11px;
    font-family:Arial;
    font-size:11px;
  
}
.HyperLinkStyle
{
    color:Black;
Width:70;
/*border-bottom:#7B9EBD 1px solid;border-left:#7B9EBD 1px solid;
border-right:#7B9EBD 1px solid;
border-top:#7B9EBD 1px solid;*/
cursor:hand;
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);*/
font-family:Arial;
font-size:11px;
height:20;
padding-left:5px;
padding-right:5px;
}
.LinkButtonStyle {
Width:70;
border-bottom:#7B9EBD 1px solid;
border-left:#7B9EBD 1px solid;
border-right:#7B9EBD 1px solid;
border-top:#7B9EBD 1px solid;
cursor:hand;
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);*/
font-family:Arial;
font-size:11px;
height:20;
padding-left:5px;
padding-right:5px;
}
/* Style for RepeaterTitle */
.RepeaterTitle {
font-family:Arial;
font-size:8pt;
color:White;
height:auto;
width:auto;
font-weight:bold;
}
/* Style for RepeaterText */
.RepeaterText {
font-family:Arial;
font-size:8pt;
height:auto;
width:auto;
font-weight:normal;
padding-left:3px;
padding-right:3px;
}
/* Style for RepeaterTextTitle */
.RepeaterTextTitle {
font-family:Arial;
font-size:8pt;
height:auto;
width:auto;
font-weight:bold;
padding-left:3px;
padding-right:3px;
}
/* Style for RepeaterTextDate */
.RepeaterTextDate {
font-family:Arial;
font-size:8pt;
height:auto;
width:auto;
font-weight:normal;
text-align:right;
padding-left:3px;
padding-right:3px;
}
/*Style for asp:button control */
.Button {
	border-bottom:#7B9EBD 1px solid;
	HEIGHT:auto;
	border-left:#7B9EBD 1px solid;
	border-right:#7B9EBD 1px solid;
	border-top:#7B9EBD 1px solid;
	cursor:hand;
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#145061, EndColorStr=#107591);*/
	font-family:Arial;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	width:auto;
	/*behavior:url(../Styles/WebButtonBehavior.htc);*/

}
/*Style for asp:button control Hover state*/
.ButtonHover {
border-bottom:#7B9EBD 1px solid;
HEIGHT:auto;
border-left:#7B9EBD 1px solid;
border-right:#7B9EBD 1px solid;
border-top:#7B9EBD 1px solid;
cursor:hand;
/*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#ffdbb7);*/
font-family:Arial;
font-size:11px;
padding-left:5px;
padding-right:5px;
width:auto;
/*behavior:url(../Styles/WebButtonBehavior.htc);*/
}
.formcolor
{
    color:#f5dee8;
}
.pdDesktopBody
{   
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
margin-left:0px;
overflow:hidden;
}
.topTables
{
    background:#7389b0;
    border-bottom-width:1px;
    font-family:Arial;
    font-size:x-small;
    border-collapse:collapse; 
   }
   
.fontStyle {
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #4D4D4D;
}  