/*
TXPanhandle commmon to all pages
*/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

/*
	Branding Colors
	
	Blue - #7cbdc4
	Dk Green - #5d6a59
	Lt Green - #a9c3a4
	Red - #914139
	Orange - #e28459
*/

body{
	margin-top:0px;
	margin-bottom:0px;
    background-color: #525763;
    background-image: url('/communityplatform/public/images/community/txpanhandle/body.jpg');
    background-repeat: repeat-x;
    font-family: 'Roboto', sans-serif;
}


a {
	color:#914139;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
    width: 983px;
    margin: 0 auto;
    background-color: #f9f9f9;
    background-image: url('/communityplatform/public/images/community/txpanhandle/page.png');
    background-repeat: repeat;
    position: relative;
}

#wrapperBottom {
    width: 983px;
    height: 0px;
    margin: 0 auto;
}

#footerGraphic {
    width:100%;
    height:319px;
    background-image: url('/communityplatform/public/images/community/txpanhandle/footer.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    margin: -40px auto 0;
    background-size: 100%;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 983px;
    height: 26px;
    margin: 0 auto;
    background: rgba(208,209,213,0.5);
    background: rgb(208,209,213);
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    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: 6px 0 0 0;
    padding: 0 10px;
    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: #FFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 983px;
    height: 105px;
    margin: 0 auto;
    background:none;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    width: 600px;
    height: 50px;
    cursor: pointer;
    margin: 10px 0 0 20px;
    float: left;
    font-weight : bold;
    color : #914139;
    font-size: 28px;
    padding: 30px 0 0 0 ;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#aafLogo {
	background: url('../../images/community/txpanhandle/aaf_logo.png') no-repeat 0 0;
    width: 100px;
    height: 111px;
    float: left;
    margin: -3px 3px 3px 60px;
    clear: left;
}

#headerTitles {
	
}
#headerTitles h1, #headerTitles h2 {

}

.logoTagLine{
    margin-left : 200px; font-size : 12px; font-style: italic;
}

#mainNav {
    width: 92%;
    max-width: 93%;
    height: 57px;
    font-size: 14pt;
    text-align: center;
    color: #FFFFFF;
    clear: both;
    background-color: #FFF;
    padding: 13px 1.5%;
    margin: 0 2%;
    box-shadow:0 2px 20px -2px #999;
    -moz-box-shadow:0 2px 20px -2px #999;
    -webkit-box-shadow:0 2px 20px -2px #999;
}
#wrapper div#mainNav {
    width: 93%;
    max-width: 93%;
}

#mainNav .navItem {
    min-height: 42px;
    float: left;
    margin:0px;
}
#mainNav .navItem.ourcommunity {
    background-color:#7abdc5;
}
#mainNav .navItem.ourcommunity:hover {
    background-color: #67a0a7;
}
#mainNav .navItem.ourcommunity.curIndicator {
    border-bottom: 5px solid #67a0a7;
}
#mainNav .navItem.map {
    background-color:#92a588;
}
#mainNav .navItem.map:hover {
    background-color: #5e6a57;
}
#mainNav .navItem.map.curIndicator {
    border-bottom: 5px solid #5e6a57;
}
#mainNav .navItem.library {
    background-color:#914139;
}
#mainNav .navItem.library:hover {
    background-color: #682f29;
}
#mainNav .navItem.library.curIndicator {
    border-bottom: 5px solid #682f29;
}
#mainNav .navItem.events {
    background-color: #a8c4a5;
}
#mainNav .navItem.events:hover {
    background-color: #768a74;
}
#mainNav .navItem.events.curIndicator {
    border-bottom: 5px solid #768a74;
}
#mainNav .navItem.classifieds {
    background-color:#e28358;
}
#mainNav .navItem.classifieds:hover {
    background-color: #b36846;
}
#mainNav .navItem.classifieds.curIndicator {
    border-bottom: 5px solid #b36846;
}
/*
#mainNav .navItem:hover, #mainNav .selected {
    background-color: #3e473b;
}
*/
#mainNav .last {
    border-right:none;
    padding-right: 22px;
}
#mainNav .navItem a .navTitle {
    color:#FFF;
    margin-top:1px;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
}
#mainNav .navItem a .navDesc {
    font-size: 11px;
    margin-top: 2px;
    color:#FFF;
}

#mainNav .navItem a {
    display:block;
    float:left;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    text-transform: uppercase;
}

#mainContent {
    margin: 0 auto;
    min-height: 350px;
}

#footer {
    width: 883px;
    height: 50px;
    margin: -50px auto 0;
    font-size: 9pt;
    clear: both;
    border-top: none;
    z-index: 9;
    position: relative;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo_white.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: 450px;
    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: #7ABDC5;
}
#libraryDiv th {
	background-color:transparent;
	background-image:none;
}
#divReports.hiliteBox2 {
	border:none;
	box-shadow: 0px 0px 16px -3px #000;
	-webkit-box-shadow: 0px 0px 16px -3px #000; 
	-moz-box-shadow: 0px 0px 16px -3px #000; 
	background-color: #A8C4A5;
}
#divReports h4 a {
    font-family:"Roboto";
    color: #FFF;
    text-decoration: underline;
}
#divReports a {
    color: #FFF;
    font-size: 14px;
    text-indent: -12px;
    padding-left: 12px;
    line-height: 17px;
    padding-bottom: 5px;
}

.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,
#mainContent .listingHeaderLinks a,
.sharedResCol h2 {
	color:#914139 !important;
}
#mainContent .listingHeaderLinks a {
	padding-right: 13px;
}
#mainContent h3 {
	width: 700px;
}

/********************/
/*  Tools   */
/********************/

#tools ul {
	list-style:none;
	padding-left:15px;
}

/********************/
/*  Financial Analyzer   */
/********************/

body.financialAnalyzer div#menubar {
	/* right: 50px; */
}
body.financialAnalyzer div#content {
	width: 905px;
}
body.financialAnalyzer h2 {
	color: #914139;
}

/********************/
/*  Log In   */
/********************/

table.login td.col1 form td {
	font-size: 16px;
	padding-right: 8px;
	
}
input#UsrID[type="text"],
input#UsrPwd[type="password"] {
	padding: 8px;
	font-size: 16px;
	width: 150px !important;
	background-color: #f7b89b !important;
	border: 1px solid #914139 !important;
}

/* MISC */

.plainTextWidget.widgetContainer {
    float: left;
}
#searchTheCommunity #search {
    height: 130px;
}
#searchTheCommunity #searchButton {
    float: right;
    margin: -1px 14px 0 0;
    opacity: 1;
}
div#searchBox {
    float: left;
    margin-top: 4px;
}
#searchTheCommunity #searchInput {
    height: 24px;
    margin-top: 5px;
    margin-left: 20px;
    width: 77%;
}

/* For some older pages */
body>div#container {
    max-width: 1000px;
    width: 100%;
}
body>div#container #mainContent div#content3 {
    max-width: 939px;
    width: 91%;
}

/* Mobile */

.slicknav_menu {
    background-color: #7ABDC5;
}

@media screen and (max-width : 1000px) {
    #mainNav .navItem a .navTitle {
        font-size: 13px;
    }
    #mainNav .navItem a {
        padding: 10px 6px 5px;
    }
    #mainNav {
        height: 51px;
    }
}
@media screen and (max-width : 800px) {
    div#aafLogo {
        margin-left: 0;
    }
    #logo_1 .clickAreaLeft, #logo_2 .clickAreaLeft {
        margin-left: 29%;
        margin-top: -130px;
        width: 70%;
        font-size: 20px;
    }
}
@media screen and (max-width : 480px) {
    div#mainNav {
        max-height: 44px;
    }
    #searchTheCommunity #search {
        width: 100%;
        margin:0;
    }
    #columnRight #actionBtns .callOut {
        width: 90%;
    }
    #footer .footerNav .navItem a, #footer .footerNav .navItem {
        color: #FFF;
    }
    #wrapper #logo_1 .clickAreaLeft, #wrapper #logo_2 .clickAreaLeft {
        width: 70%;
        margin-left: 30%;
    }
    #topNav {
        height: auto;
        min-height: 26px;
        float: left;
    }
}

/* End Mobile */
