/* all */

body, p, td, input, textarea.variable {
	font-family: "Lucida Grande", helvetica, sans-serif;
	font-size: 9pt;
}

p.fixed, td.fixed, input.fixed, span.fixed {
	font-family: monospace;
}

body {
	background-color: #e0e0e0;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	color: #505050;
	text-align: center;
}

a {
	color: #3672cb;
	font-weight: bold;
}

div#header {
	color: #303030;
	line-height: 1; /* 1.3 */
	padding-bottom: 10px;
}

div#main {
	background-color: white;
	border: 1px solid #a0a0a0;
	margin: 64px 50px 5px 50px;
	min-height: 400px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* sorry hack for winie */
/*\*/
* html #main {
	height: 400px;
}
/**/

div#wrapper {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0;
	text-align: left;
}

div#copyright {
	color: #aaaaaa;
	font-size: 8pt;
	margin-right: 50px;
	text-align: right;
}
div#copyleft {
	font-size: 8pt;
	float: left;
	color: #aaaaaa;
	margin-left: 50px;
}

table#navbar, table#subnavbar {
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
}

table#navbar td, table#subnavbar td {
	padding: 2px;
	text-align: center;
	width: 20%;
}

table#navbar td a, table#subnavbar td a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

table#navbar td#cur, table#subnavbar td#cur {
	background-color: #f0f0f0;
}

table#navbar td.backend {
	width: 12%;
}

table#subnavbar td.backend {
	width: 16%;
}

hr#topsep {
	border: 0;
	background-color: #b0b0b0;
	color: #b0b0b0;
	height: 1px;
	margin: 0;
}

img#headerlogo {
	position: absolute;
	top: 15px;
}

span#headerlogo {
	position: absolute;
	top: 15px;
}

span#header {
	font-size: 20pt;
}
span#header img {
	padding: 0;
	margin: 0;
}

span#address {
	color: gray;
}
span#url {
	color: gray;
	float: right;
}


/* wforms */
form .duplicateLink {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
	text-align: right;
	display: block;
}
form .removeLink {
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: right;
	display: block;
	color: #cc3300;
}


/* generic */

div.alert {
	background-color: #fffaa8;
	border: 3px solid #efcb15;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
}

div.leftcontent {
	top: 0;
	width: 47%;
}

div.middlecontent {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

div.rightcontent {
	float: right;
	top: 0;
	width: 47%;
}

p.bigleadin {
	font-size: 11pt;
}

span.pagehead {
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

span.pagesubhead {
	font-size: 16px;
	font-weight: bold;
	line-height: 120%; 
}

span.light {
	color: #eaeaea;
	font-style: italic;
	margin-left: 5px;
}

span.pheader {
	font-weight: bold;
	color: #752423;
}

span.hi {
	background-color: #ffffdc;
}

span.hint {
    color: gray;
    font-size: smaller;
    font-style: italic;
}
span.hintbig {
    color: gray;
    font-style: italic;
}

span.error {
	color: red;
	font-weight: bold;
}

span.error a {
	color: #da0000;
}

span.na {
	color: gray;
	font-style: italic;
}

ul.ds li, ol.ds li {
	margin-bottom: 1em;
}
ul.ss li, ol.ss li {
	margin-bottom: 0em;
}


table.data caption {
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
}
span.capright {
	float: right;
}

table.data th {
	background-color: #eaeaea;
	border-bottom: 1px solid #cacaca;
	border-top: 1px solid #cacaca;
	padding: 2px;
	padding-left: 3px;
	text-align: left;
}

table.data th.r, table.data td.r {
	text-align: right;
	padding-right: 3px;
}

table.data td {
	padding-left: 3px;
	padding-top: 4px;
	padding-bottom: 3px;
}

table.thread td {
	padding: 0px 0px 0px 3px;
	margin-bottom: 0px;
	line-height: 17px;
	text-vertical-align: middle;
	overflow: hidden;
}
table.thread td img {
	vertical-align: middle;
}

table.data tr.row0 td {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.row1 td {
	background-color: #f5f5f5;
	border-bottom: 1px solid #eaeaea;
}
table.data tr.nobottom td {
	border-bottom: 0px;
	padding-bottom: 0px;
}

table.data tr.void td, table.data tr.void td a {
	text-decoration: line-through;
	color: gray !important;
}


div.datatable * {
	vertical-align: middle;
}

div.datatable label {
	display: block;
	float: left;
	margin-bottom: 5px;
}
div.datatable label, div.datatable input, div.datatable textarea,
div.datatable span {
	line-height: 1.25em;
}
div.datatable label {
	font-weight: bold;
	width: 80px;
}
div.datatable br {
	clear: left;
}

div.datatable label.norm {
	display: inline;
	float: none;
}

tr.repeat td {
	vertical-align: top;
}


/* home */
table#opener {
	width: 100%;
}

td#code {
	border: 1px solid #b0b0b0;
}

td.bigbutton {
	background-color: #f5f5f5;
	border: 1px solid #b0b0b0;
	width: 100%;
}


/* support */

table#support td.tdl {
	text-align: right;
	padding-right: 5px;
}

/* contact */

table#contact {
    width: 600px;
}

table#contact td {
    margin-left: 0px;
    padding-left: 0px;
    vertical-align: top;
}

