/*
SENC commmon to all pages
*/

html, body {
	background-color: #71cccf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#71cccf), to(#007074));
	background-image: -webkit-linear-gradient(top, #71cccf, #007074);
	background-image:    -moz-linear-gradient(top, #71cccf, #007074);
	background-image:     -ms-linear-gradient(top, #71cccf, #007074);
	background-image:      -o-linear-gradient(top, #71cccf, #007074);
	background-image:         linear-gradient(to bottom, #71cccf, #007074);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71cccf', endColorstr='#007074');
	height: auto;
}

#wrapper {
    width: 983px;
    background-color:#FFF;
    box-shadow: 0px 0px 20px 1px #000;
    -webkit-box-shadow: 0px 0px 20px 1px #000; 
    -moz-box-shadow: 0px 0px 20px 1px #000;
    margin: 0 auto;
    min-height: 550px;
}

#container {		
	width: 984px;	/* Override */
}

p {
	/* font-size: 16px; */
}

a {
	color:#111580;
}

h1, h2, h3, h4 {
	color:#111580;
}

#wrapperBottom {
    width: 983px;
    height: 0;
    margin: 0 auto;
}

#footer {
    width: 981px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 983px;
    height: 33px;
    background-image: url('../../images/community/senc/topNav.jpg');
    background-repeat: repeat-x;
    margin: 0 auto;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #111580;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    margin: 5px 0 0 0;
    padding: 0 15px 0 0;
    float: right;
    font-size: 8pt;
    text-align: center;
    color: #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 983px;
    height: 105px;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 610px;
    height: 50px;
    cursor: pointer;
    margin: 0 0 0 20px;
    float: left;
    font-weight : bold;
    color : #111580;
    font-size: 28px;
    padding: 0 ;
    font-size: 12px;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#logo_1 h1,
#logo_1 h2,
#logo_2 h1,
#logo_2 h2 {
	color:#111580 !important;
	margin: 15px 0 0;
	padding:0;
}

#logo_1 h1,
#logo_2 h1 {
	font-size: 20px;
}

#logo_1 h2,
#logo_2 h2 {
	font-size: 15px;
	width: 530px !important;
	margin-top: 8px;
}

#logoImg {
    background-image: url('../../images/community/senc/acf_logo.png');
	background-position:center center;
	background-repeat:no-repeat;	
	width:225px;
	height:55px;
	float:right;
	margin: -66px 10px 0 0;
}

#headerLogos {
	width: 165px;
	float: left;
}
#headerLogos>div {
    float: right;
    margin: 0px 14px 0 0;
}


#headerTitles {
	
}
#headerTitles h1, #headerTitles h2 {

}

#mainNav .navItem a, 
#mainNav .navItem a:link {
    font-size: 14pt;
}

#mainNav {
    width: 983px;
    height: 54px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #7b81b8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7b81b8), to(#111580));
    background-image: -webkit-linear-gradient(top, #7b81b8, #111580);
    background-image:    -moz-linear-gradient(top, #7b81b8, #111580);
    background-image:     -ms-linear-gradient(top, #7b81b8, #111580);
    background-image:      -o-linear-gradient(top, #7b81b8, #111580);
    background-image:         linear-gradient(to bottom, #7b81b8, #111580);
    /* border-bottom: 4px solid #111580; */
    border-top: 4px solid #F08F02;
}

#mainNav .navItem {
    border-top: 4px solid #f08f02;
    min-height: 34px;
    float: left;
    border-right: thin solid #7b81b8;
    border-left: thin solid #111580;
    margin:-4px 0 0;
}

#mainNav .navItem:hover, #mainNav .selected {
    background-color: #111580;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111580), to(#7b81b8));
    background-image: -webkit-linear-gradient(top, #111580, #7b81b8);
    background-image:    -moz-linear-gradient(top, #111580, #7b81b8);
    background-image:     -ms-linear-gradient(top, #111580, #7b81b8);
    background-image:      -o-linear-gradient(top, #111580, #7b81b8);
    background-image:         linear-gradient(to bottom, #111580, #7b81b8);
    border-bottom: 4px solid #f08f02;
    border-top: 0px;
}

#mainNav .first {
    border-left:none;
}

#mainNav .last {
    border-right:none;
}

#mainNav .wide {
    /*width: 243px;*/
}

#mainNav .short {
    /*width: 114px;*/
}

#mainNav .navItem a {
    display:block;
    float:left;
    padding: 12px 37px 11px;
    margin:0;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#mainNav .navItem a .navTitle {
	font-size: 14px;
	font-weight: bold;
}

#mainNav .navItem a .navDesc {
	font-size: 13px;
	font-weight: normal;
}

#mainContent {
    margin: 0 auto;
    /* min-height: 800px; */
}

#footer {
    width: 960px;
    height: 55px;
    margin: 5px auto 0 auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 80px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 500px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/* th used in heading for knowledgebase detail.php items (tom): options:
light blue: 92CAF0 
dark blue on light blue: background-color: #C2EFEF; color: #003964;
dark blue background: 0865AB
*/
th, .headingReverse {
    color: black;
    padding:13px 15px;
    background-color: #C5DFF1 !important;
}

#libraryDiv th.subCatTableHeader {
	background-color:transparent;
	background-image:none;
}

#divReports.hiliteBox2 {
	border:none;
	box-shadow: 0px 0px 6px 3px #E0E0E0;
	-webkit-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	-moz-box-shadow: 0px 0px 6px 3px #E0E0E0; 
	background-color: #DCF3FD;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#DCF3FD), to(#C4E4F1));
	background-image: -webkit-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:    -moz-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:     -ms-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:      -o-linear-gradient(top, #DCF3FD, #C4E4F1);
	background-image:         linear-gradient(to bottom, #DCF3FD, #C4E4F1);
}

body.userGroups #divReports {
	padding: 16px 20px;
}

.breadcrumb, .breadcrumbs {
	font-size: 10px;
	color: #666;
	margin-bottom:10px;
	display:block;
	text-align: left;
}

.submitButton {
	color:#000;
	padding:10px;
	font-size:14px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	box-shadow: 0px 0px 6px 3px #CCC;
	-webkit-box-shadow: 0px 0px 6px 3px #CCC; 
	-moz-box-shadow: 0px 0px 6px 3px #CCC;
	background-color: #FFF0CE;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF0CE), to(#F0D596));
	 background-image: -webkit-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:    -moz-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:     -ms-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:      -o-linear-gradient(top, #FFF0CE, #F0D596);
	 background-image:         linear-gradient(to bottom, #FFF0CE, #F0D596); 
}
.submitButton:hover {
	text-decoration: underline;
	background-color: #F0D596;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#F0D596), to(#FFF0CE));
	 background-image: -webkit-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:    -moz-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:     -ms-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:      -o-linear-gradient(top, #F0D596, #FFF0CE);
	 background-image:         linear-gradient(to bottom, #F0D596, #FFF0CE); 	
}

.featuredSection {
	background-color:#FFF;
	margin-left: -2px;
	width: 90%;
	padding: 20px;
	margin-top: 25px 5%;
	box-shadow: 1px 1px 15px 1px #666;
	-webkit-box-shadow: 1px 1px 15px 1px #666; 
	-moz-box-shadow: 1px 1px 15px 1px #666; 
}

/********************/
/* Shared Resources */
/********************/

#mainContent #category_list {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mainContent #category_list h4 {
	border-bottom: none;
	font-size:17px;
	padding: 10px 0px 10px 5px;
	letter-spacing:1px;
	text-transform: uppercase;
}
#mainContent #category_list ul {
	border: thin solid #999;
}
#mainContent #category_list ul li {
	border-bottom: 1px dotted #E1E1E1;
}
#mainContent #category_list a, #mainContent #category_list h4 a, #directory_content h3 {
	color:#003363;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/* Tasks */
body.tasks td.rwDark {
	background-color: #cadee6;
}

/********************/
/*  Community Indicators   */
/********************/

div.commInd #topBar.communityInd div.actions {
	width: 205px !important;
}
div.commInd #topBar.communityInd div.actions.two {
	width: 225px !important;
	margin-left: 18px;
}
div.commInd #topBar.communityInd div.actions.three {
	width: 171px !important;
	margin-left: 14px;
}
div.commInd #topBar.communityInd div.actions.four {
	width: 150px !important;
	margin-left: 25px;
}

div.commInd #topBar.communityInd div.actions div {
	font-size: 25px !important;
}
div.commInd #topBar.communityInd div.actions p {
	margin-left: 15%;
	font-size: 10px;
}
div.commInd #tabWrapper #mapWrapper,
div.commInd #tabWrapper #dataTableWrapper {
	margin-top:0px !important;
	background-color: #acd0f8 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#acd0f8), to(#adccee)) !important;
    background-image: -webkit-linear-gradient(top, #acd0f8, #adccee) !important;
    background-image:    -moz-linear-gradient(top, #acd0f8, #adccee) !important;
    background-image:     -ms-linear-gradient(top, #acd0f8, #adccee) !important;
    background-image:      -o-linear-gradient(top, #acd0f8, #adccee) !important;
    background-image:         linear-gradient(to bottom, #acd0f8, #adccee) !important;
	border: 1px solid #8c9399 !important;
	min-height: 350px;
	height: inherit;
}
div.commInd #tabWrapper #mapWrapper {
	width: 98%;
	padding: 50px 1% 10px;
}

div.commInd #mapView {
	border: 1px solid #8c9399 !important;
}
div.commInd #tabs.communityInd ul li a {
	background-color:#dce8f8 !important;
	color:#2e3033 !important;
}
div.commInd #tabs.communityInd ul li.ui-state-active a,
div.commInd #tabs.communityInd .ui-state-active {
	color:#000 !important;
	background-color:#accef8 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.odd {
	background-color: #dcebf8 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.odd td.sorting_1 {
	background-color: #c1d4e3 !important;
}
div.commInd #communityIndTblDiv #dataTable tr.even {
	background-color: #FFF !important;
}
div.commInd #communityIndTblDiv #dataTable tr.even td.sorting_1 {
	background-color: #d4dce3 !important;
}
div.commInd #communityIndTblDiv #dataTable tbody tr:hover td, 
div.commInd #communityIndTblDiv #dataTable tbody tr:hover {
	background-color: #208bf0 !important;
}
div.commInd #communityIndTblDiv #dataTable tbody tr.showing, 
div.commInd #communityIndTblDiv #dataTable tbody tr.showing td {
	background-color: #67abf5 !important;
}
div.commInd #entryBar #geographicArea,
div.commInd #entryBar #indicatorGroups,
div.commInd #entryBar #indicators,
div.commInd #entryBar #viewAs {
    background-color: #7397bb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#adcdee), to(#7397bb));
    background-image: -webkit-linear-gradient(top, #adcdee, #7397bb);
    background-image:    -moz-linear-gradient(top, #adcdee, #7397bb);
    background-image:     -ms-linear-gradient(top, #adcdee, #7397bb);
    background-image:      -o-linear-gradient(top, #adcdee, #7397bb);
    background-image:         linear-gradient(to bottom, #adcdee, #7397bb);
    border: 1px solid #45719c;
    color: #3b434a;
}
div.commInd #selectionText{
	background-color:#acd0f8 !important;
    border-top: 1px solid #45719c;
    border-left: 1px solid #45719c;
    border-right: 1px solid #45719c;
    width: 98%;
	padding: 1%;
	margin-top: -1px;
}
div.commInd #entryBar #viewAs {
	width: 10%;
	padding: 20px 16px;
}
.sencSubtitle {
	margin-top: -24px;
	text-align: right;
	color: orange !important;
	font-weight: normal;
	font-style: italic;
}
#classifiedsPage #leftColumn {
	width:75%;
}
#classifiedsPage #rightSidebar {
	width: 19%;
}
#classifiedsPage #rightSidebar .classifiedsCategories .title {
	font-size: 15px;
}


/**************************/
/** Classifieds Override **/
/**************************/

#classifiedsPage #rightSidebar .classifiedsCategories .title {
	font-size: 13px;
	height: 23px;
	padding: 7px 0 0px;
}

#volunteers.classifiedsCategories a:hover {
	text-decoration: underline;
}
#volunteers.classifiedsCategories a#volBtn {
	margin: 5px;
	width: 84%;
	border-top: 0;
}

#noAssociation {
	background-color: #FFFFFF;
}
#postingDetail #detailAccordion {
	border: 2px solid #446e8e;
}
#postingDetail #detailAccordion h3 {
	background-color: #446e8e;
}
#postingDetail #detailAccordion h3 {
	background-color: #5498cc;
}
.classifiedsDialog .ui-button.ui-widget.ui-button-text-only span {
	background-color: #446e8e !important;
}
.classifiedsDialog .ui-button.ui-widget.ui-button-text-only span:hover {
	background-color: #5498cc !important;
}
.classifiedsDialog .ui-multiselect.ui-widget, 
.classifiedsDialog .ui-multiselect-menu.ui-widget-content .ui-widget-header, 
.classifiedsDialog .ui-multiselect-menu.ui-widget-content, 
.classifiedsDialog .ui-datepicker.ui-widget-content {
	border: 1px solid #77a2c2!important;
	background-color: #eef1f3 !important;
}
.classifiedsDialog .ui-multiselect-menu.ui-widget.ui-widget-content.ui-multiselect-single .ui-widget-header.ui-multiselect-header {
	border: 1px solid #77a2c2!important;
}
.postingItem .buttons input {
	background-color: #446e8e;
}
.postingItem .buttons input:hover {
	background-color: #5498cc;
}
.max90 {
    display: none;
}

/* Mobile */

.slicknav_menu {
    background-color: #111580;
}
@media screen and (max-width : 980px) {
    #mainNav .navItem a {
        padding-right: 40px;
        padding-left: 40px;
    }
}
@media screen and (max-width : 800px) {
    #mainNav .navItem a {
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media screen and (max-width : 600px) {
    div#mainNav {
        max-height: 44px;
    }
    div#logo_1, div#logo_2 {
        min-height: 129px;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 100%;
    }
    #logo_1 h2, #logo_2 h2 {
        width: 85% !important;
    }
    div#headerLogos {
        display: none;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        width: 95%;
        margin-left: 5%;
    }
}


/* End Mobile */

/* Map Override */

