body {
	margin: 0px;
	background: #FFFFFF;
}
body.chrome {
	margin: 0px;
	background: #669999;
}
.bodycolor {
	background: #FFFFFF;
}

/* ******************************************************************************
   General Page Descriptions
   ******************************************************************************
*/

.content-bg {
	background: #FFFFFF;
}

.contentpane {
	background: #FFFFFF;
}

.contentpaneopen {
	color: #364D60;
	border: 0px ridge #0099CC;
	width: 100%;
	padding: 1px;
}

.contentheading, .componentheading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #707D9D;
	text-align: left;
}


/* More Links at bottom of configured pages */
.morelinks-header {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.morelinks-content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/* For content item titles that are hyperlink instead of Read On */
a.readon:link, a.readon:visited, a.readon:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #707D9D;
	text-align: left;
	font-weight: bold;
}

a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #103A68;
	text-align:left;
}
a.contentpagetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #D88630;
	text-decoration: underline;
}

a.category:link, a.category:visited {
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

a.plain:link, a.plain:visited {
	color: #364D60;
	text-decoration: none;
}

a.plain:hover {
	color: #364D60;
	text-decoration: underline;
}

a.plain_home:link, a.plain_home:visited {
	color: #000000;
	text-decoration: none;
}

a.plain_home:hover {
	color: #000000;
}

a.back-to-search:link, a.back-to-search:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5FED;
	font-weight: bold;
}
a.back-to-search:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5FED;
	font-weight: bold;
	text-decoration: underline;
}

a:link, a:visited {
	color: #5F5FED;
	text-decoration: none;
}

a:hover {
	color: #5F5FED;
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 15px;
	padding-left: 16px;
	padding-top: 0px;
	background-image: url(../images/arrows_right_orange.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

td, tr, p, div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

hr {
	background: #999999;
	height: 1px;
	width: 100%;
}


/* Form Controls */
.button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #CCCCCC;
}

.inputbox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}


/* For title or site name and tag-line */
.title {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}

.subtitle {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}

table.contenttoc {
	color: #333300;
	background-color: #E0E0E0;
	border: 1px solid #333;
}

table.contenttoc td {
	font-size: 8pt;
	font-weight: normal;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	background-color: #293C43;
	color: #FFFFFF;
	font-weight: bold;
}


/* Article date/time details */
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707D9D;
	text-decoration: none;
	font-weight: bold;
}

.smalldark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.subtitle {
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}

.createdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #516699;
	text-align: left;
}

.modifydate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707D9D;
	text-align: left;
}


/* ******************************************************************************
   Navigation Descriptions
   ******************************************************************************
*/

#mainlevel-nav {
	margin: 0;
	padding: 0;
}
#mainlevel-nav li {
	background-image: none;
	padding-left: 0px;
	list-style:none;
	float: right;
	margin: 0;
	width: 15.5%;
	font-size: 10px;
	line-height: 20px;
	white-space: nowrap;
	text-indent: 15px;
}
#mainlevel-nav a {
	display: block;
	float: right;
	text-decoration: none;
	border: 1px solid;
	border-color: #FFF #CC3300 #CC3300 #FFF;
	background: #FF9933 url(../images/vmenu_bgr.png) 2px no-repeat;
	color: white;
}
#mainlevel-nav a {
	float: none;
}
#mainlevel-nav a:hover {
	background: #FF6600 url(../images/vmenu_bgr.png) 2px no-repeat;
}

#active_menu {
	color: #000000;
	font-weight: normal;
}


/* ***** --Menu Default Class Settings-- ***** */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/menu_bgr.png);
	background-repeat: no-repeat;
	width: 95%;
	text-indent: 15px;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 1px;
}
a.mainlevel:hover {
	color: #333333;
}

a.mainmenu:link, a.mainmenu:visited {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

a.mainmenu:hover {
	color: #333333;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	color: #FF6600;
	text-align: left;
}


a.sublevel:hover {
	color: #FF9E31;
	text-decoration: none;
}

table.moduletable {
	padding: 5px 0px 5px 8px;
	margin-bottom: 15px;
	width: 100%;
	background: url(../images/bgr.png);
}

table.moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	width: 100%;
	letter-spacing: 2px;
	text-indent: 5px;
	padding-bottom: 3px;
}

table.moduletable li {
}

table.moduletable ul {
	padding: 0px;
}
table.moduletable td {
	font-size: 10px;
	font-weight: normal;
}


/* ******************************************************************************
   Page Component Descriptions
   ******************************************************************************
*/

/* Setting for the homepage right-column */
.home_rightcolumn_bg {
	background: #C9D9E3;
}
.home_ad_space_bg {
	background: #C5DCCB;
}


/* Setting for the contentpage  */
.content_middlecolumn_bg {
	background: #F0F6F4;
}
.content_columndivider_bg {
	background: #F4A60E;
}
.content_rightcolumn_bg {
	background: #E3F5FF;
}
.content_rightcolumn_component_bg {
	background: #D7EBEB;
}
.content_rightcolumn_header_title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #597595;
	font-weight: bold;
	padding: 0px 15px 0px 0px;
}


/* Setting for the greetings */
.mainpage {
	text-align: justify;
	color: #333333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
.mainpage-bkg {
	background-image: url(../images/lineborder.png);
	width: 1px;
}
.greybg {
	background: #EEEEEE;
}


/* Setting for the search, newsfeeds, ads */
.sectiontableentry1 {
	background-color: #F0F0F0;
}

.sectiontableentry2 {
	background-color: #E0E0E0;
}


/* Different setting for newsflash */
.newsflash td {
	color: #000000;
	text-align: justify;
	vertical-align: middle;
}

/* Pathaway setting */
.pathwayTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #103A68;
	font-weight: normal;
	text-decoration: none;
}

.pathway {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #707D9D;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.pathway:link, a.pathway:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #707D9D;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.pathway:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #707D9D;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}


/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-color: #FFAE00;
	border-left: outset 2px #707D9D;
	border-right: outset 2px #808080;
	border-top: outset 2px #707D9D;
	border-bottom: solid 1px #D5D5D5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: bold;
	color: #FFFFFF;
}
.offtab {
	background-color: #E5E5E5;
	border-left: outset 2px #E0E0E0;
	border-right: outset 2px #E0E0E0;
	border-top: outset 2px #E0E0E0;
	border-bottom: solid 1px #D5D5D5;
	text-align: center;
	/* Cannot use hand as its not a W3C CSS validator */
	/*	cursor: hand;*/
	font-weight: normal;
}

.tabheading {
	background-color: #FFAE00;
	text-align: left;
}

.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

/* Text passed with mosmsg url parameter */
/* for modifying {moscode} output. Don't set the colour! */
.moscode {
	background-color: #F0F0F0;
}
.code {
	background-color: #F0F0F0;
	border: 1px solid #FFF;
}

.message {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #FF6600;
	text-align: center;
}


/* Settings for the ARTICLE Summary & Details */
a.articleTitle:link, a.articleTitle:visited, a.articleTitle:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #364D60;
	font-weight: bold;
	clip:  rect(  );
	text-indent: 5pt
}

.articleDesc {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #364D60;
}

.summaryArticleBGColor1 {
	background-color: #FFFFFF;
}
/* F1F3F9 */

.summaryArticleBGColor2 {
	background-color: #FFFFFF;
}
/* F4F7EE */

.footer-credits {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Settings for the Page Footer */
a.footerText:link, a.footerText:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
a.footerText:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #EFEFEF;
}
.footerText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

.fullStoryTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-weight: bold;
}


/* Settings for the upload forms */
span.required-symbol {
	font-size: 12px;
	color: #FF0000;
}
table.upload-body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
td.formfieldname {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6F8DAD;
}
input.upload-form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
	width: 200px;
	border: 1px solid #C7C5C5;
}
input.upload-form-button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	font-style: normal;
	background-color: #F0F0F0;
	color: #000000;
	border: 1px solid #C7C5C5;
}

textarea.upload-form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 390px;
	height: 90px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	margin:0 0 0 0;
	border: 1px solid #C7C5C5;
}

/* Settings for the email forms */
span.email-body {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	text-align: center;
	width: 320px;
	height: 200px;
	padding: 10px 10px 10px 10px;
}
table.email-body {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
td.email-heading {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #707D9D;
}
td.email-title {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
td.email-label {
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
input.email-form {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}


/* Settings for the Polls */
a.pollsHeader:link, a.pollsHeader:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #364D60;
	font-weight: bold;
	text-decoration: none;
	text-indent: 0px;
}

a.pollsHeader:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #364D60;
	font-weight: bold;
	text-decoration: underline;
	text-indent: 0px;
}

.pollsHeader_mac {
	background-color: #BEC7A8;
}

.pollsHeader {
	padding: 0px 4px 0px 4px;
	float: left;
}

.pollsQuestion {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 9px 0px 9px;
	color: #364D60;
}

.pollsAnswer {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #364D60;
}

.poll {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}

.pollBGColor {
	background-color: #BEC7A8;
}
.pollBGColor_content {
	background-color: #D7EBEB;
}

.pollSectionEntry1 {
}
.pollSectionEntry1_content {
	background-color: #D7EBEB;
}
.pollSectionEntry2 {
}
.pollSectionEntry2_content {
	background-color: #D7EBEB;
}

.pollResultsEntry1 {
	background-color: #FFFFFF;
}
.pollResultsEntry2 {
	background-color: #CDE5D3;
}
.pollResultsEntry1_content {
	background-color: #FFFFFF;
}
.pollResultsEntry2_content {
	background-color: #CDE5D3;
}

.poll_select_choose {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #CDE5D3;
	border: 1px solid #CCCCCC;
}
.poll_select_choose_content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #364D60;
	background-color: #E3F5FF;
	border: 1px solid #CCCCCC;
}
.poll_select_options {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}
.poll_select_options_content {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
}

.poll_already_voted {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}


table.poll_results {
	border: 1px solid #CCCCCC;
}
.poll_results {
	border: 1px solid;
	padding: 1px;
}
table.poll_results_content {
	border: 1px solid #CCCCCC;
}
.poll_results_content {
	border: 1px solid;
	padding: 1px;
}
td.poll_results_header {
	font-size: 14px;
	font-weight: bold;
}


/* Setting for the News Ticker */
a.ticker-home-items:link, a.ticker-home-items:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.ticker-home-items:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCFFCC;
	text-decoration: underline;
	font-weight: normal;
}
a.ticker-ad-items:link, a.ticker-ad-items:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #707D9D;
	text-decoration: none;
	font-weight: normal;
}

a.ticker-ad-items:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #D88630;
	text-decoration: underline;
	font-weight: normal;
}

.ticker-adspace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}


/* General Setting for Ad Manager & Ad Content */
.admanager-error {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}

.banner-content-adspace {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}


/* Setting for content Ad Links */
#links-adspace-frame {
	padding:0;
	margin:0 0 0 0;
	padding-left: 0;

	text-align: left;
	font-size: 11px;

	background: #BEC7A8;
	border-top: 0px solid #B8C791;
	border-bottom: 0px solid #B8C791;
	border-left: 0px solid #B8C791;
	border-right: 0px solid #B8C791;
}

ul.links-adspace {
	margin: 5;
	padding: 0;
	list-style: none;
}


/* Setting for media content page  */
#inline_mediaplayer {
	position: absolute;
	z-index:9999;
	top: 230px;
	left: 180px;
	width: 576px;
	height: 376px;
	background: #FF0000;
	border: 1px double #6B84AD;
	padding: 0px 0px 0px 0px;
	visibility: hidden;
}

/* F1F3F9 - CCCCFF */
.media-homepage-header {
	background: #C9D9E3;
}
/* F4F7EE */
.media-homepage-desc {
	background: #CCFFCC;
}

.media-content-thumbnail-bg {
	background: #A2B978;
}

.media-content-playtitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
/* F4F7EE */
.media-content-inlineplayer-bg {
	border: 1px double #C9D9E3;
	background: #C9D9E3;
}
