﻿
/*** HTML styles ****************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
body.Body {
	background-color: #BCC4CB;
	color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
a { color: #A5350F; }
a:visited { color: #A75E45 }
img { border: none; }
td, th { vertical-align: top; }
hr { margin: 1ex; height: 1px; }
fieldset { margin: 1ex 2ex; padding: 0ex 3ex 2ex; }
legend { font-weight:bold; margin:0ex 0ex 1ex; padding: 0.25ex 0.75ex 0.25ex; color: #888888; font-size: 120%; border: 1px solid #CCCCCC; }
label { padding: 0ex 1ex 0ex 0.5ex; }



/*** Layout ****************/

.Page {
	background-color: #9CA2A8;
	margin: 2ex auto 0ex;
	border: 2px solid #B0B8BE;
    width: 973px;
    padding: 1px 2px 2px 1px;
}
.PageInner {
	background-color: #FFFFFF;
	border-right: 2px solid #888D92;
	border-bottom: 2px solid #888D92;
	background-image: url(../images/auxbackground.png);
	background-repeat: repeat-y;
	background-position: -258px top;
}
.Main {
    float: right;
    width: 729px;
}
.Auxilliary {
    width: 242px;
    float: left;
	min-height: 120ex;
/*
    background-color: #E9EBED;
	background-image: url(../images/sidebarshadow.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: -8px;
	padding-right: 8px;
*/
}

/*** Footer ****************/

.Footer {
    width: 986px;
    margin: auto;
	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;
}


/*** Header ****************/

.Header {
	margin: 0ex;
	padding: 20px 2ex 20px;
	background-color: #525D7D;
	height: 90px;
	text-align: center;
}
a.Logo {
	width: 189px;
	height: 39px;
	display: block;
	margin: 0px auto 3ex 25px;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
}
a.Logo span {
	display: none;
}
.Strapline {
    color: #D5DBE0;
    font-size: 100%;
    line-height: 120%;
}

/* GlobalNav ------------------------------------------------*/

.GlobalNav {
    width: 100%;
}
.Page .GlobalNav ul.rmRootGroup
{
    width: 100%;
    border: none;
    background-color: #B0502F;
    background-image: none;
    padding: 1ex 0ex;
    border-bottom: 1px solid #7A3721;
}
.GlobalNav a:hover {
    text-decoration: none;
}
.rmRootGroup a.rmLink {
    color: #FFFFFF;
}
.GlobalNav a.rmLink:hover {
    text-decoration: none;
    color: #333333;
}
.rmRootGroup a.rmSelected {
    color: #333333;
}
.rmRootGroup .rmLevel1 a.rmLink, .rmRootGroup .rmItem .rmExpanded {
    color: #333333;
}
.GlobalNav ul.rmRootGroup li.rmItem a.rmLink span.rmText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}


.InThisSection {
    background-color: #E9EBED;
    border-bottom: 1px solid #BBBBBB;
	padding: 0.5ex 1.5ex 1.5ex;
	clear: left;
}
.InThisSection .SectionHeader {
    font-weight: bold;
    margin-bottom: 1ex;
    color: #AAAAAA;
    font-size: 120%;
}
.InThisSection ul {
    margin-left: 1ex;
    list-style: none;
}
.InThisSection li.twFirst {
    font-weight: bold;
}
.InThisSection li a {
    display: block;
    padding: 0.5ex 1ex 0.5ex 2ex;
    line-height: 110%;
    text-decoration: none;
}
.InThisSection li.twSelected a {
   	background-image: url(../images/arrow-expand-right.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
.InThisSection li a:hover {
    background-color: #FFFFFF;
    text-decoration: none;
}


.SponsorAds {
    background-color: #666666;
    padding: 1ex 2ex;
    color: #FFFFFF;
}
.SponsorAds .RadRotator {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin: 1ex auto;
}
 

/* Content ------------------------------------------------*/

.SkipNav {
    display: none;
}
.PageHeaderPanel {
	color: #FFFFFF;
    background-color: #7A8E8D;
	height: 110px;
	background-image: url(../images/sidebarshadow.png);
	background-repeat: repeat-y;
	padding: 10px 3ex;
}
.PanelHeaderFeature {
    display: none;
}
.PageHeader {
	font-size: 400%;
	font-weight: normal;
	margin: 0ex 0ex;
	color: #98A7A7;
}
.PageSubHeader {
	font-size: 130%;
	margin-top: 1ex;
	color: #C8D0D0;
}

.Content {
	margin: 2ex 2%;
	padding: 0ex 2% 2ex;
	line-height: 140%;
}
.ContentBody {
	min-height: 60ex;
}
.Content h1 {
	font-size: 150%;
	line-height: 150%;
	font-weight: bold;
	color: #333333;
	clear: left;
	margin-bottom: 2ex;
}
.Content h2 {
	font-size: 150%;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	margin: 1.5ex 0ex 0ex;
	clear: left;
}
.Content h3 {
	font-size: 90%;
	font-weight: bold;
	color: #444444;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}
.Content p {
	margin-bottom: 1ex;
}
.Page a { text-decoration: none; }
.Content a { font-weight: bold; font-size: 90%; }
.Page a:hover { text-decoration: underline; }

.Content ol, .Content ul {
	margin: 0.5ex 0ex 1ex 4ex;
}
.Content li {
	margin-bottom: 0.75ex;
}
.Content .More {
	display: block;
	margin-top: 2ex;
	font-size: 90%;
}

.IconArticle, .IconLibrary, .IconCalendar {
	background-image: url(../images/icon-article-24.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
}
.IconArticle {
}
.IconLibrary {
	background-image: url(../images/icon-library-24.png);
}
.IconCalendar {
	background-image: url(../images/icon-calendar-24.png);
}

.SideBar {
	float: left;
	margin: 2ex 2% 2ex 0%;
	padding: 0ex;
	width: 23%;
	line-height: 140%;
}
a.rpLink:hover {
	text-decoration: none;
}
.SidePanel {
    background-color: #DAD7C2;
	margin-bottom: 1.5ex;
	border: 1px solid #666666;
}
.SideBar h2 {
	background-image: url(../images/gradient-panelheader.png);
	background-repeat: repeat-x;
	background-color: #D2CEB5;
	font-size: 100%;
	margin: 0ex;
	padding: 0.75ex 1.5ex;
}
.SidePanelBody {
	padding: 0.75ex 1.5ex;
}
.SideBar ul {
	list-style: none;
	line-height: 110%;
}
.SideBar li {
	margin: 0.5ex 0ex;
}


.SearchForm 
{
    background-color: #BCC4CB;
	padding: 1.5ex;
	white-space: nowrap;
}
.SearchForm input {
    font-size: 100%;
	border: 1px solid #666666;
	color: #666666;
	padding: 0.25ex 0.5ex;
	width: 190px;
}
.SearchForm input.Button {
    font-size: 120%;
	border: none;
	color: #502996;
	background-color: Transparent;
	font-weight: bold;
	padding: 0.25ex 0ex;
	width: auto;
}
.twSearch {
	background-image: url(../images/gradient-panelheader.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	min-height: 18px;
	margin: 0ex 0ex 2ex;
	padding: 1ex 2ex;
}
.twSearch input.twSearchQuery {
	margin-right: 1ex;
	width: 80%;
	font-size: 120%;
	font-weight: bold;
    vertical-align: middle;
}
.twSearch input.twSearchButton {
    vertical-align: middle;
}


.Related {
	float: right;
	clear: right;
    background-color: #EBEEE8;
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #E2E2E2;
	margin: 0ex 0ex 2ex 2ex;
	width: 33%;
	padding: 1.5ex 2ex;
}
.Related h2 {
	margin: 0ex 0ex 0.5ex;
	font-size: 120%;
	font-weight: bold;
}
.Related p {
	line-height: 140%;
	margin-bottom: 1ex;
}


/*** Page Meta Data ****************/

.PageMeta {
    border-top: 2px dotted #CCCCCC;
    margin-top: 2ex;
	font-size: 90%;
	color: #666666;
	clear: both;
}
.PageDate {
    float: right;
}
.Breadcrumb {
	display: block;
	margin: 0ex;
}
.Breadcrumb a {
	text-decoration: none;
}

/*** Panels ************************************************************/
/***********************************************************************/


.twDataListIntro {
    margin-bottom: 1ex;
}

/*** Data List (Repeater) Panel **************************/

.twDataList img.Icon {
    vertical-align: text-bottom;
    float: left;
    margin-right: 1ex;
}
.twDataList .Panel {
    border-top: 1px solid #DDDDDD;
    padding: 0.75ex 0ex;
}
.twDataList h2 {
	font-size: 140%;
    margin: 0ex;
    font-weight: normal;
}
.twDataList .Description {
    clear: left;
}
.twDataList p {
    margin: 0ex;
}

/*** Home Page Panel **************************/

.HomePanel
{
    float: left;
    width: 31%;
    background-color: #E8ECEE;
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin-right: 2%;
    margin-bottom: 2ex;
    padding-bottom: 1ex;
    min-height: 35ex;
}
.HomePanel h2 {
	background-image: url(../images/panel-header-reflection.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	font-size: 120%;
	font-weight: normal;
	min-height: 20px;
    margin: 0ex;
    padding: 0ex 1ex 0ex;
    border-bottom: 1px solid #B0B0B0;
}
.HomePanel .Description {
    padding: 1ex 2ex 0ex;
}
.HomePanel ul {
    list-style: none;
    margin-left: 0px;
    padding: 0ex 5%;
}
.HomePanel li a {
    font-weight: normal;
    font-size: 100%;
}


/*** Data List Card Panel **************************/

.twDataList .CardPanel
{
    background-color: #F0F2EE;
    border-top: 1px solid #E2E2E2;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 2ex;
    padding-bottom: 1ex;
}
.twDataList .CardPanel h2 {
	background-image: url(../images/panel-header-reflection.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	font-size: 120%;
	font-weight: normal;
	min-height: 20px;
    margin: 0ex;
    padding: 0ex 1ex 0ex;
    border-bottom: 1px solid #B0B0B0;
}
.twDataList .CardPanel .Description {
    padding: 1ex 2ex 0ex;
}
.twDataList .CardPanel .Description .Address {
    font-size: 90%;
    font-weight: normal;
    color: #666666;
}
.twDataList .CardPanel ul.Contact {
    margin: 0.75ex 2ex;
}
.twDataList .CardPanel ul.Contact li {
	display: inline;
	white-space: nowrap;
	font-weight: bold;
}
.twDataList .CardPanel ul.Contact li a {
	border: 1px solid #CCCCCC;
	background-image: url(../images/gradient-panelheader.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	margin: 0ex 1ex 0ex 0ex;
	padding: 0.4ex 1.25ex;
    text-decoration: none;
}
.twDataList .CardPanel ul.Contact li a.TelephoneLink {
    color: #666666;
}
.twDataList .CardPanel ul.Contact li a:hover {
	border: 1px solid #BBBBBB;
	background-color: #E0E0E0;
    text-decoration: none;
}

/*** Data List NavBar  **************************/

.twDataNavBar {
	background-image: url(../images/gradient-panelheader.png);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	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;
}



/*** Tables ************************************************************/
/***********************************************************************/

.RadGrid {
    margin: 1ex 0ex;
}

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.twFormTable {
	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.twFormTable { padding: 1px 2px; width: 95%; }
table.twFormTable th, table.twFormTable td { padding: 0.15ex 0.25ex;  }
table.twFormTable th { text-align: right; font-weight: normal; white-space: nowrap; }
table.twFormTable td.twDetailsCell { width:90%;  }
table.twFormTable tr.twRequired th { font-weight: bold; }
table.twFormTable tr.NewSection th, table.twFormTable tr.NewSection td { padding-top:2ex; }
table.twFormTable .TagCBL { width:55%; }
table.twFormTable .twDownloadLink { display:block;  margin-bottom: 1ex; }
table.twFormTable .twError {
    white-space: nowrap;
}
.twFormInfo {
    font-size: 90%;
}
select.SubSelection {
    margin: 0.75ex 0ex 0.75ex 4ex;
}
input.Numeric {
    text-align: right;
}

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;
}

/*** 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/icon-Digg.gif); }
.LinkList li.Reddit a { background-image: url(../images/icon-Reddit.gif); }
.LinkList li.Delicious a { background-image: url(../images/icon-Delicious.gif); }
.LinkList li.Stumble a { background-image: url(../images/icon-StumbleUpon.gif); }
.LinkList li.Slashdot a { background-image: url(../images/icon-SlashDot.gif); }


.ProgressList {
	padding: 0ex 0ex 2ex;
	border: 1px solid Transparent;
}
.ProgressList ul {
}
.ProgressList li {
	display: list-item;
	float: left;
	margin: 0ex 1.5ex;
	white-space: nowrap;
	font-weight: bold;
	list-style-position: inside;
	list-style-type: decimal;
}
.ProgressList li.Disabled {
    color: #999999;
}


.ViewTabs {
	margin-left: 0ex !important;
}
.ViewTabs li {
	display: inline;
	white-space: nowrap;
	font-size: 90%;
}
.ViewTabs li a {
	background-color: #CBEAF3;
	font-weight: bold;
	margin: 0ex 0.25ex;
	padding: 0.75ex 1.5ex 1ex;
	line-height: 100%;
	color: #000000;
	text-decoration: none;
}
.ViewTabs li a:hover {
	background-color: #D8D8D8;
	color: #000000;
	text-decoration: none;
}
.ViewTabs li.Selected a {
	background-color: #D8D8D8;
	color: #000000;
}


.CheckboxList {
    margin: 0.5ex 2ex;
    list-style: none;
}
/*** Panels ****************/

.MultiPanel 
{
    border: 1px solid #666666;
    margin-top: -1px;
    padding: 1.5ex 1.5ex;
    min-height: 25ex;
    background-color: #EEEEEE;
}



/*** Results Panel ****************/


.PanelResults .Panel {
    background-color: #FFFFFF;
    border: 1px solid #E6E7EE;
    margin: 1ex 2ex;
    padding: 0.75ex 1ex;
    clear: both;
}
.PanelResults .Panel:hover {
    background-color: #F3F4F7;
}
.PanelResults .Panel h2, .PanelResults .Panel h3 {
    margin: 0ex;
}
.PanelResults h2, .PanelResults h3 {
    float: left;
    margin: 0ex;
    font-size: 110%;
    width: 80%;
}
.PanelResults h3 {
    font-size: 100%;
}
.PanelResults .Location {
    float: right;
    margin: 0ex;
    font-size: 100%;
    font-weight: bold;
}
.PanelResults .Description {
    clear: left;
}
.ResultsList .Filter {
    float: right;
}



/** Sign-in *****************************/

.twSignIn {
	float: left;
	margin: 2ex 1%;
	width: 42%;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
}
.twSignIn table {
	margin: 1ex;
}
.twSignIn p {
	margin: 1ex;
}
.twSignIn h2 {
	margin: 0ex;
	line-height: 110%;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	display: block;
	padding: 0.5ex 1ex;
	color: #FFFFFF;
	background-color: #666666;
}

/*** Page Buttons ****************/

.Main .twPageButtons {
	margin-top: -2ex;
	margin-right: 2ex;
}

/*** Telerik ****************/
/**************************/

.telerikEditor {
	background-color: #FFFFFF;
	background-image: none;
}

.twCommandRow
{
    padding: 1ex;
}
.rsContent 
{
    border: 1px solid #cabaab !important;
    padding: 0px !important;
}
.rsContent > table
{
    margin-top: -12px !important;
}
.RadScheduler h2 {
    color: #FFFFFF;
    clear: none;
    margin: 0.4ex 0ex 0ex;
    padding: 0ex;
}



/*** Other ****************/
/**************************/

.spacer {
	float: none;
	clear: both;
	font-size: 1px;
	margin: -2px;
}
.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;
}
img.twInlineIconLeft {
	margin: 0ex 1ex 0ex 0ex;
	vertical-align: middle;
}
img.InlineIconRight {
	margin: 0ex 0ex 0ex 1ex;
	vertical-align: middle;
}
.highlight {
	color: #CC3300;
}
.twError {
	color: #CC0000;
	font-weight: bold;
}
.SmallPrint {
	color: #666666;
	font-size: 90%;
	line-height: 120%;
}

.Notification {
    text-align: center;
    margin: 1ex auto;
    height: 2ex;
}
.Notification span {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #B0502F;
    padding: 1ex 2ex;
    line-height: 200%;
}

.Diminished {
	font-weight: normal;
	font-size: 90%;
}

.InlineDate {
	color: #666666;
	font-size: 85%;
	font-variant: small-caps;
	padding-right: 1ex;
}
.InlineLink {
	font-variant: small-caps;
	font-size: 80%;
	padding: 0ex 1ex;
}
.Indent {
    margin-left: 5ex;
    display: block;
}

.Button {}
.Button:hover {}
.MainButton {}
.SmallButton {
    font-size: 80%;
}
.twButtonSet {
    text-align: center;
    clear: both;
    margin: 2ex;
}

.twDraft {
	color: #FF3300;
}
.twDisabled {
	color: #999999;
}
.twDeleted {
	text-decoration: line-through !important;
	color: #999999;
}
.FeedIcon {
	margin: 0ex 1ex;
	vertical-align: middle;
}

.RegistrationLink {
	float: right;
}
.RegistrationLink a {
	background-color: #01A0B3;
	color: #FFFFFF;
	padding: 1ex 1.5ex;
	font-weight: bold;
	font-size: 90%;
	display: block;
	line-height: 100%;
}
.RegistrationLink a:hover {
	background-color: #B30B01;
	text-decoration: none;
}

.Embargoed {
    display: none;
}
.ExternalLink, .twExternalLink a {
	padding-right: 15px;
	margin-right: 5px;
	background-image: url(../images/external-link.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}

