/* 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: #0000CD;
}

#footer {
	width: 100%;
	text-align: center!important;
	clear: left;
	margin-top:20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #0000CD;
}


/* define stuff for schedule properties */


#schedbox {
    margin-top: 20px;
    margin-left: -205px;
    width: 920px;
    height: 650px;
}

.module {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    width: 100px;
    height: 50px;
    font-size: 12pt;
    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: 11pt;
}

.cmodule {
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    text-align: center;
    width: 814px;
    height: 50px;
    overflow: hidden;
}

/* define various link properties */

.speakerbutton {
	border: 0px;
	background-color: white;
}


a:visited {
	color: #0000CD;
}


a.menu {
	width: 180px;
	padding: 3px;
	overflow: visible;
	font-style: normal;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: 13pt;
	color: #008000;
	text-decoration: none;
	border-color: #008000;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 6px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

a.menuon {
	width: 180px;
	padding: 3px;
	padding-left: 9px;
	overflow: visible;
	font-style: normal;
	font-family: sans-serif;
	font-variant: small-caps;
	font-size: 13pt;
	color: #008000;
	text-decoration: none;
	border-color: #008000;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-right-width: 6px;
}

a.menu:hover {
	color: #008000;
	border-color: #008000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-right-width: 6px;
	border-top-width: 1px;
	border-left-width: 6px;
}

a.menuon:hover {
	padding-left: 3px;
	color: #008000;
	border-color: #008000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-right-width: 6px;
	border-top-width: 1px;
	border-left-width: 6px;
}

a.exlink {
	font-style: normal;
	padding: 1px;
	color: #008000;
}

a.exlink:hover {
	background-color: #e0e0ea;
	text-decoration: none;
}

a.nav {
	font-style: normal;
	font-size: smaller;
	border-style: solid;
	border-width: 1px;
	padding: 1px;
	text-decoration: none;
	color: #008000;
}

a.nav:hover {
	background-color: #008000;
	color: white;
}

a.email:hover {
	color: #000080;
}

a.email {
	color: #008000;
}


/* define some classes for general text and stuff */

body {
	font: Arial, Helvetica, sans-serif;
	}
	
.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 {
	border: 0;
	margin: 10px;
	padding: 10px;
	float: left;
}

.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;
}

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: #008000;
	font-style: italic;
}

.abstract {
	font-style: italic;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #008000;
	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: #008000;
	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: 400px;
	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;
}


