﻿body 
{
    background-color: #1f8c8f;
    background-image: url(../Images/v2010_page_background.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

a:link {
    color: #072960;
}

a:active {
    color: #072960;
}

a:visited {
    color: #072960;
}

a:hover {
    color: #072960;
}

.box {
    border: 1px dotted #999999;
    padding: 10px;
    width: 100f
}

#divWrapper   
{
    margin: 0 auto;
    width: 950px;
}

#divWrapperMobile   
{
    margin: 0 auto;
    width: auto;
}

#divHeader {
    display: block;
    z-index: 5;
}

#divBanner {
    text-align: right;
}

#divLoginLine {
    margin-top: 10px;
}

#divBannerLogo {
    position: relative;
    float: left;
    display: inline; 
}

#divBannerUtility {
    position: relative;
    display: inline;  
	float: right;
    width: 400px;
    top: 0px;
}

#divLoginBanner {
    display: block;
    padding-right: 5px;
    margin-top: 0px;
}

.tbField {
    color: #999999;
    font-weight: bold;
}

#divLoginLine {
    display: block;
    padding-left: 100px;
}

#divLoginMessage {
    float: right;
}

#divLoginPopUp {
    position: absolute;
    margin-top: 5px;
    right: 45px;
    display:none;
    background-image: url(../Images/login_bk.gif);
    background-position: top right;
    background-repeat: no-repeat;
    z-index: 99;
}

#divNavigation {
    text-align: center;
    height: 28px;
    clear: both;
}

.divNavigationTabs
{
    margin: 0px 1px 0px 1px;
}

#divPageBackground {
    position: relative;
    background-image: url(../Images/v2010_page_content_background_ext.jpg);
    background-repeat: repeat-y;
    z-index: 1;
}

#divPage {
    position: relative;
    width: 100%;
    min-height: 550px;
    overflow: visible;
    text-align: center; 
    background-image: url(../Images/v2010_page_content_background.jpg);
    background-position: top;
    background-repeat: no-repeat;
    z-index: 2;
    margin-top: 0px;
    
    /*
    float: left;
	margin: 0 auto;
    */
}

#divSideBar {
    position: relative;
    float: left;
    display: inline;
    left: 25px;
    top: 25px;
    min-height: 540px;
    text-align: left;
    z-index: 3;
    width: 240px;
    
    /*
    position: relative;
    float: right;
    display: inline;
    top: 0px;
    text-align: left;
    z-index: 3;
    width: 240px;
	margin: 10px 10px 10px 0px;
	padding-top: 30px;

    */
}

.divSideBar {
    height: 100%;
    padding-bottom: 10px;
}

#divSideBarNews {
    background-image: url(../Images/v2010_sidebar_background_services.gif);
    background-repeat: no-repeat;
}

#divSideBarAboutUs {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarMessageBoard {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarAboutUsMore {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarSearch {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideBarAdvancedSearch {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideOtherOptions {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideBarPublicProfileServices  {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideBarPublicProfileSpecialities {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideBarPublicProfileTherapy {
    background-image: url(../Images/v2010_sidebar_background_search.gif);
    background-repeat: no-repeat;
}

#divSideBarAdminUtility {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarMemberCalendar {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarMemberServices {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarAdminEditMEmberProfile {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarAdminMyProfile {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarMyProfile {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

#divSideBarMyProfileAdmin {
    background-image: url(../Images/v2010_sidebar_background_aboutus.gif);
    background-repeat: no-repeat;
}

.divSideBarMore {
    position: absolute;
    display: block;
    left: -2px;
    top: 100px;
    z-index: 99;
    /*min-height: 540px;*/
}

.divSideBarContent {
    padding: 10px;
    padding-bottom: 5px;  
    margin-left: 10px; 
    margin-right: 10px;
    background: #FFFFFF;
}

.ulSideBarContent {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 0px;
}

.ulSideBarContent li {
    padding-bottom: 4px;
}

#divContent {
    position: absolute;
    padding: 10px;
    top: 7px;
    min-height: 240px;
    text-align: left;
    z-index: 4;
    margin-left: 270px;

    /*
    position: relative;
    top: 0px;
    text-align: left;
    z-index: 4;
    width: 700px;
    left: 0px;
	float: left;
    */
}

#divContentMobile {
    position: relative;
    padding: 10px;
    top: 7px;
    min-height: 240px;
    text-align: left;
    z-index: 4;
}


.divContentPage {
    padding: 0px 10px 10px 10px;  
    margin-left: 0px; 
    margin-right: 20px;
}

.spanTitle {
    font-weight: bold;
    font-size: 16px;
    color: #1f8c8f;
    margin-top: 10px;
    margin-bottom: 5px;
    border-bottom: 2px solid #1f8c8f;
}

.subTitle {
    font-weight: bold;
    font-size: 15px;
    color: #1f8c8f;
    margin-top: 10px;
    margin-bottom: 5px;
}

.seperator 
{
    border: 1px solid #1f8c8f;
}

.spanHeader {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.utilButtons {
    text-align: right;
    margin-right: 30px;
}

.dlListItems {
    margin-left: 15px;
    width: 185px;
}

#divHomeLeft {
    position: relative;
    float: left;
    display: inline;
    left: 50px;
    top: 50px;
    width: 416px;
    text-align: left;
}

#divHomeRight {
    position: relative;
    float: right;
    right: 50px;
    display: inline; 
    width: 386px;
    text-align: left;
    top: 50px;
}

#pnlPublic {
    background-image: url(../Images/v2010_home_panel_public_fade.gif);
    background-repeat: no-repeat;
}

#pnlProspective {
    background-image: url(../Images/v2010_home_panel_prospective_fade.gif);
    background-repeat: no-repeat;
}

#pnlMembers {
    background-image: url(../Images/v2010_home_panel_members_fade.gif);
    background-repeat: no-repeat;
}

#pnlSocialMedia {
    background-image: url(../Images/v2010_home_panel_socialmedia_fade.gif);
    background-repeat: no-repeat;
}

.pnlTitle {
    /* height: 75px; */
    cursor: hand;
}

.pnlDescript {
    width: 416px;
	position: relative;
	top: -20px;
}

.divInnerDescript {
    background: #FFFFFF;
    padding: 10px;
    margin: 10px;
    min-height: 180px;
}

.divInnerDescriptSocialMedia {
    background: #FFFFFF;
    padding: 10px;
    margin: 10px;
}

#divFooter {
    position: relative;
    width: 100%;
    text-align: center;   
    height: 85px;  
}

.spanFooter {
    display: block;
}

.SearchBox {
    background: url(../Images/v2010_home_search_box.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 40px;
    height: 156px;  
}

.SearchBoxMobile {
    background: url(../Images/v2010_home_search_box.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 40px;
    margin: 0 auto;
    height: 156px;  
}

.SearchBoxBanner {
    background: url(../Images/v2010_banner_search_box.gif);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 15px;  
    padding-top: 30px;
    margin-top: -10px;
    width: 270px;
    float: right;
    text-align: left;
}

#divSearchBoxItems {
    padding-left: 40px;
}

#divSearchPanel {
    padding: 0px;  
    margin: 10px;
}

#divSearchRefineItems {
    background: #FFFFFF;
    padding: 10px;
}

.pnlSearchAreas {
    margin: 10px 0px 0px 0px;
}

.ajax__tab_panel {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

.ajax__tab_panel bold {
    cursor: hand;
}

.ajax__tab_body {

}

#_ctl0_cphContent_tcServices_body {
   width: auto; 
}

#divGridViewCopy 
{
    padding-top: 10px;    
}

#divSearchCriteria {
    position: relative;
    float: left;
    display: inline;  
    padding: 10px 10px 10px 10px;  
    width: 400px;
    border: 2px solid #d57213;
}



#divSearchOptions {
    position: relative;
    float: right;
    display: inline;     
    padding: 10px; 
    margin-right: 20px; 
    border: 2px solid #d57213;
}

.pnlSearchCriteria {
    
}

.pnlSearchResults {
    padding-top: 20px;
}

.lblSearchHeader {
    width: 120px;
    font-weight: bold;
}

#divGVResults 
{
    margin-right: 30px;
    padding: 0px;      
}

#divLoading
{
    position: absolute;
    z-index: 99;
    border: 2px solid #000000;
    padding: 10px;
    background-color: #FFFFFF;
} 

.boxLink:link {
    color: #198d90;
    text-decoration: none;
}
.boxLink:active {
    color: #198d90;
    text-decoration: none;
}
.boxLink:visited {
    color: #198d90;
    text-decoration: none;
}
.boxLink:hover {
    color: #198d90;
    text-decoration: underline;
}

.bold {
    font-weight: bold;
    border-bottom: 1px dotted #999999;
    cursor: hand;
}

.normal {
    font-weight: normal;
}

.btnUpdate {

}

.CrisisButton {
    padding-right: 30px;
}

.dontShow {
    visibility: hidden;
}

.hideTable {
    visibility: hidden;
}

.tableProfile {
    /*border: 1px solid #198d90;*/
    margin-bottom: 20px;
    padding: 3px;
}

.tableServices {
}

.errorMessage {
    color: #FF0000;
    font-style: italic;
    display: block;
}

.spanFooter {
    color: #FFFFFF;
}

.spanFooter a:link {
    color: #FFFFFF;
    text-decoration: none;
}

.spanFooter a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.spanFooter a:active {
    color: #FFFFFF;
    text-decoration: none;
}

.spanFooter a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.pnlEmailResults {
    background-color: #FFFFFF;
    border: #d57213 2px solid;
    margin: 10px 30px 10px 0px;
    padding: 5px;
}

.iconButtons 
{
    border: 0px;
    padding: 0px;
    margin: 0px;  
    cursor: hand;  
}

.modalBackground {
    z-index: 300;
    filter: alpha(opacity=80); BACKGROUND-COLOR: gray;
    opacity: 0.7;
}

.pCrisis {
    display: block;
    min-height: 60px;
    height: 60px;
}

/* Calendar styles */


.CalendarTitle {
	padding: 2px;
	font-weight: bold;
	text-transform: uppercase;	
	color: #FFFFFF;
	text-align: center;
}

.Calendar {
    font-size: 0.8em;
    margin-top: 10px;
	border: solid 1px #2E3F1A;
}

.CalendarDay {
    padding: 2px;
}

.NoEvent > a {
    padding: 2px;
    text-decoration: none;
}

.CalendarOtherMonthDay {   
    background-color: #BDC2A9;
    padding: 2px;
}


tr.trEven td {
    background-color: #f4f5f6;
}

tr.trOdd td {
    background-color: #bddcd7;
}

.divEvents {
    margin: 5px;
    padding: 0px 10px 0px 10px;
    border: 1px solid #0a2b61;
    background-color: #bddcd7;
}

.imgTwitter {
    margin: 10px 0px;
    display: block;
}
