﻿/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    background-image: url(image/toptxtr.jpg);
    FONT-FAMILY: Verdana, Helvetica, sans-serif, Mangal ;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    table-layout:  inherit ;
     
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: Verdana, Arial, Helvetica, sans-serif;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

SMALL	{	
	font-size:	.8em;
	}	

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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.label
{
	Font-family: Mangal;
	font-size:	6px;
	font-weight :normal;
	font-style:normal ;
	
}
.form_head
{
	Font-family: Mangal;
	font-size :13px;
	font-weight:bold;
	color: Blue;
	background-color :#99ccff;
}
.error
{
	font-family :Georgia, Arial, Times New Roman ;
	font-size : small ;
	font-style:normal ;
    color:#ff0000;
}
.form_label
{
	Font-family: Mangal;
	font-size:small;
	font-weight :normal;
	font-style:normal ;	
}
.form_button
{
    Border-Color: Purple;
	background-color: Transparent;
	border-width :1;
	border-style :double;	
}
.Table_L
{
	border-color :#003399;
	border-left-color :#000066;
	border-right-color:#009966;
	border :1;
}
.Text
{
	FONT-SIZE: 10pt; 
	/*border-style :inset;*/
	border-color:#004040;	
	border-width:1;
	FONT-FAMILY:Mangal; 
}
.form_body
{
	background-color:#99ccff;
	font-size :small ;
	font-style:normal ;
	
}
/*General datagrid properties for edit, update and insert of items in datagrid*/
.grid_body
{
background-color: Silver;
color:Black;
Border-Color: Teal;
font-size :small; 
}
.grid_header
{
	background-color:#990000;
	color :#FFFFCC;
	text-align :left;
	text-transform:capitalize;
	font-size:small;
	font-weight:normal ;
}
.grid_pager
{
background-color:#99ccff;
color:Black;
text-decoration:underline;
text-transform:uppercase;
}
.grid_alternate
{
	Background-color: Lime;
	font-size:small;
}
.grid_item
{
	color:#330099;
	background-color:white;
font-size:small; 
}


/*Report grid properties*/
.Repgrid_body
{
background-color:Teal ;
color:Black;
Border-Color: Teal;
font-size:small ;
}
.Repgrid_header
{
	vertical-align: baseline;
	font-family: Mangal, Raghindi, 'Kruti Dev 060 ';
	letter-spacing: normal;
	text-align: center;
	color:Navy;
	font-size:small ;
}
.Repgrid_pager
{
background-color:White;
color: Blue;
text-decoration:underline;
text-transform:uppercase;
font-size :small ;
}
.Repgrid_alternate
{
	Background-color: Silver;
	text-align:left;
	font-size :small ;
}
.Repgrid_item
{
	color:#330099;
	background-color:white;
	text-align:left;
	font-size :small;
}
.Repgrid_footer
{
}
.Rep_bttn
{
	font-weight: normal;
	font-family: Arial;
	background-color :  Blue;
	color :Black;
	border-width:thin ;
	border-style :ridge ;
	font-size:small ;
}
/*Calender settings*/
.calendar_body
{
	font-family:Verdana ;
	font-size:8pt;
	color:#663399;
	background-color:#FFFFCC;
	border-color:#FFCC66;
}
.calendar_today
{
	Color:White ;
	background-color:#FFCC66
}
.calendar_nextprev
{
Font-Size:9pt;
Color:#FFFFCC	
}
.calendar_dayheader
{
	background-Color:#FFCC66;
}
.calendar_selectedDay
{
	
}
.calendar_title
{
	Font-Size:9pt ;
	font-weight:bold ;
	Color:#FFFFCC ;
	Background-Color:#990000;
}
.calendar_othermonth
{
Color:#CC9966;
}
.report_head
{
	FONT-SIZE: 12pt; 
	border-color:#004040;	
	background-color: #ffffff;
	border-width:1;
	FONT-FAMILY:Mangal; 
	vertical-align :middle ;
	text-align:center ;
}
.form_dropdownlist
{
	background-color: Transparent;
	color: Blue;
	height :20px;
}
.inventoryface
{
	font-family:Raghindi,Mangal;
	font-size :30pt;
}

