html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	behavior:url("../htc/csshover.htc");
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(/images/conference_images/bg_gradient.jpg) left top repeat-x;
	background-color: #3979B9;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	margin: 0 0 24px 0;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 16px;
}

h2.table_header {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 4px;
	margin-top: 40px;
	color: #4C4C4C;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-top: 30px;
}

p {
	margin-top: 18px;
}

/*main layout*/
#wrapper {
	position: relative;
	min-height: 100%;
	text-align: left;
	padding: 0;
	margin: 0px auto;
	border:0;
	width: 882px;
	background: url(/images/conference_images/columns.jpg) left top repeat-y;
}

* html #wrapper {
	height: 100%;
}

#header {
	height: 123px;
	width: 882px;
	margin: auto;
	background: url(/images/conference_images/header_stripe.jpg) left bottom repeat-x;
	background-color: #fff;
}

#main_nav {
	margin: 0;
}

#container {
	background: #fff;
}

#side-a {
	float: left;
	width: 146px;
}

#a_content {
	margin: 32px 9px 20px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: 16px;
}

#side-b {
	float: right;
	width: 146px;
}

#b_content {
	margin: 32px 9px 20px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: 16px;
}

#content { 
	float: left;
	width: 587px;
}

#center_content {
	margin: 32px 32px 20px 32px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: 16px;
}

#center_content a:link {
	color: #3979B9;
	font-weight: bold;
	text-decoration: none;
}

#center_content a:hover {
	color: #3979B9;
	font-weight: bold;
	text-decoration: underline;
}

#center_content a:visited {
	color: #306896;
	font-weight: bold;
	text-decoration: none;
}

#center_content a:visited:hover {
	color: #306896;
	font-weight: bold;
	text-decoration: underline;
}

#clear {
	clear: both;
	height: 50px;
}

#footer {
	background-color: #E8E8E8;
	position: relative;
	margin: -29px auto;
	width: 880px;
	height: 29px;
	border-left: solid 1px #8CC906;
	border-right: solid 1px #8CC906;
}

#footer_content {
	margin: 0 12px 0 12px;
	line-height: 29px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer_content a:link {
	color: #3979B9;
	font-weight: bold;
	text-decoration: none;
}

#footer_content a:hover {
	color: #3979B9;
	font-weight: bold;
	text-decoration: underline;
}

#footer_content a:visited {
	color: #306896;
	font-weight: bold;
	text-decoration: none;
}

/*end main layout*/

/*main navigation */
#navcontainer {
	margin: 0;
	padding: 0;
	height: 24px;
	background: url(/images/conference_images/nav_strip.jpg) left top no-repeat;
}

#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navcontainer ul li a:link {
	color: #fff;
	width: 125px;
	height: 23px;
	padding: 0 0 0 22px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

#navcontainer ul li a:visited {
	color: #fff;
	width: 125px;
	height: 23px;
	padding: 0 0 0 22px;
	margin: 0;
	text-decoration: none;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
}

#navcontainer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
/*end main navigation*/

/*left navigation*/
#leftnav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 10px;
	line-height: 10px;
}

.leftnav_rollovers {
    background: url('/images/conference_images/leftnav_up.jpg') no-repeat center right;
	margin-top: 6px;
}

.leftnav_rollovers:hover {
    background: url('/images/conference_images/leftnav_over.jpg') no-repeat center right;
}

.leftnav_rollovers span {
	display: block;
	padding-right: 10px;
}

.leftnav_rollovers a:link {
	color:#4C4C4C;
	text-decoration: none;
}

.leftnav_rollovers a:hover {
	color:#000;
	font-weight: bold;
}

.leftnav_rollovers a:visited {
	color:#4C4C4C;
	text-decoration: none;
}

/*end left navigation*/

/*styles for popup*/
table.popup {
	height: 100%;
}

.background {
	background-color:#3979B9;
}

#popup_content {
	margin: 30px 20px 30px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: 16px;
}

#popup_content a:link {
	color: #3979B9;
	font-weight: bold;
	text-decoration: none;
}

#popup_content a:hover {
	color: #3979B9;
	font-weight: bold;
	text-decoration: underline;
}

#popup_content a:visited {
	color: #306896;
	font-weight: bold;
	text-decoration: none;
}
/*end styles for popup*/

/*button styles*/
a.button {
    background: transparent url('/images/greenbutton_bg_b.jpg') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin: 0px 6px 0px 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

A.button:link {
	color:#fff!important;
	font-weight: normal!important;
}

A.button:visited {
	color:#fff!important;
	font-weight: normal!important;
}

A.button:hover {
	color:#fff!important;
	font-weight: normal!important;
}

a.button span {
    background: transparent url('/images/greenbutton_bg_a.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 5px 0 3px 18px; /* push text down 1px */
}
a.button_grey {
    background: transparent url('/images/greybutton_bg_b.jpg') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 22px;
    margin: 0px 5px 0px 0px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

A.button_grey:link {
	color:#000!important;
	font-weight: normal!important;
}

A.button_grey:visited {
	color:#000!important;
	font-weight: normal!important;
}

A.button_grey:hover {
	color:#000!important;
	font-weight: normal!important;
}

a.button_grey span {
    background: transparent url('/images/greybutton_bg_a.jpg') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 4px 18px;
}

a.button_grey:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button_grey:active span {
    background-position: bottom left;
    padding: 5px 0 3px 18px; /* push text down 1px */
}
/*end button code*/

/*my abstract page code*/
h2.myabstracts {
	margin: 36px 0 11px 0;
}

h1.abstract_detail {
	display: inline;
}

.abstract_number {
	font-size: 16px;
	margin-left: 10px;
}

.printable_left {
	float:right;
}

#search {
	float:right;
	text-align:right;
	margin: 0;
	display: block;
}

.search {
	float:right;
	text-align:right;
	margin: 0;
}

#searchbox {
	float:left;
	margin-right: 6px;
}

#searchtext {
	text-align: right;
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

#sort {
	border-top:#8CC906 solid 1px;
	border-bottom:#8CC906 solid 1px;
	margin-bottom: 8px;
	margin-top: 4px;
}

.abstract_list {
	padding-left: 28px;
	padding-top: 6px;
}

.abstract_status {
	padding-top: 6px;
	text-align: right;
	vertical-align: top;
}

.down {
	padding-right: 11px;
	background: url(/images/conference_images/down_arrow.gif) right center no-repeat;
}

.up {
	padding-right: 11px;
	background: url(/images/conference_images/up_arrow.gif) right center no-repeat;
}

.sort_none {
	padding-right: 11px;
}

.small {
	font-size: 9px;
	margin: 0;
}

.program {
	border-right: solid 1px #C8D1A1;
	border-left: solid 1px #C8D1A1;
	border-top: solid 1px #C8D1A1;
}

.time {
	border-right: solid 1px #C8D1A1;
	border-bottom: solid 1px #C8D1A1;
}

.event {
	border-right: solid 1px #C8D1A1;
	border-bottom: solid 1px #C8D1A1;
}

.type {
	border-right: solid 1px #C8D1A1;
	border-bottom: solid 1px #C8D1A1;
}

.speaker {
	border-bottom: solid 1px #C8D1A1;
}

.new {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFBF00;
}
/*end my abstracts page code*/

/*abstract submission code*/
#abstract_submission {
	border-top:#8CC906 solid 1px;
	border-bottom:#8CC906 solid 1px;
	padding-bottom: 35px;
	margin-top: 5px;
}

#abstract_submission p {
	margin:12px 0 12px 0;
}

#abstract_submission br {
	line-height:12px;
}

.button_warning {
	font-size: 9px;
	font-style:oblique;
}

.float {
	display:block;
	float:left;
	padding: 0px 6px 0 6px;
}

#not_registered {
	padding-bottom: 30px;
	display: block;
}

.presenter {
	margin-left: 4px;
	padding: 0 4px 0 4px;
	font-size: 9px;
	font-weight: bold;
	background-color: #8CC906;
}

.presenter_head {
	padding: 0 4px 0 4px;
	font-size: 11px;
	font-weight: bold;
	background-color: #8CC906;
}

/*end abstract submission code*/

/*sponsorship table*/

.sponsorship th {
	text-align: left;
	padding: 12px 0 10px 0;
}

.sponsorship td {
	border-top: #8DC435 solid 1px;
	padding: 0 0 0 0;
}

.sponsorship ul {
	list-style-type: none;
	margin: 0 0 24px 0;
	padding: 0;
	line-height: 14px;
}

.sponsorship ul li {
	margin-bottom: 4px;
}

.exhibit td {
	padding-bottom: 24px;
}

/*end sponsorship table*/

/*event table*/

.event {
	border: none;
}

.event th {
	text-align: left;
	padding: 2px;
}

.event td {
	padding: 2px 2px 24px 2px;
	border-top: #8DC435 solid 1px;
}

.event td.overflow {
	border-top: #f7f7f7 solid 1px;
}

.event td.background {
	background-color: #ECEDEB;
	border-right: #f7f7f7 solid 2px;
}

/*end event table*/

/*tooltips*/

.info{
    position:relative;
    z-index:24;
    text-decoration:none;
	font-weight: bold;
	color: #3979B9;
}
a.info:hover{
	z-index:25; 
}
a.info span{
	display:none;
}
/*the span will display only on hover state*/
a.info:hover span{ 
    display:block;
    position:absolute;
    top:2em; left:0em; width:15em;
    border:1px solid #00A33D;
    background-color:#DEE3DA;
	color:#000;
    text-align: left;
	font-weight: normal;
	padding-left: 5px;
	padding-bottom: 4px;
}
/*this code needs to be included for tooltips to work in IE*/
.info li:hover ul, .info li.p7hvr ul {
	display: block;
}
.info li:hover ul a, .info li.p7hvr ul a {
	color: #000000;
	background-color: #DEE3DA;
}

/*end tooltips*/

.clear {
	clear:both;
}

#main_login {
	float: right;
	background: #ECEDEB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 8px 8px 8px;
}

#main_login a:link {
	color: #4C4C4C;
	text-decoration: none;
}

#main_login a:hover {
	color: #4C4C4C;
	text-decoration: underline;
}

#main_login a:visited {
	color: #4C4C4C;
	text-decoration: none;
}

#logo {
	margin-left: -26px;
	margin-top: 5px;
	position: relative;
}

.sub_h1 {
	color: #4C4C4C;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	margin: -22px 0 24px 0;
	font-weight: normal;
}

#a_content h2 {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	text-align: right;
	margin-top: 0px;
}

#b_content h2 {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: dotted 1px #000;
	text-align: left;
	margin-top: 0px;
}

#copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C4C4C;
}

.form {
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 0;
	line-height: 14px;
}

.required {
	color: #FF0000;
}

.error {
	color: #FF0000;
}

.sub {
	margin-top: -18px;
}

.exhibitors {
	text-align: center;
}

.exhibitors img {
	margin-bottom: 18px;
}

.speaker_margin {
	margin: 6px 0 0 0;
	padding: 0;
	line-height: 12px;
}

.left_column_img {
	text-align: right;
	margin-bottom: 8px;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	font-weight: normal;
}

.presentation_files {
	margin-top: -12px;
}
