/* STANDARD SERVICES PAGE STYLES

Main page layout */
html {
	height: 100%;	
}
body {
	height: 100%;
	text-align: center;
	margin: 0px;
	background-image: url(images/bkgrnd_tile.gif);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.page, .int_page {
	width: 770px;
	height: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.top_bar {
	width: 768px;
	height: 94px;
	background-color: #ffffff;
	border-left: 1px solid #ced4d9;
	border-right: 1px solid #ced4d9;
}
* html .top_bar {
	width: 770px;
}
.main {
	float: left;
	width: 768px;
	border: 1px solid #ced4d9;
	border-top: none;
	padding-bottom: 8px;
	background-color: #ffffff;
	background-image: url(images/bkgrnd_fade.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
* html .main {
	width: 770px;
}
.int_page .main {
	background-image: url(images/int_bkgrnd_fade.jpg);
}
.base_bar {
	clear: both;
	width: 768px;
	height: 68px;
	background-color: #ffffff;
	border-left: 1px solid #ced4d9;
	border-right: 1px solid #ced4d9;
}
* html .base_bar {
	width: 770px;
}
.left_col {
	clear: both;
	float: left;
	margin: 8px 0px 8px 8px;
}
* html .left_col {
	margin: 8px 0px 8px 4px;
}
.right_col {
	float: left;
	margin: 8px 0px 8px 8px;
}
.center_col {
	width: 585px;
	float: left;
}
.center_row {
	float: left;
	width: 100%;
	height: auto;
	margin: 8px 0px 0px 0px;
}
* html .center_row {
	height: 100%;
}
.int_page .center_col {
	width: 402px;
	margin: 8px 0px 0px 8px;
}
* html .int_page .center_col {
	width: 400px;
}


/* Sub page layout */
.left_block, .left_feature_block {
	width: 165px;
	background-color: #f3f5f6;
	border: 1px solid #5b6975;
}
* html .left_block, * html .left_feature_block {
	width: 167px;
}
.left_feature_block {
	/* margin-top: 8px; */
	margin-bottom: 8px;
}
.center_block {
	width: 185px;
	background-color: #f9fafa;
	border: 1px solid #d7dee4;
	float: left;
	padding-bottom: 0.4em;
	background-image: url(images/themes/t00/colour_bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
* html .center_block {
	width: 187px;
	height: 100%;
}
.int_page .center_block {
	width: 400px;
	background-color: #ffffff;
	border: 1px solid #d7dee4;
	float: left;
	padding-bottom: 0em;
}
.int_page .center_feature_block {
	width: 400px;
	border: 1px solid #d7dee4;
	float: left;
	margin-top: 8px;
}
* html .int_page .center_block {
	width: 402px;
	height: 100%;
}
* html .int_page .center_feature_block {
	width: 402px;
}
.right_block {
	width: 165px;
	background-color: #f9fafa;
	border: 1px solid #d7dee4;
	margin-top: 8px;
}
.right_search_block {
	width: 165px;
	background-color: #f9fafa;
	border: 1px solid #5b6975;
	margin-bottom: 8px;
}
.right_atoz_block {
	width: 165px;
	background-color: #f9fafa;
	border: 1px solid #5b6975;
	margin-bottom: 8px;
}
.right_feature_block {
	width: 165px;
	background-color: #f9fafa;
	border: 1px solid #454e91;
	margin-bottom: 8px;
}
* html .right_block, * html .right_search_block, * html .right_feature_block, * html .right_atoz_block {
	width: 167px;
}


/* Content */
div {
	border-collapse: collapse;
}
h1, h2 {
	margin: 0px;
	display: none;
}
h3{
	margin: 0px;
	font-size: 140%;
}
.left_col h3, .right_col h3 {
	font-size: 100%;
}
h4 {
	margin: 0px;
	font-size: 100%;
}
a {
	color: #5b6975;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}
.note{
	font-size: 70%;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: right;
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: right;
}
.textCenter {
	text-align: center;
}
.title_bar {
	position: relative;
	height: 66px;
	background-image: url(images/top_bar_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title_img {
	position: relative;
	top: 10px;
	left: 26px;
}
.top_nav {
	position: relative;
	height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #293742;
	background-image: url(images/nav/nav_bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
* html .top_nav {
	margin-bottom: -27px;
}
.top_nav .links {
	padding-top: 4px;
}
.top_nav ul {
	list-style-type: none;
	margin: 0px 10px 0px 6px;
	padding: 0px;
	float: left;
}
* html .top_nav ul {
	height: 28px;
	margin: -4px 10px 0px 3px;
	padding: 4px 0px 0px 0px;
}
.top_nav .nav_main_home {
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	float: right;
	background-image: url(images/nav/divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 25px 6px 28px;
	vertical-align: baseline;
}
.top_nav li {
	display: inline;
	overflow: visible;
	padding: 4px 20px 4px 20px;
	margin: 0px;
	background-image: url(images/nav/divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
* html .top_nav li {
	padding: 4px 20px 4px 20px;
}
.top_nav .last_item {
	background-image: none;
}
.top_nav form {
	padding: 0px;
	margin: 0px;
}
.top_nav .keywords {
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding: 2px 6px 2px 6px;
	margin: 4px 4px 0px 0px;
	border: 1px solid #9ba6af;
}
* html .top_nav .keywords {
	width: 184px;
	height: 19px;
	padding: 2px 6px 2px 6px;
	margin: 2px 4px -1px 0px;
}
.top_nav .searchbutton {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5b6975;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.top_nav .divider {
	width: 3px;
	height: 24px;
	display: inline;
	margin: 0px 20px;
	padding: 0px;
	background-image: url(images/nav/divider.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.top_nav .divider img {
	width: 3px;
}
.top_nav a {
	color: #293742;
}
.left_block .header_base, .left_feature_block .header_base {
	background-image: url(images/header_emboss_dark_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left_block .header, .left_feature_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0.4em 7px 0.5em 7px;
	background-image: url(images/header_emboss_dark_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_block .header a {
	color: #FFFFFF;
}
.left_block .header a:hover {
	color: #FFFFFF;
}
.left_block .header h3 {
	background-image: url(images/icons/uplevel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;
}
.left_block .cats {
	background-image: url(images/icons/category.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	margin: 4px 0px 1px -1px;
}
.left_block .docs {
	background-image: url(images/icons/document.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	margin: 3px 0px 1px -4px;
}
* html .left_block .cats {
	height: 30px;
	margin-bottom: 0px;
	background-position: left bottom;
}
* html .left_block .docs {
	height: 35px;
	margin-bottom: 0px;
	background-position: left bottom;
}
.left_block .cats h4 {
	display: none;
}
.left_block .docs h4 {
	display: none;
}
.left_block .item, .left_feature_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item01 a, .left_feature_block .item01 a, item01 a 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #06cd47;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item02 a, .left_feature_block .item02 a, item02 a 
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #04dbce;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item03 a, .left_feature_block .item03 a, item03 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #047edb;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item04 a, .left_feature_block .item04 a, item04 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #6909ec;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item05 a, .left_feature_block .item05 a, .item05 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #c100f1;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item06 a, .left_feature_block .item06 a, .item06 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #e7006d;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item07 a, .left_feature_block .item07 a, .item07 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #ff0000;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item08 a, .left_feature_block .item08 a, .item08 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #ff7e00;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.left_block .item09 a, .left_feature_block .item09 a, .item09 a
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
  color: #ffea00;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}

/*
t01: green  (#06cd47)
t02: aqua   (#04dbce)
t03: blue   (#047edb)
t04: indigo (#6909ec)
t05: purple (#c100f1)
t06: pink   (#e7006d)
t07: red    (#ff0000)
t08: orange (#ff7e000
t09: yellow (#ffea00)
*/

  



.left_block .divider, .left_feature_block .divider {
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	margin: 0px 7px;
}
* html .left_block .divider, * html .left_feature_block .divider {
	height: 2px;
	overflow: hidden;
}

.center_block .header_base {
/*	background-image: url(images/header_emboss_light_base.gif);/**/
	background-image: url(images/header_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.center_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #40505d;
	padding: 0.3em 7px 0.5em 27px;
	background-image: url(images/header_emboss_top.gif);
/*	background-image: url(images/header_emboss_light_top.gif);/**/
	background-repeat: no-repeat;
	background-position: left top;
}
* html .center_block .header {
	text-indent: -3px;
}
.center_block .header a {
	color: #293742;
}
.center_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975;
	padding: 0.3em 0px 0.4em 0px;
	margin: 0px 7px;
}
.center_block .divider {
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	margin: 0px 7px;
}
* html .center_block .divider {
	height: 2px;
	overflow: hidden;
}
.center_block .item_mando {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #5b6975;
	padding: 0px;
	margin: 0px;
}
.center_block h1, .center_block h2 {
	display: block;
}
.center_block .item h1 {
	background-color: #e8ebed;
	border-top: 1px solid #ced4d9;
	border-bottom: 1px solid #ced4d9;
	padding: 0.5em 11px;
	margin: 4px -11px 0px -11px;
	color: #5b6975;
	font-size: 130%;
}
.center_block .item h2 {;
	background-color: #f5f5f5;
	border-top: 1px solid #ced4d9;
	border-bottom: 1px solid #ced4d9;
	padding: 0.4em 11px;
	margin: 4px -11px 0px -11px;
	color: #5b6975;
	font-size: 120%;
}
.center_block .item h3 {;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	border-bottom: 1px solid #ced4d9;
	padding: 0.3em 11px;
	margin: 4px -11px 0px -11px;
	color: #5b6975;
	font-size: 110%;
}
.center_block hr {
	height: 1px;
	border: 0;	
	background-color: #ced4d9;
}
.center_feature_block .header_base {
	background-image: url(images/header_feature_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.center_feature_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #40505d;
	padding: 0.4em 12px 0.5em 12px;
	background-image: url(images/header_feature_emboss_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.center_feature_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975;
	padding: 0.3em 0px 0.4em 0px;
	margin: 0px 7px;
}
.center_feature_block .divider {
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	margin: 0px 11px;
}
* html .center_feature_block .divider {
	height: 2px;
	overflow: hidden;
}
.center_feature_block ul ul {
	margin-left: 17px;
	margin-top: 3px;
	padding-left: 0px;
}
.center_feature_block .bullets {
	margin: 10px 10px 0px 16px;
	padding-left: 0px;
}
.center_feature_block li {
	list-style-image: url(images/themes/t00/bullet.gif);
	padding-bottom: 10px;
}
.center_feature_block li .sub {
	list-style-image: url(images/themes/t00/bullet_sub.gif);
	padding-bottom: 0px;
	margin-top: 5px;
}
.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975;
	padding: 0.3em 7px 0.4em 7px;
	border: 1px solid #ced4d9;
	margin-left: 8px;	
}
.int_page .center_block .header_base {
	background-image: url(images/header_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.int_page .center_block .header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	xcolor: #293742;
	color: #40505d;
	padding: 0.8em 12px;
	background-image: url(images/header_emboss_top.gif);
}
.int_page .center_feature_block .header h3 {
	font-size: 110%;
	color: #76838e;
}
.int_page .center_block .header h3 {
	font-size: 130%;
}
.int_page .center_block .intro {
	font-size: 75%;
	margin: 0px 11px;
	padding: 0em;
	border: none;
}
.int_page .center_block .item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b6975;
	padding: 0em;
	margin: 0px 11px;
}
.int_page .center_feature_block .item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b6975;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 11px;
}
.int_page .center_feature_block .item p
{
    margin-top:0.33em;
    margin-bottom:0.33em;
}
.int_page .center_feature_block .item td,
.int_page .center_feature_block .item th
{
  	border-bottom: 1px solid #ced4d9;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-top:0;
  }
.int_page .center_feature_block .item .lasttd
{
  	border-bottom: none;
}
.int_page .center_feature_block .item .desc {
	font-size: 90%;
	color: #76838e;
}
.int_page .center_block .item a, .int_page .center_block .item a:hover, .int_page .center_feature_block .item a, .int_page .center_feature_block .item a:hover {
	color: #5363d9;
}
.int_page .center_feature_block .fileinfo, .int_page .center_block .fileinfo {
	font-size: 80%;
	color: #9ba6af;
	margin-left: 10px;
	float: right;
}
.int_page .center_block .divider {
	height: 1px;
	margin: 0px;
	border-color: #d7dee4;
}
.int_page .center_block p {
	margin: 1em 0em;
	margin: 0.5em 0em;
}
.int_page .center_block .item_mando .item {
	font-size: 90%;
	margin: 11px;
}
.int_page .center_block .item .tblcontent {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.int_page .center_block .item .tblcontent td, .int_page .center_block .item .tblcontent th {
	padding: 3px;
	border: 1px solid #ffffff;
	vertical-align:top;
}
* html .int_page .center_block .item .tblcontent td, * html .int_page .center_block .item .tblcontent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b6975;
	text-align: left;
}
.int_page .center_block .item .tblcontent th {
	background-color: #f3f5f6;
}
.int_page .center_block .item .tblcontentborder {
	border-collapse: collapse;
	margin-bottom: 10px;
}
.int_page .center_block .item .tblcontentborder td, .int_page .center_block .item .tblcontentborder th {
	padding: 3px;
	border: 1px solid #d7dee4;
	vertical-align:top;
}
* html .int_page .center_block .item .tblcontentborder td, * html .int_page .center_block .item .tblcontentborder th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b6975;
	text-align: left;
}
.int_page .center_block .item .tblcontentborder th {
	background-color: #f3f5f6;
}
.int_page .center_block .item li {
	margin-left: -27px;
}
* html .int_page .center_block .item li {
	margin-left: -24px;
}
.center_block .item .picture {
	float: right;
}
.int_page iframe {
	width: 100%;
	height: 480px;
}
.right_block .header_base {
	background-image: url(images/header_emboss_med_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #76838e;
	padding: 0.4em 7px 0.5em 7px;
	background-image: url(images/header_emboss_med_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.icon_pdf, .icon_doc, .icon_xls, .icon_ppt, .icon_zip, .icon_htm, .icon_txt, .icon_img, .icon_unknown, .icon_weblink, .icon_relpage {
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	margin: 1px 0px 0px 0px;
}
.icon_pdf {
	background-image: url(images/icons/pdf.gif);
}
.icon_doc {
	background-image: url(images/icons/word.gif);
}
.icon_xls {
	background-image: url(images/icons/excel.gif);
}
.icon_ppt {
	background-image: url(images/icons/ppt.gif);
}
.icon_zip {
	background-image: url(images/icons/zip.gif);
}
.icon_htm {
	background-image: url(images/icons/html_file.gif);
}
.icon_txt {
	background-image: url(images/icons/text_file.gif);
}
.icon_img {
	background-image: url(images/icons/image.gif);
}
.icon_unknown {
	background-image: url(images/icons/unknown.gif);
}
.icon_table {
	background-image: url(images/icons/table.gif);
}
.icon_weblink {
	background-image: url(images/icons/weblink.gif);
}
.icon_relpage {
	background-image: url(images/icons/rel_pages.gif);
}
.icon_pdf h4, .icon_doc h4, .icon_xls h4, .icon_ppt h4, .icon_zip h4, .icon_htm h4, .icon_txt h4, .icon_img h4, .icon_unknown h4, .icon_weblink h4, .icon_relpage h4 {
	display: none;
}
.right_search_block .header_base {
	background-image: url(images/WDBC_search_form_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right_search_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	padding: 0.5em 0px 0.7em 7px;
	background-image: url(images/WDBC_search_form_emboss_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_search_block .header label {
	display: none;
}
.right_search_block .header form {
	width: 148px;
	margin: 22px 0px -5px 0px;
	text-align: right;
}
.right_search_block .searchbox {
	width: 137px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	padding: 2px 6px 2px 6px;
	margin: 4px 4px 0px 0px;
	border: 1px solid #9ba6af;
}
* html .right_search_block .searchbox {
	width: 151px;
	height: 19px;
	padding: 2px 6px 2px 6px;
	margin: 2px 4px -1px 0px;
}
.right_search_block #submit {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5b6975;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 2px -2px 0px 0px;
	cursor: pointer;
}
.right_block .item, .right_search_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975;
	padding: 0.3em 0px 0.4em 0px;
	margin: 0px 7px;
}
.int_page .right_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #5b6975;
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
}
.right_block .divider, .right_search_block .divider {
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	margin: 0px 7px;
}
* html .right_block .divider, * html .right_search_block .divider {
	height: 2px;
	overflow: hidden;
}
.right_atoz_block .header_base {
	background-image: url(images/WDBC_search_form_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right_atoz_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	padding: 0.5em 0px 0.7em 7px;
	background-image: url(images/WDBC_atoz_emboss_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_atoz_block h3 {
	margin: 0.6em 0px 0px 0px;
}

/* Right feature block - TEMP STYLES 
.right_feature_block .greenBoxHead, .right_feature_block .blueBoxHead {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #ffffff;
	background-color: #454e91;
	padding: 0.5em 7px;
	margin: -0.6em -7px;
}*/
.right_feature_block {
	font-size: 70%;
}

.right_feature_block td
{ 
  	border-bottom: 1px solid #ced4d9;
    margin-top:0;
    margin-bottom:0;
    padding-top:0;
    padding-top:0;
    }

.icon_map, .icon_phone, .icon_fax, .icon_email, .icon_web {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 3px 0px 2px 22px;
	margin: 3px 0px -3px 0px;
}
.icon_map {
	background-image: url(images/icons/map.gif);
}
.icon_phone {
	background-image: url(images/icons/phone.gif);
}
.icon_fax {
	background-image: url(images/icons/fax.gif);
}
.icon_email {
	background-image: url(images/icons/email.gif);
}
.icon_web {
	background-image: url(images/icons/webpage.gif);
}

/*.right_feature_block img[src="graphics/email.gif"] {
	width: 16px;
	height: 16px;
	margin: 4px 5px -4px 0px;
	padding-bottom: 2px;
}

.right_feature_block a, .right_feature_block a:hover {
	color: #5363d9;
}*/


.right_feature_block .header_base {
	background-image: url(images/header_right_feature_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.right_feature_block .header {
	xheight: 19px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #ffffff;
	padding: 0.5em 7px 0.8em 7px;
	background-image: url(images/header_right_feature_emboss_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.right_feature_block .item {
	padding: 7px;
}
* html .right_feature_block .item p {
	margin: 10px 0px;
}
.right_promo_block .promo {
	clear: both;
	margin-bottom: 8px;	
}


.img_block {
	border: 1px solid #d7dee4;
	float: left;
	margin: 0px 11px 11px 0px;
}
* html .img_block {
	margin-top: 11px;
}
.page_img {
	xborder-top: 3px solid #293742;
	clear: both;
	float: right;
	margin: 0px 0px 10px 10px;
}
.right_button_block {
	margin-top: 16px;
	clear: both;	
}
.right_button_block a {
	text-decoration: none;
}
.button_01, .button_02, .button_03, .button_04 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #76828e;
	padding: 18px 8px 5px 8px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid #ced4d9;
	margin-top: 5px;
	line-height: 1.3em;
}
.button_01 {
	background-image: url(images/buttons/ask_a_question.gif);
}
.button_02 {
	background-image: url(images/buttons/make_a_complaint.gif);
	text-align: right;
}
.button_03 {
	background-image: url(images/buttons/give_us_feedback.gif);
}
.button_04 {
	background-image: url(images/buttons/report_a_problem.gif);
	text-align: right;
}
.copyright {
	height: 21px;
	background-color: #ced4d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #ffffff;
}
.copyright ul {
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}
.copyright .links{
	width: 600px;
	float: left;
}
.copyright li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.copyright a {
	color: #ffffff;
}
.top_link {
	float: right;
	color: #293742;
	margin: 0.3em 10px;
	padding: 0px;
}
.top_link a {
	color: #293742;
}
.base_nav {
	height: 43px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #76838e;
	text-align: center;
	position: relative;
}
.base_nav .links {
	width: 500px;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;

	width: 575px;
	margin-left: 50px;

}
.base_nav ul {
	list-style-type: none;
	margin: 0px 10px;
	padding: 0px;
}
.base_nav li {
	display: inline;
}
.base_nav a {
	color: #76838e;
}
.base_bar .divider_dark {
	font-size: 130%;
	color: #adb6be;
	margin-right: -5px;
}
* html .base_bar .divider_dark {
	margin-right: -6px;
}
.base_bar .divider_light {
	font-size: 130%;
	color: #eef0f2;
}
.directgov {
	position: absolute;
	right: 14px;
	top: 11px;
}
.wai {
	position: absolute;
	left: 14px;
	top: 6px;
}

/* crumb trail navigation */
.crumbline {
	height: 19px;
	width: 743px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #76838e;
	margin: 8px 0px 0px 8px;
	padding: 4px 0px 0px 7px;
	border: 1px solid #ced4d9;
}
* html .crumbline {
	width: 752px;
	height: 25px;	
}
.crumbintro {
	float: left;
	margin-right: 11px;
}
.crumbs {
	float: left;
}
.crumbs ul {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.crumbs ul li {
	display: inline;
}
.crumbtrail {
	color: #293742;
	text-decoration: none;
}
.crumbtrail:hover {
	color: #293742;
	text-decoration: underline;
}
#bookmark {	
	float: right;
	margin-right: 10px;
	display: none;
}

/* Header boxes */
.header_box, .header_box_a_to_z, .header_box_contact, .header_box_the_council, .header_box_services, .header_box_our_area, .header_box_news, .header_box_partnerships {
	width: 165px;
	height: 23px;
	position: absolute;
	top: 4px;
	right: 8px;
	border: 1px solid #9ba6af;
	background-image: url(images/header_box/header_default.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
* html .header_box, * html .header_box_a_to_z, * html .header_box_contact, * html .header_box_the_council, * html .header_box_services, * html .header_box_our_area, * html .header_box_news, * html .header_box_partnerships {
	width: 167px;
	height: 25px;
}
.header_box_a_to_z {
	background-image: url(images/header_box/header_a_to_z.gif);
}
.header_box_contact {
	background-image: url(images/header_box/header_contact.gif);
}
.header_box_the_council {
	background-image: url(images/header_box/header_the_council.gif);
}
.header_box_services {
	background-image: url(images/header_box/header_services.gif);
}
.header_box_our_area {
	background-image: url(images/header_box/header_our_area.gif);
}
.header_box_news {
	background-image: url(images/header_box/header_news.gif);
}
.header_box_partnerships {
	background-image: url(images/header_box/header_partnerships.gif);
}


/**** SPECIFIC PAGE STYLES ****/

/* Homepage styles */
.pollForm {
	margin-bottom: 8px;
}
.pollForm .left_feature_block {
	margin-top: 0px;
}
.pollForm .left_feature_block .header_base {
	background-image: url(images/header_left_feature_emboss_base.gif);
}
.pollForm .left_feature_block .header {
	background-image: url(images/header_left_feature_emboss_top.gif);
	padding: 0.4em 7px 0.6em 7px;
}
.pollSubmit {
	height: 20px;
}
.pollSubmit label {
	display: none;
}
.pollForm .votebutton {
	position: relative;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #5b6975;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px -2px 2px 0px;
	cursor: pointer;
}
* html .pollForm .votebutton {
	margin: 0px -20px 0px 0px;	
}
.pollbar {
	background-image: url(images/pollbarguide.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.pollbartext {
	float: right;
	font-size: 85%;
	margin: 0px 0px 4px 0px;
}
.left_light_block {
	width: 165px;
	background-color: #f9fafa;
	border: 1px solid #d7dee4;
	margin-top: 8px;
}
* html .left_light_block {
	width: 167px;
}
.left_light_block .header_base {
	background-image: url(images/header_emboss_med_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.left_light_block .header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #76838e;
	padding: 0.4em 7px 0.5em 7px;
	background-image: url(images/header_emboss_med_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.left_light_block .item {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975;
	padding: 0.3em 0px 0.4em 0px;
	margin: 0px 7px;
}
.left_light_block .divider {
	height: 1px;
	background-color: #ffffff;
	border-top: 1px solid #ced4d9;
	margin: 0px 7px;
}
* html .left_light_block .divider {
	height: 2px;
	overflow: hidden;
}


/* Planning list styles */
.center_col .item .planID, .center_col .item .planOfficer {
	float: left;
	clear: left;
}
.center_col .item .planDetail {
	clear: left;
}
.center_col .item .planMapInfo, .center_col .item .planDate {
	float: right;
}
.center_col .item .mapLink {
	position: relative;
	top: -5px;
	margin-right: 2px;
}
.center_col .item .planMapIcon {
	position: relative;
	top: -1px;
}
.center_col .item .planSigDateLink {
	clear: both;
}

/* Committee / Pinfo styles */
.center_col .item .contactDet {
	clear: both;
	padding: 0px 0px 5px 0px;
}
* html .center_col .item .contactDet {
	padding: 0px 0px 0px 0px;
}
.center_col .item .contactDetLink {
	float: left;
	padding-right: 7px;
}
* html .center_col .item .contactDetLink {
	padding-right: 4px;
}
.center_col .item .contactDet img {
	position: relative;
	top: -1px;
}

/* Agenda styles */
.center_col .item .agendaItem {
	clear: both;
	padding: 3px 0px 1px 0px;
}
.center_col .item .agendaDocImg {
	float: left;
}
.center_col .item .agendaDocLink {
	padding: 0px 0px 0px 26px;
	margin: 2px 0px 2px 0px;
}

/* Property Search / Sport Search styles */
.simpleSearchArea {
	background-image: url(images/header_emboss_base.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom: 1px solid #ced4d9;
	float: left;
	margin: 0px -22px 0px 0px;
	padding: 0px 0px 0px -10px;
}
* html .simpleSearchArea {
	margin: 0px 0px 0px 0px;
}
.simpleSearchAreaTop {
	margin: 0px;
	padding: 11px;
	background-image: url(images/header_emboss_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.simpleSearchArea .item b {
	margin: 0px 0px 0px -11px;
}
.simpleSearch {
	margin: 0px;
	padding: 0px;
}
.simpleSearchArea select, .simpleSearchArea input {
	margin: 3px 0px 4px -11px;
}
.simpleSearchArea .simpleSearchButton {
	float: right;
}
.simpleSearchArea .simpleSearchButton input {
	position: relative;
	top: 8px;
	right: -10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #5b6975;
	background-color: transparent;
	border: none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
* html .simpleSearchArea .simpleSearchButton input {
	right: -20px;
}
.simpleSearchArea .simpleSearchInfo {
	position: relative;
	top: 4px;
	left: -11px;
	margin-bottom: 15px;
}

/* Property Search styles */
.prop {
	margin: 6px 0px;
	line-height: 130%;
}

/* Sport Search styles */
.sportSearchBlock {
	float: left;
	margin-bottom: 10px;
}
.sportSearch .simpleSearchArea {
	margin: 0px -22px 10px 0px;
	padding: 0px 0px 10px -10px;
}
* html .sportSearch .simpleSearchArea {
	margin: 0px 0px 0px 0px;
}
.sportSearch .simpleSearchArea .simpleSearchButton input {
	top: 19px;
	right: -10px;
}
* html .sportSearch .simpleSearchArea .simpleSearchButton input {
	right: -20px;
}
.sport {
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 22px;
	background-image: url(graphics/soccerb.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* FocsaRounds Search styles */

.focsaSearch .simpleSearchArea .simpleSearchButton input {
	top: 19px;
	right: -10px;
}
* html .focsaSearch .simpleSearchArea .simpleSearchButton input {
	right: -20px;
}
.focsaHeader, .focsaHeaderRt {
	font-weight: bold;
	padding: 12px 0px 6px 0px;
	clear: left;
}
.focsaHeaderRt {
	float: right;
}
* html .focsaHeader, * html .focsaHeaderRt {
	margin-top: -19px;
}
.focsaResult, .focsaResultRt {
	padding: 4px 0px;
}
.focsaResultRt {
	float: right;
	margin-left: 10px;
}

/* Outside Bodies Search styles */

.outBodSearch .simpleSearchArea .simpleSearchButton input {
	top: 19px;
	right: -10px;
}
* html .outBodSearch .simpleSearchArea .simpleSearchButton input {
	right: -20px;
}
.outBodHeader {
	font-weight: bold;
	padding: 12px 0px 6px 0px;
	clear: left;
}
* html .outBodHeader {
	margin-top: -19px;
}
.outBodResult {
	padding: 4px 0px;
}

/* Ward Info styles */
.memberImg {
	float: right;
	margin-top: 10px;	
}
.memberParty {
	margin-top: 10px;
	padding: 0.3em 7px 0.4em 7px;
	font-weight: bold;
}

/* Civic Functions styles */
.eventMonth {
	margin: 5px 0px;
}
.eventDetailItem {
	font-weight: bold;
}


/* Themes: 
t01: green  (#06cd47)
t02: aqua   (#04dbce)
t03: blue   (#047edb)
t04: indigo (#6909ec)
t05: purple (#c100f1)
t06: pink   (#e7006d)
t07: red    (#ff0000)
t08: orange (#ff7e000
t09: yellow (#ffea00)*/
/*.t00, .t01, .t02, .t03, .t04, .t05, .t06, .t07, .t08, .t09 {
	height: 100%;
	float: left;
	padding: 0px 0px 0px 8px;
}
.int_page .t01, .int_page .t02, .int_page .t03, .int_page .t04, .int_page .t05, .int_page .t06, .int_page .t07, .int_page .t08, .int_page .t09 {
	padding: 0px;
}*/
.color_bar {
	background-color: #000000;
	height: 4px;
	overflow: hidden;
}
.color_box {
	width: 19px;
	height: 19px;
	position: relative;
	top: 2px;
	left: 2px;
	float: left;
	background-image: url(images/colour_box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


/* Theme t01: green (#06cd47) 
.t01 .color_bar {
	background-color: #06cd47; 
}
.t01 .color_box {
	background-image: url(images/themes/t01/colour_box.gif);
}
.t01 .center_block {
	background-image: url(images/themes/t01/colour_bar.gif);
}
.t01 .title_bar {
	background-image: url(images/themes/t01/top_bar_bkgrnd.jpg);
}
.int_page .t01 .center_block .header_base {
	background-image: url(images/themes/t01/header_emboss_base.gif);
}
.int_page .t01 .center_block .header {
	color: #06cd47;
	background-image: url(images/themes/t01/header_emboss_top.gif);
}
.t01 .center_feature_block .header {
	background-image: url(images/themes/t01/center_feature_header_emboss_top.gif);
}
.t01 .right_feature_block .header_base {
	background-image: url(images/themes/t01/right_feature_header_emboss_base.gif);
}
.t01 .right_feature_block .header {
	background-image: url(images/themes/t01/right_feature_header_emboss_top.gif);
}
.t01 .right_feature_block {
	border: 1px solid #06cd47;
}
.t01 .page_img {
	border-color: #06cd47;
}
.t01 .center_feature_block li {
	list-style-image: url(images/themes/t01/bullet.gif);
}
.t01 .center_feature_block li .sub {
	list-style-image: url(images/themes/t01/bullet_sub.gif);
}*/

/* Theme t02: aqua (#04dbce) 
.t02 .color_bar {
	background-color: #04dbce; 
}
.t02 .color_box {
	background-image: url(images/themes/t02/colour_box.gif);
}
.t02 .center_block {
	background-image: url(images/themes/t02/colour_bar.gif);
}
.t02 .title_bar {
	background-image: url(images/themes/t02/top_bar_bkgrnd.jpg);
}
.int_page .t02 .center_block .header_base {
	background-image: url(images/themes/t02/header_emboss_base.gif);
}
.int_page .t02 .center_block .header {
	color: #04dbce;
	background-image: url(images/themes/t02/header_emboss_top.gif);
}
.t02 .center_feature_block .header {
	background-image: url(images/themes/t02/center_feature_header_emboss_top.gif);
}
.t02 .right_feature_block .header_base {
	background-image: url(images/themes/t02/right_feature_header_emboss_base.gif);
}
.t02 .right_feature_block .header {
	background-image: url(images/themes/t02/right_feature_header_emboss_top.gif);
}
.t02 .right_feature_block {
	border: 1px solid #04dbce;
}
.t02 .page_img {
	border-color: #04dbce;
}
.t02 .center_feature_block li {
	list-style-image: url(images/themes/t02/bullet.gif);
}
.t02 .center_feature_block li .sub {
	list-style-image: url(images/themes/t02/bullet_sub.gif);
}*/

/* Theme t03: blue (#047edb) 
.t03 .color_bar {
	background-color: #047edb; 
}
.t03 .color_box {
	background-image: url(images/themes/t03/colour_box.gif);
}
.t03 .center_block {
	background-image: url(images/themes/t03/colour_bar.gif);
}
.t03 .title_bar {
	background-image: url(images/themes/t03/top_bar_bkgrnd.jpg);
}
.int_page .t03 .center_block .header_base {
	background-image: url(images/themes/t03/header_emboss_base.gif);
}
.int_page .t03 .center_block .header {
	color: #047edb;
	background-image: url(images/themes/t03/header_emboss_top.gif);
}
.t03 .center_feature_block .header {
	background-image: url(images/themes/t03/center_feature_header_emboss_top.gif);
}
.t03 .right_feature_block .header_base {
	background-image: url(images/themes/t03/right_feature_header_emboss_base.gif);
}
.t03 .right_feature_block .header {
	background-image: url(images/themes/t03/right_feature_header_emboss_top.gif);
}
.t03 .right_feature_block {
	border: 1px solid #047edb;
}
.t03 .page_img {
	border-color: #047edb;
}
.t03 .center_feature_block li {
	list-style-image: url(images/themes/t03/bullet.gif);
}
.t03 .center_feature_block li .sub {
	list-style-image: url(images/themes/t03/bullet_sub.gif);
}*/

/* Theme t04: indigo (#6909ec) 
.t04 .color_bar {
	background-color: #6909ec; 
}
.t04 .color_box {
	background-image: url(images/themes/t04/colour_box.gif);
}
.t04 .center_block {
	background-image: url(images/themes/t04/colour_bar.gif);
}
.t04 .title_bar {
	background-image: url(images/themes/t04/top_bar_bkgrnd.jpg);
}
.int_page .t04 .center_block .header_base {
	background-image: url(images/themes/t04/header_emboss_base.gif);
}
.int_page .t04 .center_block .header {
	color: #6909ec;
	background-image: url(images/themes/t04/header_emboss_top.gif);
}
.t04 .center_feature_block .header {
	background-image: url(images/themes/t04/center_feature_header_emboss_top.gif);
}
.t04 .right_feature_block .header_base {
	background-image: url(images/themes/t04/right_feature_header_emboss_base.gif);
}
.t04 .right_feature_block .header {
	background-image: url(images/themes/t04/right_feature_header_emboss_top.gif);
}
.t04 .right_feature_block {
	border: 1px solid #6909ec;
}
.t04 .page_img {
	border-color: #6909ec;
}
.t04 .center_feature_block li {
	list-style-image: url(images/themes/t04/bullet.gif);
}
.t04 .center_feature_block li .sub {
	list-style-image: url(images/themes/t04/bullet_sub.gif);
}*/

/* Theme t05: purple (#c100f1) 
.t05 .color_bar {
	background-color: #c100f1; 
}
.t05 .color_box {
	background-image: url(images/themes/t05/colour_box.gif);
}
.t05 .center_block {
	background-image: url(images/themes/t05/colour_bar.gif);
}
.t05 .title_bar {
	background-image: url(images/themes/t05/top_bar_bkgrnd.jpg);
}
.int_page .t05 .center_block .header_base {
	background-image: url(images/themes/t05/header_emboss_base.gif);
}
.int_page .t05 .center_block .header {
	color: #c100f1;
	background-image: url(images/themes/t05/header_emboss_top.gif);
}
.t05 .center_feature_block .header {
	background-image: url(images/themes/t05/center_feature_header_emboss_top.gif);
}
.t05 .right_feature_block .header_base {
	background-image: url(images/themes/t05/right_feature_header_emboss_base.gif);
}
.t05 .right_feature_block .header {
	background-image: url(images/themes/t05/right_feature_header_emboss_top.gif);
}
.t05 .right_feature_block {
	border: 1px solid #c100f1;
}
.t05 .page_img {
	border-color: #c100f1;
}
.t05 .center_feature_block li {
	list-style-image: url(images/themes/t05/bullet.gif);
}
.t05 .center_feature_block li .sub {
	list-style-image: url(images/themes/t05/bullet_sub.gif);
}*/

/* Theme t06: pink   (#e7006d) 
.t06 .color_bar {
	background-color: #e7006d; 
}
.t06 .color_box {
	background-image: url(images/themes/t06/colour_box.gif);
}
.t06 .center_block {
	background-image: url(images/themes/t06/colour_bar.gif);
}
.t06 .title_bar {
	background-image: url(images/themes/t06/top_bar_bkgrnd.jpg);
}
.int_page .t06 .center_block .header_base {
	background-image: url(images/themes/t06/header_emboss_base.gif);
}
.int_page .t06 .center_block .header {
	color: #e7006d;
	background-image: url(images/themes/t06/header_emboss_top.gif);
}
.t06 .center_feature_block .header {
	background-image: url(images/themes/t06/center_feature_header_emboss_top.gif);
}
.t06 .right_feature_block .header_base {
	background-image: url(images/themes/t06/right_feature_header_emboss_base.gif);
}
.t06 .right_feature_block .header {
	background-image: url(images/themes/t06/right_feature_header_emboss_top.gif);
}
.t06 .right_feature_block {
	border: 1px solid #e7006d;
}
.t06 .page_img {
	border-color: #e7006d;
}
.t06 .center_feature_block li {
	list-style-image: url(images/themes/t06/bullet.gif);
}
.t06 .center_feature_block li .sub {
	list-style-image: url(images/themes/t06/bullet_sub.gif);
}*/

/* Theme t07: red    (#ff0000) 
.t07 .color_bar {
	background-color: #ff0000; 
}
.t07 .color_box {
	background-image: url(images/themes/t07/colour_box.gif);
}
.t07 .center_block {
	background-image: url(images/themes/t07/colour_bar.gif);
}
.t07 .title_bar {
	background-image: url(images/themes/t07/top_bar_bkgrnd.jpg);
}
.int_page .t07 .center_block .header_base {
	background-image: url(images/themes/t07/header_emboss_base.gif);
}
.int_page .t07 .center_block .header {
	color: #ff0000;
	background-image: url(images/themes/t07/header_emboss_top.gif);
}
.t07 .center_feature_block .header {
	background-image: url(images/themes/t07/center_feature_header_emboss_top.gif);
}
.t07 .right_feature_block .header_base {
	background-image: url(images/themes/t07/right_feature_header_emboss_base.gif);
}
.t07 .right_feature_block .header {
	background-image: url(images/themes/t07/right_feature_header_emboss_top.gif);
}
.t07 .right_feature_block {
	border: 1px solid #ff0000;
}
.t07 .page_img {
	border-color: #ff0000;
}
.t07 .center_feature_block li {
	list-style-image: url(images/themes/t07/bullet.gif);
}
.t07 .center_feature_block li .sub {
	list-style-image: url(images/themes/t07/bullet_sub.gif);
}*/

/* Theme t08: orange (#ff7e00 
.t08 .color_bar {
	background-color: #ff7e00; 
}
.t08 .color_box {
	background-image: url(images/themes/t08/colour_box.gif);
}
.t08 .center_block {
	background-image: url(images/themes/t08/colour_bar.gif);
}
.t08 .title_bar {
	background-image: url(images/themes/t08/top_bar_bkgrnd.jpg);
}
.int_page .t08 .center_block .header_base {
	background-image: url(images/themes/t08/header_emboss_base.gif);
}
.int_page .t08 .center_block .header {
	color: #ff7e00;
	background-image: url(images/themes/t08/header_emboss_top.gif);
}
.t08 .center_feature_block .header {
	background-image: url(images/themes/t08/center_feature_header_emboss_top.gif);
}
.t08 .right_feature_block .header_base {
	background-image: url(images/themes/t08/right_feature_header_emboss_base.gif);
}
.t08 .right_feature_block .header {
	background-image: url(images/themes/t08/right_feature_header_emboss_top.gif);
}
.t08 .right_feature_block {
	border: 1px solid #ff7e00;
}
.t08 .page_img {
	border-color: #ff7e00;
}
.t08 .center_feature_block li {
	list-style-image: url(images/themes/t08/bullet.gif);
}
.t08 .center_feature_block li .sub {
	list-style-image: url(images/themes/t08/bullet_sub.gif);
}*/

/* Theme t09:
	yellow (#ffea00) 
	yellow text (#ffd200) 
.t09 .color_bar {
	background-color: #ffd200; 
}
.t09 .color_box {
	background-image: url(images/themes/t09/colour_box.gif);
}
.t09 .center_block {
	background-image: url(images/themes/t09/colour_bar.gif);
}
.t09 .title_bar {
	background-image: url(images/themes/t09/top_bar_bkgrnd.jpg);
}
.int_page .t09 .center_block .header_base {
	background-image: url(images/themes/t09/header_emboss_base.gif);
}
.int_page .t09 .center_block .header {
	color: #ffd200;
	background-image: url(images/themes/t09/header_emboss_top.gif);
}
.t09 .center_feature_block .header {
	background-image: url(images/themes/t09/center_feature_header_emboss_top.gif);
}
.t09 .right_feature_block .header_base {
	background-image: url(images/themes/t09/right_feature_header_emboss_base.gif);
}
.t09 .right_feature_block .header {
	background-image: url(images/themes/t09/right_feature_header_emboss_top.gif);
}
.t09 .right_feature_block {
	border: 1px solid #ffd200;
}
.t09 .page_img {
	border-color: #ffd200;
}
.t09 .center_feature_block li {
	list-style-image: url(images/themes/t09/bullet.gif);
}
.t09 .center_feature_block li .sub {
	list-style-image: url(images/themes/t09/bullet_sub.gif);
}*/


.int_page .center_block {
	background-image: none;
}

/* Service connection colours */

.svc00 
{
  	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #000000;}
.svc01 
{
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #06CD47;}
.svc02 
{
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #04DBCE;}
.svc03 
{
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #047EDB;}
.svc04 
{
    	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #6909EC;}
.svc05 {   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #C100F1;}
.svc06 {   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #E7006D;}
.svc07 {   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #FF0000;}
.svc08 {   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #FF7E00;}
.svc09 {   	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #5b6975; 
	padding: 0.1em 0px 0.2em 0px;
	margin: 0px 7px;
color: #FFD200;}
  

.banner /* style for new banner element */
{
    padding:0;
    margin:0;
    margin-bottom:0.5em;
    width:auto;
    border: 1px solid #5B6975;
}

