/* Add local css to this file */
/* Try to keep the css classes to the minimum. Use classes from DNN skin css and global.css when you can. */

h2 {
    margin-bottom: .1em;
}

hr.smallMargin {
    margin: .1em 0 .5em 0;
}

input[type="submit"]{
    padding:1em 2em;
}

table {
    margin:0;
}

td {
    border:none;  
    vertical-align: top;  
}

#content-main .hlkPrint {
    font-size:.9em;
}

#content-main a.bookmark{
    color:black;
}

table.xslSections {
    width:100%;
}

table.xslSections td {
    font-size:1.0em;
    text-align:left;   
    padding:0 .2em;
}

table.xslSubSections td {
    font-size:1.0em;
    text-align:left;   
    padding:0 .2em;
}

.xslAgendaItems td {
    font-size:1.0em;
    text-align:left;   
    padding:0 .2em;
}

.xslFootnotes td {
    font-size:1.0em;
    text-align:left;   
    padding:0 .2em;
    margin:3em 0 2em 0;
}

table.xslFootnotes {
    font-size:1.0em;
    text-align:left;   
    margin:2em 0 1em 0;
}

table.xslAdjourn {
    font-size:1.2em;
    margin:0;
}

div.xslAdjourn{
        margin:0;
}

table.xslAdjourn td {
    text-align:left;
    font-weight:bold;
}

table.xslFootnotes {
    font-size:.9em;
    margin:2em 0 1em 0;
}

table.xslFootnotes td {
    text-align:left;   
    padding:0 .2em;
}

.sectiontitle {
    font-weight: bold;
    text-transform: uppercase;
}

table.xslSubSections td {
    font-size:1em;
    width:100%;
    text-align:left;
}

.agendatitle {
    font-size: 1.5em;
    color: black;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.pagetitle{
    font-size: 1.5em;
    font-weight: 600;
}

.formtitle{
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 1em;
}

.meetinglabel{
    font-size: 1em;
    font-weight: 600;
}

.meetingannouncement {
    border-top: 3px;
    border-bottom: 3px;
    padding: 2px 5px;
    border: solid 1px red;
    margin: .2em 0;
    width: 80%;
}

.h4agenda {
    margin-bottom:0;
}

div.printbutton {
    position: absolute;
    top: 15em; 
    left: 60em;
    font-size: 0.8em;
    color:black;
    text-align :right;
    margin:0;
}

div.printbuttonagenda{
    left: 70em;
}

#printbutton a {
    color:black;
}

#content-main a.anchor {
    display:inline;
}

.divAgenda td {
    border:none;
    vertical-align:top;
}
.divAgenda    {font-size:80%}

li.static {
    padding-right:1em;
}

#content-main .error {
    font-size: 1em; color:black;
}

div#floater { position:fixed; z-index: 3000; top: 40%; left:20%; border: solid black 2px; background-color: #f7f7f7; display:inline-block; padding:3px; overflow:visible;}

div#floaterBody { padding:1em; }