/* Default CSS Stylesheet for a new Web Application project */
.flashintroborder
{
	border-bottom: solid 1px #B7B7B7;
	border-left: solid 1px #B7B7B7;
	border-right: solid 1px #B7B7B7;
	border-top: solid 1px #B7B7B7;
	font-family:Verdana;
	font-size:8pt;
}
.introbox
{
	background-image:url(Images/introbox.jpg);
	font-family:Verdana;
	font-size:8pt;
}
.textbox
{
	border:solid 1 gray;
	font-family:Verdana;
	font-size:8pt;
}
.loginbox
{
	font-family:Verdana;
	font-size:8pt;
	background-color:#CDCDCD;	
}
.newsitem
{
	font-family:Verdana;
	font-size:8pt;
	color: #6E6E6E;
	
}
.sectionsummary
{
	font-family:Verdana;
	font-size:8pt;
	color: #6E6E6E;
	cursor:hand;
}
.newstitle
{
	font-family:Verdana;
	font-size:8pt;
	color: #6E6E6E;
	border-bottom: solid 1px #B1B1B1;
	border-top: solid 1px #B1B1B1;
	border-left: solid 1px #B1B1B1;
	border-right: solid 1px #B1B1B1;
}
.genericfont
{
	font-family:Verdana;
	font-size:8pt;
	color: #6E6E6E;
	word-spacing :6px;
}
.graygenericfont
{
	font-family:Verdana;
	font-size:8pt;
	color:GrayText;
}
.menutitle
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#E47C30;
}
.borderleft
{
	border-left: solid 1px #CCCCCC;
}
.borderright
{
	border-right: solid 1px #CCCCCC;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana;
	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;
	font-size:	1.75em;
	font-weight:bold;
	text-decoration:underline;
	font-size:10pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:Black;
	}	
		
H3	{	
	font-family: Verdana;
	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;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
P
{
	font-family:Verdana;
	font-size:8pt;
}		
H5, DT	{	
	font-family: Verdana;
	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;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		

A:link	{	
	text-decoration:	none;
	color:	black;
	font-family:Verdana;
	font-size:8pt;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	black;
	font-family:Verdana;
	font-size:8pt;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	black;
	font-family:Verdana;
	font-size:8pt;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	black;
	font-family:Verdana;
	font-size:8pt;
	}
.graybackground
{
	background-color:#EEEEEE;
	font-family:Verdana;
	font-size:8pt;
}
.menu:link	{	
	text-decoration:	none;
	color:	#E17A30;
	font-family:Verdana;
	font-size:8pt;
	}	
		
.menu:visited	{	
	text-decoration:	none;
	color:	#E17A30;
	font-family:Verdana;
	font-size:8pt;
	}	
		
.menu:active	{	
	text-decoration:	none;
	color:	#E17A30;
	font-family:Verdana;
	font-size:8pt;
	}	
		
.menu:hover	{	
	text-decoration:	underline;
	color:	#E17A30;
	font-family:Verdana;
	font-size:8pt;
	}
/* Added By Kunal B. Deshmukh*/
.table
{
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	line-height:10px;
	border-collapse:collapse;
	border-color:#CCCCCC;
}
.tableheadbg
{
	font-weight:bold;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	color:White;
	background-color:#E17A30;
}
.errormessage
{
	font-weight:normal;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	color:red;
}
.successmessage
{
	font-weight:normal;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	color:blue;
}
.breadcrumb
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
}
.GridItem		
{
color: black; 
background-color: #FFFFFF; 
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none;
}

.GridAlternating
{
color: black; 
background-color: White; 
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none;
}

.GridHeader		
{
color: black; 
background-color: #EEEEEE; 
font: 8pt Verdana; 
font-weight:bold; 
text-decoration: none;
}

.GridPager		
{
color: black; 
background-color: #EEEEEE; 
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold; 
text-decoration: none;
}

.GridFooter		
{
color: black; 
background-color: #99CCFF; 
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
font-weight:bold; 
text-decoration: none;
}
/* Added By Kunal B. Deshmukh*/
.table
{
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	border-style:solid;
	border-width:1px;
	border-color:#CCCCCC;
	line-height:10px;
	border-collapse:collapse;
	border-color:#CCCCCC;
}
.tableheadbg
{
	font-weight:bold;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	color:White;
	background-color:#E17A30;
}
.errormessage
{
	font-weight:normal;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	color:red;
}
.successmessage
{
	font-weight:normal;
	font-family:Verdana,Aerial,Helvetica,san-serif;
	font-size:8pt;	
	color:blue;
}
.breadcrumb
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
}
.GridItem		
{
color: black; 
background-color: #FFFFFF; 
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
text-decoration: none;
}

