/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

	.label
	{
		font-size: 10pt;
		font-weight:bold;
		color:Navy;
	}
	
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,ctitle2	{	
	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:	10pt;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	10pt;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

A 
{
	font-size: 10px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
        font-size:10px;
	font-weight:bold;

	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
        font-size:10px;
	font-weight:bold;

	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
        font-size:10px;
	font-weight:bold;

	}	
		
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;
	}
	
#wrapper
{   background-color:#FFFFFF;
	background-image:url(images/content_bg.gif);
    background-repeat:repeat-x;
    z-index:200;
   
   
    
}
	
	#login_form
	{
		position:absolute;
		top:2px;
		left:4px;
	}
	
#nav 
{
	background-image:url(images/content_bg.gif);
    background-repeat:repeat ;
    z-index:200;
}

#footer
{
	position:absolute;
	top:550px;
	left:10px;
        font_size:10pt;

}

#contentx
{
	position:absolute;
	top:100px;
	left:200px;
	height:400px;
	width:500px;
	background-color:Yellow;
}

#contentxalt
{
	position:absolute;
	top:100px;
	left:200px;
	height:400px;
	width:500px;
	background-color:yellow;
}


.tlabel
{
	
	font-size:10pt;
	font-weight:bold;
}

.menutitle
{
	font-size:12px;
	font-weight:bold;
	
	color:White;
}

.menutitlelarge
{
	font-size:12px;
	font-weight:bold;
	
	color:black;
}

.menuheader
{
	
	font-size:12px;
	font-weight:bold;
	color:Black;
	
}

.newslink
{

	font-size:7pt
	font-weight:bold
	color:333333
}


div a.menuitem:link
{
	font-size:10px;
	font-weight:bold;
	color:navy;
	text-decoration:none;
}

div a.menuitem:active
{
	font-size:10px;
	font-weight:bold;
	color:navy;
	text-decoration:none;
}

div a.menuitem:hover
{
	font-size:10px;
	font-weight:bold;
	color:red;
	text-decoration:none;
}

div a.menuitm:visited
{
	font-size:10px;
	font-weight:bold;
	color:navy;
	text-decoration:none;
}

	.bannertitle
	{
		font-size:12px;
		font-weight:bold;
		color:navy;
                border-style:solid;
                border-width:8px;
                border-color:#bbbbbb;
                padding:3px;
                margin:0px;
                width:150px;
	}
	
	.scroller
	{
		color:Navy;
                font-weight:bold;
		font-size:8pt;
	}
	

	
	.thead
	{
		background-color:Navy;
		font-size:10pt;
		font-weight:bold;
		color:black;
	}
	
	.txtInput
	{
		font-size:10pt;
		font-weight:bold;
		
		color:navy;
		background-color : #CCCC33;
	}
	
	
	.txtInput2
	{
		font-size:10pt;
		font-weight:bold;
		
		color:navy;
		background-color : lightblue;
	}
	
	.txt
	{
		color: black; 
		font-size: 10pt;
   }
	
	
	
		.txtScroll1
	{
		color: black;
		font-size: 10pt;
               	padding:10px;
		overflow-y:auto;
		height:280px;
		width:650px;
		border-style:solid;
		border-width:1px;
		background-color:#f1f1ec;
                background-image:url('images/logoback.bmp');
                background-attachment:fixed;
   }
   
	.txtScroll2
	{
		color: black;
		font-size: 10pt;
		padding:10px;
		overflow-y:auto;
		height:415px;
		width:650px;
		border-style:solid;
		border-width:1px;
		background-color:#f1f1ec;
                background-image:url('images/logoback.bmp');
                background-attachment:fixed;

   }
   
	.txtReadOnly
	{
		border-bottom: solid 1px black;
		border-top: 0px;
		border-left:0px;
		border-right:0px;
		font-size:10pt;
		font-weight:bold;
		color:red;
		
	}
	
.email
{
 font-size:10pt;
 font-weight:bold;
 color:#333333;
font-style:italics;

}
	.footer
	{
		font-size:8pt;
		font-weight:bold;
		color:Gray;
	}
	
	.warning
	{
		font-size:10px;
		font-weight:bold;
		color:Red;
	}
	
	.statushide
{
	visibility:hidden;
}

	.statusok
	{
		font-size:12pt;
		font-weight:bold;
		background-color:Green;
		color:Yellow;
		border:solid 2px black;
		padding:2px 2px 2px 2px;
		
	
}
	
	.statusnotok
	{
		font-size:12pt;
		font-weight:bold;
		background-color:red;
		color:Yellow;
		border:solid 2px black;
		padding:2px 2px 2px 2px;
		
	
	}
	
	.tdisplayhead
	{
		font-size:10pt;
		font-weight:bold;
		color:Navy;
		font-style:italic;
	}
		 
	.tdisplay
	{
		font-size:10pt;
		font-weight:bold;
		color:black;
	}
	
	.msgdisplay
	{
		font-size:12px;
		font-weight:normal ;
		color:#444444;
	}
	
	.largehref
	{
		font-size:10px;
		font-weight:normal ;
		color:	#333399;
	}
	
	.imgfloat
	{
			float:left;
	}
	
	#theloginform
	{
		display:none;
	}
	
	#nottheloginform
	{
		display:inline;
	}
	
.ctitle1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight:	900;
	font-style:	italics;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	}	
	
	.ctitle2old	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:black;
	
	
	}	

.ctitle3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:red;
	
	
	}	

	
	
	.ctitle3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:red;
	
	
	}	