
html,body {
height:100%;
margin:0px;
}

#fullpageheight{height:100%}

TD {
font-family:Verdana;
color:#000000;
font-size:9px;
}

.bg_bar_01_default {
background-image:url('images/bg_bar_01_default.gif');
height:30px;
color:#FFFFFF;
padding-left:25px;
}

.bg_bar_01_hover {
background-image:url('images/bg_bar_01_hover.gif');
height:30px;
color:#222222;
padding-left:25px;
cursor:pointer;
}

.bg_bar_02_default {
background-image:url('images/bg_bar_02_default.gif');
height:30px;
color:#FFFFFF;
padding-left:25px;
}

.bg_bar_02_hover {
background-image:url('images/bg_bar_02_hover.gif');
height:30px;
color:#222222;
padding-left:25px;
cursor:pointer;
}


.sub_active {
background-color:#ececba;
background-image:url('images/arrow.gif');
background-repeat:no-repeat;
background-position:12px 6px;
height:20px;
color:#987515;
width:180px; 
padding:5px;
cursor:pointer;
}

.sub_disabled {
background-color:#FFFFFF;
background-image:url('images/arrow_white.gif');
background-repeat:no-repeat;
background-position:12px 6px;
height:20px;
padding:5px;
width:180px; 
color:#000000;
cursor:hand;
}

.div_menu {
border:1px solid gray;
background-color:#FFFFFF;
font-family:Verdana;
font-size:9px;
width:178px; 
*width:180px; 
height:1px; 
overflow:hidden
}

.header {
background-image:url('images/bg_header.gif');
height:100px;
font-family:Verdana;
color:#FFFFFF;
font-size:9px;
}

.footer {
background-image:url('images/bg_bar_title.gif');
height:30px;
font-family:Verdana;
color:#333333;
padding-left:5px;
font-size:9px;
}

.titlebar {
background-image:url('images/bg_bar_title.gif');
height:40px;
font-family:Verdana;
text-shadow: #000000 1px 2px 2px;
color:#FFFFFF;
font-size:12px;
}

.subtitlebar {
background-image:url('images/bg_bar_subtitle.gif');
height:35px;
font-family:Verdana;
color:#555555;
font-size:9px;
}

.bgbar_0 {
background-color:#f7f7f7;
height:30px;
font-family:Verdana;
color:#4b4b4b;
font-size:9px;
background-image:url('images/dotted.gif');
background-repeat:repeat-x;
}

.bgbar_1 {
background-color:#FFFFFF;
height:30px;
font-family:Verdana;
color:#4b4b4b;
font-size:9px;
background-image:url('images/dotted.gif');
background-repeat:repeat-x;
}

INPUT {
font-family:Verdana;
font-size:9px;
color:#000000;
width:230px;
}

SELECT {
font-family:Verdana;
font-size:9px;
color:#000000;
width:230px;
font-weight:bold;
}

a.subtitlelink:link,a.subtitlelink:active,a.subtitlelink:visited,a.subtitlelink:hover {
font-family:Verdana;
color:#555555;
font-size:9px;
text-decoration:none;
}

a.subtitlelink:hover {
font-family:Verdana;
color:#000000;
font-size:9px;
text-decoration:none;
}

a.titlelink:link,a.titlelink:active,a.titlelink:visited,a.titlelink:hover {
font-family:Verdana;
color:#FFFFFF;
font-size:9px;
text-decoration:none;
}

a.titlelink:hover {
font-family:Verdana;
color:#EEEEEE;
font-size:9px;
text-decoration:none;
}

a.mainmenulink:link,a.mainmenulink:active,a.mainmenulink:visited,a.mainmenulink:hover {
font-family:Verdana;
color:#FFFFFF;
font-size:9px;
text-decoration:none;
}

a.mainmenulink:hover {
font-family:Verdana;
color:#FFFFFF;
font-size:9px;
text-decoration:none;
}

a.submenulink:link,a.submenulink:active,a.submenulink:visited,a.submenulink:hover {
font-family:Verdana;
color:#333333;
font-size:9px;
text-decoration:none;
}

a.submenulink:hover {
font-family:Verdana;
color:#888888;
font-size:9px;
text-decoration:none;
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#474f5f;
	padding:2px 5px;
	color:#FFFFFF;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
	display:none;
	}	

