﻿div.navigation
{
	width: 200px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
div.navigation img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    border: 0px;
}
div.logo
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	text-align: center;
}
div.poweredbylogo
{
	width: 100%;
	padding-top: 15px;
	border-top: solid 1px #3a6ea5;
	text-align: center;
}
div.resellerlogo
{
	width: 100%;
	padding-top: 15px;
	border-top: solid 1px #3a6ea5;
	text-align: center;
	background-color: #ffffff;
}
div.treeview a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	text-decoration: none;
}
div.treeview a:hover
{
	text-decoration: underline;
}
#list-menu 
{
	width: 100%;
	background: #b6c0a8;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: white;
}
#list-menu a 
{
	vertical-align:middle;
	color: #FFFFFF;
	text-decoration: none;
}
#list-menu a:hover 
{
	background-color: #666666;
	text-decoration: underline;
}
#list-menu img
{
	float:left;
	margin-right: 5px;
	border: 0;
	height: 16px;
	width: 16px;
}
#list-menu li.selected
{
	background-color: #666666;
	color: #FFFFFF;
}
#list-menu ul 
{
	margin:  0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
}
#list-menu ul li 
{
	position: relative;
	margin: 0;
	width:  100%;
	padding: 1px 0px 0px 0px;
	background: #b6c0a8;
	border-top: solid 1px #3A6EA5;
}
#list-menu ul li.hidden 
{
    display: none;
}
#list-menu ul li a 
{
	display: block;
	height: 15px;
	padding: 4px 0px 4px 10px;
	text-decoration: none;
	font-weight: bold;
}
#list-menu ul li ul 
{
	margin:  0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none;
}
#list-menu ul li ul li 
{
	position: relative;
	width:  100%;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	background: #FFFFFF;
	border-top: 0;
}
#list-menu ul li ul li a:hover 
{
	background-color: #FFF;
}
#list-menu ul li ul li a 
{
	display: block;
	height: 15px;
	padding: 2px 0px 2px 20px;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
#list-menu ul li ul li a.selected
{
	font-weight: bold;
	text-decoration: underline;
}
iframe.mydata
{
	height: 300px;
	width: 100%;
	background-color: #ffffff;
	border: solid 0px #ffffff;
}
iframe.reseller
{
	height: 200px;
	width: 100%;
	background-color: #ffffff;
	border: solid 0px #ffffff;
}
iframe.support
{
	height: 600px;
	width: 100%;
	background-color: #ffffff;
	border: solid 0px #ffffff;
}
table.toolbar
{
	width: 100%;
	background-color: #ffffff;
	padding-bottom: 3px;
	border-bottom: solid 1px #cccccc;
}
table.toolbar td
{
	text-align: center;
	padding: 3px 3px 3px 3px;
}

