@CHARSET "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, serif; /* base font attributes */
	font-size: 12px;
}

div#content {
	color: #00b686;
}
div#footer, div#left {
	color: white;
}

h1 {
	font-size: 170%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5, h6 {
	font-size: 100%;
}
h2, h3, h4, h5, h6 {
	margin: 1ex 0;
}
p.annotation {
	padding: 1ex;
	border: 1px solid #00b686;
}
li {
	margin-bottom: 1ex;
}

div.widget_container_boxed {
	color: #2b73b5;
}

a, a:link, a:visited, a:active, a:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}
a:hover, div#content a {
	text-decoration: underline;
}
a.archive, a.arrow, a.document, a.cd, a.dvd, a.eps, a.excel, a.flash, a.image, a.pdf, a.powerpoint, a.url, a.word {
	padding: 1px 0px 1px 19px;
	background: no-repeat 1px center;
}
a.archive {
	background-image: url('../img/link_compressed.gif');
}
a.document {
	background-image: url('../img/link_word.gif');
}
a.image {
	background-image: url('../img/link_image.gif');
}
a.url {
	background-image: url('../img/link_url.gif');
}
a.arrow {
	background-image: url('../img/link_arrow.gif');
}
a.cd, a.dvd {
	background-image: url('../img/link_dvd.gif');
}
a.eps {
	background-image: url('../img/link_vector.gif');
}
a.excel {
	background-image: url('../img/link_excel.gif');
}
a.flash {
	background-image: url('../img/link_flash.gif');
}
a.pdf {
	background-image: url('../img/link_pdf.gif');
}
a.powerpoint {
	background-image: url('../img/link_ppt.gif');
}
a.word {
	background-image: url('../img/link_word.gif');
}

a img {
	border: none;
}


table {
	margin: 1ex 0;
	background: #00b686;
}
table thead, table tfoot {
	color: #f0fff0;
}
table tbody td, table tbody th {
	background: #f0fff0;
}

td, th {
	text-align: left;
	vertical-align: top;
}

table.invisible {
	margin: 0;
}
table.invisible, table.invisible colgroup, table.invisible col, table.invisible thead, table.invisible tfoot, table.invisible tbody, table.invisible tr, table.invisible th, table.invisible td {
	border: none;
	background: none;
}

table.downloads {
	width: 100%;
}
table.downloads col.icon {
	width: 42px;
}
table.downloads col.title {
	width: 25em;
}
table.downloads col.filesize {
	width: 7em;
}
table.downloads tbody tr {
	height: 42px;
}
table.downloads thead th.icon, table.downloads tbody td.icon {
	text-align: center;
	vertical-align: middle;
}
table.downloads thead th.filesize, table.downloads tbody td.filesize {
	text-align: right;
}

table.genform {
	background: transparent;
}
table.form col.label {
	width: 36%;
}
table.genform th.label {
	font-weight: normal;
}
table.genform input.input {
	width: 300px;
}
table.genform input.input {
	width: 300px;
}
table.genform textarea.input {
	width: 300px;
	height: 75px;
}

dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1ex;
}

span.required, span.warning {
	color: #2b73b5;
	font-weight: bold;
}

input.input, textarea.input, select.input {
	border: 1px solid #00b686;
	background: #f0fff0;
	color: black;
}
input.button {
	padding-right: 1ex;
	padding-left: 1ex;
	border: 1px solid #6b6e6e;
	background: #00b686;
	color: white;
	font-weight: bold;
}
input.error, textarea.error, select.error {
	border-color: #2b73b5;
	background-color: #f0f5ff;
}

blockquote {
	position: relative;
	padding: 10px;
	background: #00b686;
	color: #f0fff0;
}
blockquote div.topleft, blockquote div.topright, blockquote div.bottomleft, blockquote div.bottomright {
	position: absolute;
	width: 10px;
	height: 10px;
	background: transparent no-repeat;
}
blockquote div.topleft {
	top: 0;
	left: 0;
	background-image: url('../img/quote_top_left.gif');
}
blockquote div.topright {
	top: 0;
	right: 0;
	background-image: url('../img/quote_top_right.gif');
}
blockquote div.bottomleft {
	bottom: 0;
	left: 0;
	background-image: url('../img/quote_bottom_left.gif');
}
blockquote div.bottomright {
	bottom: 0;
	right: 0;
	background-image: url('../img/quote_bottom_right.gif');
}

