/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr               |
|--------------------------------------------------*/

/*Format Text*/
ul{ margin:0; padding:0;}
ul li{ list-style:none;}
.dtree {
	font-family:Tahoma, Arial, "Times New Roman";
	font-size:11px;
	color:#0000CC;
	text-decoration:none;
}
/*Format Images*/
.dtree img {
	border: 0px;
	vertical-align: middle;
}
/*Format Menu Link*/
.dtree a {
	color: #0000CC;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
/*On Mouse move*/
.dtree a.node:hover, .dtree a.nodeSel:hover {
	font-family:Tahoma, Arial, "Times New Roman";
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}
/*On Mouse click*/
.dtree a.nodeSel {
	color:#0000CC;
}
.dtree .clip {
	overflow: hidden;
}
.dTreeNode{
	background-color:#EBEBEB;
	/*background:url(../images/hr_left_menu.jpg);*/
}
.dTreeNode_hover{
	background:url(../images/bg_left_menu_2.jpg);
}
.dTreeNode_cap1{
	background:url(../images/left_hr.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.menu_level3{
	font-family:Tahoma, Arial, "Times New Roman";
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;	
}



.indentmenu{width: 100%;}

.indentmenu ul{float: left;}
.indentmenu ul li{display: inline;}
.indentmenu ul li a{ color:#484848; font-weight:bold; cursor:pointer;}

.indentmenu ul .gold a, .indentmenu ul .weather a{
float: left; height:28px; line-height:28px; padding:0 0 0 6px;
}
.indentmenu ul .weather a{background:url(/images/weather_left.jpg) no-repeat left center;}
.indentmenu ul .gold a{background:url(/images/gold_left.jpg) no-repeat left center;}

.indentmenu ul .gold span, .indentmenu ul .weather span{
height:28px; padding-right:6px; float:left;
}
.indentmenu ul .gold span{background:url(/images/gold_right.jpg) no-repeat right center;}
.indentmenu ul .weather span{background:url(/images/wether_right.jpg) no-repeat right center;}

/*
.indentmenu ul li a:visited{
color: white;
}
*/
.indentmenu ul li a.selected{
color: #1A5494 !important;
}

.tabcontent{display:none;}

@media print {
.tabcontent {
display:block !important;
}
}
.content_tab{
border:1px solid #E5E5E5;
border-top-width:0;
border-bottom-width:0;
background:#FFF url(/images/tabcontent_bg.jpg) repeat-x;
min-height:150px; height:auto !important;
height:150px; padding:5px;
}
