﻿/* general */
.bodyClass { background: #fff; color: #000; font-family: Arial, Helvetica, sans-serif; font-size: 80%; margin: 0; }
#pageWrapper { background: #939598; }
a { color: #00529b; text-decoration: none; }
a:hover { text-decoration: underline; }
h1 { color: #00529b; font-size: 170%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: .5em 0 .5em 0; }
h1.pageTitle { color: #00aeef; font-size: 150%; }
h2 { color: #00aeef; font-size: 130%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 1em 0 .5em 0; }
h3 { color: #555; font-size: 120%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: 1em 0 .5em 0; }
h3.memberonly { color: #555; font-size: 120%; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; margin: .1em 0 1.1em 0; }
h4, h5, h6 { color: #555; font-size: 110%; font-family: Georgia, "Times New Roman", Times, serif; margin: 1em 0 .5em 0; }
p { line-height: 140%; margin: 0 0 1.3em 0; }
hr { color: #ededed; }
img { border: 0; }
fieldset.editMode { margin: 1.5em 0; background: #f9f2d5; }
fieldset.editMode legend { color: #cc0000; font-weight: bold; font-size: 90%; }
#byline { font-size: 85%; font-style: italic; color: #555; margin-top: 10px; }

.appReceipt th, td { text-align: left; }
.submissionText { margin-top: 15px; margin-bottom: 15px; }

/* layout */
#pageLayout { width: 970px; margin: auto; background: #fff; }
#pageInner { padding: 5px; }
#headerLayout { position: relative; height: 90px; background: #00529b; margin: 0 0 2px 0; }
#logoLayout { position: absolute; top: 11px; left: 22px; }
#linksLayout { position: absolute; top: 10px; right: 10px; color: #fff; }
#linksLayout a { color: #fff; }
#searchLayout { position: absolute; top: 36px; right: 10px; color: #fff; }
#searchLayout td { padding: 0; }
#searchLayout input[type=text] { border: 3px #e1e1e1 solid; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 3px; margin: 0 5px 0 0; color: #545454; }
.ms-sbplain{ border: 1px #e1e1e1 solid; background: #ededed; } 
#footerLayout { background: #ededed; padding: 10px; text-align: center; font-size: 85%; }

/* page top */
#pageTop { height: 1.5em; width: 960px; margin: auto; padding: 5px 0 0 0; font-size: 90%; }
#userActions { border-collapse: collapse; margin-left: auto; }
#userActions td { padding: 0 0 0 5px; }
#userActions a { color: #fff; font-weight: bold; }

/* page content and layouts */
#pageContentTable { width: 100%; border-collapse: collapse; }
#pageContentLeft { width: auto; background: #fff; padding: 0; vertical-align: top; }
#pageContentRight { display: none; width: 243px; background: #fff; padding: 0; vertical-align: top; border-left-color: #ededed; border-left-style: solid; border-left-width: thin;  }
#pageBanner { font-size: 0%; margin: 0 0 10px 0; }
#pageContentInnerTable { width: 100%; border-collapse: separate; background: #fff; }
#pageContentInnerLeft { width: 175px; padding: 0; background: #fff; vertical-align: top; }
#pageContentInnerLeftHide { display: none; }
#pageContentInnerRight { width: auto; padding: 10px; background: #fff; vertical-align: top; }
#pageContentInnerRightHome { width: auto; padding: 0px; background: #fff; vertical-align: top; }

/* shadows */
#pageShadowTable { width: 100%; border-collapse: collapse; }
#pageShadowTL, #pageShadowTR, #pageShadowBL, #pageShadowBR { width: 10px; height: 10px; padding: 0; background: #fff url('/design/shadow-corners.jpg') no-repeat; }
#pageShadowTL { background-position: 0 0; }
#pageShadowTR { background-position: -10px 0; }
#pageShadowBL { background-position: 0 -10px; }
#pageShadowBR { background-position: -10px -10px; }
#pageShadowT, #pageShadowB { height: 10px; padding: 0; background: url('/design/shadow-h.jpg') repeat-x; }
#pageShadowT { background-position: 0 0; }
#pageShadowB { background-position: 0 -10px; }
#pageShadowL, #pageShadowR { width: 10px; padding: 0; background: url('/design/shadow-v.jpg') repeat-y; }
#pageShadowL { background-position: 0 0; }
#pageShadowR { background-position: -10px 0; }
#pageCenter { width: 950px; padding: 0; vertical-align: top; }

/* members only / quick links */
#membersOnly { background: url('/design/gradient-blue-white.jpg') top repeat-x; padding: 10px; }
#membersOnly a { font-weight: bold; }
#quickLinks { background: url('/design/gradient-blue-white-small.jpg') top repeat-x; padding: 10px; min-height: 48px; }
#quickLinks table { width: 100%; border-collapse: collapse; }
#quickLinks table th { color: #00aeef; }

/* global navigation */
#globalNavLayout { margin: 0 0 7px 0; border-bottom: 4px #00aeef solid; background: #525151 url('/design/gradient-gray-bar.jpg') top repeat-x; color: #fff; }
.globalNav { width: 100%; }
.globalNavItem { text-align: center; text-transform: uppercase; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
.globalNavItem a { display: block; padding: 8px; color: #fff; }
.globalNavItemActive a { background: #00aeef; }
div.globalNavMenu { background: #00aeef; color: #fff; width: 150px; font-size: 85%; padding: 4px 0 2px; }
div.globalNavMenu table { width: 100%; }
.globalNavMenuItem { }
.globalNavMenuItem a { display: block; color: #fff; padding: 5px 10px 5px 10px; }
.globalNavMenuItem a:hover { text-decoration: none; background: #0dc2ff; }
.globalNavMenuItemActive { }

/* breadcrumb */
#breadcrumbLayout { font-size: 85%; color: #939598; padding: 0 0 5px 0; border-bottom: 4px #c2c2c2 solid; }
.ms-pagebreadcrumb  { font-size: 85%; font-weight: bold; color: #00529b; padding: 0 0 5px 0; border-bottom: 4px #c2c2c2 solid; }
#breadcrumbLayout a, .ms-pagebreadcrumb a { color: #939598; text-decoration: underline; font-weight: normal; }
.breadcrumb { }
.breadcrumbItem { }
.breadcrumbItemActive { font-weight: bold; color: #00529b; }


/* current navigation */
.currentNav { width: 100%; }
.currentNavHeader { font-weight: bold; border-bottom: 1px #ededed solid; font-size: 90%; }
.currentNavHeader a { display: block; color: #fff; background: #00529b; padding: 7px; }
.currentNavHeader a:hover { text-decoration: none; background: #005BAE; }
.currentNavItem { font-size: 85%; }
.currentNavItem a { display: block; padding: 5px 5px 7px 20px; }
.currentNavHeaderMenu { }
.currentNavItemMenu { background: #d2e1ed; border-bottom: 1px #ededed solid; }
.currentNavHeaderActive { }
.currentNavItemActive { }

/* default web parts */
.ms-WPTitle { color: #5F5F5F; padding: 5px; font-size: 130%; font-family: Arial; font-weight: bold; }
.ms-WPTitle nobr { white-space: normal; }
.ms-WPHeader td { }
.ms-partline { background: #fff; }
.ms-WPBody { padding: 0; }
.ms-WPBorder { background: #fff; padding: 5px; border-style: none; }

/* home page news web part */
.homepageNews a { color: #F28528; }

/* gray web parts */
.grayWPZone .ms-WPTitle { color: #00529b; border-left: 1px #c2c2c2 solid; border-right: 1px #c2c2c2 solid; padding: 5px 5px 10px 5px; }
.grayWPZone .ms-WPHeader td { background: #ededed; border-top: 4px #c2c2c2 solid; padding: 0 !important; }
.grayWPZone .ms-WPBorder { border-color: #c9c9c9; }
.grayWPZone div.ms-HoverCellInActive, .grayWPZone div.ms-HoverCellActiveDark { position: absolute; margin: -0.8em 0 0 -1.5em; }

/* rollup styles */
.item { padding: 0; margin: 0.8em; }
.item a { font-weight: bold; }
.item .description a { font-weight: normal; }

/* lists */
.ms-menutoolbar, table.ms-toolbar, .ms-toolbarContainer { background: #00529b; color: #fff; }
.ms-menutoolbar a, table.ms-toolbar a, .ms-toolbarContainer a { color: #fff; }
.ms-splitbuttonhover a, .ms-menubuttonactivehover a, .ms-viewselectorhover a { color: #000; }
.ms-separator img { background: #fff; }
.ms-viewheadertr { background: #ededed; font-size: 85%; color: #515151; }
.ms-viewheadertr a { color: #515151; }
.ms-descriptiontext { color: #8a8a8a; font-size: 90%; }
.ms-descriptiontext a { color: #515151; }
span.ms-descriptiontext { color: #fff; }
table.ms-listviewtable { font-size: 90%; }
.ms-MenuUIPopupBody { }

/* forms */
.ms-formlabel { border-top: 1px #cccccc dotted; }
.ms-formlabel h3.ms-standardheader { font-size: 100%; }
.ms-formbody { background: #f3f3f3; border-top: 1px #cccccc dotted; }
.ms-formline { border-top: 1px #cccccc dotted; }
.ms-consolestatusframe { font-size: 85%; }

/* calendar */
.ms-cal-gempty { font-size: 80%; }
.ms-datepickerouter { font-size: 80%; }

/* discussions */
.ms-disc-bar { background: #f3f3f3; }
.ms-disc-bordered-noleft { border-color: #cccccc; font-size: 1em !important; }

/* blogs */
.ms-PostWrapper { border-bottom: 1px solid #d2e1ed; } 
.ms-PostWrapper p { margin: 8px 0; }
.ms-PostDate { font-size: 100%; padding-bottom: 5px; font-weight: bold; border-bottom: 1px #ddd dotted;}
.ms-PostTitle { font-size: 130%; font-family: Georgia, "Times New Roman", Times, serif; }
.ms-blogedit { }
.ms-PostBody { }
.ms-PostFooter { font-size: 85% !important; padding-bottom: 10px !important; }
.ms-CommentHeader { border-bottom: 1px #cccccc dotted; }
.ms-CommentTitle { }
.ms-CommentBody { }

.ms-BlogNavigator .ms-WPBody { margin: 0 !important; padding: 0 !important; }
.ms-BlogNavigator .ms-navheader { padding: 0 !important; font-weight: bold; border-bottom: 1px #ededed solid; font-size: 90%; }
.ms-BlogNavigator .ms-navheader a { display: block; margin:0; color: #fff; background: #00529b; padding: 7px; }
.ms-BlogNavigator .ms-navheader a:hover { text-decoration: none; background: #005BAE; }
.ms-BlogNavigator .ms-navsubmenu2 { background: #d2e1ed; border-bottom: 1px #ededed solid; font-size: 90%; }
.ms-BlogNavigator .ms-navsubmenu2 td { padding: 1px 2px; }
.ms-BlogNavigator .ms-navsubmenu2 .ms-BlogEmptyListText { padding: 5px; font-size: 100%;  }
.ms-BlogNavigator .ms-addnew { font-size: 92%; }

/* wiki */
.ms-wikieditouter { background: #f3f3f3; }
a.ms-wikilink { text-decoration: none; }
a.ms-missinglink { border-bottom: 1px #cccccc dashed; }

/* bullets */
.bullet, .level-bullet { }

/* search results */
.srch-Icon { }
.srch-Title { }
.srch-Description { }
.srch-Metadata { color: #888888; border-top: 1px #cccccc solid; }
.srch-URL a { color: #008800; }

/* chapter events */
.eventIndent { display: block; margin-left: 15px; }

/* job board */
.JobSearchDataGrid td { padding: 5px; }
.GridHeader { font-weight: bold; background-color: #00aeef; color: #FFF; }
.GridItem {  }
.GridAltItem { background-color: #ededed; }
.formLayout { }
.formLayout th, .formLayout td { padding: 3px; }
.formLayout th { text-align: right; vertical-align: top; color: #333; }
.jobSearchForm th { width: 100px; }
.jobSearchForm th, jobSearchForm td { padding: 7px; }

/* membership application */
.trApplicationItem { background-color: #C2C2C2; }
.trApplicationItemReview { background-color: #C2C2C2; }
.trApplicationFooter { background-color: #C2C2C2; }
.trApplicationAltItem { background-color: #FFFFFF; }
.AppReviewApplication { border-bottom: 1px dotted #00529b;  }
.appTable textarea { font-family: Arial, Helvetica, sans-serif; }
.AppReviewCustomerName { font-size:125%; padding: 20px 0 10px 0; clear:both; }
.ApplicationReviewTable { width:100%; background-color:#ffffff;border-collapse: collapse; margin-bottom:6px;}
.ApplicationReviewTable th { padding:2px; background-color:#d1e1ee; border:1px solid #ffffff;  }
.ApplicationReviewTable td { padding:2px; background-color:#ededed; border:1px solid #ffffff;  }
.AppReviewQuickPostLink { margin-right:20px; cursor:pointer; }
.AppReviewPostCommentsLink {margin-right:20px; }
.AppReviewOptions{ margin:10px; text-align:center; }
.button { clear:both; width:100%; }

/* email forms */
.emailForm {}
.emailFormLabel { width: 75px; position: absolute; text-align: right; padding: 5px; }
.emailFormValue { position: relative; margin: 0 0 0 85px; padding: 5px; }
.emailFormValue textarea { width: 300px; height: 100px; }


/* News & Views */
.pageContent { width: 100%; padding: 10px 0 15px 0; border-bottom: 2px #e1e1e1 solid; }
.pageContent2 { width: 49%; padding: 10px 0 15px 0; vertical-align: top; border-right: 1px #e1e1e1 solid; }
.pageContent3 { width: 51%; padding: 10px 0 15px 10px; vertical-align: top; }

/* Print Page Link */
#printThisPage { text-align: right; padding-bottom: 10px; }