@charset "utf-8";

/* Fonts */

p, li, input, textarea, select, option, optgroup, td {
	font: normal 16px/24px Century Gothic, Apple Gothic, sans-serif;
}
h1,h2,h3,h4,h5,h6, th, .button {
	font: bold 30px Century Gothic, Apple Gothic, sans-serif;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
sup {
	font-size: 12px;
}
th {
	font-size: 16px;
}
.button {
	font-size: 14px;
	line-height: 20px;
}
.buttonSlim {
	font-size: 11px;
	line-height: 15px;
}

/* Basic layout & design */
a {
	color: #03416a;
}
a:visited {
	color: #666;
}
a.hover:link {
	text-decoration: none;
}
a.hover:visited {
	text-decoration: none;
}
a.hover:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 14px;
}
h1,h2,h3,h4,h5,h6 {
	color: #c0223c;
	padding-bottom: 14px;
}
ul {
	margin: 0 0 14px 21px;
}
ol {
	margin: 0 0 14px 21px;
}
ul li {
	list-style-type: disc;
	list-style-image: url(/_gfx/template/bullet.gif);
}
ol li {
	list-style: decimal;
}
sup {
	vertical-align: super;
}

/* Forms */

form {

}
optgroup {

}
optgroup option {

}
input,textarea,select {

}
input.fullWidth, textarea.fullWidth, select.fullWidth {
	width: 98%;
}

/* Tables */

table {
	empty-cells: show;
	width: 100%;
}
thead td,th {
	color: #c0223c;
	border-bottom: 1px #c0223c solid;
	text-align: left;
	vertical-align: bottom;
}
table.trMarker tbody tr:hover td, tr.striped td {
	background-color: #EEE;
}

/* Layout */
body {
	background: #d4dbdf url(/_gfx/template/bg_main.gif) repeat-x top center;
}
body.popup {
	background-color: #fff;
	background-image: none;
	padding: 5px;
}
div#bg {
	background: transparent url(/_gfx/template/bg_main2.gif) center 175px no-repeat;
}
div#head {
	background: url(/_gfx/template/bg_head.gif) no-repeat top center;
	height: 125px;
	overflow: hidden;
	clear: both;
}
div#head img#logo {
	margin-top: 10px;
}
div#head #tagline {
	color: #03416a;
	font-size: 20px;
	font-weight: normal;
	margin-top: 50px;
}
div#main {
	background: #FFF url(/_gfx/template/bg_content.gif) repeat-x top center;
	min-height: 400px;
	overflow: hidden;
}
div#menu {
	margin-bottom: 20px !important;
	width: 960px;
	height: 30px;
	overflow: hidden;
}
div#menu ul {
	padding: 0;
	margin: 0;
}
div#menu ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#menu ul li a {
	background: transparent url(/_gfx/template/menu_buttons.gif) 0 0 no-repeat;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	margin: 0 10px;
	width: 140px;
	height: 30px;
	overflow: hidden;
	display: block;
	float: left;
}
div#menu ul li a:hover, div#menu ul li a.active {
	background-position: 0 -30px;
}
div.carousel {
	margin-bottom: 0;
	height: 300px;
	overflow: hidden;
}
div.carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.carousel li {
	margin: 0;
	padding: 0;
	float: left;
}
div#footer {
	background: transparent url(/_gfx/template/bg_footer.gif) center top no-repeat;
	width: 960px;
	height: 70px;
	overflow: hidden;
}
div#footer p, div#footer a {
	color: #FFF;
}
div#footer p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 32px;
}

/* Buttons */

.button {
	background-color: #03416A;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	border: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}
a.button {
	text-decoration: none;
	display: inline-block;
}
a.button:visited {
	color: #fff;
}
a.button span {
	margin-left: 5px;
	margin-right: 5px;
}
.button.buttonSlim {
	height: 15px;
}
.button:hover {
	background-color: #c0223c;
}
.button.buttonLeft {
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topright: 0;
	border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.button.buttonRight {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.button.buttonTop {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.button.buttonBottom {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.button.buttonMid {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.button.buttonGrid_1 {
	width: 60px;
	min-width: 60px;
}
.button.buttonGrid_2 {
	width: 140px;
	min-width: 140px;
}
.button.buttonGrid_3 {
	width: 220px;
	min-width: 220px;
}
.button.floatLeft, .button.floatRight {
	margin: 0;
}

/* Icons */

.icon, .iconRight {
	background-repeat: no-repeat;
	min-height: 16px;
	min-width: 16px;
}
.icon {
	background-position: 0px 8px;
	padding-left: 20px;
}
.iconRight {
	background-position: center right;
	padding-right: 20px;
}
p.icon {
	background-position: top left;
}
p.iconRight {
	background-position: top right;
}
.button span.icon {
	background-position: top center;
}
.iconFolder {
	background-image: url(/_gfx/icons/folder.png);
}
.iconWarning {
	background-image: url(/_gfx/icons/warning.png);
}

/* Misc */

.zeroBottomMargin {
	margin-bottom: 0;
}

.hidden {
	display: none;
}
.center,.centered {
	text-align: center;
}
.right {
	text-align: right;
}
.floatLeft {
	margin: 0 10px 10px 0;
	float: left;
}
.floatRight {
	margin: 0 0 10px 10px;
	float: right;
}
.zeroBottomMargin {
	padding-bottom: 0;
	margin-bottom: 0;
}
.clear {
	clear: both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}
.printOnly {
	display: none;
}
