body{
	margin:0;
	padding: 0 0 10px 0;
}

a img
{
	border:none;
}

/*Terms, Privacy, Hostname*/
.terms, .privacy , .hostname {
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	}	

a.terms:link, a.privacy:link, a.hostname:link,
a.terms:visited, a.privacy:visited, a.hostname:visited,
a.terms:active, a.privacy:active, a.hostname:active,
a.terms:hover, a.privacy:hover, a.hostname:hover{
	font-family: Verdana, Tahoma, Arial;
	color: #FFFFFF;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	}

h3
{
	font-weight:bold;
	font-size:13px;
}

/*Login user signin*/
.login, .user, .signin{
	font-family: Verdana, Tahoma, Arial;
	color: #999;
	text-decoration: none;
	font-size: 10px;
	vertical-align : middle;
	}


a.login:link, a.user:link, a.signin:link,
a.login:visited, a.user:visited, a.signin:visited,
a.login:active, a.user:active, a.signin:active,
a.login:hover, a.user:hover, a.signin:hover{
	font-family: Verdana, Tahoma, Arial;
	color: #999;
	font-size: 10px;
	text-decoration: none;
	}
	
/*Panes*/

.leftpane {
	width: 175px;
	background-color: #ebebeb;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

/*login style*/
.login
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #FFFFFF;  
	vertical-align: middle;
	text-align: center;
}


/*Treeview*/

.BigBronzeTreeView
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #02594b; 
	font-size : 12px; 
	text-align : left;
	background-color : #d7d7d7;
}

#siteNavContainer a:link, 
#siteNavContainer a:visited, 
#siteNavContainer a:hover, 
#siteNavContainer a:active
{
	font-size : 12px;
}

.RootClass
{
	display:block;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	color: #02594b; 
	font-size : 12px;
	border-bottom : solid 1px white;
	width : 150px;
	text-align : left;
	background-color : #d7d7d7;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
}

.ChildClass
{
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	border-bottom : solid 1px white;
	color: #02594b; 
	font-size : 12px; 
	width : 140px;
	height : 21px;
	text-align : left;
	background-color : #ebebeb;
	padding : 2px 0 0 5px;
}


.NodeTreeClass, .ChildNodeTreeClass
{
	display:block;
    font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	border-bottom : solid 1px white;
	color: #02594b; 
	font-size : 12px; 
	width : 150px;
	height : 22px;
	text-align : left;
	background-color : #ebebeb;
	padding : 2px 0 0 5px;
    	
}


.TreeViewMenu img
{
	display:none;
}

.TreeViewMenu 
{
	width: 175px;
	background-color: #d7d7d7;

}

.TreeViewMenu td
{
	white-space:normal;
}



.TreeViewMenu_Header {
	/*background-image: url(gradient_LtGray.jpg);*/
}

.dots
{
	background: url(bg_dots.gif) #ffffff repeat-x 50% bottom;
    padding-bottom: 10px; 
	text-align:center;
}

