/*================================================================================

COLOUR PALETTE

Logo Colours
dark green: #62BD19
light green: #B9D300
pink: #EF6ABF

Site Colours
logo dark green 25%: #D8EEC5
logo dark green 50%: #B0DE8C
grey 1: #F5F5F5
grey 2: #EEEEEE
grey 3: #CCCCCC

================================================================================*/


/* UNIVERSAL STYLES
================================================================================*/

body {
	font: 62.5% verdana, arial, helvetica, sans-serif;
	color: #222;
	text-align: center;
	background: #E5E5E5 url('../images1/background.jpg') repeat-x 0 0;
	padding: 16px 0;
	margin: 0;
}

.spaw_body {
	font: 12px/16px verdana, arial, helvetica, sans-serif;
 	text-align: left;
	color: #222; /*#777 the old one changed by Haijun Zou on Oct. 9 2008*/
 	background: none;
	padding: 10px;
}

body * {
	margin: 0;
}

table {
        font: 12px/16px arial, helvetica, sans-serif;
        color: #222;
}

td {
	vertical-align: top;
}


/* TYPOGRAPHY
================================================================================*/

h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	color: #62BD19;
	padding: 16px 0 8px 0;
}

h1.pagetitle {
	font-size: 2em;
	font-weight: normal;
	color: #0C487F;
	padding: 0 0 16px 0;
}

h2 {
	font-size: 1.3em;
	line-height: 1em;
	color: #0C487F;
	padding: 16px 0 8px 0;
}

h3 {
	font-size: 1.2em;
	color: #0C487F;
	padding: 16px 0 8px 0;
}

h4, h5, h6 {
	font-size: 1em;
	color: #0C487F;
	padding: 16px 0 8px 0;
}

h5, h6 {
	color: #222;
}

hr {
	width: 100%;
	height: 1px;
	color: #CCC;
	background: #CCC;
	border: none;
	margin: 10px 0;
	clear: both;
}

img {
	border: none;
}

blockquote {
	background: #F5F5F5;
	padding: 10px 15px;
	margin: 10px 0;
	clear: both;
}

blockquote p {
	padding: 0;
}

p {
	padding: 4px 0 10px 0;
}

a, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #9B2D50;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, .spaw_body ul, ol, .spaw_body ol {
	padding: 8px 0;
	margin: 0 0 0 35px;
}

ul, .spaw_body ul {
	list-style-image: url('../images1/ul_default.gif');
}

ol, .spaw_body ol {
	margin: 0 0 0 40px;
}

ul li ul, ul li ol, ol li ul, ol li ol, 
.spaw_body ul li ul, .spaw_body ul li ol, .spaw_body ol li ul, .spaw_body ol li ol {
	padding: 0;
}

ul li, .spaw_body ul li {
	padding: 2px 0;
}

ul ul, ul ol, ol ul {
	list-style-image: none;
}

ul li li, ol li, .spaw_body ul li li, .spaw_body ol li {
	padding: 2px 0;
}

ol, ul, ol ol, ol ul, ul ol, ul ul, ol p, ul p, td, td p, td ol, td ul, form, fieldset, input, select {
	font-size: 1em;
}

form, fieldset, legend {
	border: none;
	padding: 0;
}

form ol, form ol li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

form td {
	padding: 3px 0;
}

label {
	display: block;
	font-weight: bold;
	color: #3193D8;
}

span.error {
	font-weight: bold;
	color: #F00;
	font-size: 0.8em;
}

input, textarea, select {
	font: 0.9em arial, helvetica, sans-serif;
}

.textbox {
	color: #333;
	width: 200px;
	border: 1px solid #CCC;
	background: #FFF url('../images1/textbox_bg.gif') no-repeat 0 0;
	padding: 1px 2px;
}

.submit {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #FFF;
	background: #62BD19;
	border: 1px solid #62BD19;
	padding: 2px 10px;
	overflow: visible;
}

#content, #content_side {
	line-height: 1.3em;
}


/* DEFAULT LAYOUT STYLES
================================================================================*/

#header, #nav, #content, #content_side, #footer {/* set default font size */
	font-size: 1em;
}

#container, #container_home {
	width: 898px;
	text-align: left;
	background: #FFF;
	margin: 0 auto;
}

#wrap {
	font-size: 1.2em;
	background: url('../images1/wrap.gif') repeat-y 0 0;
}

#wrap_left {
	background: url('../images1/wrap_left.jpg') no-repeat 0 0;
}

#wrap_right {
	width: 890px;
	background: url('../images1/wrap_right.jpg') no-repeat 100% 0;
	padding: 0 4px 25px 4px;
}

#header {
	height: 389px;
	background: url('../images1/navtop.jpg') repeat-y 100% 0;
	border-bottom: 1px solid #FFF;
	overflow: hidden;
}

#header_top {
	background: url('../images1/wrap_top.gif') no-repeat 0 0;
}

#header_content {
	height: 349px;
	background: #FFF;
	border: 1px solid #FFF;
}

.logo {
	float: left;
	margin: -25px 0 -50px 15px;
	position: relative;
}

.cannt {
	float: left;
	width: 400px;
	font: 1.8em georgia, garamond;
	color: #A21F4B;
	position: relative;
	margin: 40px 0 0 20px;
}

.cannt span {
	font-size: 0.9em;
}

#header form {
	float: right;
	font-size: 0.9em;
	text-align: right;
	height: 90px;
	height: 88px;
	padding: 20px 5px 0 0;
}

#header td {
	vertical-align: middle;
	padding: 2px 3px;
}

#header input {
	font-size: 1em;
}

#header .textbox {
	width: 170px;
}

#header .submit {
	font-size: .9em;
}

#header label {
	font-weight: normal;
	color: #3E7BB2;
}

#header form a, #header form a:visited, #header form a:focus, #header form a:hover, #header form a:active {
	color: #3E7BB2;
}

#banner {
	height: 215px;
	background: #B5DCFF;
	border-top: 1px solid #FFF;
}

.lang {
	float: left;
	width: 888px;
	background: #FFF url('../images1/tile_diag_nontransparent.gif');
	padding: 0;
/*	position: absolute;
	bottom: 0;*/
}

.lang a, .lang a:visited, .lang a:focus, .lang a:hover, .lang a:active {
	display: block;
	float: right;
	color: #FFF;
	background: #0C487F;
	padding: 6px 10px;
}

#content {
	float: left;
	width: 600px;
	padding: 0 0 0 25px;
}

#content_full {
        float: left;
        width: 810px;  
        padding: 0 0 0 25px;
}    

#content_side {
	float: right;
	width: 210px;
	border-left: 1px solid #A2224B;
	padding: 0 20px 20px 10px;
}

#footer {
/*	width: 898px;*/
	font-size: 0.9em;
	color: #FFF;
	background: #0C487F url('../images1/footer.gif') no-repeat 0 100%;
	padding: 10px 20px 15px 20px;
}

#footer ul, #footer li {
	float: left;
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#footer li {
	padding: 0 5px 0 0;
}

#footer p {
	float: right;
	text-align: right;
	padding: 0;
}

#footer a, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active {
	color: #FFF;
}

div.clear {
	clear: both;
}


/* HOMEPAGE LAYOUT STYLES
================================================================================*/

#container_home #content, #container_home #content_side, #news, #events {
	font-size: 0.95em;
}

#container_home img.banner {
	margin-bottom: 20px;
}

#container_home #content {
	width: 635px;
	padding: 0 10px 0 0;
}

#container_home #content_side {
	float: left;
	width: 183px;
	border: none;
	padding: 20px 0 0 15px;
}

.vision {
	color: #A2224B;
	border-bottom: 1px solid #A2224B;
	margin: 0 0 15px 0;
}

.vision h3 {
	color: #A2224B;
	border-bottom: 1px solid #A2224B;
	padding: 0 0 10px 0;
}

#login_box {
	width: 250px;
	float: left;
	padding: 0 0 0 0;
}

#login_user {
	float: right;
	font-weight: bold;
	padding: 0 0 10px 0;
}

#login_info {
	float: right;
	text-align: left;
	padding: 0 0 0 0;
	font-size: .9em;
}

#login_button {
	float: right;
	text-align: right;
	padding: 0 0 0 0;
}

#content_main {
	float: left;
	width: 428px;
	margin: 0 10px;
}

#content_addl {
	float: left;
	width: 418px;
	margin: 0 20px;
}

#news {
	float: left;
	width: 428px;
	background: url('../images1/news.gif') repeat-y 0 0;
	margin: 0 0;
}

#news div {
	background: url('../images1/news_top.jpg') no-repeat 0 0;
}

#news div div {
	background: url('../images1/news_bot.gif') no-repeat 0 100%;
	padding: 55px 5px 20px 5px;
}

#news ul div {
	background: none;
	padding: 0;
}

#news ul, #news li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

#news li {
	padding: 10px;
}

#news .odd {
	background: #E0F0FF;
}

#news .date {
	float: left;
	width: 40px;
	padding: 0 10px 0 0;
}

#news .desc {
	float: right;
	width: 310px;
}

#news .btn_more {
	display: block;
	margin: 10px 0 0 10px;
}


#events {
	float: left;
	width: 233px;
	background: #B5DCFF url('../images1/events_bg.jpg') repeat-x 0 66px;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #events {
width: 233px;
margin-left: -70px;
/*padding: 0px;*/
/*border: 1px solid red;*/
}
/* End hide from IE5/mac */


#events div {
	background: url('../images1/events.gif') repeat-y 0 0;
}

#events div div {
	background: url('../images1/events_top.gif') no-repeat 0 0;
}

#events div div div {
	background: url('../images1/events_bot.gif') no-repeat 0 100%;
	padding: 45px 5px 20px 5px;
}

#events div div div .clear {
	background: none;
	padding: 0;
}

#events .conf {
	color: #FFF;
	background: url('../images1/conf.jpg') repeat-y 0 0;
	padding: 15px 10px;
}

#events .upcoming {
	color: #002B55;
	background: url('../images1/upcoming.gif') repeat-x 0 0;
	padding: 15px 10px;
}

#events h3 {
	color: #FFF;
	padding: 0 0 5px 0;
}

.upcoming a {
	color: #002B55;
}

.upcoming ul, .upcoming li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

.upcoming li {
	background: url('../images1/events_arrow.gif') no-repeat 0 7px;
	padding: 5px 0 5px 20px;
}

#events .btn_more {
	display: block;
	float: right;
	margin: 10px 10px 0 0;
}

/* SEARCH STYLES
================================================================================*/

#search {
	float: left;
	width: 888px;
	text-align: right;
	background: url('../images1/tile_diag_nontransparent.gif');
	border: 1px solid #FFF;
	margin-bottom: 25px;
}

#search form {
	float: right;
}

#search td {
	padding: 0 3px 0 3px;
}

#search .textbox {
	width: 160px;
}

/* CONTACT FORM STYLES
================================================================================*/
/*
form.form_contact fieldset {
	border-style: none;
	padding: 0;
	margin: 15px 0 0 0;
} 

form.form_contact legend {
	font-weight: bold;
	color: #000000;
	margin-left: 0;
} 

div#content form.form_contact fieldset ol {
	list-style: none;
	padding: 3px 3px 0 3px;
} 

form.form_contact fieldset ol li {
	padding-bottom: 10px; margin: 0 0 10px 0;
}

form.form_contact label {*/
/*	display: block;*/
/*	float: left; 
	width: 100px;
	font-weight: bold;
	color: #00667C;
}

form.form_contact input, form.form_contact select, form.form_contact textarea {
	width: 220px;
	color: #37383A;
	border: 1px solid #777;
}

form.form_contact textarea {
	width: auto;
}

form.form_contact input.submit {
	width: auto;
	margin: 0 0 0 105px;
}
*/

/* EVENTS LISTINGS STYLES
================================================================================*/

div.event_list_title {
	font-size: 1.3em;
	font-weight: bold;
	color: #3A9A0B;
	padding: 0 0 15px 0;
}

table.events_list {
	width: 100%;
}

table.events_list th {
	text-align: left;
	color: #FFF;
	background: #B9D300;
	padding: 7px 5px;
}

table.events_list th a, table.events_list th a:visited, table.events_list th a:focus, table.events_list th a:hover, table.events_list th a:active {
	color: #FFF;
}

table.events_list td {
	border-bottom: 1px solid #CCC;
	padding: 7px 5px;
}

table.events_list td.date {
	width: 20%;
}

table.events_list td.title {
	width: 35%;
}

table.events_list td.title p {
	padding: 0;
}

table.events_list td.location {
	width: 20%;
}

table.events_list tr.odd {
	background: #F3F7EC;
}

/* EVENTS DETAILS STYLES
================================================================================*/

table.event_details {
	border-collapse: collapse;
}

/* PROFILES STYLES
================================================================================*/
#profile {
	float: left;
	width: 300px;
	padding: 0 0 0 0;
	margin: 0 0;
}

#profile_ceu {
	width: 800px;
	padding: 0 0 0 0;
	margin: 0 0;
}

#profile_ceu .odd {
	background: #CCFFFF;
}

#profile_buttons {
	float: left;
	width: 180px;
	padding: 0 0 0 0;
}

#profile_buttons div.action {
	background: url('../images1/button_background.gif') no-repeat;
	height: 50px;
	color:  #A2224B;
	font-weight: bold;
	text-align: center;
	padding: 15px 3px 3px 0;
	vertical-align: middle;
}

#profile_buttons a:hover, a:visited {
	text-decoration: none;
}

table.profile {
	border-collapse: collapse;
	padding: 0 0 0 0;
	margin: 0 0;
}

table.profile td {
	width: 100%;
}

table.profile th {
	text-align: left;
	color: #00667C;
	font-weight: bold;
}

table.profile_ceu {
	border-collapse: collapse;
	padding: 0 0 0 0;
	margin: 0 0;
}

table.profile_ceu td {
	width: 100%;
}

table.profile_ceu th {
	text-align: left;
	color: #fff;
	background: #00667C;
	font-weight: bold;
}

/* TOP NAVIGATION STYLES
================================================================================*/

#header ul {
	float: right;
	list-style-type: none;
	list-style-image: none;
	font-size: 0.9em;
	padding: 15px 20px 10px 0;
	margin: 0;
}

#header ul li {
	display: inline;
	padding: 0 0 0 20px;
}

#header ul a, #header ul a:visited, #header ul a:focus, #header ul a:active {
	text-decoration: none;
	color: #FFF;
}

#header ul a:hover, #header ul a.on, #header ul a.on:visited, #header ul a.on:focus, #header ul a.on:hover, #header ul a.on:active {
	text-decoration: underline;
}

/* MAIN NAVIGATION STYLES
================================================================================*/

#nav {
	height: 35px;
	background: #C1C1C1 url('../images1/nav.gif') repeat-x 0 0;
	border-top: 5px solid #0C487F;
	margin: 0 1px;
	position: relative;
	z-index: 100;
}

#nav ul {
	width: 100%;
	height: 34px;
	list-style-type: none;
	border-top: 1px solid #FFF;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
	position: relative;
	background: none;
	padding: 0;
	margin: 0;
}

#nav a, #nav a:visited, #nav a:focus, #nav a:hover, #nav a:visited {
	display: block;
	float: left;
	height: 27px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #002C55;
	/* padding: 7px 15px 0 35px; */
	padding: 7px 15px 0 30px;
}

#nav ul ul {
	display: none;
	width: 170px;
	height: auto;
	background: #548EC1;
	border: none;
	position: absolute; 
	top: 100%;
	left: 15px;
}

#nav ul ul ul {
	top: 0;
	left: 169px;
}

#nav ul ul a, #nav ul ul a:visited, #nav ul ul a:focus, #nav ul ul a:hover, #nav ul ul a:active {
	float: none;
	width: 148px;
	font-size: 88%;
	height: auto;
	font-weight: normal;
	color: #FFF;
	border: 1px solid #FFF;
	border-top: none;
	padding: 6px 10px;
	margin: 0;
}

#nav ul ul a:hover {
	background: #1A5E9B;
}

#nav ul ul li.first a, #nav ul ul li.first a:visited, #nav ul ul li.first a:focus, #nav ul ul li.first a:hover, #nav ul ul li.first a:active {
	border-top: 1px solid #FFF;
}

/* FORM BUILDER STYLES
*********************************************************/
table.form_builder label {
	display: inline;
        font-weight: bold;
        color: #3193D8;
}

/* CONFERENCE RATE TABLE STYLES
*********************************************************/
table.conf_rate {
	width: 550px;
	padding: 3px 3px;
	text-align: center;
	border: 0;
	font-weight: bold;
}

table.conf_rate td.left_col{
	font-weight: bold;
	text-align: left;
	color: #3193D8;
	padding: 5px 5px;
	border-left: 1px solid #0C487F;
}

table.conf_rate td.left_col_empty{
	border-bottom: 1px solid #0C487F;
}

table.conf_rate td.member_note{
	padding: 3px;
	text-align: left;
	font-size: .8em;
	border: 1px solid #0C487F;
}

table.conf_rate th.mem {
	background: #62BD19;
	color: white;
	text-align: center;
	border-left: 1px solid #0C487F;
	border-top: 1px solid #0C487F;
}

table.conf_rate th.nmem {
	background: #6E6E6E;
	color: white;
	text-align: center;
	border-right: 1px solid #0C487F;
	border-top: 1px solid #0C487F;
}

table.conf_rate th.mem_ear {
	background: silver;
	border-left: 1px solid #0C487F;
	color: #000;
	font-size: .9em;
	width: 75px;
}

table.conf_rate th.nmem_ear {
	background: silver;
	color: #000;
	width: 75px;
	font-size: .9em;
}

table.conf_rate th.mem_reg {
	background: none;
	color: #000;
	width: 75px;
	font-size: .9em;
}

table.conf_rate th.nmem_reg {
	border-right: 1px solid #0C487F;
	background: none;
	color: #000;
	width: 75px;
	font-size: .9em;
}

table.conf_rate td.mem_ear {
	background: silver;
	border-left: 1px red;
	size: .9em;
}

table.conf_rate td.nmem_ear {
	background: silver;
	size: .9em;
}

table.conf_rate td.mem_reg {
	size: .9em;
}

table.conf_rate td.nmem_reg {
	border-right: 1px solid #0C487F;
	size: .9em;
}

