﻿/* Default CSS Stylesheet for a new Web Application project */
A:link	{	
	FONT-SIZE:8pt; 
	COLOR:#957741; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : bold;
/*	vertical-align: bottom;*/
	letter-spacing:0pt; 
	}	
A:visited	{	
	FONT-SIZE:8pt; 
	COLOR:#957741;
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : bold;
/*	vertical-align: bottom;*/
	letter-spacing:0pt; 
	}			
A:active	{	
	color:#957741;
	FONT-SIZE:8pt; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : bold;
/*	vertical-align: bottom;*/
	letter-spacing:0pt; 
	}	
A:hover	{	
	color:#957741;
	FONT-SIZE:8pt; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : normal;
	/*vertical-align: bottom;*/
	letter-spacing:0pt;
	}
	
body 
{
scrollbar-face-color: #FBF4E2; 
scrollbar-shadow-color: #B19766; 
scrollbar-base-color: #CDB88D; 
scrollbar-highlight-color: #B19766; 
scrollbar-3dlight-color: #FBF4E2; 
scrollbar-darkshadow-color: #FBF4E2; 
scrollbar-track-color: #FBF4E2; 
scrollbar-arrow-color: #B19766;
} 
/*td.off {
	   }
td.on {
	font-weight: bold;
	TEXT-TRANSFORM: capitalize; 
	}*/
.MainHeading
{
	FONT-SIZE:10pt; 
	COLOR:#B19766; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style :smooth;
	font-weight :bold;
	vertical-align: Center;
	letter-spacing:0pt;    
}
.SubHeading
{
	FONT-SIZE:10pt; 
	COLOR:#FF7E00; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style :smooth;
	font-weight :bold;
	vertical-align: Center;
	letter-spacing:0pt;    
}
.SubHeading1
{
	FONT-SIZE:9pt; 
	COLOR:#70582B; 
	FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style :smooth;
	font-weight: lighter;
	vertical-align: Center;
	letter-spacing:0pt;    
}
.highlitefont
{
	FONT-SIZE:9pt; 
	COLOR:#FF00FC; 
    FONT-FAMILY:Arial; 
	TEXT-DECORATION:none;
	font-style :smooth;
	font-weight :bold;
	vertical-align: Center;
	letter-spacing:0pt;    
}
.MainFont
{
	FONT-SIZE:9pt; 
	COLOR: #957741; 
	FONT-FAMILY: Arial;
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : 500;
	vertical-align: Center; 
	letter-spacing:0pt;
	word-spacing:0pt;
    text-align:justify;
}
.MainFont1
{
	FONT-SIZE:9; 
	COLOR: #957741; 
	FONT-FAMILY:Arial;
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : 500;
	vertical-align: Center;  
	letter-spacing:1pt;
	word-spacing:1pt;
	text-align:left;
}
.MainFont2
{
	FONT-SIZE:9; 
	COLOR: #957741; 
	FONT-FAMILY:Arial;
	TEXT-DECORATION:none;
	font-style : normal;
	font-weight : 500;
	vertical-align: Center;  
	letter-spacing:1pt;
	word-spacing:1pt;
	text-align:center;
}
.buttonstyle
{      font: 8pt Tahoma; color:White; font-weight:bold;
       width:80;
       background-color:#B19766;
       border-style: solid;
       border-width: thin;
       border-color:#DFD3B9;
}
.FooterFont
{
	FONT-SIZE:7pt; 
	COLOR:#3A3A3A; 
	FONT-FAMILY:Tahoma; 
	TEXT-DECORATION:none;
	font-style :Smooth;
	font-weight :regular;
	vertical-align: Center; 
	letter-spacing:1pt;
	word-spacing:1pt;	
	
}
.inputstyle  
      { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:143;
      }
 .emailinputstyle  
      { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:300;
      }
 .emailmessagestyle  
      { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:300;
          height:120;
      }
 .maininputstyle
       { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:80;
          height:14;
      }
 .maintextareastyle
       { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:80;
          height:24;
      }
 .maininputstyle1
       { 
          font: 7pt Tahoma;
          background-color:white;
          border-style: solid;
          border-width: thin;
          border-color:#ECDFBF;
          width:62;
          height:14;
      }
.liststyle
      { 
          font: 8pt Tahoma;
          background-color:white;
          border-style: outset;
          border-color:#ECDFBF;
          width:143;
      }

.DGLabelFONT 
{
	font-weight:bold; 
	FONT-SIZE: 14pt; 
	FONT-FAMILY:Tahoma, Verdana, Helvetica;
	COLOR: Black;
}
.DGAlternatingItem
{
	background-color :#FFFFFF;
	COLOR: Black; 
	border-color:White;
	font-family:Verdana;
	font-size:xx-small;
}
.DGItem
{
	background-color :white;
	COLOR:Black; 
	border-color:White;
	font-family:Verdana;
	font-size:xx-small;
}

.DGSelectedItem
{
	background-color :#DCFFC3;
}
.DGHeader
{
	background-color :#FBF4E2;
	color:#000000;
	border-color:White;
	font-family:Times New Roman;
	font-size: medium;
	font-weight :normal;
}
.DGFooter
{
	background-color :#FFFFFF;
	COLOR: #000000; 
	border-color:White;
	font-family:Times New Roman;
	font-size:xx-small;
}