body {
	background-color: #ced3d9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
}

div#container {
	background-color: white;
	background-image: url(/shared/images/conf09/container_background.png);
	background-position: top right;
	background-repeat: repeat-y;
	width: 746px;
	margin: auto;
	padding: 0px 0px 0px 0px;
}

div#container2 {
	float: left;
	width: 664px;
}
div#header {
	padding: 10px 0px 0px 21px;
	margin: 0px 0px 1px 0px;
}

/* One column design */
div.oneColumn {
	margin-left: 23px; 
	width: 460px; 
	float: left;
}

/* Two column design*/
div.columnOne {
	width: 273px; 
	float: left;
}
  
div.columnOne div.text {  
	padding-left: 20px;   
	width: 250px;    
}


div.columnTwo {
	margin-left: 23px; 
	width: 319px; 
	float: left;
}

div#menuContainer {
	padding: 0px 0px;
	margin: 0px;
}

div#menuContainer.oneColumn {
	width: 132px; 
	float: left;
}
div#menuContainer.twoColumn {
	width: 273px;
}

td#menu {
	width: 128px;
	padding-right: 3px;
}

td#menuExtra {
	padding: 0px;
	margin: 0px;
	background: url(/shared/images/conf09/menu_extra1.png) no-repeat left top;
	vertical-align: bottom; 
}

td#menu ul {
	margin: 0px;
	padding: 0px 0 1px 0;
	background: url(/shared/images/conf09/menu_bg_last.png) no-repeat left bottom;
}

td#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 4px 4px 3px 8px;
	background: url(/shared/images/conf09/menu_bg.png) no-repeat left top;
}

td#menu ul li a {
	color: #462f73;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	text-decoration: none;
}

td#menu ul li a:hover {
	color: #462f73;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	text-decoration: none;
	text-decoration: underline;
}

td#menu ul li span {
	color: grey;
	font-size: 12px;
}

div#mainContent {
	padding: 0 0 30px 21px;
	width: 615px;
}

div#trademarks {
	width: 740px;
	margin: auto;
	color: #999999;
	padding: 10px;
	padding-bottom: 30px;
	font-size: 10px;
	font-family: arial, helvetica, verdana, sans-serif;
}
div#rssFeed {
	float: right;
	width: 120px;
	text-align: right;
}
div#rssFeed a {
	margin-left: 3px;
	padding: 3px 19px 3px 0;
	background: url("/shared/images/icons/rss_small.png") no-repeat right 50%;
	text-decoration: none;
	line-height: 15px;
	color: #666;
}
div#rssFeed a:hover {
	color: #0050AB;
}

div#rightBanner {
	float: left;
	width: 82px;
}

table.form input, table.form select {
	width:220px;
}
input, textarea, select {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
}

table.form td.label {
	width:150px;
}
table.form td {
	padding-right:10px;
}

table.form {
	border-collapse:collapse;
}

table.form input.checkbox, table.form input.radiobutton {
	width:auto;
}

span.required {
	color:red;
}

table.form textarea {
	width:380px;
}
textarea.commentsField {
	height:100px;
}

table.form td.buttonContainer {
	padding-top:10px;
}
input.button[class] {
	width:auto;
}

form {
	padding:0;
	margin: 0;
}

input.button {
	overflow:visible;
	padding:4px 8px;
	width:0;
}
div.formContainer {
	background:#F6F6F6 url(/shared/images/design/faded_background.gif) repeat-x scroll 0 0;
	border:1px solid #CCCCCC;
	float:left;
	padding:20px;
	width: 420px;
}

div.formContainer h2 {
	margin-top:0;
	font-size: 12px;
}

.error {
	color: red;
}
div.validationError, div.validationErrors {
	padding: 15px 15px 15px 90px;
	margin-bottom: 20px;
	background: url('/shared/images/icons/warning.gif') no-repeat 5px 15px #FBD1D1;
	border: 1px solid #F66A6A;
}
label.validationError, label.validationErrors {
	color: red;
}

div.section1 {
	background:transparent url(/shared/images/icons/numbered_bullet_1_alt.png) no-repeat scroll 0 0;
	margin-bottom:20px;
	padding-left:40px;
}

div.section2 {
	background:transparent url(/shared/images/icons/numbered_bullet_2_alt.png) no-repeat scroll 0 0;
	margin-bottom:20px;
	padding-left:40px;
}

div.section3 {
	background:transparent url(/shared/images/icons/numbered_bullet_3_alt.png) no-repeat scroll 0 0;
	margin-bottom:20px;
	padding-left:40px;
}


.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 1px;
}


img {
	border: 0px;
}

.first {
	margin-top: 0px;
}

h1 {
	color: #632182;
	font-size: 18px;
	font-weight: normal;
	font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	margin: 25px 8px 5px 0;
}

h2 {
	color: #463073;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,Geneva,Verdana,sans-serif;
	margin: 28px 8px 5px 0;
}

h3 {
	color: #000;
	font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 15px 4px 4px 0px;
}

a {
	color: #0252ab;
}

p {
	margin:0 0 10px;
}

blockquote {
	padding: 5px 0;
	margin: 0; 
	text-indent: 25px;
	background: url('/shared/images/design/quotes1.png');
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote i {
	display: inline;
	margin: 0;
	padding-right: 20px;
	padding-bottom: 3px;
	background: url('/shared/images/design/quotes2.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 15px;
	padding:0;
}

ul li {
	background:transparent url(/shared/images/gray_square.gif) no-repeat scroll 3px 6px;
	padding:2px 0 2px 15px;
}

ul.raquo {
	padding: 0px;
	margin: 0px;
}

ul.raquo li {
	background: transparent url('/shared/images/design/raquo.gif') no-repeat scroll 0pt 4px;
	padding:0pt 10px 5px 15px;
	list-style-type: none;
}

div.spec {
	background-color:#F3F3F3;
	margin-top:20px;
	padding:10px;
}
table.spec {
	border-collapse:collapse;
}
table.spec * {
	font-family:arial,helvetica,verdana,sans serif;
	text-align:left;
	vertical-align:top;
}
table.spec th {
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	padding-left:10px;
}
table.spec th.fc {
	padding-left:0px;
}
table.spec td {
	border-right:1px solid #CCCCCC;
	padding:3px 10px;
}
table.spec td.fc {
	padding-left:0px;
}
table.spec td.lc {
	border-right:medium none;
	padding-right:0px;
}

select.minicourse {
	font-family: arial, helvetica, verdana, sans-serif;
	width: 250px;
}

td.minicourseSelection {
	border: 1px solid #aaa;
	padding: 3px 5px 5px 5px;
	background-color: white;
	height: 85px;
	width: 80px;
}

td.minicourseDay {
	background-color: #eee;
	border-right: 1px solid black;
	font-size: 10px;
	width: 60px;
}

td.current {
	border: 1px solid #aaa;
	background-color: #CFFFE3;
}

td.checked {
	border: 1px solid #aaa;
	background-color: #CFE2FF;
}

option.fullyBooked {
	color: red;
	font-style: italic;
}

table.deadlines {
	border-collapse: collapse;
}

table.deadlines td {
	vertical-align: top;
}

table.deadlines td.date {
	padding-right: 3px;
	font-weight: bold;
}

table.deadlines td.dateNumber {
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}

table.abstracts {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}

table.abstracts th {
	text-align: left;
	border: 1px solid #555;
	padding: 6px 8px;
	background: #463073;
	color: white;
	font-family: arial, helvetica, verdana, sans-serif;
}

table.abstracts td {
	border: 1px solid #ccc;
	padding: 4px 8px;
	vertical-align: top;
}

table.abstracts td div.hidden {
	display: none;
}

table.abstracts tr.editMode td {
	background-color: #eee;
}

table.editMode {
	margin-bottom: 10px;
}

table.editMode td {
	border: none;
	padding: 1px 8px 1px 0px;
}

table.editMode td input {
	width: 280px;
}


#paymentNotice, #discountNotice {
	display: none;
	width: 300px;
	margin-top: 5px;
	font-size: 10px;
}

td.disabled {
	color: #aaa;
}

.minicourseContainer {
	margin-bottom: 30px;
	padding-left: 20px;
}

.minicourseContainer h2 {
	font-size: 14px;
	margin-top: 0px;
}

table#sponsors {
	background-color: #ebebeb;
	width: 100%;
}

table#sponsors tr td,
table#sponsors tr th {
	height: 55px;
	border-top: 1px solid #d9d9d9;
	margin: 0px;
	vertical-align: top;
}

table#sponsors tr th {
	border-right: 1px solid #d9d9d9;
	width: 88px;
}

table#sponsors tr td {
	padding-left: 10px;
}

table#sponsors tr td img {
	margin: 0px 10px;
}