﻿body {
	margin: 0;
	font: 80% sans-serif;
}
img {
	display: block;
	border: 0;
}
.hide {
	display: none;
}
h2 {
	clear: both;
}
p.loud {
	font-size: 120%;
	font-weight: bold;
}
p.louder {
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
table.bullet th {
	background: url(/images/dot.png) no-repeat left; 
	padding-left: 15px;
	text-align: left;
	font-weight: normal;
}
table.bullet {
	margin-left: 3em;
}
.break {
	clear: both;
}


/* CONTENT */

td.contentcol {
	border-right: solid 2px #ccc; 
	padding-left: 12px; 
	padding-right: 12px;
	padding-bottom: 12px;
}
td.contentcol li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
td.contentcol dt {
	margin-top: 1em;
	margin-bottom: 0.3em;
	font-size: 120%;
	font-weight: bold;
}
td.contentcol dl.plain dt {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}
.ill_right {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.4em;
}
.ill_left {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.4em;
}


/* HEADER */

.logo {
	position: absolute; top: 4px; left: 0px;}
.register_icon {
/*	position: absolute; top: 40px; right: 24px;*/
	margin: 40px 24px 0px 354px;
	display: inline;
	}
.header {
		height: 137px; 
	border-bottom: solid 2px #ccc;
}

/* MENU */

td.menucol {
		background-color: purple; 
	border-right: solid 2px #ccc; 
	background-image: url(/images/template/purple.gif);
	padding: 23px 7px 7px 7px;
	width: 180px;
	color: #fff;
}

ul.menu {
	padding-left: 0;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none;
}
ul.menu a {
	color: white;
	background-color: purple;
	background-image: url(/images/template/purple.gif);
	text-decoration: none;
	position: relative;
}
ul.menu li {
	color: white;
	background-image: url(/images/template/purple.gif);
	background-color: purple;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* 2nd level menu */
ul.menu ul {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}

/* POSTIT */
/* new style postits - added by cjg */

table.postit td.left, 
table.postit td.top, 
table.postit td.topright,
table.postit td.bottom, 
table.postit td.bottomright
{
	padding: 6px; 
	background-color: #eef;
}
table.postit td.topright {
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
}
table.postit td.bottomright {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
table.postit td.bottom {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
table.postit td.top {
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}
table.postit td.left {
	border-left: solid 1px #ccc;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
/*table.postit td { border: solid red 1px; }*/


table.postit p { margin-top: 0em; margin-bottom: 0.5em; }
table.postit h3 { 
	margin-top: 0em; 
	margin-bottom: 0.5em; 
	clear: none; 
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
}
a.postit_link {
	font-weight: bold; 
	text-decoration: none; 
	clear: none;
}
.postit a {
	color: black;
	background-color: rgb(238, 238, 255);
}
.inline_picture {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}
.side_picture {
	display: block;
}
.hidden {
	display: none;
}
img.round_arrow {
	padding-left: 0.5em;	
}
table.postit h2 {
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 90%;
  	margin-left: 0px;
  	margin-right: 0px;
  	margin-top: 1em;
  	margin-bottom: 0.1em;
}



/* SPONSORS */

td.sponsorscol {
		width: 230px;
}
.sponsorscol h2 {
	margin-top: 0px;
	text-transform: uppercase;
	font-size: 100%;
}
.sponsorscol img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.sponsor {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sponsor img {
	display: inline;
}
dl.sponsors dt.withtext {
	margin-left: 1em;
	margin-bottom: 1em;
	float: right;
	clear: right;
}	
dl.sponsors dt.notext {
	margin: 0px;
}
dl.sponsors dt.notext img { 
	margin: 3em auto 3em auto;
	display: block;
}
dl.sponsors dd {
	padding-left: 0px;
	margin-left: 0px;
	border-bottom: 1px solid #ccc;
}
	
/* FOOTER */

.footer {
	color: black; 
	background-color: #eee; 
	border-top: solid #ccc 1px; 
	border-bottom: solid #ccc 1px;
	text-align: center;
	padding: 4px;
}

/* THEMES */

div.themeContent p{
  clear: left;
}
div.themeContent h2{
  clear: left;
}


.themes h2 {
	text-transform: uppercase;
	color: purple;
	background-color: white;
	font-weight: bold;
	margin: 0;
	font-size: 100%;
	text-align: left;
}
.themes table th {
	color: purple;
	background-color: white;
	padding: 6px;
}
.themes table td {
	padding-top: 6px;
	padding-right: 6px;
}	
.themes table {
	padding-bottom: 6px;
	background-color: #B887C1;
	color: white;
}
.themes a {
	color: white;
	background-color: #B887C1;
	text-decoration: none;
	text-transform: uppercase;
}
.themes img {
	width: 45px;
	height: 52px;
	padding-left: 6px;
}
.themes {
	padding-top: 1em;
	padding-bottom: 1em;
}
.dayends td {
	border-bottom: solid 1px #daa9e3;
}



.valid {
	text-align: center;
	}
.valid img {
	margin-top: 6px;
	display: inline;
	padding: 6px;
}


/* FORMS */

div.www2006_form {
  margin-left: 2.5em;
  margin-right: 2.5em;
}

div.www2006_form hr{
  clear: both;
  margin-left: -2.5em;
  margin-right: -2.5em;
}

div.www2006_form h2{
  margin-left: -1.5em;
  clear: both;
}

div.www2006_form p{
  margin-left: -1.5em;
  margin-bottom: 0.1em;
  clear: both;
}

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 30%;
  text-align: left;
}

div.row textarea{
  float: right;
  width: 65%;
  text-align: left;
}

div.row input {
  float: right;
  width: 65%;
  text-align: left;
} 

div.checkBoxes{
  float: right;
  width: 65%;
  text-align: left;
  clear: none;
}

div.checkBoxes div{
  float: left;
  clear: left;
}

/*SPEAKER LIST*/

p.speakerListInfo{
  clear: left;
  margin-bottom: -1em;
  font-style: italic;
}

dl.speakerList dt{
  margin-top: 1em;
  clear: left;
}


