* {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

html, body {
	margin: 0;
	padding: 0;
	background: #443266;
	/* background: #443266 url('images/ContentBackground.gif') repeat-x scroll 120px 0px; */
}

div#header {
	/* background: #fff url('images/HeaderBackground.gif') repeat-x scroll top left; */
	padding: 0px;
	margin: 0;
	border-bottom: solid 1px black;
}

h1 {
        background: #fff url('images/tracker.bmp') no-repeat scroll top left;
        width: 203px;
        height: 49px;
        margin: 0;
        padding: 0;
}

h1 span {
        display: none;
}

ul#navigation {
	position: absolute;
	top: auto;
	left: 0;
	background: transparent url('images/MenuBackground.gif') repeat-x scroll top left;
	width: 100%;
	margin: 0 0 3px 0;
	padding: 0;
	height: 22px;
}

ul#navigation li {
	display: block;
	float: left;
	background: transparent url('images/MenuBackground.gif') repeat-x scroll top left;
}

li.navStatus {
        padding: 3px 7px 3px 13px;
        font-weight: bold;
        font-size: 0.82em;
}

ul#navigation li a#firstLink {
	margin-left: 3px;
}

ul#navigation li a {
	display: block;
	border: none;
	float: left;
	font-weight: normal;
	background: url('images/MenuStatic.jpg') no-repeat scroll top left;
	padding: 3px 32px 0px 20px;
	margin: 0;
	height: 19px;
	color: #1c2c25;
	text-decoration: none;
	font-size: 0.84em;
}

ul#navigation li a:link, ul#navigation li a:visited {
}

ul#navigation li a:hover {
	background: #C3C3E5; /* url('images/MenuHover.jpg') no-repeat scroll top left; */
}

ul#navigation li a:active {
}

ul#navigation li#skipNav {
	display: none;
}

/* START additions by JH for Domain Control and other Report functions */
ul.report {
        font-size: 14px;
        margin-bottom: 3px;
        margin-top: 3px;
}

ul.report li {
        margin-bottom: 3px;
        margin-top: 3px;
}

/* END additions by JH for Domain Control and other Report functions */

/* dropdowns */
ul#navigation li.menu:hover ul {
	display: block;
}

ul#navigation li.menu {
	float: left;
}

ul#navigation li.menu ul {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	clear: left;
}

ul#navigation li.menu ul li {
	margin: 0;
	display: block;
	list-style-type: none;
	float: none;
	height: 23px;
	width: 10px;
	background-image: none;
}

ul#navigation li.menu ul li a, ul#navigation li.menu ul li a:hover {
	opacity: 0.90;
	background-image: none;
	background-color: #eee;
	display: block;
	float: none;
	position: absolute;
	top: auto;
	left: auto;
	width: 220px;
	padding: 5px 6px 0 6px;
	margin: 0;
	height: 18px;
	color: #000;
}

ul#navigation li.menu ul li a:hover {
	background: #98c1f5;
}
/* -- */

div#content {
	margin-top: 22px;
	padding: 10px 17px;
	border-top: solid 1px black;
}

h2, h3, h4 {
	text-align: left;
	color: #fff;
	font-weight: normal;
	margin: 4px 0;
}

h2 {
	margin-top: 13px;
}

p {
	font-size: 0.84em;
	clear: both;
}

strong {
	font-size: 120%;
	color: #a22;
	background: #fff;
}

div#footer {
	clear: both;
	margin: 10px 0 3px 0;
	padding: 2px 17px;
	height: 18px;
}

div#footer p {
	margin: 0;
	color: #444;
}

ol.log {
	display: block;
	background: #000;
	padding: 10px;
	border: inset 2px #aaa;
	margin: 10px 0;
}

ol.log li {
	color: #eee;
	font-family: "Lucida Console", "Courier New", Courier, Fixed;
	font-size: 13px;
	line-height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.annotation {
	background-color: #9975DD;
	padding: 10px;
	border: solid 2px #ddd;
	-moz-border-radius: 1em;
	border-radius: 1em;
	margin-bottom: 10px;
}

div.annotation h2, div.annotation h3, div.annotation h4 {
	/*color: #164e6e;*/
        color: #443266;
} 

form {
	width: 608px;
	padding: 0 7px;
	background-color: #A3A3E5;
	border: solid 2px #aaa;
	-moz-border-radius: 1em;
	border-radius: 1em;
}

form p {
	font-size: 80%;
	text-align: left;
	color: #444;
}

form.flexible_button_only_form {
        width: auto;
        padding: 0 7px;
	background-color: #A3A3E5;
        border: solid 2px #aaa;
        -moz-border-radius: 1em;
        border-radius: 1em;
}

form.flexible_button_only_form2 {
        padding: 0 7px;
        background-color: #A3A3E5;
        border: solid 2px #aaa;
        -moz-border-radius: 1em;
        border-radius: 1em;
}

select {
	-moz-box-sizing: padding-box;
}

select.small {
	width: 172px;
}

select.gtld {
	width: 75px;
}

label, span.fieldValue {
	border-bottom: 2px solid #769fce;
	padding: 2px;
	color: #000;
}

span.fieldValue {
	border-bottom: 2px solid #eee;
}

label, input.text, input.smallText, select, textarea, span.fieldValue {
	width: 285px;
	display: block;
	float: left;
	font-size: 13px;
	margin: 2px;
	text-align: left;
}

textarea {
	height: 70px;
}

div.submit {
	text-align: right;
	padding: 8px 0;
}

input.submit {
	padding: 1px 7px;
	font-size: 12px;
}

th {
	background: #fff url('images/MenuBackground.gif') repeat-x scroll bottom left;
	/* color: #164e6e; */
	/* color: #443266; */
	color: #221933;
}

th, td {
	padding: 6px;
}

td {
	background-color: #eee;
	color: #000000;
}

table {
	font-size: 13px;
	border-collapse: collapse;
	border: 1px solid black;
}

div.column {
	float: left;
	margin-right: 20px;
}

div.section {
	clear: both;
}

img {
	border: 1px solid #000;
	margin: 20px 0;
}

img.logo {
        border: none;
	margin: 0 0 0 0;
}

a {
	color: #fff;
}

a.dark {
        color: #443266;
}

small.dark {
        color: #443266;
}


td a {
	color: #888;
}

th.ltr {
	/* background: #a1bfe5 none; */
	background: #9975DD none;
	text-align: left;
}

div.product {
	background: #ffa;
	padding: 5px 3px;
	border: solid 1px black;
	margin: 3px;
	width: 180px;
	height: 240px;
	float: left;
	text-align: center;
}

div.product img {
	margin: 0;
}

div.product p {
	padding: 0 5px;
	margin: 2px 0;
	color: #300;
	font-size: 0.7em;
}

form a {
	color: #222;
}

input.smallText {
	width: 90px;
}

form div {
	clear: both;
	padding: 1px 0;
}

div#content li {
	font-size: 0.84em;
}
.highlight  {
	background-color: #FF0000;
	font-weight: bold;
}

form div.option p {
        margin: 4px 0;
}

div.option {
        padding: 10px 3px;
}

div.option label, label.option {
        float: none;
        width: auto;
        display: inline;
}

div.optional {
        float: left;
        padding: 5px 0 8px 0;
        border: solid 1px #aaa;
        border-width: 1px 0;
        margin-bottom: 6px;
}

div.optional p {
        padding: 0 3px;
}

span.seperator {
        float: left;
        line-height: 1.6em;
}

a.linkButton:link, a.linkButton:visited, a.linkButton:hover, a.linkButton:active {
        padding: 1px 5px;
        background: #fff;
        border: solid 1px #aaa;
        border-left: 0;
        margin: 0;
        display: inline-block;
        width: 10px;
        text-align: center;
	text-decoration: none;
}

th a {
	color: #164e6e;
}

div.loginlevels  {
        position:absolute;
        right:20px;
        top:20px;
        z-index:1;
}

