/* Default CSS Stylesheet for a new Web Application project */
body
{
	background : url("../Images/graybg.jpg");
	margin-top : 0;
    margin-left: 0;
    margin-right :0 ;
}

A:link	
{
	font-family :Tahoma ;
	font-size:8pt ;
	font-weight:bold ; 
	text-decoration:none;
	color:#400040;
	}	
		
A:visited	
{
	font-family :Tahoma ;
	font-size:8pt ;
	font-weight:bold ; 
	text-decoration:none;
	color:#400040;
	}	
		
A:active	
{
	font-family :Tahoma ;
	font-size:8pt ;
	font-weight:bold ; 
	text-decoration:none;
	color:#400040;
	}	
		
A:hover	
{
	font-family :Tahoma ;
	font-size:8pt ;
	font-weight:bold ; 
	text-decoration:underline;
	color:#ff0000;
	}

.DataGridHeaderStyle
{
	color :#800080;
	font-family :Tahoma ;
	font-size :8pt;
	font-weight:Bold;
	text-transform:uppercase;
	text-align:center;
	background : #dfdfff;
	height:15pt;
}

.DataGridItemStyle
{
	font-family :Tahoma ;
	font-size : 8pt;
	height: 15pt;
}

.DataGridStyle
{
	font-family:Tahoma;
	font-size:8pt;
	border:1px solid #ffffff;
	width:800px;
	padding: 2px 2px 2px 2px; 
	width:100%;
}

.DataGridAlternateItemStyle
{
	background-color:#f4f4f4;	
}

.PaperDataGridHeaderStyle
{
	color:#008080;
	background-color:#F2FFFF;
	font-family :Tahoma ;
	font-size :8pt;
	font-weight:Bold;
	text-transform:uppercase;
	text-align:center;
	height:15pt;
}

.PaperDataGridItemStyle
{
	font-family :Tahoma ;
	font-size : 8pt;
	height: 15pt;
	color:#008080;
	border-color:#FFFFFF;
	border-width:1px;
}

.ProcessDataGridHeaderStyle
{
	color:#800080;
	background-color:#F4EBF7;
	font-family :Tahoma ;
	font-size :8pt;
	font-weight:Bold;
	text-transform:uppercase;
	text-align:center;
	height:15pt;
}

.ProcessDataGridItemStyle
{
	font-family :Tahoma ;
	font-size : 8pt;
	height: 15pt;
	color:#800080;
	border-color:#FFFFFF;
	border-width:1px;
}

.ChallanDataGridItemStyle
{
	font-family :Tahoma ;
	font-size : 8pt;
	height: 15pt;
	color:#934900;
	border-color:#FFFFFF;
	border-width:1px;
}

.ChallanDataGridHeaderStyle
{
	color:#934900;
	background-color:#F8F0E9;
	font-family :Tahoma ;
	font-size :8pt;
	font-weight:Bold;
	text-transform:uppercase;
	text-align:center;
	height:15pt;
}

.AccountDataGridHeaderStyle
{
	color:#DAA520;
	background-color:#FEF9E7;
	font-family :Tahoma ;
	font-size :8pt;
	font-weight:Bold;
	text-transform:uppercase;
	text-align:center;
	height:15pt;
}

.AccountDataGridItemStyle
{
	color:#775B11;
	font-family :Tahoma ;
	font-size : 8pt;
	height: 15pt;
	border-color:#FFFFFF;
	border-width:1px;
}

.InnerTable
{
	width:100%;
	font-family :tahoma;
	font-size :8pt;
	Border : 0;	
	padding: 1 1 1 1;
	margin: 1 1 1 1; 
}

.OuterTableTitle
{
	font-family:Trebuchet MS;
	font-weight:bold;
	font-size:11pt;
	text-align:left;
	background-color:Transparent;
	height:30px;
}

.OuterTable
{
	WIDTH:95%
}

.PaperOuterTable
{
	 border-style:solid;
	 border-width:thin;
	 border-color:#ccf2f2; 
	 text-align:center; 
	 width:95%;
}

.ProcessOuterTable
{
	border-style:solid;
	border-width:thin;
	border-color:#f4ebf7; 
	text-align:center; 
	width:95%;
}

.ChallanOuterTable
{
	border-style:solid;
	border-width:thin;
	border-color:#f7eee6; 
	text-align:center; 
	width:95%;
}

.AccountOuterTable
{
	border-style:solid;
	border-width:thin;
	border-color:#fef1c0; 
	text-align:center; 
	width:95%;	
}

table
{
    font-family: Tahoma; 
	font-size:  8pt;   
    font-weight: normal;
}

.SubCellTitle
{
	font-family: Tahoma; 
	font-size:  8pt;   
    font-weight: bold; 
	color: #000000; 
	text-align: right
}

.Caption
{
	font-family: Tahoma; 
	font-size:  8pt;   
    font-weight: bold; 
	color: #696969;
	text-align: right
}

.ErrorLabel
{
	font-family: Tahoma; 
	font-size:  8pt;   
    font-weight: bold; 
	color: #ff0000;
}

.InformationLabel
{
	font-family: Tahoma; 
	font-size:  8pt;   
    font-weight: bold; 
	color: #629100;
}

.FlatBox
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: right;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.FlatBoxLeft
{
	font-family: Trebuchet MS;
	font-size: 10pt;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.MyLabel
{
	font-family:Trebuchet MS;
	font-size:10pt;
	vertical-align:top;
	border-style:none;
}

combobox
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    border :1px solid #00ccff
}

.BODYSTYLE
{
    FONT-FAMILY:  Tahoma; 
	FONT-SIZE:  8pt;   
    FONT-WEIGHT: normal;
    margin-top : 0;
    margin-left: 0;
    margin-right :0 ;
}

.LinkButtonStyle
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    font-weight: bold;
    color :#892a4e;
}

.LinkButtonWhite
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    font-weight: bold;
    color:White ;
}

.LabelStyleJustyfied
{
	FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
	color :Black;
	text-align:justify;
	text-decoration:inter-word;
}

.LabelStyle
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    text-align:justify;
    text-decoration:inter-word;
	color :Black;
}

.ErrorLabelStyle
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    text-align:justify;
    text-decoration:inter-word;
	color :Red;
}

.hyperLinkStyle
{
	FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    text-decoration:auto;
}
	
.LabelStyleBold
{
	FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    font-weight: bold;
	color :Black;
}

.ButtonStyle
{
	background-image  :url("../Images/stdbg.png");
	font-family : Tahoma;
	font-size : 10pt;
	font-weight:bold;
    color :White;
	height :20pt;
    border :0px 
}	

.ComboBoxStyle
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    border :1px solid #00ccff
}

.ListBoxStyle
{
    FONT-FAMILY:  Trebuchet MS; 
    FONT-SIZE:  10pt;
    border :1px solid #64beb2
}

.TextBoxStyle
{
  FONT-FAMILY:  Trebuchet MS; 
  FONT-SIZE:  10pt;
  border :1px solid #00ccff
}

.ValueTextBox
{
 text-align:right;
 FONT-FAMILY:  Trebuchet MS; 
 FONT-SIZE:  10pt;
 border :1px solid #00ccf
}

.VisialbeTextBoxStyle
{
  FONT-FAMILY:  Trebuchet MS; 
  FONT-SIZE:  10pt;
  border :1px solid #F7F8EA
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}

H1	{	
	font-family: Trebuchet MS;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Trebuchet MS;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Trebuchet MS;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Trebuchet MS;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Trebuchet MS;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Trebuchet MS;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Trebuchet MS;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Trebuchet MS;
	}	



		
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	


.TDHeader
{
	font-family:Tahoma;
	font-size:10pt;
	font-weight:bold;
	background-color:#ffcc66;
	color :Black ;
}
.TDItem
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
}
.TDSubHeader
{
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold;
	background-color:#ffcc66;
	color :Black ;
}

.SearchHeader
{
	font-family:Tahoma;
	font-size:9pt;
	font-weight:bold;
	color:Black;
}

.LeftTabelCell
{
	width : 20%;
	
}

.RightTabelCell
{
	width : 30%;
	
}

.TabelCell
{
	width:50%;
}

.Tabel
{
	width:98%;
}

.CellHeader
{
	font-family:Tahoma;
	font-size :9pt;
	background-color:Purple ;
	color:Black ;
	font-variant :normal;  
}
.CompulsoryField
{
	font-weight:bold;
	text-decoration:inter-word;
	color:Black ;
	
}

.PageTitle
{
	font-family:Verdana;
	font-weight:bold;
	font-size :10pt;
	color:#3366CC ;
	font-variant :normal; 
	text-align:left;
}

	


