/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: .8em;
	margin:0px;
	float:left;
}
.title {
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 0px 10px;
}
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;
	}	


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	

	
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;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
#Image1 {
	height:140px;
	border:2px solid #003399;
	margin:0px 0px 0px 35px;
	
}
.ReportDetailsSectionLeftJustify  
{
    overflow:hidden;
    text-align:left;
}
.ReportDetailsSectionRightJustify  
{
    overflow:hidden;
    text-align:right;
}

.ReportHeaderSectionLeftJustify  
{
    overflow:hidden;
    font-weight:bold;
    text-align:left;
}
.ReportHeaderSectionRightJustify  
{
    overflow:hidden;
    font-weight:bold;
    text-align:right;
}


#main_container {
	position:absolute;
	left:50%;
	top:0px;
	margin:0px 0px 0px -493px;
	width:985px;
	background-image:url(bg_repeat.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
	float:left;
}
	#header {
		background-image:url(header.jpg);
		background-position:0px 0px;
		background-repeat:no-repeat;
		float:left;
		width:985px;
	}
	#footer {
		background-image:url(footer.jpg);
		background-position:bottom left;
		background-repeat:no-repeat;
		float:left;
		width:985px;
		padding:0px 0px 50px 0px;
		_padding:0px 0px 100px 0px;
	}
	.main_title
		{
            font-size:30px;
			font-weight:bold;
			color:#FFFFFF;
			position:absolute;
			top:60px;
			left:60px;
		}
	#Form1 {
		position:absolute;
		top:150px;
		left:85px;
		float:left;
	}
	#report_form {
		float:left;
		padding:180px 0px 30px 100px;
	}	
	table #CrystalReportViewer1 {
		height:500px;
		overflow:hidden;
		
	}
	#Section5 {display:none;}
	#descriptions_form {
		position:absolute;
		top:150px;
		left:30px;
		float:left;
	}
	.id_box {}
	
	.TextStyle
	{
		border-color:darkgray;
		border:1px;
		border-style:solid;
	}
	.ListStyle
	{
		border-color:darkgray;
		border:1px;
		border-style:solid;
	}
	.ButtonStyle
	{
		border-color:DarkGray;
		border:1px;
		border-style:solid;
	}
	.ButtonStyle:hover
	{
		border-color:Gray;
		border:1px;
		border-style:solid;
	}
	/************ MaskedEdit Related Styles ***********************/
	.MaskedEditFocus
	{
		background-color: #ffffcc;
		color: #000000;
	}
	.MaskedEditMessage
	{
		color: #ff0000;
		font-weight: bold;
	}
	.MaskedEditError
	{
		background-color: #ffcccc;
	}
	.MaskedEditFocusNegative
	{
		background-color: #ffffcc;
		color: #ff0000;
	}
	.MaskedEditBlurNegative
	{
		color: #ff0000;
	}
	
	#listboxcontainer
	{
		width:96px;
		height:367px;
		overflow:hidden;
		border:1px solid darkgray;
		LEFT: 73px;
		POSITION: absolute; 
		TOP: 110px; 
	}
