body {
	background-color: #333333;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.header {
	border-top: 1px solid #6B7E8F;
	border-right: 1px solid #6B7E8F;
	border-bottom: 1px none #6B7E8F;
	border-left: 1px solid #6B7E8F;
}
.navbar {
	background-color: #6B7E8F;
	border: 1px solid #999999;
}
a.nav {
	color: #FFFFFF;
	background-color: #96A5B1;
	padding: 2px;
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	margin-right: 1px;
	text-decoration: none;
}
a:hover.nav {
	background-color: #DADADA;
	color: #000000;
}
.main {
	border-top: 1px none #6B7E8F;
	border-right: 1px solid #6B7E8F;
	border-bottom: 1px solid #6B7E8F;
	border-left: 1px solid #6B7E8F;
	background-color: #3F4A54;
}
h1 {
	font-size: 14px;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}
.sidenav-top {
	background-color: #022D4D;
	font-weight: bold;
	padding: 2px;
}
li a{
	background-color: #011F34;
	padding: 2px;
	display: block;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1px;
	text-decoration: none;
}
li {
	list-style-type: none;
}
li a:hover {
	background-color: #02426C;
}

li a.right{
	background-color: #810104;
	padding: 2px;
	display: block;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 1px;
	text-decoration: none;
}
li {
	list-style-type: none;
}
li a:hover.right {
	background-color: #A70105;
}
.sidenav-top-right {
	background-color: #011727;
	font-weight: bold;
}.container-frame {
	float: right;
	margin: 2px;
}
a {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
.right-topsites {
	padding-top: 5px;
}
.profile-left {
	background-color: #96A5B1;
	border: 1px dashed #96A5B1;
}
.profile-right {
	background-color: #30373F;
	padding: 0px;
	border: 1px dashed #3F4A54;
}
.profile-title {
	background-color: #1F2429;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.in {
	background-color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-left: 2px;
	font-size: 11px;
}
.out {
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	margin-left: 2px;
	font-size: 11px;
}.lefttop {
	background-color: #000000;
	padding: 3px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	border: 1px dotted #000000;
	text-align: center;
	vertical-align: middle;
}.login-box {
	border: 1px dotted #000000;
	background-color: #022D4D;
	padding: 5px;
}