/*** HTML styles ****************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	font-size: 75%;
}
body.Body {
	background-color: #E0E3EE;
}
h1, h2, h3, p, ul, li {
	margin: 0px;
}
h1 {
	font-size: 200%;
	font-weight: normal;
	margin-top: 0ex;
	margin-bottom: 2ex;
	line-height: 120%;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	margin-top: 3ex;
	margin-bottom: 0.5ex;
	line-height: 120%;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0ex;
	line-height: 120%;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	margin-top: 2ex;
	margin-bottom: 0ex;
	line-height: 120%;
}
a {
	color: #1A31A2;
	text-decoration: none;
}
a:visited {
	color: #7782B3;
	text-decoration: none;
}
a:hover {
	color: #1A31A2;
	text-decoration: underline;
}
img {
	border: none;
}
td, th {
	vertical-align: top;
}
textarea {
	width: 100%;
}
* html dd {
	float: none;
	margin: .5em 0 0 0;
}

/*** Layout ****************/

.SkipNav {
	display: none;
}
.Container {
	max-width: 80em;
	width:expression(document.body.clientWidth > 850? '80em': 'auto' );
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #000000;
}
.Header {
	background-color: #FEF6D9;
	border-bottom: none;
	padding: 14px;
	padding-bottom: 0px;
	background-image: url(../images/header-globe.jpg);
	background-repeat: no-repeat;
}
.Logo {
	display: block;
	background-image: url(../images/header-title2.gif);
	background-repeat: no-repeat;
	height: 59px;
	width: 281px;
	margin: 15px 0px 19px 148px;
}
.Logo span {
	display: none;
}

.Utility {
	float: right;
	padding: 1.5ex;
	font-size: 80%;
	text-align: right;
}
.Utility ul {
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: uppercase;
}
.Utility li {
	display: inline;
}
.Utility li a {
	display: block;
	font-weight: bold;
	padding: 0.4ex 1ex 0.4ex 2em;
}

.Content {
	clear: both;
	background-color: #A39D40;
}
.LeftColumn {
	display: block;
	float: left;
	width: 20%;
}
.RightColumn {
	float: left;
	width: 80%;
}




/*** Global Navigation ************************/

.GlobalNav {
    clear: both;
    background-color: #F5C500;
	width: 100%;
	padding: 0ex 0ex 0.5ex;
	height: 2.8ex;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    z-index: 500;
}
.GlobalNav .RadMenu {
    float: right;
}
.GlobalNav ul {
	margin: 0ex;
	padding: 0ex;
	margin-right: 2ex !important;
}
.GlobalNav li {
	display: inline;
}
.GlobalNav li.rmItem a {
    background-color: #F5C500;
	font-weight: bold;
	font-size: 110%;
    color: #2A4352;
	text-decoration: none;
	cursor: pointer;
	padding: 0.4ex 1.5ex 0.6ex;
}
.GlobalNav li a.Selected
{
    background-color: #FCDE83;
}
.GlobalNav li a:hover {
    color: #FFFFFF;
	text-decoration: none;
	background-color: #466F88;
}
.GlobalNav ul.rmVertical {
	border-bottom: 2px solid #000000;
	margin-right: 0ex !important;
}
.GlobalNav ul.rmVertical li {
	border: 2px solid #000000;
	border-bottom: none;
}
.GlobalNav ul.rmLevel1 {
	padding-top: 3ex;
}
.GlobalNav .rmExpandRight {
	background-image: url(../images/arrow-expand-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
}



.MenuOpen {
	display: block;
	font-size: 75%;
}
.MenuClose {
	display: none;
	font-size: 75%;
}
.MenuToggle {
	float: left;
	margin: 3px 5px;
	line-height: 170%;
}
.MenuToggle img {
	float: left;
	margin-right: 5px;
}


/*** Main Navigation ************************/

.MainNav {
	line-height: 130%;
}
.MainNav ul {
	margin: 0ex;
	padding: 0px;
	list-style-type: none;
}
.MainNav ul li {
	display: inline;
}
.MainNav ul li a {
	display: block;
	text-decoration: none;
	padding: 0.6ex 1ex 0.75ex;
	margin-bottom: 2px;
	background-color: #F1F0E3;
	font-weight: bold;
}
.MainNav ul li a:hover {
	background-color: #FFFFFF;
}
.MainNav ul ul li a {
	background-color: #E1DFC0;
	padding-left: 2ex;
}
.MainNav ul ul li a:hover {
	background-color: #F1F0E3;
}
.MainNav ul ul ul li a {
	background-color: #D1CE9F;
	font-weight: normal;
	padding-left: 3ex;
}
.MainNav ul ul ul li a:hover {
	background-color: #E1DFC0;
}
.MainNav ul ul ul ul li a {
	background-color: #C2BE81;
	padding-left: 4ex;
}
.MainNav ul ul ul ul li a:hover {
	background-color: #D1CE9F;
}


/*** SideBarPanel ************************/

.SideBarPanel {
	margin: 1.3ex;
	margin-top: 1.3em;
	line-height: 155%;
	background-color: #F1F0E3;
	border: 2px solid #000000;
}
.SideBarPanel p {
	padding: 1ex 1.3ex;
}


/*** QuickLinks ************************/

.QuickLinks {
	margin: 1.3ex;
	margin-top: 1.3em;
	line-height: 155%;
	background-color: #F1F0E3;
	border: 2px solid #000000;
}
.QuickLinks h2, .QuickLinks h3 {
	display: block;
	background-color: #C2BE81;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0ex;
	padding: 1ex 1ex;
	font-size: 110%;
}
.QuickLinks p {
	padding: 1ex 1.3ex;
}
.QuickLinks ul {
	margin: 0.65ex 0ex;
	padding: 0px;
	list-style-type: none;
}
.QuickLinks ul li {
	display: inline;
}
.QuickLinks ul li a {
	display: block;
	padding: 0.65ex 1ex;
}
.QuickLinks > div {
	margin: 0.5ex 0.75ex;
	padding: 0ex;
}
.QuickLinks > div p {
	margin: 0.5ex 0ex;
}
.QuickLinks > div input {
	margin: 0.5ex 0ex;
}


/*** Content ************************/

.Page {
	background-color: #FFFFFF;
	padding: 2em;
	line-height: 155%;
	min-height: 85ex;
	border-left: 2px solid #000000;
}
.Page .SuperTitle {
	font-weight: normal;
	margin: -3ex 0ex 0.5ex;
}
.Page .SubTitle {
	font-weight: bold;
	margin: -3ex 0ex 5ex;
}
.Page p, .Page ul, .Page ol {
	margin: 1ex 0ex;
}

/* Conflicts with UL in radEditor
.MainContent ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet-olive.gif);
}
*/

.Page dl {
    border: 1px solid #E6E7EE;
    background-color: #F3F4F7;
	float: left;
	clear: both;
	padding: 0ex 0ex 1ex;
}
.Page dt {
	clear: left;
	float: left;
	width: 15ex;
	margin: 0.5ex 0ex;
	text-align: right;
	font-weight: bold;
}
.Page dd {
	margin: 0ex 1ex 0.5ex;
	margin-left: 16.5ex;
	float: left;
	padding: 0;
	width: 80ex;
}
.Page dt + dd {
	margin: 0.5ex 1ex;
	float: left;
	padding: 0;
	width: 80ex;
}

/*** Breadcrumb ****************/

.Breadcrumb {
	display: block;
	font-size: 90%;
	margin: 0ex 0ex 0.5ex;
}
.Breadcrumb a {
	text-decoration: none;
}


.Footer {
	clear: both;
	background-color: #466F88;
	border-top: 2px solid #000000;
	text-align: center;
	font-size: 90%;
}
.Footer ul {
	list-style-type: none;
	padding: 0.75ex 1em;
}
.Footer li {
	display: inline;
	padding: 0px 5px;
	border-left: 1px solid #FFFFFF;
}
.Footer li:first-child {
	border-left: none;
}
.Footer li a, .Footer li a:visited {
	color: #FFFFFF;
	padding: 2ex 0.75em;
	text-decoration: none;
}
.Footer li a:hover {
	color: #F5C500;
	text-decoration: none;
}


/*** Page Navigation ************************/

.PageNav {
	float: right;
	clear: right;
	background-color: #E3EAED;
	border: 2px solid #000000;
	width: 13em;
	margin: 0ex 0em 1ex 1em;
}
.PageNav h3 {
	display: block;
	background-color: #85A0B1;
	color: #FFFFFF;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0.7ex 1ex;
}
.PageNav ul {
	margin: 0.5ex 0ex;
	padding: 0px;
	list-style-type: none;
}
.PageNav li {
	display: inline;
}
.PageNav li a {
	display: block;
	padding: 0.5ex 1ex;
}
.PageNav form {
	margin: 0.5ex 0ex;
	padding: 0ex 1ex;
}
.PageNav form p {
	margin: 0.5ex 0ex;
}


/*** In-page pull-out ************************/

.Pullout {
	float: right;
	clear: right;
	background-color: #E3EAED;
	border: 2px solid #000000;
	width: 13em;
	margin: 0ex 0em 1ex 1em;
}
.Pullout h3 {
	display: block;
	background-color: #85A0B1;
	color: #FFFFFF;
	font-weight: bold;
	margin:  0ex 0ex 0.7ex;
	padding: 0.7ex 1ex;
}
.Page .Pullout p {
	margin: 0px;
	padding: 0.7ex 1ex;
	line-height: 130%;
}

/*** Features ****************/

.Features {
	margin: 0em 0em 0em 3em;
	clear: both;
	height: 100%;
}
.FeatureColumn1 {
	float: left;
	width: 35%;
	height: 100%;
}
.FeatureColumn2 {
	float: left;
	width: 60%;
	height: 100%;
}
.Features .Feature {
	background-color: #E3EAED;
	border: 2px solid #000000;
	padding-bottom: 1ex;
	margin: 1em;
	height: 100%;
}
.Features .Feature h3 {
	display: block;
	background-color: #85A0B1;
	color: #FFFFFF;
	font-weight: bold;
	margin:  0ex 0ex 1ex;
	padding: 0.7ex 1ex;
}
.Features .Feature h3 a {
	color: #FFFFFF;
}
.Features .Feature p {
	margin: 0px;
	padding: 0.7ex 1ex;
	line-height: 130%;
}
.Features .Feature ul {
	margin: 0ex;
	padding: 0ex 1ex;
	list-style: none;
	list-style-image: none;
}
.Features .Feature li {
	margin: 0.2ex 0ex 1.2ex ;
	line-height: 120%;
	list-style: none;
	list-style-image: none;
}
.Features .Feature h4 {
	margin: 1ex 1ex 0ex;
}
.Features .Feature .InPageHeading {
	font-weight: normal;
}

/*** Forms ****************/

textarea {
	width: 95%;
}
.InputMax {
	width: 95%;
}



/*** Tables ****************/

.PageTable {
	background-color: #E0E3EE;
	border: 2px solid #000000;
	border-collapse: collapse;
	margin: 1ex 0ex;
	line-height: 150%;
}
.PageTable th, .PageTable td {
	padding: 0.5ex 1.25ex;
	border-bottom: 1px solid #FFFFFF;
	vertical-align: top;
}
.PageTable th {
	background-color: #BBC0D9;
	text-align: right;
	border-right: 1px solid #000000;
}

.CardTable {
	background-color: #F1F2F8;
	border: none;
}
.CardTable th, .CardTable td {
	border-bottom: 2px solid #FFFFFF;
}
.CardTable tr:hover td {
	background-color: #E4E8F1;
}
.CardTable th {
	background-color: #E0E3EE;
}

table ul {
	list-style-type: disc;
	list-style-image: none;
}
table p, table h3, table ul, table ol {
	margin: 0px;
}
form .PageTable th {
	white-space: nowrap;
}
form .PageTable td {
	width: 95%;
}
form .PageTable th, form .PageTable td {
	border-bottom: none;
}
tr.TableTitle th, tr.TableHeader th {
	border-bottom: 1px solid #000000;
	border-right: none;
	text-align: left;
}
tr.TableTitle th {
	background-color: #7782B3;
	color: #FFFFFF;
}
tr.TableFooter td {
	background-color: #BBC0D9;
	text-align: center;
	border-right none;
	border-top: 1px solid #000000;
}

.TableCalendar .PageTable td, .TableCalendar .PageTable th {
	text-align: center;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 0ex 1.5ex;
	font-size: 90%;
}
.TableCalendar .PageTable th {
	font-size: 80%;
}
.TableCalendar td.Weekend {
	background-color: #D2D5E6;
}
.TableCalendar td:hover,
.TableCalendar td.Weekend:hover {
	background-color: #FFFFFF;
}
.TableCalendar a {
	margin-left: -1ex;
	padding: 0.25ex 0.75ex;
}
.TableCalendar th a {
	padding: 0.25ex 1.5ex;
}
.TableCalendar td a.Outside {
	color: #AAAAAA;
}
.TableCalendar td a.Populated {
	font-weight: bold;
}
.TableCalendar td a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}
.TableCalendar tr.TableTitle th {
	border-left: none;
	border-right: none;
}
.TableCalendar tr.TableTitle th a {
	color: #FFFFFF;
	text-decoration: none;
}
.TableCalendar tr.TableTitle th a:hover {
	color: #F5C500;
	text-decoration: 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.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; }



/*** 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;
}


.TagList {
	margin-bottom: 2ex;
}
.TagList li {
	display: inline;
}
.TagList li a {
	float: left;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	margin: 0.5ex;
	padding: 0.5ex 1ex;
	border: 1px solid #CCCEDB;
	white-space: nowrap;
}
.TagList li a:hover {
	background-color: #FAE27F;
	text-decoration: none;
	border: 1px solid #676D94;
}
.TagList li.Selected a {
	background-color: #FCF0BF;
}
.TagList li.Selected a:hover {
	background-color: #FAE27F;
}
.TagList li.Disabled a {
	cursor: default;
	color: #AAAAAA;
}
.TagList li.Disabled a:hover {
	background-color: #FFFFFF;
	border: 1px solid #CCCEDB;
}

/*** Feature ****************/

.Feature {
	display: block;
	clear: left;
	margin: 1em 0ex;
}
.Page .Feature h3, .Page .Feature p {
	margin: 0ex;
}

/*** 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;
}

.PageJump {
	float: right;
}

/*** Buttons ****************/

.button {
	background-color: #FFCC00;
	border: 1px outset #000000;
	font-weight: bold;
}
a.button {
	color: #000000;
	padding: 0.2ex 1ex;
}
a.button:hover {
	text-decoration: none;
}

.InternalButton {
	display: block;
	background-color: #BBC0D9;
	border: 1px solid #7782B3;
	font-weight: bold;
}
a.InternalButton {
	padding: 0.2ex 1ex;
	color: #1A31A2;
}
a.InternalButton:hover {
	background-color: #E0E3EE;
	text-decoration: none;
}



.ViewTabs {
}
.ViewTabs li {
	display: inline;
	margin-left: 1ex;
	white-space: nowrap;
}
.ViewTabs li a {
	padding: 0.4ex 1.5ex 0.75ex;
	line-height: 100%;
	text-decoration: none;
	background-color: #F1F2F8;
}
.ViewTabs li a:hover {
	text-decoration: none;
	background-color: #E0E3EE;
}
.ViewTabs li.Selected a {
	background-color: #E0E3EE;
}
.TabPanel {
	background-color: #E0E3EE;
	padding: 0.5ex 1ex;
}

/** Sign-in *****************************/

.SignIn {
	float: left;
	margin: 2ex 1%;
	width: 42%;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 2px;
}
.SignIn table {
	margin: 1ex;
}
.SignIn p {
	margin: 1ex;
}
.SignIn 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;
}

/*** Other ****************/
/**************************/

.divider {
	clear: both;
	background-color: #FFE681;
	border-bottom: 1px solid #CC9900;
	height: 20px;
}
.spacer {
	clear: both;
	line-height: 0px;
}
.HiddenBorder { /* Fixes some CSS bugs */
    border: 1px solid transparent;
}
.inPageImgLeft {
	float: left;
	margin-bottom: 1ex;
	margin-right: 1em;
	border: 2px solid #000000;
}
.inPageImgRight {
	float: right;
	margin-bottom: 0.7ex;
	margin-left: 0.7em;
	border: 2px solid #000000;
}
.inPageImg {
	margin: 5px;
	border: 2px solid #000000;
}
.highlight {
	color: #CC3300;
}
.buttonDiv {
	float: right;
	margin-top: 0.5ex;
	margin-left: 0.5ex;
}
.columns2, .columns3 {
	clear: both;
	margin-top: 10px;
}

.imageCollection p {
	float: left;
	width: 20%;
	text-align: center;
}
.InPageHeading {
	font-weight: bold;
}
.ExternalLink {
	padding-right: 20px;
	background-image: url(../images/icon-extlink.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}
.InLineDate {
	font-size: 75%;
	color: #999999;
	text-transform: uppercase;
	margin-right: 1ex;
	font-weight: normal;
}
.InLineSubHeading {
	font-weight: normal;
	margin-left: 1ex;
}

.PageMessage {
	font-weight: bold;
	color: #990000;
	padding: 1ex 1em;
	border: 2px solid #990000;
}
.Notification {
    text-align: center;
    margin: -2em auto 0ex !important;
    width: 100%;
    float: left;
    height: 4ex;
    line-height: 190%;
}
.Notification span {
    color: #FFFFFF;
    font-weight: bold;
	background-color: #A39D40;
    padding: 1.5ex 2ex;
}
.Undo {
    text-align: center;
    margin: -2em auto 0ex !important;
    width: 100%;
    float: left;
    height: 4ex;
    line-height: 190%;
}
.Undo a {
    font-weight: bold;
	background-color: #E1DFC0;
    padding: 1.5ex 2ex;
}

.error {
	font-weight: bold;
	color: #FF0000;
}
.GreyedOut {
	color: #999999;
}
.FieldTo {
	height: 7em;
	overflow:auto;
}
.ButtonSet {
    text-align: center;
    clear: both;
    margin: 2ex;
}

.Draft {
	color: #FF3300;
}
.Suspended {
	color: #999999;
}
.Deleted {
	text-decoration: line-through;
	color: #999999;
}
