/****************************/
/********** GLOBAL **********/
/****************************/

body {
	background: url(../images/global/bkg_gradient.gif) repeat-x #536c81;
	width: 100%;
	height: 100%;
	text-align: center;
}

body, table, form, td {
	margin: 0px;
	padding: 0px;
}

body, table, form, td, span.normal, p, h4 {
	font: 9pt Trebuchet MS, Arial, Helvetica, sans-serif;
}

input, textarea {
	font-size: 9pt;
	color: #363636;
}

a img {
	/* remove image borders on links */
	border: none;
}

p, h2, h3 {
	margin: 5px 0px 10px 0px;
}

h1 {
	font: 20pt Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-transform: uppercase;
}

h2 {
	font: 13pt Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	text-transform: uppercase;
}

h3 {
	font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
}

h4, h5 {
	font: 10pt Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	padding: 2px 5px 2px 5px;
	background-color: #f3f3f3;
	border-bottom: 1px solid #d3d3d3;
}

h4 a {
	float: right;
	text-align: right;
}

a:link, a:active, a:visited {
	font-weight: bold;
	color: #85c1df;
	text-decoration: underline;
}

a:hover {
	color: #536c81;
	text-decoration: none;
}

ul {
	list-style: square;
}

/****************************/
/********* STRUCTURE ********/
/****************************/

.wrapper_bl, .wrapper_br {
	text-align: center;
	width: 889px;
	margin: auto;
}

.wrapper_bl {
	background: url(../images/global/bkg_shadow_bl.gif) top left repeat-y #FFFFFF;
}

.wrapper_br {
	background: url(../images/global/bkg_shadow_br.gif) top right repeat-y;
}

.wrapper_tl {
	text-align: center;
	background: url(../images/global/bkg_shadow_tl.jpg) top left no-repeat;
	width: 100%;
}

.wrapper_tr {
	text-align: left;
	background: url(../images/global/bkg_shadow_tr.jpg) top right no-repeat;
	width: 100%;
}

.header {
	background: url(../images/global/header.gif) no-repeat #FFFFFF;
	width: 860px;
	height: 147px;
	margin-left: 14px;
	margin-right: 15px;
}

.main_menu {
	margin-left: 14px;
	background: url(../images/menu/tile.gif) repeat-x;
	width: 860px;
	height: 31px;
}

.banner {
	margin-left: 14px;
	background-color: #FFFFFF;
	width: 860px;
}

.content {
	width: 792px;
	padding: 34px;
	background: url(../images/global/watermark.jpg) bottom right no-repeat #FFFFFF;
	margin-left: 14px;
	margin-right: 15px;
	min-height: 300px;
}

.content_left, .content_right {
	color: #363636;
	line-height: 180%;
}

.content_left {
	float: left;
	width: 371px;
	margin-right: 50px;
}

.content_left *:last-child {
	/* works in FF only */
	margin-bottom: 0px;
}

.content_right {
	float: left;
	width: 371px;
}

.footer {
	border-top: 1px solid #ececec;
	background: #FFFFFF;
	margin-left: 14px;
	margin-right: 15px;
	padding-left: 34px;
	padding-right: 34px;
	height: 44px;
	font: 8pt/44px Trebuchet MS, Arial, Helvetica, sans-serif;
}

.footer a:link, .footer a:active, .footer a:visited {
	color: #363636;
	text-decoration: none;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/*******************************/
/*********** TABLES ************/
/*******************************/

.table_border {
	border: 1px solid #afafaf;
	width: 99%;
	margin-bottom: 8px;
	padding: 1px;
}

/* global formatting */
table.data {
	border-collapse: separate;
	border-spacing: 1px;
	background-color: transparent;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.data th, table.data td {
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	border-style: 1px solid white;
	font-size: 8pt;
}

/* header rows */
table.data tr th {
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	background-color: #dfeff7;
	margin: 0px;
	text-align: left;
}

table.data tr th.center_h {
	text-align: center;
}

table.data tr.oddrow td, tr.oddrow td {
	background-color: #f4f4f4;
}

table.data tr.evenrow td, tr.evenrow td {
	background-color: #eaeaea;
}

table.data tr.inactive td, tr.inactive td {
	color: #999999;
}

/****************************/
/******* MISCELLANEOUS ******/
/****************************/

.block {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #d3d3d3;
}

/* announcements */
div#announcement {
	background-color: #fffcd7;
	border: 1px solid #ffd235;
	padding: 8px 8px 3px 8px;
	margin: 5px 0px 25px 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #dd5a5a;
}

div#announcement p {
	font-size: 8pt;
	margin-bottom: 5px;
}

div#announcement a, div#announcement a:hover {
	font-weight: normal;
	color: #dd5a5a;
}

div#announcement div {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

/* indent headings */
.indent1 {
	padding: 5px;
}

div.indent2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

div.indent2 p, div.indent2 div {
	margin-left: 5px;
	margin-right: 5px;
}

a.pdf:link, a.pdf:active, a.pdf:visited {
	display: block;
	padding-left: 24px;
	padding-right: 6px;
	height: 24px;
	line-height: 24px;
	color: #536c81;
	background: url(../images/global/pdf_icon.gif) center left no-repeat;
	background-color: none;
	text-decoration: none;
	/*border-bottom: 1px solid #85c1df;*/
}

a.pdf:hover {
	text-decoration: none;
	background-color: #dfeff7;
}

/* thumbnails */

.product_thumbs img {
	float: left;
	margin-right: 3px;
	padding: 2px;
	border: 1px solid #d3d3d3;
}

.clear {
	clear: both;
	height: 0px;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.align_l {
	text-align: left;
}

.align_r {
	text-align: right;
}

.align_c {
	text-align: center;
}
