/* CSS Reset ( from developer.yahoo.com/yui )
************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img {  border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/* Tag Rules
************************************************************/

* html {
	font-size: 100.01%;
}

body {
	padding: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.75em;
	/*min-width: 1006px;*/
}

label {padding-right: 2px;}

a:link, a:active, a:visited {
	font-weight: bold; /*added CG 15/8/07 */
	color: #025D6A;
	text-decoration: underline;
	
}
a:hover { color: #025D6A; text-decoration: none; }
a:inactive { color: #025D6A; }

hr {
	border: none;
	border-top: 1px solid #A5DCE1;
	height: 1px;
	line-height: 1px;
	background-color: transparent;
	margin: 14px 0;
}

img, a img {
	border: none;
	vertical-align: middle;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

a:hover img {filter: alpha(opacity=75);	opacity: 0.75;}

/* added CG - as per ASIC main.css */
table {
	font-size: 1em;
	color: #000000;
}

/* added CG - as per ASIC main.css */
form {
	margin: 0;
	padding: 0;
}


/* Div Rules
************************************************************/

#banner-container {width: 100%;}

#banner-container td {font-size: 1.0em; /* IE 5.x hack */ }

#banner-content {width: 100%;}

#logo {padding-top: 8px; float: left;}

#logo a:hover img { 
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

#top-nav {
	padding-right: 6px; 
	position: absolute; 
	right: 0;
}

#top-nav li {
	float: left;
	border-left: 1px solid #000000;
	padding: 0 6px;
	line-height: 13px;
}

#top-nav li.first { 
	border-left: none;
}

#top-nav a {
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	margin-top: -1px;
}

#top-nav a:hover {
	text-decoration: underline;
}

#search-box {
	font-size: 0.9em;
	padding: 8px 12px 8px 0;
	float: right;
	clear: right;
	position:absolute; 
	right: 0;
	margin-top: 10px;
}

#search-box label {
	color: #666666;
}

#search-box input { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding: 3px 4px 2px 4px;
	width: 120px;
}

#search-box input#search-email {
	background-image: url(/fido/rwpgslib.nsf/bg_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #0E9AAD;
}

#search-box input#search-submit {
	font-size: 1.0em;
	font-weight: bold;
	width: auto;
	padding: 3px 2px 2px 2px;
}
* html #search-box input#search-submit {
	padding: 0;
}
*:first-child+html #search-box input#search-submit {
	padding: 0;
}

#search-box .options {
	float: right;
}

#header-container {
	width: 100%;
	float: left;
	clear: both;
	padding: 0 0 5px 0;
}

#header-content {
}

#primary-nav {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

#primary-nav li {
  float: left;
  height: 36px;
  background: transparent url(/fido/rwpgslib.nsf/nav_tab_lhs.gif) top left no-repeat;
  margin-right: 1px;
}

#primary-nav #home {
  background: transparent url(/fido/rwpgslib.nsf/nav_tabHome_lhs.gif) top left no-repeat;
}

#primary-nav .current {
  background: transparent url(/fido/rwpgslib.nsf/nav_tabOver_lhs.gif) top left no-repeat;
}

#primary-nav .current a  {
  background: transparent url(/fido/rwpgslib.nsf/nav_tabOver_rhs.gif) top right no-repeat;
  color: #fff;
  font-weight: bold;
}

/* Hack to make IE/Mac play nice */
#primary-nav li a {
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
  padding: 0 1.8em 0 1em;
  padding-top: 5px;
  height: 36px;
  background: transparent url(/fido/rwpgslib.nsf/nav_tab_rhs.gif) top right no-repeat;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
  margin-bottom: -5px;
	white-space: nowrap;
}

#primary-nav li li a {
	white-space: normal;
}

#primary-nav #home a {
	padding-left: 98px;
	padding-right: 15px;
}
* html #primary-nav #home a {
  width: 150px;
}
*:first-child+html #primary-nav #home a {
  width: 150px;
}

/*custom override for homelink */
#primary-nav #home.current {
  background: transparent url(/fido/rwpgslib.nsf/nav_tabHomeOver_lhs.gif) top left no-repeat;
}

/* 
	second-level lists + suckerfish styles 
*/
#primary-nav ul { 
	display : none;
	position : absolute;
	margin : 71px 0 0 0;
	padding : 0;
	width : 150px;
	clear : both;
}
* html #primary-nav li ul {
	/*\ hide from IE5 MAC */
	margin-left : 0;
	ma\rgin-left : 0;
	background-color : transparent;
	margin-top : 5px;
	/* end hide */
}
*:first-child+html #primary-nav li ul {
	/*\ hide from IE5 MAC */
	margin-left : 0;
	ma\rgin-left : 0;
	background-color : transparent;
	margin-top : 5px;
	/* end hide */
}

/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

#primary-nav li ul li { /* second-level lists items */
	width : 150px;
	height: 21px;
	margin : 0;
	padding : 0;
}

#primary-nav li ul li a:link,
#primary-nav li ul li a:visited,
#primary-nav li ul li a:hover,
#primary-nav li ul li a:active {
	color : white;
	text-decoration : none;
	background-color : #005C69;
	background-image : none;
	display : block;
	padding : 4px 6px 4px 10px;
	margin : 0;
	height : auto;
	width : 150px !important;
	\width : 150px !important;
	w\idth : 150px !important;
	border-top : 1px solid white;
	font-weight : normal;
}
*:first-child+html #primary-nav li ul li a:link,
*:first-child+html #primary-nav li ul li a:visited,
*:first-child+html #primary-nav li ul li a:hover,
*:first-child+html #primary-nav li ul li a:active,
* html #primary-nav li ul li a:link,
* html #primary-nav li ul li a:visited,
* html #primary-nav li ul li a:hover,
* html #primary-nav li ul li a:active {
	padding : 3px 6px 5px 10px;
}

#primary-nav li ul li a:hover {
	background-color : #E0F9E3 !important;
	background-image : none !important;
	font-weight : normal;
	text-decoration : none;
	color: #000000;
}

#primary-nav #home ul li a {
	padding : 3px 6px 5px 10px;
}

/* custom menu colours */
#primary-nav li.current ul li a {background-color : #005C69 !important;}
#primary-nav li.current ul li a:hover {color:black; background-color : #E0F9E3 !important;}

#primary-nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top : 41px;
	left : auto;
}

#primary-nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display : block !important;
}
/*added CG 30/4/07 */
#print-only {
	display:none;
}


#body-container {
	width: 100%;
	float: left;
	clear: both;
}

#secondary-nav {
	float: left;
	width: 155px;
	margin-top: 5px;
	font-size: 0.9em;
}

#secondary-nav li {
	border-bottom : 1px solid #7FCBD5;	
	padding : 1px 0 1px 0;
}

#secondary-nav li a:link,
#secondary-nav li a:visited,
#secondary-nav li a:active {
	color : #025DBA;
	font-weight : normal; /* added CG 17/8/07 */	
	text-decoration : none;
	display : block;
	padding : 2px 0 3px 4px;
	background: transparent url(/fido/rwpgslib.nsf/nav_arrow.gif) 145px 6px no-repeat;
}
#secondary-nav li a:hover { background-color : #BFE5EA; }

* html #secondary-nav li a { width : 155px; /* hack: IE5/6 fix */ }

#secondary-nav li.down-arrow { padding-bottom : 0;}
#secondary-nav li.down-arrow a { background: transparent url(/fido/rwpgslib.nsf/nav_arrowDown.gif) 145px 6px no-repeat !important; }
#secondary-nav li.down-arrow a:hover { background-color : #BFE5EA !important; }

/* override rules for second level */
#secondary-nav ul ul li {
	border-bottom : 0;	
	padding : 1px 0 1px 0;
}

#secondary-nav li.down-arrow ul li a {
	background-image : none !important;
	padding-left : 14px !important;
}

/* #secondary-nav li a.highlight  */
#highlight{
	background-color : #BFE5EA !important;
}

#highlight li{
	background-color : #ffffff !important;
}
/* secondary nav end */

#news-column {
	margin-right: 511px;
}

#body-content {
	margin-left: 170px;
	margin-right: 270px;
	padding: 0 10px;
	font-size: 100%;		
}
* html #body-content {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
*:first-child+html #body-content {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}

.no-secondary-nav #body-content {
	margin-left: 0;
}

#body-content .span-left {
	margin-left: -10px;
}

#body-content .short-bottom-padding {
	padding-bottom: 10px;
}

#body-content .no-margin {
	margin: 0;
}

#body-content h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0097AC;
	margin-bottom: -12px; /*changed CG 4/5/07 padding-bottom: 12px;  */
}

/*added CG for converting current content - will not work in IE <7  */
/* font size 6,7 = h1 */
#body-content font[size="6"], font[size="7"]{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #0097AC;
}


#body-content h2 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #0097AC;
	margin-bottom: -12px; /*added CG 4/5/07*/	
}

/*added CG for converting current content - will not work in IE <7  */
/* font size 5 = h2 */
#body-content font[size="5"]{ 
	font-size: 1.3em;
	font-weight: bold;
	color: #0097AC;
}

#body-content h3 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #0097AC;
	margin-bottom: -12px; /*added CG 4/5/07*/	
}

/*added CG for converting current content - will not work in IE <7  */
/* font size 4 = h3 */
#body-content font[size="4"]{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #0097AC;
}

#body-content p {
	padding-bottom: 18px;
	line-height: 16px;
}

#body-content p.options {
	padding-bottom: 0px;
}

#body-content ul {
	list-style-type: disc;
	color: #0097AC;
	padding-left: 30px;
}

/*added CG 30/4/07*/	
#body-content ol {
	list-style-type: decimal;
	padding-left: 30px;
}

/*added CG 24/5/07*/	
#body-content ul li {
	color: #000000;
}


#body-content ul span {
	color: #000000;
}

#body-content ul.option {
	list-style-type: none;
	padding-left: 12px;
	font-size: 1.1em;
	color: #000000;
}

#body-content strong {
	font-weight: bold;
}

#body-content li {
/*removed CG 30/4/07
	padding-bottom: 18px;
*/		
/*added CG 30/4/07 */
	padding-top: 6px;
	padding-bottom: 6px;
}

#body-content li span {
	color: #000000;
}

#body-content table li {
	padding-bottom: 0;
}

#body-content input,
#body-content select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#body-content input.bold-button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#body-content input.short-margin-top, 
#body-content select.short-margin-top {
	margin-top: 8px;
}

#body-content li a {
	color: #025D6A;
/*	color: #0097AC; changed CG 15/8/07 */  
}

#body-content li a:hover {
	color: #000000;
}

#body-content li strong {
	font-weight: bold;
}

#body-content li p {
	padding: 5px 0;
	margin: 0;
}

#body-content .pod2 .body ul {
	padding-left: 0;
	font-size: 1.1em;
}

#body-content table ul {
	font-size: 1.1em;
}

#body-content .pod2 h2 {
	color: #105086;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 1.5em;
}

#body-content .pod2 .options {
	font-size: 1.1em;
}

#breadcrumb {
	padding: 5px 10px 7px 10px;
	font-size: 0.9em;
	background-color: #DEF1F4;
	background-image: url(/fido/rwpgslib.nsf/bg_breadcrumbs_rhs.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin-bottom: 14px;
	margin-left: -10px;
	margin-right: -5px;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #000000;
}

#footer-container { 
	clear: both;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding-bottom: 10px;
}
* html #footer-container {
	padding-bottom: 0;
}
*:first-child+html #footer-container {
	padding-bottom: 0;
}

#footer-content {
	font-size: 0.9em;
}

#footer-content ul {
	padding-top: 6px;
	padding-right: 6px;
	float: right;
}

#footer-content li {
	float: left;
	border-left: 1px solid #000000;
	padding: 0 6px;
	line-height: 13px;
}

#footer-content li.first { 
	border-left: none;
}

#footer-content a, #footer-content span {
	display: block;
	text-decoration: none;
	margin-top: -2px;
}

#footer-content img {
	margin-left: 3px;
	margin-top: -1px;
}

/* Reusable Classes
************************************************************/

.tip { 
	color: #0097AC;
	background-color: #DFF2F4;
}

.clear {
	clear: both;
}

.spacer {
	height: 10px;
}

.smaller {
	font-size: 0.9em;
}

.option {
	background-image: url(/fido/rwpgslib.nsf/chevron_orange.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 9px;
}

.button-audio {
	background-image: url(/fido/rwpgslib.nsf/button_audio.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 60px;
	height: 18px;
	display: block;
	padding-top: 1px;
	padding-left: 24px;
}

.button-audio:link, 
.button-audio:active,
.button-audio:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.button-audio:hover { color: #FFFFFF; text-decoration: none; }

.pods-233 {
	float: right;
	width: 233px;
	overflow: hidden;
	margin-left: 5px;
}

.pods-233 .pod,
.pods-233 .pod3,
.pods-233 .pod4 {
	width: 241px;
}

.pods-233 .pod .footer div,
.pods-233 .pod3 .footer div,
.pods-233 .pod4 .footer div {
	width: 233px;
}

.pods-268 {
	float: right;
	width: 268px;
	overflow: hidden;
	margin-left: 5px;
}

.pods-268 .pod,
.pods-268 .pod3,
.pods-268 .pod4,
.pods-268 .pod5 { /* KD 14/07/09 */
	width: 276px;
}

.pods-268 .pod .footer div,
.pods-268 .pod3 .footer div,
.pods-268 .pod4 .footer div,
.pods-268 .pod5 .footer div { /* 14/07/09 */
	width: 268px;
}

.pod-features {
	width: 100%;
}


.pod, .pod3, .pod4,
.pod5, /* KD 14/07/09 */
.pod-features {
	margin-bottom: 5px;
}

.pod4 {
	color: #FFFFFF;
}

.pod .header,
.pod3 .header,
.pod3 .no-header .header,
.pod4 .header,
.pod-features .header {
	background-position: top left;
	background-repeat: no-repeat;
}

.pod .header {
	background-image: url(/fido/rwpgslib.nsf/pod_headerBG_lhs.gif);
	height: 25px;
}

.pod3 .header {
	background-image: url(/fido/rwpgslib.nsf/pod3_headerBG_lhs.gif);
	height: 25px;
}

.pod3 .no-header .header {
	border-bottom: none;
	height: 12px;
}

.pod4 .header {
	background-image: url(/fido/rwpgslib.nsf/pod4_headerBG_lhs.gif);
	height: 25px;
}


/* Start KD 13/07/09 */
.pod5 .header {
	background-image: url(/fido/rwpgslib.nsf/pod5_headerBG_lhs.gif);
	height: 25px;
}
/* End KD 13/07/09 */


* html .pod4 .header {
	height: 26px;
}
*:first-child+html .pod4 .header {
	height: 26px;
}

.pod-features .header {
	background-image: url(/fido/rwpgslib.nsf/headerBG_features_lhs.gif);
	height: 25px;
}

.pod .header h1,
.pod3 .header h1,
.pod3 .no-header .header h1,
.pod4 .header h1,
.pod5 .header h1, /* KD 13/07/09 */
.pod-features .header h1 {
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 8px;
	padding: 6px 0 0 8px;
}

.pod .header h1 {
	background-image: url(/fido/rwpgslib.nsf/pod_headerBG_rhs.gif);
	height: 19px;
}

.pod3 .header h1 {
	background-image: url(/fido/rwpgslib.nsf/pod3_headerBG_rhs.gif);
	height: 19px;
}

.pod3 .no-header .header h1 {
	background-image: url(/fido/rwpgslib.nsf/pod3_headerBG_rhs.gif);
	height: 12px;
	padding: 0;
}

.pod4 .header h1 {
	background-image: url(/fido/rwpgslib.nsf/pod4_headerBG_rhs.gif);
	height: 19px;
}


/* Start KD 13/07/09 */
.pod5 .header h1 {
	background-image: url(/fido/rwpgslib.nsf/pod5_headerBG_rhs.gif);
	height: 19px;
}
/* End KD 13/07/09 */


.pod-features .header h1 {
	background-image: url(/fido/rwpgslib.nsf/headerBG_features_rhs.gif);
	margin-right: 0;
	height: 19px;
}

.pod .body,
.pod3 .body,
.pod4 .body,
.pod5 .body,
.pod-features .body {
	border-top: 1px solid #FFFFFF;
	font-size: 0.9em;
}

.pod .body {
	background-color: #CCEAEE;
	padding: 8px 12px 0 10px;
}

.pod .gradient {
	background-image: url(/fido/rwpgslib.nsf/bg_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border-left: 1px solid #A6DBE1;
	background-color: transparent;
}

.pod3 .body {
	background-color: #DEF1F4;
	padding: 12px 12px 0 10px;
}

.pod3 .no-header .body {
	border-top: none;
	padding-top: 0;
}

.pod4 .body {
	background-color: #CC0000;
	padding: 8px 12px 0 10px;
}


/* Start KD 13/07/09 */
.pod5 .body {
	background-color: #CCEAEE;
	padding: 8px 12px 0 10px;
}
/* End KD 13/07/09 */


.pod-features .body {
	background-color: #FFFFFF;
	border-left: 1px solid #CCEAEE;
	border-right: 1px solid #CCEAEE;
}

.pod .has-next,
.pod3 .has-next,
.pod4 .has-next,
.pod-features .has-next {
	padding-bottom: 8px;
}

.pod .body label,
.pod3 .body label,
.pod4 .body label,
.pod-features .body label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

.pod .body select,
.pod3 .body select,
.pod4 .body select,
.pod-features .body select {
	width: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.pod .body input,
.pod3 .body input,
.pod4 .body input,
.pod-features .body input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}

.pod .body .options,
.pod3 .body .options,
.pod4 .body .options,
.pod-features .body .options {
	display: block;
	text-align: right;
	padding: 5px 12px 0 0;
}

.pod strong,
.pod3 strong,
.pod4 strong,
.pod-features strong {
	font-weight: bold;
}

.pod img,
.pod3 img,
.pod4 img,
.pod-features img {
	margin-right: 6px;
}

.pod .submit,
.pod3 .submit,
.pod4 .submit,
.pod-features .submit {
	float: right;
	margin: 0 5px;
}

.pod .button-quiz-go {
	float: right;
	margin-top: 8px;
	margin-right: 2px;
}

.pod .button-register {
	margin-top: -3px;
	vertical-align: middle;
}
* html .pod .button-register {
	margin-top: 0;
}
*:first-child+html .pod .button-register {
	margin-top: 0;
}

.pod .column-short {
	width: 150px;
}

.pod table,
.pod3 table,
.pod4 table,
.pod-features table {
	font-size: 1em;
}

.pod4 table {
	color: #FFFFFF;
}

.pod4 table td {
	padding: 2px 5px 5px 2px;
}

.pod-features table {
	margin-top: -5px;
	margin-bottom: -10px;
}

.pod table table,
.pod3 table table,
.pod4 table table,
.pod-features table table {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.pod table tr,
.pod3 table tr,
.pod4 table tr,
.pod-features table tr {
	margin: 5px 0;
}

.pod-features .alternate {
	background-color: #CCEAEE;
}

.pod-features table td {
	padding: 26px 10px 25px 10px;
}

/* IE5.x and IE6 hack */
* html .pod-features table td {
	padding: 24px 10px 24px 10px;
}

/* IE7 hack */
*:first-child+html .pod-features table td {
	padding: 24px 10px 24px 10px;
}

.pod-features table td td {
	padding: 0;
}

.pod .footer,
.pod3 .footer,
.pod4 .footer,
.pod-features .footer {
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 12px;
}

.pod .footer {
	background-image: url(/fido/rwpgslib.nsf/pod_BG_lhs.gif);
}

.pod3 .footer {
	background-image: url(/fido/rwpgslib.nsf/pod3_BG_lhs.gif);
}

.pod4 .footer {
	background-image: url(/fido/rwpgslib.nsf/pod4_BG_lhs.gif);
}

/* Start KD 13/07/09 */
.pod5 .footer {
	background-image: url(/fido/rwpgslib.nsf/pod5_BG_lhs.gif);
	background-position: left bottom;
}
/* End KD 13/07/09 */

.pod-features .footer {
	background-image: url(/fido/rwpgslib.nsf/bg_features_lhs.gif);
}

.pod .footer div,
.pod3 .footer div,
.pod4 .footer div,
.pod5 .footer div, /* KD 14/07/09 */
.pod-features .footer div {
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 12px;
}

.pod .footer div {
	background-image: url(/fido/rwpgslib.nsf/pod_BG_rhs.gif);
}

.pod3 .footer div {
	background-image: url(/fido/rwpgslib.nsf/pod3_BG_rhs.gif);
}

.pod4 .footer div {
	background-image: url(/fido/rwpgslib.nsf/pod4_BG_rhs.gif);
}

/* Start KD 13/07/09 */
.pod5 .footer div {
	background-image: url(/fido/rwpgslib.nsf/pod5_BG_rhs.gif);
}
/* End KD 13/07/09 */


.pod-features .footer div {
	background-image: url(/fido/rwpgslib.nsf/bg_features_rhs.gif);
}

.pod4 .body a:link, 
.pod4 .body a:active, 
.pod4 .body a:visited { color: #FFFFFF; }
.pod4 .body a:hover { color: #FFFFFF; }
.pod4 .body a:inactive { color: #FFFFFF; }

.pod2 {
	margin-bottom: 5px;
}

.pod2 .header {
	background-image: url(/fido/rwpgslib.nsf/subHeader_BG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
}

.pod2 .header h1 {
	margin-right: 8px;
	padding: 8px 0 0 12px;
	height: 19px;
}
* html #body-content .pod2 .header h1 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -1px;
}
*:first-child+html #body-content .pod2 .header h1 {
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -1px;
}

.bordered .header h1 {
	background-image: url(/fido/rwpgslib.nsf/subHeader_BG_border.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.pod2 .header .rss {
	font-size: 0.9em;
	float: right;
	margin-top: -18px;
	padding-right: 8px;
}

.pod2 .body {
	font-size: 0.9em;
	border-left: 1px solid #ABDBE2;
	padding: 12px 12px 10px 8px;
}

.pod2 .body .options {
	display: block;
	text-align: right;
}

.pod2 .body ul li {
	background-image: url(/fido/rwpgslib.nsf/chevron_orange.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-bottom: 7px;
	margin: 0;
	list-style-type: none;
	color: #000000;
}

.pod2 .body li {
	padding-bottom: 6px;
}

.pod2 .body ul strong {
	font-weight: bold;
}

.pod2 form td {
	font-size: 0.8em;
}

.pod2 table .option {
	font-size: 0.9em;
}

.pod2 input {
	padding: 1px;
}

.pod2 input,
.pod2 select {
	font-size: 0.9em;
}

.pod .body ul,
.pod2 .body ul,
.pod3 .body ul,
.pod4 .body ul,
.pod-features .body ul {
	padding-left: 3px;
}

.pod .body li,
.pod2 .body li,
.pod3 .body li,
.pod4 .body li,
.pod5 .body li, /* KD 13/07/09 */
.pod-features .body li {
	background-image: url(/fido/rwpgslib.nsf/chevron_orange.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 9px;
	padding-bottom: 7px;
}

.pod .body ul strong,
.pod2 .body ul strong,
.pod3 .body ul strong,
.pod4 .body ul strong,
.pod-features .body ul strong {
	font-weight: bold;
}

.pod .body .poster,
.pod2 .body .poster,
.pod3 .body .poster,
.pod4 .body .poster {
	margin: -8px -10px -8px -10px;
}
* html .pod .body .poster,
* html .pod2 .body .poster,
* html .pod3 .body .poster,
* html .pod4 .body .poster {
	margin: -9px -10px -8px -10px;
}
*:first-child+html .pod .body .poster,
*:first-child+html .pod2 .body .poster,
*:first-child+html .pod3 .body .poster,
*:first-child+html .pod4 .body .poster {
	margin: -9px -10px -8px -10px;
}

.pod .body .right-float-image,
.pod2 .body .right-float-image,
.pod3 .body .right-float-image,
.pod4 .body .right-float-image {
	position: absolute;
	margin-left: 146px;
	margin-top: -34px;
}
* html .pod .body .right-float-image,
* html .pod2 .body .right-float-image,
* html .pod3 .body .right-float-image,
* html .pod4 .body .right-float-image {
	margin-left: 74px;
	margin-top: -35px;
}
*:first-child+html .pod .body .right-float-image,
*:first-child+html .pod2 .body .right-float-image,
*:first-child+html .pod3 .body .right-float-image,
*:first-child+html .pod4 .body .right-float-image {
	margin-left: 74px;
}

.page-options {
	float: right;
	margin-top: -10px;
}

.end-page-options {
	text-align: right;
	width: 100%;
	border-top: 1px solid #7FCBD5;
	font-size: 0.9em;
	font-weight: bold;
}

table.simple  {
	margin: 10px 0;
}

table.bordered {
	border-top: 1px solid #D5E8F7;
	border-bottom: 1px solid #D5E8F7;
}

table.simple tr td {
	border-top: 1px solid #D5E8F7;
}

table.simple td {
	padding: 8px;
}

table.simple td.main-link {
	font-size: 1.2em;
	font-weight: bold;
}

table.simple tr.first td {
	border-top: none;
}

table.listing {
	font-size: 0.9em;
}

table.listing tr td {
	border-bottom: 1px solid #A8DDE2;
}

table.listing thead {
	background: #0096AC url(/fido/rwpgslib.nsf/nav_tab_rhs.gif) right top no-repeat;
	height: 40px;
}

table.listing thead tr {
	border-bottom: none;
}

table.listing th {
	background: #0096AC;
	border-left: 1px solid #FFFFFF;
}

table.listing th a,
table.listing th span {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 8px;
}
* html #body-content table.listing th a {
	color: #FFFFFF;
}

table.listing th.sortable a {
	background: transparent url(/fido/rwpgslib.nsf/ic_arrow_down_light.gif) right center no-repeat;
	padding-right: 26px;
}

table.listing th.selected a,
table.listing th.sortable a:hover {
	background: transparent url(/fido/rwpgslib.nsf/ic_down_arrow_selected.gif) right center no-repeat;
	font-weight: bold;
	color: #FFFFFF;
}

table.listing th.first {
	background: #0096AC url(/fido/rwpgslib.nsf/nav_tab_lhs.gif) left top no-repeat;
}

table.listing th.last {
	background: #0096AC url(/fido/rwpgslib.nsf/nav_tab_rhs.gif) right top no-repeat;
}

table.listing tr.alternate td {
	background-color: #F3FAFD;
}

table.listing td {
	padding: 10px 8px;
}

table.tabular {
	border-bottom: 1px solid #DAEBF9;
	border-right: 1px solid #DAEBF9;
}

table.tabular tr.alternate {
	background-color: #EEF4FB;
}

table.tabular tr.has-options td {
	padding-bottom: 10px;
}
* html table.tabular tr.has-options td {
	position: relative;
	padding-bottom: 70px;
}
*:first-child+html table.tabular tr.has-options td {
	position: relative;
	padding-bottom: 70px;
}

table.tabular .options {
	font-size: 0.9em;
	margin-bottom: 8px;
}
* html table.tabular .options {
	position: absolute;
	bottom: 18px;
	margin-top: 0;
}
*:first-child+html table.tabular .options {
	position: absolute;
	bottom: 18px;
	margin-top: 0;
}

table.tabular .options a {
	line-height: 16px;
}

table.tabular td {
	border-top: 1px solid #DAEBF9;
	border-left: 1px solid #DAEBF9;
	padding: 8px;
}

table.tabular tr.options-row td {
	border-top: none;
}

table.tabular td p,
#body-content table.tabular td p {
	padding-bottom: 0;
}

.record-info {
	padding: 10px 0;
}

.record-info .count-info {
	color: #0097AC;
	font-weight: bold;
}

.record-info .record-nav {
	float: right;
}

.record-info .record-nav span,
.record-info .record-nav a {
	padding: 0 2px;
}

.record-info .current {
	font-weight: bold;
}

.record-info .record-nav .button-prev {
	background: transparent url(/fido/rwpgslib.nsf/chevron_orange_rev.gif) left center no-repeat;
	padding-left: 10px;
}

.record-info .record-nav .button-next {
	background: transparent url(/fido/rwpgslib.nsf/chevron_orange.gif) right center no-repeat;
	padding-right: 10px;
}

.search-form label {
	font-weight: bold;
	color: #0096AC;
}