
/*** HTML styles ****************/
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
body.Body {
	background-color: #DFDFDF;
	color: #333333;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, p, ul, ol, li, input {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #4F4F4F;
	font-size: 150%;
	font-weight: normal;
	margin: 0ex 0ex 0.5ex ;
}
a { color: #B72020; }
a:visited
{
    color: #822F2F;
}
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }
fieldset { margin: 1ex 2ex; padding: 2ex 3ex; }
label { padding: 0ex 1ex 0ex 0.5ex; }
fieldset legend { padding: 0ex 1ex 1ex 0.5ex; }

/*** Layout ****************/

.Page, .PageFooter {
	max-width: 129ex;
}
.Page {
	margin: 0ex auto;
	padding-right: 5px;
	background-image: url(../images/page-edge-right.png);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px solid #ACB0BD;
}
.PageFooter {
	background-color: #DFDFDF;
	margin: 0ex;
	margin-left: -1px;
	background-image: url(../images/page-footer.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	clear: both;
	height: 15px;
}
.PageFooter img {
	float: right;
	background-color: #DFDFDF;
	margin-right: -5px;
}
.Main {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0ex 2ex 1ex 5ex;
}

.skipNav {
	display: none;
}

/*** Header ****************/

.Header {
	background-color: #9B2120;
	background-image: url(../images/header-background2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 64px;
}
a.Logo {
	float: left;
	background-image: url(../images/title2.png);
	background-repeat: no-repeat;
	width: 125px;
	height: 17px;	
	margin-left: 20px;
	margin-top: 30px;
}
a.Logo span {
	display: none;
}
.Strapline {
	float: left;
	color: #CCCCCC;
	font-size: 130%;
	margin-left: 37px;
	margin-top: 32px;
}
a.CarteziaLink {
	float: right;
	width: 130px;
	height: 25px;
	padding-left: 14px;
	padding-top: 11px;
}

/*** Utility ****************/

.Utility {
	float: right;
	margin-bottom: 1ex;
	font-size: 90%;
}
.Utility li {
	display: inline;
	padding: 0ex 1ex;
}
.Utility li a {
	text-decoration: none;
}
.Utility li a:hover {
	text-decoration: underline;
}
.Utility li.Text a {
	text-decoration: none;
	cursor: default;
}

/* Content ------------------------------------------------*/

.Content {
	float: left;
	padding: 0ex 0% 2ex;
	width: 58%;
	min-height: 60ex;
	line-height: 140%;
}

.Related {
	float: right;
	width: 19%;
	margin-left: 1.5%;
	overflow: hidden;
}
.Navigation {
	float: right;
	width: 19%;
	margin-left: 1.5%;
}

.Content h2 {
	font-size: 115%;
	font-weight: bold;
	color: #666666;
	margin: 1.5ex 0ex 0ex;
	clear: left;
}
.Content h3 {
	font-size: 90%;
	font-weight: bold;
	color: #444444;
	margin-top: 1.5ex;
	margin-bottom: 0ex;
}
.Content p {
	margin-bottom: 0.75ex;
}
.Content a { text-decoration: none; }
.Content a:hover { text-decoration: underline; }
/*
.Content a:visited { color: #525985; }
*/
.Content ol, .Content ul {
	margin: 0.5ex 0ex 1ex 4ex;
}
.Content li {
	margin-bottom: 0.75ex;
}
.Content .iHeader {
	font-weight: bold;
	font-size: 90%;
	margin-top: 2ex;
}
.Content .More {
	display: block;
	margin-top: 2ex;
	font-size: 90%;
}

.Related .Advert, .Navigation .Advert {
	display: block;
	text-align: center;
	margin-top: 1.25ex;
}
.Video {
	display: block;
	background-image: url(../images/icon-video.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 25px;
}


/*** Breadcrumb ****************/

.BreadcrumbWrapper {
    min-height: 2.3ex;
}
.Breadcrumb {
	display: block;
	font-size: 90%;
	margin: 2ex 0ex 0.5ex;
}
.Breadcrumb a {
	text-decoration: none;
}

/*** Footer ****************/

.Footer {
	clear: both;
	text-align: center;
	font-size: 90%;
}
.Footer ul {
	list-style-type: none;
	padding: 1ex 1em;
}
.Footer li {
	display: inline;
	padding: 0px 1ex;
	border-left: 1px solid #999999;
}
.Footer li:first-child {
	border-left: none;
}
.Footer li a {
	padding: 0ex 0.5em;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Footer .Copyright {
	color: #999999;
}


/*** Panels ************************************************************/
/***********************************************************************/

/*** Data List (Repeater) Panel **************************/

.twDataList img.Icon {
    vertical-align: text-bottom;
    float: left;
    margin-right: 1ex;
}
/***********************************************************************/


.FeaturePanel, .MetaPanel {
    background-color: #FFFFFF;
	background-image: url(../images/page-panel-top.gif);
	background-repeat: repeat-x;
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #B2B2B2;
    border-bottom: 1px solid #B2B2B2;
    border-left: 1px solid #ECECEC;
    margin: 2ex 0ex;
    padding: 1.5ex 2%;
}
.iHeader + .FeaturePanel {
	margin-top: 0ex;
}
.FeaturePanel h2 {
    margin: 0ex;
    font-weight: bold;
    font-size: 115%;
}

.SummaryPanel {
    border-top: 1px solid #D6D6D6;
    margin-top: 1.5ex;
}
.iHeader + .SummaryPanel {
	border-top: none;
}
.RecentArticles .First {
	border-top: none;
}
.SummaryPanel h2 {
    margin-top: 0.75ex;
}
.SummaryPanel p {
    font-size: 90%;
}

.MetaPanel {
    font-size: 90%;
    margin-top: 2em;
}
.MetaPanel > div {
    margin-top: 1ex;
}
.MetaPanel p {
    color: #4F4F4F;
}
.MetaPanel h2 {
    color: #666666;
    margin-top: 0ex;
}

.Columns2 {
    margin-top: -3ex;
    width: 103%;
}
.Columns2 .MetaPanel {
    width: 43%;
    height: 10ex;
    float: left;
    margin-right: 2.2%;
}

.Columns3 {
    margin-top: -3ex;
    width: 103%;
}
.Columns3 .MetaPanel {
    width: 26%;
    height: 14ex;
    float: left;
    margin-right: 2.9%;
}



/*** Link Panel **************************/

.LinkPanel, .FormPanel, .TabPanel {
    background-color: #F7F7F7;
	background-image: url(../images/linkpanel-footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
    border: 1px solid #CDCDCD;
    margin-top: 1.25ex;
}
.LinkPanel h2, .FormPanel h2 {
	background-image: url(../images/panel-header-grey.gif);
	background-repeat: repeat-x;
	background-position: top;
    margin: -1px -1px 0px -1px;
    font-size: 90%;
    font-weight: bold;
    line-height: 110%;
    color: #FFFFFF;
    height: 22px;
}
.LinkPanel h2 span, .FormPanel h2 span {
    padding: 0.5ex 0.5ex 0ex 1.5ex;
    display: block;
}
.External h2 {
	background-image: url(../images/panel-header-lightgrey.gif);
	color: #000000;
}
.FormPanel h2, .LinkPanel h2.Nav {
	background-image: url(../images/panel-header-red2.jpg);
}

.FormPanel {
	padding: 0ex;
	clear: both;
}

.TabPanel {
	padding: 2ex 3ex;
	clear: both;
}
.TabPanel .ButtonSet {
    margin-top: 1ex;
    margin-bottom: 0ex;
}

.LinkPanel p {
    padding: 0.25ex 0.5ex 0.75ex 2ex;
    font-size: 80%;
}
.LinkPanel ul {
	margin: 0ex;
	padding: 0px;
	list-style-type: none;
    margin: 0ex 1.5ex 1ex;
}
.LinkPanel h2 + ul, .LinkPanel h2 + div + ul {
    margin-top: 1ex;
}
.LinkPanel li a {
    display: block;
    font-size: 90%;
    text-decoration: none;
    padding: 0.25ex 0ex 0.75ex;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.LinkPanel li a:hover {
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    background-color: #F3F3F3;
}
.LinkPanel li:first-child a {
    border-top: none;
}
.LinkPanel li.twLast a {
    border-bottom: none;
}

/*** Navigation Panel **************************/

.NavPanel {
    margin-top: 1.25ex;
    clear: both;
}
.NavPanel .Top {
	background-image: url(../images/navpanel-header.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
}
.NavPanel .Top .Corner {
	background-image: url(../images/navpanel-header-corner.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 5px;
	height: 5px;
}
.NavPanel .Middle {
    background-color: #F7F7F7;
	background-image: url(../images/navpanel-background.gif);
	background-repeat: repeat-y;
	background-position: right;
    border-left: 1px solid #CDCDCD;
}
.NavPanel .Bottom {
	background-image: url(../images/navpanel-footer.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 7px;
}
.NavPanel .Bottom .Corner {
	background-image: url(../images/navpanel-footer-corner.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	width: 7px;
	height: 7px;
}
.NavPanel h2 {
    padding: 0.5ex 0.5ex 0ex 1.5ex;
    font-size: 90%;
}

.NavPanel .RadMenu {
    margin: 0.75ex 1.5ex;
}
.NavPanel ul {
	margin: 0ex;
	padding: 0px;
	list-style-type: none;
    margin: 0ex 1.5ex;
}
.NavPanel ul ul.rmGroup {
    background-color: #F0F0F0;
    border: 1px solid #CDCDCD;
    padding: 0.5ex 1ex;
}
.NavPanel h2 + ul {
    margin-top: 1ex;
}
.NavPanel li a {
    display: block;
    font-size: 90%;
    text-decoration: none;
    padding: 0.25ex 0ex 0.75ex;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
}
.NavPanel ul ul li a, .NavPanel ul ul li a:hover {
    border: none;
    padding-left: 1ex;
}
.NavPanel li a:hover {
    border-top: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    background-color: #F3F3F3;
}
.NavPanel li:first-child a {
    border-top: none;
}
.NavPanel li.twLast a, .NavPanel li.rmLast a {
    border-bottom: none;
}

.NavPanel ul.TagList {
    padding-bottom: 1ex;
    font-size: 80%;
}
.NavPanel ul.TagList li {
    display: inline;
    padding: 0ex 0.5ex 0ex 0ex;
}
.NavPanel ul.TagList li a {
    display: inline;
    line-height: 140%;
    border: none;
    background-color: Transparent;
}
.NavPanel ul.TagList li a:hover {
    text-decoration: underline;
    background-color: Transparent;
    border: none;
}

.NavPanel img.Icon {
	margin: 0ex 1ex 0ex 0ex;
}

/*******************/

img.Icon {
	float: right;
}
.SearchForm {
    padding: 0.25ex 1.5ex 1ex;
}
.SearchForm input {
    font-size: 90%;
}



/*** Tables ************************************************************/
/***********************************************************************/

table.Features {
	margin: 1ex 0ex;
	border-collapse: separate;
	border-spacing: 1ex;
	table-layout: fixed;
}
table.Features td {
	background-color: #E6E7EE;
	border: 2px solid #525985;
	padding: 2ex 3ex;
	color: #000000;
}
table.Features td.Divider {
	width: 0%;
	background-color: transparent;
	border: none;
	padding: 0ex;
}
table.Features h2 { color: #525985; margin-top: 0ex; }
table.Features h3, table.Features p {
	color: #000000;
}
table.Features a { color: #0000CC; }

table.ResultsTable, table.FormTable {
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 1ex 2ex;
}
table.ResultsTable th, table.ResultsTable td {
	background-color: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
	padding: 0.25ex 1ex;
}
table.ResultsTable th {
	background-color: #E9E9E9;
	border-bottom-color: #CCCCCC;
	text-align: left;
}

table.ResultsTable th { border-top: none; }

table.FormTable { padding: 1px 2px; }
table.FormTable th { text-align: right; font-weight: normal; white-space: nowrap; }
table.FormTable tr.Required th { font-weight: bold; }
table.FormTable .TagCBL { width:55%; }
.FormInfo {
    font-size: 90%;
}

table.Collapse {
    border-collapse: collapse;
}
table.Collapse td, table.Collapse th {
    border: none;
	padding: 0.5ex 1ex;
}

table.Agenda {
	border-collapse: separate;
	border-spacing: 0px 1px;
	margin: 1ex 2ex;
}
table.Agenda th, table.Agenda td {
	background-color: #F3F4F7;
	padding: 0.25ex 1ex;
}
table.Agenda th {
	background-color: #E6E7EE;
	text-align: left;
}
table.Agenda tr.Break td {
	background-color: #E6E7EE;
}
table.Agenda th { text-align: right; font-weight: bold; }
table.Agenda tr.Heading td { background-color: #FFFFFF; }
table.Agenda h3 {
	margin-top: 0ex;
}

/*** Data List NavBar  **************************/

.twDataNavBar {
	min-height: 18px;
	text-align: center;
	margin: 2ex 0ex;
	padding: 0.75ex 2ex;
}
.twDataNavBar .twBackLink {
	float: left;
}
.twDataNavBar .twNextLink {
	float: right;
}
.twDataNavBar .twStatusLabel {
	margin: 0ex auto;
	display: block;
}

/*** Lists ****************/

.LinkList .iHeader {
	display: inline;
}
.LinkList ul {
	display: inline;
	margin-left: 1ex;
}
.LinkList li {
	display: inline;
	margin-left: 1ex;
	white-space: nowrap;
}
.LinkList li.Share a {
	background-repeat: no-repeat;
	padding: 2px 0px 2px 20px;
}
.LinkList li.Digg a { background-image: url(../images/icons/x16/digg.gif); }
.LinkList li.Reddit a { background-image: url(../images/icons/x16/reddit.gif); }
.LinkList li.Delicious a { background-image: url(../images/icons/x16/delicious.gif); }
.LinkList li.Stumble a { background-image: url(../images/icons/x16/stumbleupon.gif); }
.LinkList li.Slashdot a { background-image: url(../images/icons/x16/slashdot.gif); }

.ViewTabs {
}
.ViewTabs li {
	display: inline;
	margin-left: 1ex;
	white-space: nowrap;
}
.ViewTabs li a {
	background-image: url(../images/panel-header-grey.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 0.4ex 1.5ex 0.75ex;
	line-height: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.ViewTabs li a:hover {
	background-image: url(../images/panel-header-lightgrey.gif);
	color: #000000;
	text-decoration: none;
}
.ViewTabs li.Selected a {
	background-image: url(../images/panel-header-lightgrey.gif);
	color: #000000;
}


.TagCloud ul {
}
.TagCloud li {
	display: inline;
}
.TagCloud li a {
	display: inline-block;
	text-decoration: none;
	line-height: 100%;
	padding: 0.25ex 0.75ex;
}
.TagCloud li a:hover {
	background-color: #B72020;
	color: #ffffff;
	text-decoration: none;
}



/** Sign-in *****************************/

.Content .twSignIn {
	width: 42%;
	float: left;
}
.Content .twSignIn .twSignInButton {
	display: block;
	margin-left: 12ex;
}
.Content .twSignIn .twSignInRemember {
	margin-left: 13ex;
}
.FormPanel .twSignIn {
	background-color: Transparent;
	border: none;
	width: 70ex;
	float: none;
}

/*** Telerik ****************/
/**************************/

.telerikEditor {
	background-color: #FFFFFF;
	background-image: none;
}



/*** Other ****************/
/**************************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
}
.Meta {
	font-size: 90%;
	color: #999999;
}
.FirstPara {
	font-weight: bold;
}
.SuperTitle {
	font-weight: normal;
	font-size: 60%;
}
h1 .SuperTitle {
	font-size: 50%;
}
.SubTitle {
	font-weight: normal;
	font-size: 70%;
}
.InlineSubTitle {
	color: #999999;
	font-weight: normal;
	font-size: 90%;
	padding-left: 1ex;
	padding-right: 1ex;
}
a.InlineSubTitle {
	color: #0000CC;
}
.InlineSuperTitle {
	color: #999999;
	margin-right: 1ex;
}
.ImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
}
.ImgRight {
	float: right;
	clear: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
}
.highlight {
	color: #CC3300;
}
.error {
	color: #CC0000;
	font-weight: bold;
}

.Notification {
    text-align: center;
    margin: 1ex auto;
    height: 3ex;
}
.Notification span {
    color: #000000;
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0.5ex 2ex;
    line-height: 150%;
}

.Diminished {
	font-weight: normal;
	font-size: 90%;
}

.Address {
	margin: 1ex 2.5ex;
	line-height: 120%;
}
.InlineDate {
	color: #666666;
	font-variant: small-caps;
	padding-right: 1ex;
}
.Indent {
    margin-left: 5ex;
}

.Button {}
.Button:hover {}
.MainButton {}
.SmallButton {
    font-size: 80%;
}
.ButtonSet, .twDataNavBar {
    text-align: center;
    clear: both;
    margin: 2ex;
}

.Draft {
	color: #FF3300;
}
.Suspended {
	color: #999999;
}
.Deleted {
	text-decoration: line-through;
	color: #999999;
}
.FeedIcon {
	margin: 0ex 1ex;
	vertical-align: middle;
}

