/* Default CSS Stylesheet for a new Web Application project */
body
{
	margin-bottom: 	0;
	margin-left: 	0;
	margin-bottom: 	0;
	margin-top: 	0;
}
.Main_bkg
{
	scrollbar-arrow-color:			Blue; 
	scrollbar-base-color:			#f1f1f8; 
	scrollbar-darkshadow-color:		#f1f1f8; 
	scrollbar-face-color:			#f1f1f8; 
	scrollbar-track-color:			#f1f1f8; 
	scrollbar-highlight-color:		#CC0000; 
	scrollbar-shadow-color:			#CC0000;
}

A:link	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	font-size:			9pt;
	font-weight:		bold;
	}	
		
A:visited	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	font-size:			9pt;
	font-weight:		bold;
	}	
		
A:active	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	font-size:			9pt;
	font-weight:		normal;
	}

.XXLargeText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#0066CC;
	font-size:			14pt;
	font-weight:		bold;
}

.XLargeText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#0066CC;
	font-size:			12pt;
	font-weight:		bold;
}

.LargeText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#0066CC;
	font-size:			10pt;
	font-weight:		bold;
}

.NormalText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				black;
	font-size:			9pt;
	font-weight:		normal;
}

.SmallText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				black;
	font-size:			8pt;
	font-weight:		normal;
}

.SmallTextBlue	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#0066CC;
	font-size:			8pt;
	font-weight:		bold;
}

.SmallTextRed	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#CC0000;
	font-size:			8pt;
	font-weight:		bold;
}

.XLargeTextRed	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#CC0000;
	font-size:			12pt;
	font-weight:		bold;
}

.SmallTextYellow	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				#FFFF99;
	font-size:			8pt;
	font-weight:		bold;
}

.DebugText	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	underline;
	color:				#00CC00;
	font-size:			10pt;
	font-weight:		bold;
}

.cmdButtons	{
	border: 			1px solid #CC0000;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	width: 				27%;
}
	
.Tableheader1	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	color: 				black;
	border: 			0;
	background-color:	#f1f1f8;
	height:				14px;
}

.Tableheader2	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			16pt;
	font-weight:		bold;
	color: 				white;
	border: 			0;
	background-color:	#000084;
	height:				18px;
}

.Tableheader3	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10pt;
	font-weight:		bold;
	text-align:			center;
	color: 				white;
	border: 			0;
	background-color:	#3A485B;
	height:				14px;
}

.TableItemStyle1	{
	background-color: 	#FFFFFF;
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				black;
	font-size:			8pt;
	font-weight:		normal;
}

.TableItemStyle2	{
	background-color: 	#F1F1F8;
	font-family:		Verdana, Arial, Helvetica, sans-serif;	
	text-decoration:	none;
	color:				black;
	font-size:			8pt;
	font-weight:		normal;
}

.TableGeneral {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	background-color: 	#FFFFFF;
	text-decoration:	none;
	text-align:       center;
	
	border-left-color: silver;
	border-left-style: solid;
	border-left-width: 1;
	
	border-right-color: silver;
	border-right-style: solid;
	border-right-width: 1;
	
	border-top-color: silver;
	border-top-style: solid;
	border-top-width: 1;
	
	border-bottom-color: silver;
	border-bottom-style: solid;
	border-bottom-width: 1;
}

.billcontent{
	width: 				100%;
	display:			block;
}

.MenuTop 
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	background-color: 	#FFFFFF;
	font-weight:		bold;
}

.MenuTop2
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	background-color: 	#FFFFFF;
	font-weight:		bold;
	
	border-left-color: #949494;
	border-left-style: solid;
	border-left-width: 1;
	
	border-right-color: #949494;
	border-right-style: solid;
	border-right-width: 1;
	
	border-top-color: #949494;
	border-top-style: solid;
	border-top-width: 1;
}

.MenuMiddle
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	background-color: 	#FFFFFF;
	text-decoration:	none;
	
	border-left-color: #949494;
	border-left-style: solid;
	border-left-width: 1;
	
	border-right-color: #949494;
	border-right-style: solid;
	border-right-width: 1;
}

.MenuMiddle2
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			12px;
	background-color: 	#FFFFFF;
	text-decoration:	none;
	
	border-left-color: #949494;
	border-left-style: solid;
	border-left-width: 1;
	
	border-right-color: #949494;
	border-right-style: solid;
	border-right-width: 1;
}


.MenuBottom
{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	background-color: 	#FFFFFF;
	
	border-bottom-color: #949494;
	border-bottom-style: solid;
	border-bottom-width: 1;
	
	border-left-color: #949494;
	border-left-style: solid;
	border-left-width: 1;
	
	border-right-color: #949494;
	border-right-style: solid;
	border-right-width: 1;
}

.TopMenu	{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	font-weight:		bold;
	color: 				white;
	border: 			0;
	background-color:	#000084;
	height:				18px;
}
#spectable { 
width:80%; 
} 
.title { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
	background-color: 	#000084;
	font-weight:		normal;
}
.odd { 
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
	background-color: 	#ffffff;
	font-weight:		normal;
	width:			50%; 
} 
.even {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
	background-color: 	#e5eeff;
	font-weight:		normal; 
	width:			50%; 
}