body,td,th,input,select,textarea {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

body {
	background-color: #89B9DB;
	background-image: url('/images/bgblue.jpg');
  background-repeat: repeat-x;
	margin: 5px;
	text-align: left;
}
form {
	margin: 0px;
}

#center {
	text-align: left;
	width: 800px;
};

#container {
	border: 1px solid black;
	width: 800px;
}

#header,#body,#footer {
	margin: 0px;
	background-color: white;
	padding-left: 1px;
	padding-right: 1px;
	width: 800px;
}
#header {
  background-image: url('/images/Header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
	height: 205px;

}
#status {
	padding: 2px;
}

#livestats {
	padding: 6px 10px 6px 10px; 
	color: black;
	text-align: center;
}
a,
a:link,
a:hover,
a:visited,
a:active {
	color: blue;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#livestats a,
#livestats a:link,
#livestats a:hover,
#livestats a:visited,
#livestats a:active {
	color: #B02424;
	text-decoration: none;
}
#livestats a:hover {
	text-decoration: underline;
}

#welcomebar {
	color: #505050;
	margin: 2px;
}
#welcomeuser,#welcomedate {
	color: black;
	padding: 7px 5px 7px 5px;
}
#welcomedate {
	float: right;
}
#logo {
	padding-left: 10px;
	height: 140px;
	text-align: left;
}
#logo img {
	margin-top: 7px;
}
#headersearch {
	float: right;
	padding: 15px 10px 0px 0px;
}
.highlight {
	color: darkred;
}
.lowlight {
	color: darkred;
}
#navigationpanel {
	background-color: lightblue;
	width: 160px;
	margin: 0px;
	padding: 0px;
	padding-top: 1px;
}
.navigationheader {
	padding: 8px;
	font-weight: bold;
	background-color: darkblue;
	margin-bottom: 1px;
	color: lightblue;
}
.navigationitem {
	padding: 8px;
}
.navigationlinks,.bulletlinks,.imagebullets {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	list-style: square;
}
.imagebullets,.navigationlinks {
	list-style-type: none;
	margin-left: 0px;
}

#contentpanel {
	background-color: white;
}
#content {
	padding: 0 5px 5px 5px;
}
#contentheader {
	background-color: darkblue;
	color: lightblue;
	padding: 9px;
	border-left: 1px solid white;
}

#navigationfooter {
	background-image: url(images/footer-top-nav.png);
	background-repeat: no-repeat;
	height: 6px;
	font-size: 0px;
}
#contentfooter {
	background-image: url(images/footer-top-content.png);
	background-repeat: repeat-x;
	height: 6px;
	font-size: 0px;
}
#footer {
	border-style: solid;
	border-color: white;
	border-width: 1px;
	background-color: black;
	color: white;
}
#copyright,#linkback {
	padding: 7px;
}
#linkback {
	float: right;
}
#linkback a,
#linkback a:link,
#linkback a:hover,
#linkback a:visited,
#linkback a:active {
	color: white;
	text-decoration: none;
}
#linkback a:hover {
	text-decoration: underline;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:hover,
#breadcrumbs a:visited,
#breadcrumbs a:active {
	color: #505050;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-decoration: underline;
}
.navigationlinks a,
.navigationlinks a:link,
.navigationlinks a:hover,
.navigationlinks a:visited,
.navigationlinks a:active {
	color: darkblue;
	text-decoration: none;
}
.navigationlinks a:hover {
	text-decoration: underline;
}
#breadcrumbs {
	color: #505050;
	background-color: #F2F2F2;
	padding: 4px 6px 4px 6px;
	margin: 5px 5px 0 5px;
}
.section {
	margin-top: 6px;
	border: 1px solid lightblue;
	background-color: white;
}
.sectionheader {
	padding: 5px 6px 5px 6px;
	/* padding: 3px 6px 3px 4px; */
	margin: 1px;
	color: darkblue;
	background-color: lightblue;
}
.sectioncontent {
	margin: 1px;
	background-image: url(images/section-body-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #3B393A;
	padding: 8px;
}
.tabset {
	border: 1px solid #E5E5E5;
	border-bottom: none;
	background-color: white;
	margin-top: 6px;
}
.tabs {
}
.tab,.tabactive {
	background-color: #F0F0F0;
	padding: 5px 20px 5px 10px;
	font-weight: bold;
	cursor: pointer;
	float: left;
	border: 1px solid white;
	
	background-image: url(images/tab-off-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #404040;
}
.tabactive {
	background-image: url(images/section-hdg-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: white;
}
.tab_section .sectionheader {
	display: none;
	margin-top: none;
}
.tab_section {
	border-top: none;
	margin-top: 0px;
}
.tab_section .sectioncontent {
	margin-top: 0px;
}

.rowheader {
	background-color: #CCCCCC;
}
.row1 {

	background-color: #F2F2F2;
}
.row2 {
	background-color: #E9E9E9;
}
.paymentvalue,.profilevalue {
	font-weight: bold;
}
a.profilevalue,
a.profilevalue:link,
a.profilevalue:hover,
a.profilevalue:visited,
a.profilevalue:active {
	color: #3C3C3C;
	font-weight: bold;
	text-decoration: none;
}
a.profilevalue:hover {
	text-decoration: underline;
}

.service_online {
	color: #278642;
}
.service_offline {
	color: #D46565;
}
.listtable {
	background-color: white; 
	border: 1px solid #E0E0E0;
}
th {
	font-weight: bold;
	color: black;
	background-color: lightblue;
	text-align: left;
}
.input,.select {
	border: 1px solid #D0D0D0;
	padding: 2px;
	background-color: white;
}
.select {
	padding: 1px;
}
th a,
th a:link,
th a:hover,
th a:visited,
th a:active {
	font-weight: bold;
	color: white;
	text-decoration: none;
}
th a:hover {
	text-decoration: underline;
}
th.packagegroup {
	text-align: center;
	background-color: #597BA2;
	background-color: #37659B;
	background-color: #A25959;
}
.pageselection {
	padding-top: 5px;
	text-align: center;
}
ul.imagebullets li,
ul.navigationlinks li {
	padding-left: 20px;
	background-repeat: no-repeat;
	line-height: 17px;
}
a.kbarticle {
	text-decoration: none;
}
a.kbarticle:hover {
	text-decoration: underline;
}
.pagehelp {
	float: right;
	cursor: pointer;
}
.sectionhelp {
	float: right;
	cursor: pointer;
	margin-top: -1px;
	margin-right: 5px;
}
.contenthelp {
	cursor: pointer;
	width: 16px; height: 16px;
	display: inline;
}
#helpbar {
	float: right;
	width: 200px;
	margin-right: 5px;
}
.helpbar_hidden {
	display: none;
}
.helpbar_visible {
}
.content_with_helpbar {
	margin-right: 205px;
}
#help_content h1 {
	font-size: 11px;
	font-weight: bold;
}
#help_content h2 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#help_content h3 {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}
#help_content ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-left: 5px;
}
#help_content ul li {
	padding-bottom: 5px;
}
#help_content p {
	margin-left: 5px;
}
.linktabbar {
	padding-left: 5px;
}
a.linktab,
a.linktab_active {
	text-decoration: none;
}
.linktab,.linktab_active {
	border: 1px solid #C0C0C0;
	padding: 3px 5px 3px 5px;
	background-color: #E0E0E0;
}
.linktab_active {
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.linktabpage,.linktabpage_active {
	margin-top: 3px;
}
.linktabpage {
	display: none;
}
.linktabpage_active {
	display: block;
	border: 1px solid #C0C0C0;
	padding: 8px;
	background-color: white;
}
