﻿* {
	font-family: Trebuchet MS,Verdana,Arial,Sans-Serif;
	color: #333;
}
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	font-size: 62.5%;
	background-color: #ffffff;
}
form {
	
}
/* Standard formatting styles */
h1 {
	font-size: 2.6em;
	letter-spacing: -1px;
	color: #666666;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
}
div.h1 {
	font-size: 2.2em;
	letter-spacing: -1px;
	color: #666666 !important;
	margin-top: 12px;
	margin-bottom: 0px;
}
div.h1 span {
	color: #666666 !important;
}
h2 {
	font-weight: bold;
	color: #c80626;
	margin-top: 6px;
	margin-bottom: 10px;
}
h2 em {
	color: #c80626 !important;
	margin-bottom: 4px;
}
h3 {
	font-size: 1.5em;
	margin-top: 18px;
	margin-bottom: 0px;
	color: #666666;
}
h4 {
	font-size: 1.3em;
	margin-top: 9px;
	margin-bottom: 0px;
	color: #666666;
}
hr {
	border: 1px dashed #ddd;
}
p {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-top: 6px;
	margin-bottom: 6px;
}
ul {
	padding-left: 20px;
}
li {
	line-height: 1.5em;
	font-size: 1.4em;
}
a:link {
	color: #c80626;
}
a:visited {
	color: #c80626;
}
a:hover {
	color: #0678c8;
}
a.strong {
	font-weight: bold;
}
label {
	font-size: 1.3em;
}
.button {
	display: inline-block;
	width: 156px !important;
	height: 24px;
	padding-top: 8px;
	margin-right: 5px;
	border: 0px;
	background-image: url(/images/btn_page.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
}
.button:hover {
	color: #c80626;
}
.buttonwhite {
	display: inline-block;
	width: 156px;
	height: 24px;
	padding-top: 8px;
	margin-right: 5px;
	border: 0px;
	background-image: url(/images/btn_page_white.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	cursor: pointer;
}
.buttonwhite:hover {
	color: #c80626;
}
input.button {
	height: 32px !important;
	padding-top: 0px !important;
}
input.buttonwhite {
	height: 32px !important;
	padding-top: 0px !important;
}
p.error {
	margin-top: 10px;
	font-size: 1.3em;
	color: #FF0000;
}
span.error {
	font-size: 1.3em;
	color: #FF0000;
}
div.pagead {
	clear: both;
	width: 700px;
	height: 100px;
	padding: 0px !important;
	margin: 0px 0px 10px 0px !important;
	background-image: url(/images/bannerbg.gif);
	background-repeat: no-repeat;
	text-align: center;
	border: 0px;
}
div.pagead a {
	padding: 0px !important;
	margin: 0px !important;
}
div.pagead img {
	border: 0px;
	margin: 0 auto;
}
div.pagetower {
	margin-top: 3px;
}
div.pagetower img {
	border: 0px;
}
div.embeddedad {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
/* Template styles */
div.innercontent {
	width: 971px;
	margin: 0 auto;
}
#accessibility {
	position: absolute;
	top: -9999px;
}
#header {
	width: 100%;
	height: 113px;
	background-image: url(/images/bg_header.gif);
	background-repeat: repeat-x;
}
#header img {
	border: 0px;
}
#header_logo {
	width: 420px;
	height: 113px;
	float: left;
}
#header_links {
	float: left;
	padding-top: 63px;
	margin: 0px 15px;
}
#header_links ul {
	display: block;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
 	padding: 0;
 	position: relative;
}
#header_links li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	text-align: center;
}
#header_links a {
	font-size: 13px;
	color: #898989;
	text-decoration: none;
}
#header_links a:hover {
	text-decoration: underline;
}
#header_search {
	float: left;
	padding-top: 60px;
	padding-left: 18px;
	background-image: url(/images/search.gif);
	background-repeat: no-repeat;
	background-position: 0px 60px;
}
#searchbox {
	float: left;
}
#searchbutton {
	float: left;
	*padding-top: 1px;
}
#header_search input {
	border: 1px solid #CCCCCC;
	width: 140px;
	height: 18px;
	font-size: 11px;
	color: #898989;
	margin-right: 3px;
}
input.searchbutton {
	width: 27px !important;
	height: 22px !important;
	cursor: hand;
}
#toolbar {
	clear: both;
	margin-top: 0px;
	width: 100%;
	height: 56px;
	background-image: url(/images/bg_toolbar.gif);
	background-repeat: repeat-x;
}
#toolbar table {
	width: 100%;
}
#page {
	width: 100%;
	min-height: 300px;
	background-color: #f5f5f5;
}
#homepage {
	width: 100%;
	min-height: 300px;
	background-color: #d9d9d9;
	background-image: url(/images/bg_page.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#contents {
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	overflow: auto;
}
#contenthead {
	overflow: auto;
}
#main-content {
	clear: both;
	padding-top: 5px;
	padding-bottom: 30px;
}
/* Class for standard page master */
#standard_left {
	float: left;
	width: 710px;
	overflow: auto;
}
#standard_right {
	float: left;
	width: 256px;
	overflow: auto;
}

div.standardpage_top {
	clear: both;
	overflow: auto;
	width: 710px;
	background: transparent url(/images/page_right.png) repeat-y scroll;
}
div.standardpage {
	float: left;
	width: 680px;
	padding: 10px;
	min-height: 500px;
	background: transparent url(/images/page_top.png) no-repeat;
}
div.standardpage_right {
	float: left;
	width: 10px;
	height: 15px;
	background-image: url(/images/page_topright.png);
	background-repeat: no-repeat;
	overflow: auto;
}
div.standardpage_base {
	clear: both;
	height: 16px;
	width: 710px;
	background-image: url(/images/page_base.png);
	background-repeat: no-repeat;
}
div.rb_top {
	clear: both;
	overflow: auto;
	width: 256px;
	background-image: url(/images/rb_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div.rbs {
	float: left;
	width: 222px;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	border: 1px solid #ddd;
}
div.rbw {
	float: left;
	width: 222px;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-color: #ffffff;
	border: 1px solid #ddd;
}
div.rb_right {
	float: left;
	width: 12px;
	height: 15px;
	background-image: url(/images/rb_topright.gif);
	background-repeat: no-repeat;
}
div.rb_base {
	clear: both;
	height: 15px;
	width: 256px;
	background-image: url(/images/rb_base.gif);
	background-repeat: no-repeat;
}
div.rb_top h2 {
	margin-top: 0px;
}
div.rb_top h3 {
	margin-top: 0px;
}
div.rb_top p {
	font-size: 1.2em;
}
div.rb_top li {
	font-size: 1.2em;
}
div.rba_top {
	clear: both;
	overflow: auto;
	width: 256px;
	background-image: url(/images/rb_right_altbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div.rbas {
	float: left;
	width: 224px;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-color: #f0f0f0;
}
div.rbaw {
	float: left;
	width: 220px;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-color: #ffffff;
}
div.rba_right {
	float: left;
	width: 12px;
	height: 15px;
	background-image: url(/images/rb_topright_altbg.gif);
	background-repeat: no-repeat;
}
div.rba_base {
	clear: both;
	height: 15px;
	width: 256px;
	background-image: url(/images/rb_base_altbg.gif);
	background-repeat: no-repeat;
}
div.rba_top h2 {
	margin-top: 0px;
}
div.rba_top h3 {
	margin-top: 0px;
}
div.rba_top p {
	font-size: 1.2em;
}
div.rba_top li {
	font-size: 1.2em;
}
div.hb_top {
	clear: both;
	overflow: auto;
	background-image: url(/images/hp/hb_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
div.hbs {
	float: left;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-image: url(/images/hp/hb_top.gif);
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
div.hbw {
	float: left;
	padding: 10px;
	padding-top: 15px;
	min-height: 100px;
	background-image: url(/images/hp/hb_top.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.hb_right {
	float: left;
	width: 12px;
	height: 15px;
	background-image: url(/images/hp/hb_topright.gif);
	background-repeat: no-repeat;
}
div.hb_base {
	clear: both;
	height: 15px;
	background-repeat: no-repeat;
}
div.hb_top h2 {
	margin-top: 0px;
}
div.hb_top h3 {
	margin-top: 0px;
}
div.hb_top p {
	font-size: 1.2em;
}
div.hb_top li {
	font-size: 1.2em;
}
#footer {
	width: 100%;
	height: 200px;
	background-color: #444444;
	clear: both;
}
#footer * {
	color: #fff;
	font-size: 12px;
}
#footer a:link {
	font-size: 1.0em;
}
#footer a:visited {
	font-size: 1.0em;
}
#footer a:hover {
	font-size: 1.0em;
}
#footer_notes {
	padding-top: 10px;
	text-align: center;
	color: #aaa;
	font-size: 11px;
}
#footer_notes a {
	color: #999;
}
#footer_notes a:hover {
	color: #ffffff;
}
#footer_notes img {
	border: 0px;
}
/* Often-used content classes */
#breadcrumbs {
	float: left;
	font-size: 1.3em;
	padding-bottom: 10px;
}
#breadcrumbs a:link {
	
}
#breadcrumbs a:visited {
	
}
#breadcrumbs a:hover {
	
}
#breadcrumbs span {
	
}
span.breadcrumbs_prefix {
	
}
#loggedin {
	position: absolute;
	top: 0px;
	right: 15px;
	padding: 5px;
	background-color: #333333;
	width: 400px;
}
#loggedin * {
	color: #ffffff;
}
#loggedinleft {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	font-size: 1.1em;
}
#loggedinleft span {
}
#loggedinright {
	display: inline;
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	font-size: 1.1em;
}
.loginname {
	font-weight: bold;
}
div.updated {
	background-color: #FFCC00;
	padding: 10px;
	width: 350px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
	font-size: 1.2em;
}
div.error {
	background-color: #FF0000;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
	color: white;
}
div.alert {
    background-color: #c80626;
    padding: 10px;
    margin-bottom: 10px;
}
div.alert p {
    margin: 0;
}
div.alert * {
    color: #ffffff;
}
div.contentheader {
	overflow: auto;
	clear: both;
	margin-bottom: 10px;
}
div.contentheader_image {
	float: left;
	width: 85px;
	margin-right: 10px;
}
div.contentheader_text {
	float: left;
	width: 585px;
}
div.contentheader p {
	margin-top: 0px;
}
/* Datagrid classes */
.datagrid {
	width: 100%;
	font-size: 1.2em;
}
.datagrid_header {
	font-weight: bold;
	background-color: #777;
	color: #fff;
}
.datagrid_header a {
	color: #fff;
}
.datagrid_header td {
	color: #fff;
}
.datagrid_item {
	background-color: #e9e9e9;
}
.datagrid_alternatingitem {
	background-color: #f0f0f0;
}
/* Pager (v2) */
div.pager {
	padding-top: 10px;
	border-top: 1px dashed #cccccc;
	margin-top: 10px;
}
div.pager a {
	font-size: 1.3em;
}
div.pager_prev {
	float: left;
	width: 20%;
}
div.pager_mid {
	float: left;
	text-align: center;
	width: 60%;
}
div.pager_next {
	float: right;
	text-align: right;
	width: 20%;
}
span.position {
	font-size: 1.3em;
}
span.off {
	font-size: 1.3em;
	color: #AAAAAA;
}
span.current {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
}
/* Content classes */
/* Form classes */
/* Form classes */
div.formfields {
    margin-left: 40px;
}
div.form div.field {
    padding: 5px;
    margin-bottom: 2px;
    width: 500px;
}
div.form div.buttons {
    margin: 5px 0px;
}
div.form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 1px;
    color: #333;
}
div.form input, div.form select, div.form textarea 
{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 4px;
    width: 400px;
    margin-bottom: 4px;
    font-size: 14px;
}
div.form input.small {
	width: 50px;
}
div.form p.error {
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #cc0000;
    color: #fff !important;
    margin: 10px 0px;
}
div.form span.captcha {
	font-size: 1.4em;
}
div.form span.error {
    float: right;
    margin: 8px 20px 0px 0px;
    font-size: 12px;
    color: #c00;
}
/* Rubbish for IE6 */
table.tabs {
	height: 51px;
	margin-left: 16px;
}
table.tabs td {
	display: inline;
	float: left;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
	height: 29px;
}
table.tabs a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff !important;
}
table.tabs a:hover {
	color: #fff;
	text-decoration: underline;
}
td.tab {
	padding-left: 14px;
	padding-right: 14px;
}
td.tab_selected {
	padding-left: 14px;
	padding-right: 14px;
	background-image: url(/images/navbar_basesel.gif);
	background-repeat: repeat-x;
	background-position: center 28px;
}
td.tab_selected a:hover {
	text-decoration: none;
}
td.tabsep {
	width: 2px;
	background-image: url(/images/navbar_sep.gif);
	background-repeat: no-repeat;
}
#hppodcasts div.podcast {
	height: 75px;
}
#hpmain select {
	width: 220px !important;
}
#hpright select {
	width: 220px !important;
}
#hpsupplier div.suppliertext {
	width: 220px;
}
div.rb_top ul {
	margin-top: 0px;
	margin-left: 10px;
}