         /* Site Wide CSS */
    
h1 { font-size: 28px !important; color:#00867D !important;}
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

.footer		{ clear: both; width:100%; height: 120px; margin: 20px auto; background-color:#dadada; }
p.footerText { text-align:center; margin: 40px auto; font-size:80%;}

/*COMPLETE SITE MODULE WIDTH FIX*/
	.pagecontent_sitesearch,.pagecontent_guestbook,.pagecontent_usermanagement_login,.pagecontent_usermanagement_userlist,.pagecontent_usermanagement_userprofile,.pagecontent_usermanagement_companylist,.pagecontent_usermanagement_companyprofile,.pagecontent_calendar_content,.pagecontent_feeds{width: auto;}
	
/*TABLE - Calendar pages*/
	table, tbody, tr, td {table-layout: fixed; max-width: 100%;}
	.pagecontent_calendar_content table,
	.pagecontent_calendar_content table tbody,
	.pagecontent_calendar_content table tr {width: 100% !important; max-width: 100% !important;}
	.pagecontent_calendar_content table table table td {
		width: 14.2% !important;
		white-space: normal !important;
		padding:8px;
		/*border: 1px solid #B2B2B2;*/
	}

	.bigPadding tr th, .bigPadding tr td { padding: 5px; }
 
 .navbar-default .navbar-nav > li > a {
    color: #777;
		text-decoration: none;
		font-size: 16px;
		font-weight: normal;
}
.dropdown-menu > li > a {
    clear: both;
    color: #777;
    display: block;
    font-weight: normal;
		font-size: 14px;
		text-decoration: none;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}
/* use this to change the header background */
/*.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}*/

.navbar-default .navbar-nav > li > a {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    color: #777;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal;
}

/* bottom border of nav */
.navbar-static-top {
    border-width: 0 0 1px;
		border-color: black;
    z-index: 1000;
}

    

    

    

    

    
