body {
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
    font-size: 90%;
	background-image: url('/media/images/header.gif?771ef9fa82aa');
	background-repeat: repeat-x;
	background-position: top left;
}

#normal-content {
    padding: 12px;
}

p a:link, p a:visited, p a:hover {
	color: #006699;
	text-decoration: underline;
}


.planningInfo a:link, .planningInfo a:visited {
	color: #666699;
	text-decoration: none;
}


a:active, a:focus {
    outline: 0;
    text-decoration: none;
}

ul#mainNav {
    background-position: 100% 41px!important;
}

#mainNav li, #mainNav span {
    background-position: 3px 8px!important;
}

#mainNav a:link, #mainNav a:visited {
    
	color: #939598;
    text-transform: lowercase;
	text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
}

#mainNav a:hover, .planningInfo a:hover {
	color: #4a5b7c;
}


h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
 font-size: 150%;
 color: #4a5b7c;
}

h3 {
 padding: 10px 0 5px 0;
 font-size: 125%;
 color: #4a5b7c;
}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

ul {
    list-style-type: square;
}

ul ul {
 list-style-type: disc;
}

ul ul ul {
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                 */
/***********************************************/

#container {
    width: 100%;
    padding: 0;
    margin: 0;   
    border: 0;
}

#header {
    height: 94px;
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url('/media/images/logo_database.gif?771ef9fa82aa');
    background-repeat: no-repeat;
    background-position: top left;
}

#header.profile {
    background-image: url('/media/images/logo_profile.gif?771ef9fa82aa');
}

#siteSelection {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 1em;
    vertical-align: top;
	margin: 0;
    padding: 0 8px 8px 8px;
}

#siteListContainer {
    padding-top: 0;
    margin-top: 0;
}

#siteList {
	border-width: 0px;
	font-family: tahoma, arial narrow, verdana, arial, sans-serif;
	width: 100%;
	margin-left: 0;
    height: 490px;
    margin-top: 2px;
    font-size: 80%;
    background-color: #f4f4f4;
}

#listResultsHeading {
    font-size: 70%;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 270px;
}


#siteDetailsContainer {
    
    vertical-align: top;
    margin: 30px !important;
}


h2#siteName{
    display: inline;
    font-size: 130%;
    padding-top: 26px;
    margin: 0;
    padding: 0;
    clear: both;
}

/*************** #siteName styles **************/

#siteName{
    padding: 0px 0px 10px 10px;
}

a.printSite {
    font-size: 60%;
}

#offsiteLookups {
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 4px;
    margin-top: -18px;
    overflow: visible;
}

#offsiteLookups a.button, #aggregateKML {
    padding: 1px 4px 2px 4px;
    border-width: 1px;
    border-style: outset;
    border-color: #eaeaea;
    background-color: #eee;
}

a.imglink img {
    border-style: none;
    vertical-align: bottom;
}

a.imglink {
    border-style: none;
}

#offsiteLookups a:hover {
    
    text-decoration: none;
}

#tabHandles {
    margin: 0;
    margin-top: 10px;
    padding-bottom: 4px;

}

#tabHandles a:hover {
    text-decoration: none;
}

#mainTabLabels {
    display:none;
}

.listTab, .listTab table {
    width: 270px;
}

#listTabLabels {
    font-size: 80%;
    width: 270px;
}

#detailsTabLabels {
    font-size: 90%;
}

.tabLabels {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
    }

.tabActive, .tabSelected, .tabDisabled {
    text-decoration: none;
    color: black;
    padding: 2px 5px 3px 5px;
    border-width: 2px;
    border-bottom: 0;
    border-style: outset;
    border-color: #eee;
    
}

.tabActive {
    background-color: #eee;
    border-color: #fdfdfd;
    color: #445;
    border-bottom: 2px inset #fdfdfd;
}

.tabActive:hover {
    background-color: #fdfdfd;
	border-bottom: 1px solid #fafafa;
}

.tabSelected {
    
    border-color: #eaeaea;
    color: #003;
    border-bottom: none;
}

.tabDisabled {
    background-color: #eee;
    border-color: #fafafa;
    color: #bbb;
    border-bottom: 2px inset #eee;
}

.tabLabels a:hover {
    text-decoration: none;
}

/************* #mainNav styles **************/

#mainNav {	
    display: inline;
    background-image: url('/media/images/nav-dot.gif?771ef9fa82aa');
    background-repeat: no-repeat;
    background-position: 100% 22px;
    margin-right: 10px;
    color: #ddd;
    padding: 33px 15px 0px 15px;
    white-space: nowrap;
    float: right;
    font-weight: bold;
}

#mainNav li, #mainNav span {
    display: inline;
    background-image: url('/media/images/nav-dot.gif?771ef9fa82aa');
    background-repeat: no-repeat;
    background-position: 5px 10px;
    margin: 0;
    padding: 0 0 5px 19px;
    color: #003c76;
}

#mainNav a {
    font-size: 90%;
    margin: 0;
    padding: 0;
}

/************** .siteDetails styles ***************/

#siteDetails {
    padding: 4px 0px 10px 10px;
    font-size: 80%;
}

#siteDetails p {
    padding: 2px;
    margin: 0;
}

#siteDetails td {
    padding: 2px;
    text-align: left;
    vertical-align: top;
    line-height: 13px;
}

#siteDetails thead td {
    vertical-align: bottom;
}

#siteDetails tr.odd {
    background-color: #eee;
    white-space: nowrap;
}

#siteDetails tr.even {
    background-color: #fff;
    white-space: nowrap;
}

#siteDetails .label {
    font-weight: bold;
    width: 35%;
}

#siteDetails span.label {
    padding: 0;
    margin: 5px 0 3px 0;
    display: block;
}

#siteDetails span.value {
    padding: 0;
    margin: 0;
    display: block;
}

#siteDetails .value {
    width: 85%;
}

#siteDetails p#Comments {
    width: 98%;
    padding-top: 4px;
}

#siteDetails  #BuildingID {
    position: relative;
    top: 0px;
    padding-left: 20px;
    font-style: italic;
    font-weight: normal;
    font-size: 50%;
    color: #999;

}

.sitePhoto {
    display: block;
    float: left;
    padding: 0;
    margin: 0 15px 3px 0;
    border: 0;
}

.mainPhoto img {
    border: 0;
}

.clearing {
    clear: both;
    visibility: hidden;
    height: 1px;
}

#photoList a {
    display: block;
    border: 0;
    margin-bottom: 7px;
    text-align: center;
    text-decoration: none;
}

#siteDetails #titleList {
    margin: 0;
    padding: 0;
}

/*********** #siteSelection link styles ***********/

#siteSelection ul a:link, #siteSelection ul a:visited {
    display: block;
}

#siteSelection ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#siteSelection li {
    border-bottom: 1px solid #eaeaea;
}

/* fix for browsers that don't need the hack */
html>body #siteSelection li {
    border-bottom: none;
    border-top-style: none;
}


/*********** #filters styles ***********/

#filters {
    text-align: left;
    width: 273px;
    margin: 0;
    padding: 0 6px 0 0;
    font-size: 70%;
    padding-bottom: 12px;
    line-height: 115%;
    text-align: right;
}

#filters .labels {
    width: 100%;
	
}

input.filterControl {
    width:185px;
    padding: 2px 0;
    font-size: 95%;
}

select.filterControl {
    width: 166px;
/*    width: 188px;*/
    padding: 2px 0;
    font-size: 95%;
}

.multiSelect, .multiSelectOptions {
    text-align: left;
}

.multiSelect {
    height: 15px;
}

select.filterControl.narrow {
    width: 82px;
}

input.filterControl.xnarrow {
    width: 32px;
}

.siteInfo {
    width: 100%;
    clear: both;
    margin-top: 4px;
    margin-right: 10px;
}

.sitemap {
    display: block;
}

#siteDetails table table {
    padding: 0;
    margin: 12px 0 12px 0;
    border-collapse: collapse;
    width: 100%;
}

#siteDetails table table tr.totals td {
    color: black;
    font-weight: bold;
    border-top: 1px solid #ABABAB;
}

#siteDetails table table td {
    margin: 0;
    padding: 0 0 6px 0;
}

#siteDetails table table table td {
    font-family: tahoma, arial narrow, arial, verdana, sans-serif;
    border: 1px dotted #dfdfdf;
    padding: 3px;
}
#siteDetails table table table thead td {
	
}

#siteDetails table thead {
    font-weight: bold;
}

#tabContent {
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
}

#tabContent img {
    border: 0;
}

.imglabel {
    font-size: 80%;
}

.related-list thead {
    font-weight: bold;
}

.planningTab {
    display: none;
    background-color: #efefef;
}

#indexpage {
     margin: 0 auto;
     border: 5px solid #eeeeff;
}

#indexpage a {
    text-decoration: underline;
}

#indexpage td {
    background-color: #eeeeff;
    padding: 4px;
}


#siteNewsList #map {
    border: 1px solid #777;
    width: 670px;
    height: 350px
}

#siteSelection #map {
    border: 1px solid #777;
    width: 270px;
    height: 270px
}

#loadingMap, #loadingList {
    display: none;
    background-image: url('/media/images/semitrans.png?771ef9fa82aa');
    position: relative;
}

#siteNewsList #loadingMap {
    width: 670px;
    height: 350px;
    top: -350px;
    left: 0;
}

#loadingNews {
    width: 670px;
    height: 350px;
    xtop: -350px;
    left: 0;
}

#siteSelection #loadingMap {
    width: 270px;
    height: 270px;
    top: -270px;
    left: 0;
}

#siteNewsList #spinner {
    position: relative;
    top: 175px;
    left: 335px;
}

#siteSelection #spinner {
    position: relative;
    top: 115px;
    left: 115px;
}

#loadingList {
    width: 100%;
    height: 490px;
    top: -490px;
    left: 0;
}

#zeroResults {
    display: none;
    font-size: 70%;
    background-image: url('/media/images/semitrans.png?771ef9fa82aa');
    position: relative;
    width: 270px;
    height: 270px;
    top: -271px;
    left: 1px;
    text-align: center;
}

ul.errorlist {
    list-style: none;
    font-family: arial, helvetica, sans-serif;
    font-size: 15.5px;
    margin: 0;
    padding: 6px 0;
    color: #003d79;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 13px;
}

.dataTable {
    display: block;
    width: 514px!important;
    overflow: auto!important;
    text-align: center;
}

#pricingTable td.centered {
    text-align: center;
}

input.watermark {
    color: #bbb;
}

.ui-datepicker-trigger {
    padding: 0;
    height: 23px;
}

#newsPagination {
    text-align: center;
    margin: 8px auto 16px auto;
    font-size: 75%;
}

#newsPagination a {
    padding: 4px;
    background-color: #BACBDB;
    border: 1px solid #4A5B7C;
    text-decoration: none!important;
    color: #4A5B7C;
}

#newsPagination span {
    padding: 4px;
    background-color: #BACBDB;
    border: 1px solid #4A5B7C;
}

#newsPagination span.disabled {
    color: #aaa;
}

#newsPagination a:hover {
    background-color: #E2E2E2;
}

h2.tabPrintHeading {
    display: none;
}

img#mainPrintPhoto {
    display: none;
}

@media print {
    body {
        line-height: 1.166em;
        background: none;
    }

    h1 {
        font-size: 1.7em;
    }

    a:link, a:visited, a:hover {
        text-decoration: none;
    }
    
    #mainNav, #siteSelection, #tabHandles, .tabLabels, #photoList, #header, a#googleMapsLink, a.printSite, #newsPagination .disabled, #newsPagination a {
        display: none!important;
    }

    .contentTab {
        display: block!important;
    }

    .dataTable {
        width: auto!important;
    }

    h2.tabPrintHeading {
        color: #558;
        margin-top: 1.5em;
        padding-bottom: .5em;
        font-size: 1.4em;
        width: 100%;
        border-bottom: .15em dotted #ccf;
        display: block;
    }

    img#mainPrintPhoto {
        display:block;
        border: 1px solid grey;
        width: 7cm;
        height: 7cm;
    }

    .siteInfo {
        font-size: 120%;
        white-space: nowrap;
    }


    #xxnewsList td, #newsList tr {
        page-break-inside: avoid;
    }

    #xxnewsList .pageBreak {
        page-break-after: always;
    }
    
}