

/*---- Layout ----*/
#jumpNav {
    display: none;
}
/*---- Visual Elements ----*/
div, body, p, img, form {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
    background-color: #FFF;
    color: #000;
    width:100%;
    min-width:800px;
    width:expression(this.parentNode.clientWidth < 800 ? "800px" : "100%" );
    }
a {color: Blue;}
a:hover {color: #990033;}
table {
    margin: 0ex;
    border-collapse: collapse;
}
.table_date tr {
    padding-right: 2ex;
}
#pageFrame {
    color: #000;
}
/* styles for generic form controls */
input {
    font-size: 100%;
}
label {
    display:block;
    font-size: 1.4em;
    color: #003399;
    margin: 2ex 0 0.5ex 0;
    }
label.labelSmall {
    font-size: 1em;
    margin: 0;
    }
.button {
    background-color: #CC0000;
    color: #FFF;
    font-weight:bold;
    border: 0.2ex solid #000;
}
/*---- Page Layout ----*/
div#header {
    background: #E7EBEE url("/common/images/Barnsley_logo.gif") no-repeat top left;
    border-top: #9DA5B0 solid 1ex;
    border-bottom: #9DA5B0 solid 0.5ex;
    margin-bottom:1ex;
    height:11ex;
}
div#menuHead {
margin-left:40ex;
}
div#leftNav {
    float:left;
    padding: 2ex;
}
div#innerLeftNav {
    width:35ex;
}
div#contentContainer {
    clear:both;
    float:left;
}
div#content {
    float:left;
    background-color:#FFF;
    border-left: #A3A8AC solid 1px;
    padding:2ex;
}
div#innerContent {
    width:100%;
}
div#footer {
    background: #E7EBEE url("/common/images/footerBack.gif") repeat-x top left;
    margin-top:1ex;
    height:70px;
}
/*  Main Text */

h1 {
    font-size: 1.7em;
    color: #000;
    text-align: right;
    font-weight: lighter;
    margin: 0;
    padding: 3ex 1ex 1ex 1ex;
    }
h2 {
    font-size: 1.7em;
    color: #990033;
    font-weight: lighter;
    margin: 0 0 2ex 0;
    }
h3 {
    font-size: 1.4em;
    color: #000;
    font-weight: lighter;
    margin: 2.5ex 0 1ex 0;
    }
h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: lighter;
    margin: 2.5ex 0 1ex 0;
    }
h5 {
    font-size: 1.2em;
    font-weight: lighter;
    margin: 0ex 0ex -1.8ex 0ex;
    padding: 0;
    }
#copyright{
    font-size: 0.8em;
    margin: 5px 7px 5px 15px;
}
.highlight {
    color: #CC0000;
}
.contentBlock {
    background-color:#ECF3FA;
}
.pageCurrent {
    color: #CC0000;
    text-decoration:underline;
}
/*----  Navigation ----*/
#pageBottom ul, #navBottom ul {
     margin: 0;
    padding:0;
    }
#navBottom {
    float:right;
    }
#navBottom li {
    padding: 7px 0 7px 25px;
}
#pageNavigation {
    padding: 1ex 0 1ex 0;
    }
#menuHead a,.footerLinks a {
    color: #000;
    text-decoration: none;
    }
#menuHead ul {
     float: left;
    margin: 0;
    padding: 4ex 2ex 2ex 2ex;
    color: #000;
    }
.tableMeetings ul {
    margin: 5px 0 5px 0;
    padding: 0;
}
.footerLinks li, #menuHead li, #pageBottom li, #navBottom li {
display: inline;
margin: 0;
padding: 0;
}
.tableMeetings li {
padding: 0.2ex 0 0.2ex 0;
}
#leftNav li a {
text-decoration: none;
}
#leftNav li a:link {
color: #000;
}
#leftNav li a:visited {
color: #000;
}
#leftNav li a:hover {
    color: #CC0000;
    text-decoration: underline;
}
.footerLinks a:hover, #menuHead a:hover {
    text-decoration: underline;
}
ul.tier1 {
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: bold;
    }
ul.tier2 {
    padding: 2px;
    margin: 0 0 0 3px;
    font-weight: normal;
    list-style: url("/common/images/bullet_LN.gif") none inside;
    }
/* Tables */
table {
border-collapse: collapse;
margin: 0;
padding: 0;
}
.searchResults {
border-collapse: collapse;
width: 100%;
margin: 0ex;
line-height:2.7ex;
border-top: 0.1ex solid #006B8F;
border-bottom: 0.1ex solid #006B8F;
}
.searchResults td {
padding: 1ex 0 1ex 0;
}
.tableMeetings {
border-collapse: collapse;
width: 100%;
margin: 0;
line-height:2.7ex;
}
.tableMeetings td {
padding-right: 1ex;
}
.tableMeetings th {
display:none;
}
/* search list */
.listUL, .listUL ul {
    margin:0;
    padding:0;
    list-style-type: none;
}
.listUL li li {
    margin-left:3ex;
    /* display:inline; */
}
.listUL
