@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, h2, h3, h4, h5, h6, p {
	margin:16px 0;
}*/

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;
}

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:hover img.up, a.active img.up {
	display:none;
}
a:hover img.over, a.active img.over {
	display:inline;
}
a img.disabled {
	display:none;
}
a.disabled img.up, a.disabled img.over {
	display:none;
}
a.disabled img.disabled {
	display:inline;
}

.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;
}


/* RESETS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}