@import url(../common.css);

/*  ----------------------- default text links ---------------------- */
/* should contain only colour definitions, no font, size, weight, etc */
a, a:link {
	color: #ab2800;
	text-decoration: underline;		
}

a:visited {
	color: #995b49;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ea6a43;
	text-decoration: underline;
}

/* ------------------- custom form elements style ------------------- */
.formfieldemail {
	display: none;
}

.emailform {
	width: 340px;
}

.emailform .formfieldlabel {
	font-weight: bold;
	padding: 0 20px 15px 0;
	width: 130px;
	text-align: right;
}

.emailform .formfielddescr {
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}

.emailform .formfieldtext,
.emailform .formfieldarea,
.emailform .formfieldlist,
.emailform .formfieldselect,
.emailform .formfieldoption,
.emailform .formfieldfile,
.emailform .formfieldbutton {
	width: 180px;
	padding: 0 0 15px 10px;
}

.emailform .formfieldarea textarea {
	height: 80px;
	width: 180px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.emailform .formfieldtext input {
	width: 180px;
}

.formfieldlistitem {
	padding: 0 0 0 20px;
}

.emailform .formfieldoption label {
	display: block;
	margin: 0 0 0 20px;
}

.emailform .formfieldoption input {
	float: left;
	margin: 0 5px 0 0;
}

.formfieldlistitem input {
	margin: 0 0 0 -20px;
}

.emailform .formfieldmandatory .formfieldstar {
	position: absolute;
	left: -10000px;
}

.emailform .formfieldmandatory .formfieldtext,
.emailform .formfieldmandatory .formfieldarea,
.emailform .formfieldmandatory .formfieldlist,
.emailform .formfieldmandatory .formfieldselect,
.emailform .formfieldmandatory .formfieldfile,
.emailform .formfieldmandatory .formfieldoption {
	background: url(../../graphics/ph/system/formfieldmandatory_star.gif) no-repeat top left;
}

/*-- form header --*/
.emailform .formfieldheader {
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #58288a;
}

/*-- form sub header --*/
.emailform .formfieldsubheader {
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #58288a;
}

/*-- form normal text --*/
.emailform .formfieldnormaltext {
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 15px 0;
}

/*-- form divider line --*/
.emailform .formfieldseparator div {
	margin: 0 0 15px 0;
	height: 1px;
	border-bottom: 1px solid #cdcdcd;
	line-height: 0;
	font-size: 0;
}

/* ------ search box style ------ */
.searchbox .formfieldtext {
	width: 120px;
}

.searchresults {
	padding: 15px 0 0 0;	
}

.searchresults p {
	padding: 8px 0;	
}

/*----- login box styles -----*/
.loginbox label {
	display: block;
	padding: 0 0 6px 0;
}

.loginbox span {
	width: 70px;
	padding: 4px 2px 0 0;
	text-align: right;
	float: left;
}

.loginbox .formfieldbutton {
	margin-left: 73px;
}

.loginbox .formerror {
	color : #B00;
	font-weight : bold;
	margin-bottom: 2px;
}

/* ------------------------- sitemap styles ------------------------- */
/* number represents level within sitemap hierarchy */
/* can be defined individually, and extended indefinitely */
.sm1 {
	color: #000;
	font-size: 14px;
}

.sm1 a:link, .sm1 a:visited {
	/* normal link: colour, style */
}

.sm1 a:hover, .sm1 a:active {
	/* normal link rollover: colour, style */
}

/* ------------------------ navigation styles ----------------------- */
/* --------- navigation styles --------- */
/* ---- nav style 0 (Flowing Text) ---- */
.navi0 {
	/* common font face, size, formatting */
	float: left;
	padding: 10px 15px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #c9addc;
	text-decoration: none;
}

.navi0 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi0 li {
	display: inline;
}

.navi0 a:link, .navi0 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navi0 a:hover, .navi0 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc0 a:link, .navc0 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
}

.navc0 a:hover, .navc0 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
}

/* ---- nav style 1 (Flowing Text - Main Nav) ---- */
.navi1 {
	/* common font face, size, formatting */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	z-index: 3;
	margin: 88px 0 0 187px;
	border-top: 1px solid #250c42;
	width: 662px;
	background: #8451a9 url(../../graphics/qnrt/system/qnrt-mainnav-bg-end.gif) no-repeat left bottom;
}

.navi1 ul {
	list-style: none;
	padding: 0 8px 0 14px;
	margin: 0 0 0 1px;
	height: 39px;
	background: #8451a9 url(../../graphics/qnrt/system/qnrt-mainnav-bg.gif) repeat-x left bottom;
}

.navi1 li {
	display: inline;
	float: left;
}

.navi1 a {
	display: inline-block;
	padding: 9px 8px 14px 8px;
	height: 16px;
	width: 20px;
	white-space: nowrap;
}

/* change back to block display for all non Mac IE \*/
.navi1 a {
	display: block;
}
/* end Mac IE hack */

html>body .navi1 a {
	width: auto;
}

.navi1 a:link, .navi1 a:visited {
	/* normal link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: none;
}

.navi1 a:hover, .navi1 a:active {
	/* normal link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #ab8ace url(../../graphics/qnrt/system/qnrt-mainnav-rollover.gif) repeat-x left bottom;
}

.navc1 a:link, .navc1 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #5e3087 url(../../graphics/qnrt/system/qnrt-mainnav-current.gif) repeat-x left bottom;
}

.navc1 a:hover, .navc1 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: none;
	background: #5e3087 url(../../graphics/qnrt/system/qnrt-mainnav-current.gif) repeat-x left bottom;
}

/* ---- nav style 2 (Vertical Text - Sub Nav Lv 1) ---- */
.navi2 {
	/* common font face, size, formatting */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	margin: 0 1px 10px 1px;
	padding: 0 0 5px 0;
}

.navi2 ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	background: url(../../graphics/qnrt/system/qnrt-subnav-divider.gif) no-repeat left bottom;
}

.navi2 li {
	display: block;
	padding: 3px 0;
}

.navi2 a {
	display: block;
	padding: 4px 15px 7px 28px;
}

.navi2 a:link, .navi2 a:visited {
	/* normal link: colour, style */
	color: #292929;
	text-decoration: none;
	background: url(../../graphics/qnrt/system/qnrt-subnav-dotn.gif) no-repeat left top;
}

.navi2 a:hover, .navi2 a:active {
	/* normal link rollover: colour, style */
	color: #ab2800;
	text-decoration: underline;
	background: url(../../graphics/qnrt/system/qnrt-subnav-dotrl.gif) no-repeat left top;
}

.navc2 a:link, .navc2 a:visited {
	/* current link: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: #502c6f url(../../graphics/qnrt/system/qnrt-subnav-dotc.gif) no-repeat left top;
}

.navc2 a:hover, .navc2 a:active {
	/* current link rollover: colour, style */
	color: #FFF;
	text-decoration: underline;
	background: #502c6f url(../../graphics/qnrt/system/qnrt-subnav-dotc.gif) no-repeat left top;
}

li.navh2 {
	/* header text */
	padding: 0 15px;
	margin: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #58288a;
}

/* ---- nav style 3 (Vertical Text - Sub Nav Lv 2) ---- */
.navi3 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 4px 15px 8px 34px;
	border-bottom: 1px solid #809fb3;
	background: #FFF;
}

.navi3 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

.navi3 li {
	display: block;
	padding: 3px 0;
}

.navi3 a {
	display: block;
	padding: 0;
}

.navi3 a:link, .navi3 a:visited {
	/* normal link: colour, style */
	color: #521719;
	text-decoration: none;
	background: none;
}

.navi3 a:hover, .navi3 a:active {
	/* normal link rollover: colour, style */
	color: #a12a37;
	text-decoration: underline;
	background: none;
}

.navc3 a:link, .navc3 a:visited {
	/* current link: colour, style */
	color: #af1223;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc3 a:hover, .navc3 a:active {
	/* current link rollover: colour, style */
	color: #af1223;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 4 (Vertical Text - Sub Nav Lv 3) ---- */
.navi4 {
	/* common font face, size, formatting */
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 0 15px;
	border: none;
	background: none;
}

.navi4 ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

.navi4 li {
	display: block;
	padding: 3px 0;
}

.navi4 a {
	display: block;
	padding: 0;
}

.navi4 a:link, .navi4 a:visited {
	/* normal link: colour, style */
	color: #292929;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi4 a:hover, .navi4 a:active {
	/* normal link rollover: colour, style */
	color: #292929;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc4 a:link, .navc4 a:visited {
	/* current link: colour, style */
	color: #292929;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

.navc4 a:hover, .navc4 a:active {
	/* current link rollover: colour, style */
	color: #292929;
	font-weight: bold;
	text-decoration: underline;
	background: none;
}

/* ---- nav style 5 (Vertical Text & Graphics - Quick Links) ---- */
.navi5 {
	/* common font face, size, formatting */
	margin: 0 1px 15px 1px;
	padding: 0 0 10px 0;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	background: url(../../graphics/qnrt/system/qnrt-subnav-divider.gif) no-repeat left bottom;
}

.navi5 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.navi5 li {
	display: block;
	padding: 0 14px 0 16px;
}

.navi5 a {
	display: block;
}

.navi5 a:link, .navi5 a:visited {
	/* normal link: colour, style */
	color: #ab2800;
	text-decoration: none;
}

.navi5 a:hover, .navi5 a:active {
	/* normal link rollover: colour, style */
	color: #ea6a43;
	text-decoration: none;
}

.navc5 a:link, .navc5 a:visited {
	/* current link: colour, style */
	color: #ab2800;
	text-decoration: none;
}

.navc5 a:hover, .navc5 a:active {
	/* current link rollover: colour, style */
	color: #ea6a43;
	text-decoration: none;
}

.navi5 li a img {
	margin: 0 7px 0 0;
	vertical-align: middle;
}

li.navh5 {
	/* header text */
	padding: 0 15px;
	margin: 0 0 12px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #58288a;
}

/* ---- nav style 9 (Drop Down Menu) ---- */
.navi9 {
	position: absolute;
	z-index: 100;
	display: none;
	padding: 0;
	margin: -4px 0 0 0;
	width: 133px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-left: 1px solid #32154f;
	border-right: 1px solid #32154f;
	border-bottom: 1px solid #32154f;
	font-weight: normal;	
	background: #FFF;
}

.navi1 .navi9 ul {
	margin: 0;
	padding: 8px 0 8px 0;
	height: auto;
	width: auto;
	list-style: none;
	border: none;
	background: none;
}

.navi1 .navi9 li {
	list-style: none;
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	width: 133px;
}

html>body .navi9 li {
	height: auto;
}

.navi9 li a {
	display: block;
	padding: 3px 8px 3px 8px;
	border: none;
	width: auto;
	height: 16px;
	white-space: normal;
}

html>body .navi9 li a {
	height: auto;
}

/* non-Mac IE 5 - reset nav div to normal \*/
.navi9 {
	top: auto;
}
/* end Mac IE 5 hack */


.navi9 a:link, .navi9 a:visited {
	/* normal link: colour, style */
	color: #4c296c;
	font-weight: normal;
	text-decoration: none;
	background: none;
}

.navi9 a:hover, .navi9 a:active {
	/* normal link rollover: colour, style */
	color: #ab2800;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc9 a:link, .navc9 a:visited {
	/* normal link: colour, style */
	color: #ab2800;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

.navc9 a:hover, .navc9 a:active {
	/* normal link rollover: colour, style */
	color: #ab2800;
	font-weight: normal;
	text-decoration: underline;
	background: none;
}

/* --------- text styles (font face should be defined, to ensure admin compatibility) --------- */
h1, .t0, .t1, .t2, .t5, .t6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.t3, .t4, .t7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* ---- title text style ---- */
h1, .t0 {
/*	color: #000; */
	font-size: 24px;
	font-weight: bold;
	color: #58288a;
	margin: 0;
	padding: 0 0 28px 0;
}

h1 a:link, h1 a:visited, .t0 a:link, .t0 a:visited {
}

h1 a:hover, h1 a:active, .t0 a:hover, .t0 a:active {
}

/* --------- text style 1 - Main Heading --------- */
.t1 {
/*	color: #000; */
	font-size: 18px;
	font-weight: bold;
	color: #58288a;
}

.t1 a:link, .t1 a:visited {
}

.t1 a:hover, .t1 a:active {
}

/* --------- text style 2 - Sub Heading --------- */
.t2 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
	color: #58288a;
}

.t2 a:link, .t2 a:visited {
}

.t2 a:hover, .t2 a:active {
}

/* --------- text style 3 - Regular Text --------- */
.t3 {
/*	color: #000; */
/*	font-size: 12px; */
	line-height: 16px;
}

.t3 a:link, .t3 a:visited {
	font-weight: bold;	
}

.t3 a:hover, .t3 a:active {
}

/* --------- text style 4 - Small Text --------- */
.t4 {
/*	color: #555; */
	font-size: 11px;
	line-height: 14px;
}

.t4 a:link, .t4 a:visited {
}

.t4 a:hover, .t4 a:active {
}

/* --------- text style 5 - Gray Main Heading --------- */
.t5 {
/*	color: #000; */
	font-size: 18px;
	font-weight: bold;
	color: #292929;
}

.t5 a:link, .t5 a:visited {
}

.t5 a:hover, .t5 a:active {
}

/* --------- text style 6 - Gray Sub Heading --------- */
.t6 {
/*	color: #000; */
	font-size: 14px;
	font-weight: bold;
	color: #292929;
}

.t6 a:link, .t6 a:visited {
}

.t6 a:hover, .t6 a:active {
}

/* --------- text style 7 - Blockwrapper, Regular Text --------- */
.t7 {
/*	color: #000; */
/*	font-size: 12px; */
	color: #58288a;
	line-height: 16px;
}

.t7 a:link, .t7 a:visited {
	font-weight: bold;	
}

.t7 a:hover, .t7 a:active {
}

/* --------- text style 8 - Blockwrapper, Small Text --------- */
.t8 {
/*	color: #000; */
/*	font-size: 12px; */
	font-size: 11px;
	color: #58288a;
	line-height: 14px;
}

.t8 a:link, .t8 a:visited {
	font-weight: bold;	
}

.t8 a:hover, .t8 a:active {
}

/* --------------------- miscellaneous styles ----------------------- */
.caption {
	font-size: 11px;
}

.error {
	color: #900;
	font-weight: bold;
}

.highlight {
	background-color: #EEE;
	color: #090;
	font-weight: bold;
    padding: 0 3px 1px 3px;
}

.cms-link span, .developer-link span {
	display: none;
}

/* --------------------- quick table row styles --------------------- */
.r1 {
	/*background: #DDD;*/
}

.r2 {
	/*background: #F4F4F4;*/
}

/* --------------------- custom style settings ---------------------- */
.blockwrapper1 {
	position: relative;
	z-index: 1;
	float: right;
	display: inline;
	margin: 10px 0 30px 30px;
	padding: 10px;
	width: 180px;
	border: 2px solid #8f5eb1;
	background: #FFF url(../../graphics/qnrt/system/qnrt-blockwrapper1bg.gif) repeat-x left bottom;
}

#column1content .blockwrapper1 {
	position: static;
	clear: both;
	float: none;
	display: block;
	font-size: 11px;
	margin: 20px 0;
	padding: 10px;
	width: 134px;
	background-color: #FFF;
	background-image: none;
}

#optionalcolumncontent .blockwrapper1 {
	position: static;
	clear: both;
	float: none;
	display: block;
	font-size: 11px;
	margin: 20px 0;
}

.dividerdash {
	clear: both;
	float: none;
	height: 33px;
	font-size: 1px;
	line-height: 1px;
	background: url(../../graphics/qnrt/system/qnrt-divider-dash.gif) repeat-x center top;
}

#column1 #column1inner .dividerdashspecial {
	height: 14px;
	background: url(../../graphics/qnrt/system/qnrt-subnav-divider.gif) no-repeat center top;
}

.dividerdashspecial {
	height: 24px;
	font-size: 1px;
	line-height: 1px;
	background: url(../../graphics/qnrt/system/qnrt-subnav-divider.gif) no-repeat center top;
}

/* --------- layout style settings (for .asp template only) --------- */
#pagebody {
	color: #292929;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	background: #361a58 url(../../graphics/qnrt/system/qnrt-pagebg.gif);
}

#toplevel {
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../../graphics/qnrt/system/qnrt-pagebg-dark.gif) repeat-x left top;
}

#main1 {
	width: 850px;
	height: 100%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFF url(../../graphics/qnrt/system/qnrt-mainbg.gif) repeat-y left top;
}

#logo {
	position: absolute;
	margin: 49px 0 0 8px;
	background: none;
}

#header {
	position: absolute;
	margin: 0 0 0 187px;
	width: 662px;
	height: 88px;
	background: url(../../graphics/qnrt/system/qnrt-header.jpg) no-repeat left top;
}

#column1 {
	width: 188px;
	background: url(../../graphics/qnrt/system/qnrt-column1bg.gif) no-repeat left top;
}

#column1inner {
	padding: 154px 0 0 0;
}

#column1content {
	padding: 0 15px 35px 15px;
}

#content {
	padding: 161px 22px 35px 22px;
}

#optionalcolumncontent {
	padding: 218px 22px 35px 22px;
	width: 212px;
}

#footcell {
	padding: 0 1px;
	vertical-align: bottom;
}

#footer {
	background: #250c42;
}

#footertext {
	padding: 10px 15px;
	text-align: right;
	font-size: 10px;
	color: #c9addc;
}

#footertext a, #footertext a:visited {
	color: #FFF;
	text-decoration: underline;
}

#footertext a:hover, #footertext a:active {
	color: #FFF;
	text-decoration: underline;
}
