@charset "UTF-8";
/* CSS Document */

/*

OVERWRITE DEFAULT STYLES

*/

html, body {
	height:100%;
}

body, table td, div, span, li, a {
	background-repeat:no-repeat;
}

body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
}

table {
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}

table td {
	padding:0;
	vertical-align:top;
}

img {
	border:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1;
	font-weight:bold;
}

h1 {
	font-size:30px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:24px;
}

h4 {
	font-size:20px;
}

h5 {
	font-size:16px;
}

h6 {
	font-size:14px;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

ul, ol {
	padding:0 0 0 16px;
}

ul li {
	list-style-type:disc;
}

ul ul li {
	list-style-type:circle;
}

ol li {
	list-style-type:decimal;
}

ol ol li {
	list-style-type:lower-alpha;
}

ol ol ol li {
	list-style-type:lower-roman;
}

sup, sub {
	font-size:75%;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

pre {
	font-family:"Lucida Console", Monaco, monospace;
}

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

label {
	cursor:pointer;
}
label:hover {
	text-decoration:underline;
}



/*

GLOBAL CLASSES

*/

.padded {
	padding:16px;
}

.halfpadded {
	padding:8px;
}

.msgbox-green {
	padding:16px;
	border:1px dashed #060;
	background-color:#9C9;
	color:#060;
}

.msgbox-yellow {
	padding:16px;
	border:1px dashed #F90;
	background-color:#FF9;
	color:#F90;
}

.msgbox-red {
	padding:16px;
	border:1px dashed #600;
	background-color:#C99;
	color:#600;
}

.msgbox-green p, .msgbox-yellow p, .msgbox-red p {
	margin:0;
}

a img.up {
	display:inline;
}
a img.over {
	display:none;
}
a img.disabled {
	display:none;
}
.no-js a:hover img.over, .js.no-touch a:hover img.over, a.active img.over {
	display:inline;
}
a.disabled img.disabled {
	display:inline;
}
.no-js a:hover img.up, .js.no-touch a:hover img.up, a.active img.up, a.disabled img.up, .no-js a.disabled img.over, .js.no-touch a.disabled img.over {
	display:none;
}

.link_fader { position:relative; }
.link_fader>.up, .link_fader>.over, .link_fader>a { position:absolute; left:0px; top:0px; }
.link_fader>.over { display:none; }

.red {
	color:#c00;
}

table.data_dump tr td {
	padding:4px;
	border:1px solid #ccc;
}

table.data_dump thead tr td {
	background-color:#555;
	color:#fff;
	font-weight:bold;
}

a.creditLink:hover {
	color:#b9cc34 !important;
}
