﻿
/*** HTML styles ****************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px;
	padding: 0px;
}
body.Body {
	background-color: #426190;
	background-image: url(../images/page-background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333333;
}
* {
	margin: 0px;
	padding: 0px;
}
a { color: #1B59B8; }
a:visited { color: #426190; }
a:active { color: #0066FF; }
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 {
	margin: 0ex auto;
    width: 900px;
}
.SkipNav {
    display: none;
}


/*** Header ****************/

.Header {
	min-height: 55px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px -14px;
	padding: 15px 2ex 15px 123px;
}

a.SiteTitle {
    display: block;
    float: left;
    width: 50%;
    font-size: 170%;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0.25ex;
}
a.Strapline {
    display: block;
    float: left;
    clear: left;
    width: 45%;
    color: #CCCCCC;
    font-size: 110%;
    line-height: 120%;
}
.Header a, .Header a:hover {
	text-decoration: none;
}

/*** Utility ****************/

.Utility {
	float: right;
	margin: 1ex 0ex 0ex;
	font-size: 90%;
	width: 34ex;
	text-align: right;
}
.Utility li {
	padding: 0ex 0ex 0.75ex;
	list-style: none;
}
.Utility li a {
	text-decoration: none;
	color: #FFFFFF;
}
.Utility li a:hover {
	text-decoration: underline;
}
.Utility li.Text a {
	text-decoration: none;
	color: #CCCCCC;
	cursor: default;
}

/* GlobalNav ------------------------------------------------*/

.GlobalNav {
    background-color: #E9EFF5;
	clear: both;
	height: 4.5ex;
	font-size: 85%;
	padding-left: 2ex;
    border-bottom: 1px solid #BBCADB;
}
.GlobalNav .RadMenu ul {
}
.GlobalNav .RadMenu li {
	display: inline;
}
.GlobalNav .RadMenu li.rmItem a {
	font-weight: normal;
	font-size: 110%;
	line-height: 110%;
	color: #333333;
	text-decoration: none;
	margin: 0.5ex 0.5ex;
	padding: 0.4ex 1.5ex 0.4ex;
	cursor: pointer;
	border: 1px solid Transparent;
}
.GlobalNav .RadMenu li a.rmSelected {
	background-color: #E6F0FF;
	background-image: url(../images/nav-selected.png);
	background-repeat: repeat-x;
	background-position: 0px -2px;
	border: 1px solid #BBCADB;
}
.GlobalNav .RadMenu li a:hover {
	text-decoration: none;
	background-color: #CDD8E7;
	border: 1px solid #BBCADB;
}
.GlobalNav .RadMenu ul.rmVertical 
{
	background-color: #FFFFFF;
    border: 1px solid #A5B3C5;
}
.GlobalNav .RadMenu ul.rmVertical li a 
{
    display: block;
	background-image: none;
	padding: 0.5ex 15px 0.5ex 10px;  /* override the Telerik stylesheet */
}
.GlobalNav .RadMenu ul.rmVertical li a:hover {
	background-color: #F1F5FB;
	border: 1px solid #A8D8EB;
}
.GlobalNav .RadMenu ul.rmLevel1 {
}
.GlobalNav .RadMenu .rmHorizontal .rmText {
    padding: 0ex;  /* override the Telerik stylesheet */
}
.GlobalNav .RadMenu .rmHorizontal .rmExpandRight {
    display: block;
	background-image: url(../images/arrow-expand-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}
 
/* SearchForm ------------------------------------------------*/

.SearchForm {
	float: right;
	margin: 0.2ex 1ex;
}
.SearchForm .SearchQuery {
    font-size: 90%;
	border: 1px solid #666666;
	color: #666666;
	padding: 0ex 0.5ex;
	width: 120px;
	height: 12px;
	line-height: 100%;
}
.SearchForm input.Button {
    font-size: 120%;
	border: none;
	color: #1B59B8;
	background-color: Transparent;
	font-weight: bold;
	padding: 0.4ex 0ex 0.4ex 0.4ex;
	width: auto;
}
.SearchForm .RadInput_Default .riTextBox, .SearchForm .RadInputMgr_Default {
    padding: 2px 1px 2px 1px;
    font-size: inherit;
    line-height: 105%;
}

/* Main ------------------------------------------------*/


.Main {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    padding-bottom: 3ex;
}
.Notification {
    text-align: center;
    margin: 1.5ex auto 1ex;
    font-size: 100%;
	min-height: 2ex;
}
.Notification span {
    color: #000000;
    font-weight: bold;
    background-color: #A6BFEA;
    padding: 0.75ex 2ex;
}
.PageTitle {
	margin: 0ex 6ex 3ex;
	clear: left;
}
.PageTitle h1 {
	font-size: 200%;
	font-weight: normal;
	color: #333333;
}

/* Content ------------------------------------------------*/

.Content {
	float: left;
	clear: left;
	margin: 0ex 2% 2ex 5%;
	line-height: 140%;
	width: 70%;
	min-height: 50ex;
}
.ContentBody {
}


.Content h2 {
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	color: #666666;
	margin: 2ex 0ex 0.5ex;
	clear: left;
}
.Content h3 {
	font-size: 90%;
	font-weight: bold;
	color: #444444;
	margin-top: 1.5ex;
	margin-bottom: 0.5ex;
}
.Content h2.Divider, .Content h3.Divider {
	border-top: 1px solid #DDDDDD;
	margin-top: 3ex;
	padding-top: 0.5ex;
	clear: both;
}
.Content p {
	margin-bottom: 0.5ex;
}
.Content a { text-decoration: none; }
.Content a { font-weight: bold; font-size: 90%; }
.Content 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);
}



/*** Page Meta Data ****************/

.PageMeta {
    border-top: 2px dotted #CCCCCC;
	margin: 1ex 5% 0ex;
	clear: both;
	font-size: 90%;
	color: #666666;
	clear: both;
}
.PageDate {
    float: right;
}
.Breadcrumb {
	display: block;
	margin: 0ex;
}
.Breadcrumb a {
	text-decoration: none;
}

/*** Auxilliary ****************/

.Auxiliary {
    float: right;
    clear: right;
    width: 18%;
    margin: 0ex 5% 2ex 0%;
}

.Auxiliary .SideMenu {
    margin: -4.5ex 0ex 2ex;
}
.Main .Auxiliary .twTreeMenu .SideMenu .rtUL .rtIn {
    display: block;
    margin-left: 0px;
    text-decoration: none;
    padding: 1ex 0.5ex;
	background-image: url(../images/list-separator.png);
	background-repeat: no-repeat;
	background-position: right bottom;
    cursor: pointer;
}
.twTreeMenu .SideMenu .rtUL .rtIn {
    font-size: 130%;
    color: #333333;
    white-space: normal;
}
.Auxiliary .SideMenu .rtUL .rtUL .rtIn {
    font-size: 90%;
    color: #1B59B8;
    font-weight: bold;
}
.Auxiliary .SideMenu .rtUL {
    text-align: right;
}
.Auxiliary .SideMenu .rtLI {
    list-style-type: none;
}
.Auxiliary .SideMenu a.rtIn:hover {
    color: #999999 !important;
}


/*** Footer ****************/

.Footer {
    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;
	color: #FFFFFF;
	text-decoration: none;
}
.Footer li a:hover {
	text-decoration: underline;
}
.Footer .Copyright {
	color: #BBBBBB;
}


/*** Panels ************************************************************/
/***********************************************************************/


/*** 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;
}

/*** Resource List **************************/

.ResourceList {
    float: left;
    width: 30%;
    margin: 1ex 1ex 2ex 0ex;
}
.ResourceList h3 {
	font-size: 110%;
    margin: 0ex;
    padding: 0.35ex 1ex 0.5ex 25px;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #8093B3;
	background-image: url(../images/logo-icon.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
}
.ResourceList ul {
	list-style: none;
	margin: 0ex;
	padding: 0ex;
}
.ResourceList li {
	margin: 0ex;
	padding: 0ex;
}
.ResourceList li a {
	display: block;
	background-color: #EEF2F7;
	color: #333333;
	font-weight: normal;
	line-height: 120%;
	margin: 0.5ex 0ex;
	padding: 1ex 1.5ex;
}
.ResourceList li a:hover {
	text-decoration: none;
	background-color: #DFE6EE;
	color: #000000;
}

/*** ArticleLibrary **************************/

.ArticleLibrary {
    float: left;
    width: 19%;
    margin: 1ex 0.5% 1ex 0%;
}
.ArticleLibrary h3 {
	font-size: 100%;
	line-height: normal;
	margin: 0ex;
	padding: 0ex;
}
.ArticleLibrary ul {
	list-style: none;
	margin-left: 0ex;
}
.ArticleLibrary li {
	margin: 0ex;
	padding: 0ex;
	line-height: normal;
}
.ArticleLibrary li a {
	display: block;
	font-weight: normal;
	margin: 0ex;
	padding: 0.4ex 0ex;
}
.ArticleLibrary li a:hover {
}

/*** Data List NavBar  **************************/

.twDataNavBar {
    background-color: #E9EFF5;
	min-height: 18px;
	text-align: center;
	margin: 2ex 0ex;
	padding: 0.75ex 2ex;
    border-top: 1px solid #BBCADB;
    border-right: 1px solid #BBCADB;
}
.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 ****************/

.PageButtons {
	display: block;
	float: right;
	margin: 0ex;
	margin-left: 2em;
}
.PageButtons span {
	display: block;
	float: left;
	margin: 1ex;
}
.PageButtons a img {
	padding: 1ex;
	border: 1px solid #FFFFFF !important;   /* overrides .NET's inline border=0 in hyperlink control */
}
.PageButtons a:hover img {
	border: 1px solid #97A0C5 !important;   /* overrides .NET's inline border=0 in hyperlink control */
	background-color: #EFF0F6;
}

/*** 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%;
}


.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;
}
