/* define properties for IDs, mostly structure */

#menucont {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 207px;
    float: left;
    overflow: visible;
}
 
#menucont p {
    margin-top: 10px;
}
 
.content {
    margin-left: 210px;
    margin-top: 3px;
}

#overall {
    width: 100%;
}

#header {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #800000;
}

#header img {
    border: none;
}

#header h2 {
    color:  #800000;
}

#footer {
    width: 100%;
    text-align: center!important;
    clear: left;
    margin-top: 20px;
    padding-top: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #800000;
}


/* define stuff for schedule properties */


#schedbox {
    margin-top: 20px;
    margin-left: -205px;
    width: 820px;
    height: 650px;
}

#sembox {
    margin-left: -205px;
    width: 920px;
}

.semmodbox {
    float: left;
    padding: 4px;
    border: solid black 1px;
    width: 219px;
    height: 100px;
    overflow: hidden;
}

.semmodbox span {
    text-align: center;
    font-weight: bold;
    font-size: 11pt;
}

.module {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    width: 100px;
    height: 50px;
    font-size: 11pt;
    overflow: hidden;
}

.smodule {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    width: 100px;
    height: 50px;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 10pt;
}

.cmodule {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    font-size: 11pt;
    width: 508px;
    height: 50px;
    overflow: hidden;
}

.amodule {
    float: left;
    border-style: none solid none solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    font-size: 11pt;
    width: 100px;
    height: 52px;
    overflow: hidden;
}

/* define stuff for schedule popups */

#popupcont {
    padding: 5px;
    font-family: sans,arial;
}

#popupcont h3 {
    font-size: 14pt;
    font-weight: bold;
}

#popupcont h4 {
    font-size: 13pt;
    font-weight: bold;
    font-family: serif,times;
}

#popupcont div {
    font-size: 12pt;
    text-align: justify;
    border: solid blue 1px;
    color: black;
    background-color: #F2F2F2;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}

#popupcont a {
    float: right;
}

/* define stuff for schedule popups */

.partlisttab {
    border: none;
}

.partlisttab td {
    padding-right: 15px;
}

/* define various link properties */

.speakerbutton {
    border: 0px;
    background-color: white;
}


a:visited {
    color: #800000;
}


a.menu {
    width: 180px;
    padding: 3px;
    overflow: visible;
    font-style: normal;
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: 13pt;
    color: #800000;
    text-decoration: none;
    border-color: #800000;
    border-style: dotted dotted solid solid;
    border-width: 1px;
}

a.menuon {
    width: 180px;
    padding: 3px;
    overflow: visible;
    font-style: normal;
    font-family: sans-serif;
    font-variant: small-caps;
    font-size: 13pt;
    color: #800000;
    text-decoration: none;
    border-color: #800000;
    border-style: dotted solid solid dotted;
    border-width: 1px;
}

a.menu:hover {
    color: #800000;
    border-color: #800000;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

a.menuon:hover {
    padding-left: 3px;
    color: #800000;
    border-color: #800000;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

a.exlink {
    font-style: normal;
    padding: 1px;
    color: #800000;
}

a.exlink:hover {
    background-color: #DED8D4;
    text-decoration: none;
}

a.nav {
    font-style: normal;
    font-size: smaller;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
    text-decoration: none;
    color: #800000;
}

a.nav:hover {
    background-color: #800000;
    color: white;
}

a.email:hover {
    color: #800000;
}

a.email {
    color: #800000;
}


/* define some classes for general text and stuff */

.legal {
    font-style: italic;
    font-size: smaller;
    text-align: justify;
}

.fine {
    font-size: smaller;
    text-align: center;
}

.htmlcsspics {
    border: 0;
    width: 66px;
    height: 22px;   
}

.sponsorimages {
/*  height: 80px; */
    border: 0;
}

.sponsorlist {
    list-style-type: none;
    border-width: 0 0 0 1;
    border-style: dotted;
    border-color: #800000;
    margin: 5px;
    padding-left: 5px;
}

.blist {
    list-style-type: none;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 10px;
    color: #228B22;
}

.info {
    text-align: justify;
}

.important {
    font-style: italic;
    color: #800000;
}

.anntab {
    border: blue solid 1px;
    margin-left: 20px;
}

.anntab thead td {
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.anntab td {
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

code {
    color: #228B22;
    font-size: 11pt;
}

address {
    color: #228B22;
    margin-left: 60px;
}

/* define stuff for speaker page */

.speakers {
    text-align: justify;
}

.title {
    text-align: justify;
    font-weight: bold;
    color: #800000;
    font-style: italic;
}

.abstract {
    font-style: italic;
    text-align: justify;
    border-style: solid;
    border-width: 1px;
    border-color: #800000;
    padding: 12px;
    margin-bottom: 0px;
    margin-top: 4px;
    margin-left: 60px;
    margin-right: 60px;
    border-right-width: 6px;
    border-left-width: 6px;
}

.speaklist {
    margin-bottom: 15px;
    list-style-type: none;
    border-left-width: 6px;
    border-left-style: solid;
    padding-left: 6px;
    padding-top: 3px;
    border-color: #800000;
    border-top-width: 1px;
    border-top-style: solid;
}

.speakliston {
    margin-bottom: 15px;
    list-style-type: none;
    border-left-width: 6px;
    border-left-style: solid;
    padding-left: 6px;
    border-color: white;
    border-top-width: 1px;
    border-top-style: solid;
}

/* define stuff for registration page */

.required {
    color: #B22222;
}

.optional {
    color: #000000;
}

.regbox {
    position: absolute;
    left: 300px;
    border-style: solid!important;
    border-width: 1px!important;
    border-color: #BDB76B;
}

.absbox {
    position: absolute;
    left: 400px;
    border-style: solid;
    border-width: 1px;
    border-color: #BDB76B;
    margin-bottom: 2px;
}

.regform {
    line-height: 210%;
}

.rrequired {
    position: absolute;
    left: 610px;
    color: #8B0000;
}

.roptional {
    position: absolute;
    left: 610px;
        width: 100px;
}

.dates {
    position: absolute;
    left: 450px;
}

.rregbox {
    position: absolute;
    left: 720px;
    border-style: solid;
    border-width: 1px;
    border-color: #BDB76B;
}

.aregbox {
    border-style: solid;
    border-width: 1px;
    border-color: #BDB76B;
}

.yesno {
    border-style: solid;
    border-width: 1px;
    border-color: #BDB76B;
    margin-left: 2px;
    margin-right: 2px;
}

/* IE non-compliance fixes */

li.dummy {
    display: none; 
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */

/* probably obsolete stuff */

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


