* {
	margin:0;
	padding:0;
}

html {
	background: url(../images/right_col.gif) top right repeat-y;
	height: 100%;
	margin-bottom: 1px;
}

/*layout and type*/
html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

body {
	background: url(../images/left_col.gif) top left repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1.main_title {
	font-weight: normal;
	color: #FFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: right;
	line-height: 32px;
	margin-top: 0;
}

h1.cd_title {
	font-weight: normal;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	line-height: 32px;
	margin-top: 0;
}

h1 {
	font-weight: bold;
	font-size: 1.5em; /* 18px */ 
	line-height: 1em; /* 18px */ 
	margin-top: 0.5em; 
	margin-bottom: 0.5em; 
}

h2 {
	font-weight: bold;
	font-size: 1.3333em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: 1.5em; 
	margin-bottom: 0.5625em; 
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 1.3333em; /* 16px */ 
	line-height: 1.125em; /* 18px */ 
	margin-top: 1.5em; 
	margin-bottom: 0.5625em; 
}

h4 {
	font-weight: bold;
	font-size: 1em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin-top: 0.75em; 
	margin-bottom: 0.75em; 
}

.sub {
	margin-top: -.5em;
}

p {
	font-size: 1em; /* 12px */ 
	line-height: 1.5em; /* 18px */ 
	margin: 0 0 1.5em 0; 
}

#header {
	width: 100%;
	height: 85px;
	background: url(../images/ANZ_blackbanner.jpg) top left repeat-x;
}

#logo {
	float: left;
}

#header_images {
	float: right;
	margin-top: 45px;
}

#main_layout {
	padding-bottom: 153px;
	height: 100%;
}

#left_column {
	background-color: #679902;
}

#center_column {
	padding: 20px;
	background-color: #FFF;
}

#center_column a:link {
	text-decoration: none;
	font-weight: bold;
}

#center_column a:visited {
	text-decoration: none;
	font-weight: bold;
}

#center_column a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#center_column ul {
	margin: 0 0 1.5em 1em; 
	line-height: 1.5em; /* 18px */ 
}

#center_column ol {
	margin: 0 0 1.5em 1.5em; 
	line-height: 1.5em; /* 18px */ 
}

#right_column {
}

#right_col_inner {
	padding: 20px 10px 0 10px;
}

#footer {
	position: relative;
	margin-top: -153px; /* negative value of footer height */
	height: 153px;
	clear:both;
	background: url(../images/fluffy_100.jpg) bottom left no-repeat;
}

#footer_image {
	background: url(../images/right_col.gif) top right repeat-y;
	height: 153px;
	width: 150px;
	float: right;
}

#anzsee_title {
	float: left;
	width: 365px;
	margin-left: 25px;
	margin-top: 5px;
	line-height: 32px;
}

.main_green {
	color: #639600;
}

#account {
	clear: both;
}

#account a:link {
	text-decoration: none;
	color: #2D6600;
}

#account a:visited {
	text-decoration: none;
	color: #2D6600;
}

#account a:hover {
	text-decoration: underline;
	color: #679902;
}
/*end layout and type*/


/*pricing table*/
.pricing {
	margin-top: 10px;
}

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

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

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

.pricing h2 {
	margin: 0;
}
/*end pricing table*/


/*event table*/
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;
}

p.session {
	line-height: 1.25em;
	margin-top: 0.75em;
	margin-bottom: 0;
}

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

/*end event table*/


/*start anzsee custom nav*/
.sidebar {
	padding-top: 0px;
	padding-right: 0px; 
	padding-bottom: 0px;
	display: block;
	width: 100px;
	line-height: 1.85em;
}

a.sidebar{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: 95px;
}

a.sidebar:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CA2800; 
}
/*end of leftnav*/


/*start conference right nav*/
#conference_nav {
	list-style-type: none;
	line-height: 1.5em; /* 18px */ 
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
}

#conference_nav a:link {
	color: #2D6600;
	text-decoration: none;
}

#conference_nav a:visited {
	color: #2D6600;
	text-decoration: none;
}

#conference_nav a:hover {
	color: #679902;
	text-decoration: underline;
}
/*end conference right nav*/

/*administrative tables*/
.admin_table {
	margin-top: 12px;
}

.admin_table th {
	padding: 5px 20px 0 5px;
	text-align: right;
}

.admin_table td {
	padding: 5px 20px 5px 5px;
	border-top: #8DC435 solid 1px;
	text-align: right;
}
/*end administrative tables*/

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

.background {
	background-color:#679902;
}

#popup_content {
	margin: 30px 20px 30px 20px;
}

#popup_content a:link {
	text-decoration: none;
}

#popup_content a:visited {
	text-decoration: none;
}

#popup_content a:hover {
	text-decoration: underline;
}
/*end styles for popup*/


/*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/arrow_down.gif) right center no-repeat;
}

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

.sort_none {
	padding-right: 11px;
}

.small {
	font-size: 10px;
	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: 10px;
	font-style: oblique;
	line-height: 12px;
}

.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*/


/*registration styles*/
.form {
	margin-bottom: 0px;
	margin-top: 1em;
}

.text_prebutton {
	margin-top: 18px;
	margin-bottom: 0px;
}

.text_betweenbuttons {
	margin-top: 5px;
	margin-bottom: 5px;
}

.activities input {
	margin-top: 5px;
}

.radio {
	margin-left: 18px;
}

h3.small_header {
	font-size: 13px;
	margin-top: 14px;
	margin-bottom: 0px;
}

#confirmation {
	margin-top: 12px;
}

#confirmation th {
	padding: 5px 5px 0 5px;
}

#confirmation td {
	padding: 10px 5px 10px 5px;
	border-top: #8DC435 solid 1px;
}

#total td{
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eee;
}

#payment_info {
	margin-top: 18px;
}

#invoice {
	margin: 18px 0 18px 0;
}

.spacing {
	margin-top: 12px;
}

/*end registration styles*/


/*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;
	text-decoration: underline;
}

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;
	text-decoration: underline;
}

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 */
}

.clear {
	clear:both;
}
/*end button code*/


/*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*/


/*required field and error styles*/
.required {
	color: #FF0000;
}

.error {
	color: #FF0000;
	padding-left: 2px;
}
/*end required and error styles*/


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.new {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFBF00;
}
