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

BODY
{
	font-weight: normal;	
	word-spacing: normal;
	text-transform: none;	
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

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;
	}	
		
A:visited	{	
	text-decoration:	none;
	}	
		
A:active	{	
	text-decoration:	none;
	}	
		
A:hover	{	
	text-decoration:	underline;
	}
	
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
{
	border: none;
	/*
	margin-top: 5px;
	margin-left: 11px;
	margin-right: 11px;
	*/
}

.main_menu
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

.main_text
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

.main_text2
{
	font-size: 11px;
	color: black;
	font-family: Verdana;
}

.normal_txt
{
	font-size: 11px;
	color: maroon;
	font-family: Verdana;
}


.header_txt
{
	font-weight: bold;
	font-size: 11px;
	color: navy;
	font-family: Verdana;
}


.footer_txt
{
	font-size: 11px;
	color: white;
	font-family: Verdana;
	height: 35px;
}

.btn
{
	border-right: #CCCCCC 2px double;
	padding-right: 2px;
	border-top: #CCCCCC 2px double;
	padding-left: 2px;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	text-transform: uppercase;
	border-left: #CCCCCC 2px double;
	width: 130px;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #CCCCCC 2px double;
	font-family: Verdana;
	background-color: #FBA99F;
}

.bigbox
{
	border-right: #FBA99F 1px double;
	border-top: #FBA99F 1px double;
	border-left: #FBA99F 1px double;
	border-bottom: #FBA99F 1px double;
}

.menutitle
{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#ECECFF;
	color:#000000;
	width:140px;
	padding:2px;

			
	/*/*/border:1px solid #000000;/* */
}

.submenu
{
	margin-bottom: 0.5em;
	font-size:xx-small;
}

.gridstyle
{	
	border-style: solid;
	border-width: 3px;
	border-color: white;
	FONT-SIZE: x-small;
}

.gridstyle td
{
    border: solid 3px #FFFFFF;
    padding: 0px 5px 0px 5px;
}

.listing-header
{
	font-weight: bold;
	background-color: #9999ff;
}
.listing-subheader
{
    BACKGROUND-COLOR: #dcdcdc;
    font-weight: bold;
}
.listing-row0
{
    BACKGROUND-COLOR: #FBF4DB    
}
.listing-row1
{
    BACKGROUND-COLOR: #FBF4DB;
}
.listing-row0i
{
    BACKGROUND-COLOR: #f3f6f9;
    Font: #999999;
}
.listing-row1i
{
    BACKGROUND-COLOR: #ffffff;
    Font: #999999;
}
.listing-pager
{
	background-color: #9999ff;
}
	
.navigator-bar
{
	font-weight: bold;
	font-size: 13px;
	color: white;
	height: 25px;
	background-color: #9999ff;
}

.navigator-tabbar 
{
    color:black;
    letter-spacing:normal;
    border:none;
    background-color:#d8e9f9;
    FONT-SIZE: x-small;
}

.searchborder
{
	border-right: #d1d1d1 thin solid;
	padding-right: 5px;
	border-top: #d1d1d1 thin solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #d1d1d1 thin solid;
	padding-top: 5px;
	border-bottom: #d1d1d1 thin solid;
	background-color: #eeeded;
	FONT-SIZE: x-small;
}

.bigbox
{
	border-right: #FBA99F 1px solid;
	border-top: #FBA99F 1px solid;
	border-left: #FBA99F 1px solid;
	border-bottom: #FBA99F 1px solid;
}

.red_txt
{
	font-size: 11px;
	color: red;
}

.white_txt
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: gainsboro;
width: 125px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}


.navlist li 
{
	width: 135px;
	background-color: #FFFFB9;
	padding-bottom: 2px;
}

.box{
border:1px solid black;
}

.box_gray{
border:1px solid #CCCCCC;
}

.link_txt
{
	font-size: 11px;
	color: blue;
	font-family: Verdana;
	text-decoration: underline;
}

.menu_highlight
{
	font-weight: bold;
	background-color: paleturquoise;
}

.text_news
{
	font-size: 11px;
	font-family: Verdana;
}

.table_header
{
	font-size: 11px;
	font-family: Verdana;
	color: white;
	font-weight: bold;
	background-color: #6633ff;
}

.detail_header
{
	font-size: 11px;
	font-weight: bold;
	background-color: #FBA99F;
	vertical-align: middle;
}

#layer1
{
	position: absolute;
	visibility: hidden;
	width: 400px;
	height: 270px;
	background-color: #ccc;
	border: 1px solid #000;
	padding: 10px;
	font-size: 10px;
}

#close
{
	float: right;
}

/* Classic Style */
div.domTTClassic {
	border: 1px solid black;
	background-color: InfoBackground;
}
div.domTTClassic .caption {
	font-family: Verdana;
	font-size: 11px;
	_font-size: 10px;
	font-weight: bold;
	font-style: italic;
	padding: 1px 2px;
}
div.domTTClassic .contents {
	color: InfoText;
	font-size: 11px;
	_font-size: 10px;
	font-family: Verdana;
	padding: 1px 2px;
	_padding-bottom: 0;
}

