body {
	margin: 0px;
	background-color: white;
}
body,td,input,textarea,select {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}
#header {
	background-image: url(images/topbg.png);
	background-repeat: both;
	padding: 17px;
	padding-left: 25px;
	padding-right: 25px;
}
#header #logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 127px;
	height: 33px;
}
#header #accountfunctions {
	color: #999999;
	float: right;
	padding-top: 10px;
}
#header #accountfunctions #pipe {
	color: #777777;
}
#subheader {
	background-color: black;
	color: white;
	margin-bottom: 15px;
}
#subheader #pagetitle, #subheader #navigation {
	padding: 9px;
	padding-left: 25px;
}
#subheader #pagetitle {
	font-weight: bold;
	background-image: url(images/subheaderdotted.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#subheader #navigation {
	color: #999999;
}
h1,h2,.module_title {
	color: #414258;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2,.module_title {
	font-size: 11px;
}
#footer {
	padding: 17px;
	padding-left: 25px;
	margin-top: 15px;
	background-color: #E9E9E9;
	color: #606060;
}

a.navlink,a.navlink:active,a.navlink:visited,a.navlink:link,a.navlink:hover {
	color: #999999;
	text-decoration: none;
	padding-right: 15px;
}
a.navlink:hover {
/*	text-decoration: underline; */
	color: white;
}
a.footerlink,a.footerlink:active,a.footerlink:visited,a.footerlink:link,a.footerlink:hover {
	color: #999999;
	text-decoration: none;
}
a.footerlink:hover {
	text-decoration: underline;
}
a.panellink,a.panellink:active,a.panellink:visited,a.panellink:link,a.panellink:hover {
	color: #1A1B2D;
	text-decoration: none;
}
#container {
	overflow: hidden;
}
#content {
	padding-left: 25px;
	padding-right: 25px;
	color: #1A1B2D;
}
#right {
	float: right;
	width: 200px;
	background-image: url(images/vdot.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 15px;
	margin-left: 15px;
	padding-bottom: 20000px;
	margin-bottom: -20000px;	
}

.panel {
	background-color: #E9E9E9;
	padding: 10px;
	width: 33%;
	cursor: pointer;
}
.paneltitle {
	font-weight: bold;
	padding-bottom: 8px;
	background-image: url(images/hdot.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 8px;
}

ul.manuallist {
	margin: 0px;
	margin-left: 0px;
	padding-left: 5px;
	
	list-style: none;
}
ul.manuallist li {
	padding: 4px;
	padding-left: 23px;
	background-color: #ECECEC;
	margin-bottom: 1px;
}
ul.manuallist li a {
	text-decoration: none;
	color: #414258;
}
ul.manuallist li a:hover {
	text-decoration: underline;
}
a,a:active,a:visited,a:link,a:hover {
	color: #414258;
	text-decoration: underline;
}
a:hover {
	color: black;
}
a.accountlink,a.accountlink:active,a.accountlink:visited,a.accountlink:link,a.accountlink:hover {
	color: #999999;
	text-decoration: none;
}
a.accountlink:hover {
	color: white;
}

.hline {
	padding-bottom: 8px;
	background-image: url(images/hdot.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	margin-bottom: 8px;
}

