@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #323232;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	background-image: url(/img/conf/2008/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #0052a8;
	text-decoration: none;
}
a:active ,a:visited {
	color: #0052a8;
	text-decoration: none;
}
a:link:hover, * html a:link:hover {
	text-decoration: underline;
}
a:visited:hover, * html a:visited:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img.fltrt {
	float: right;
	margin: 0 0 5px 8px;
	clear: right;
}

#container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#header {
	height: 90px;
	margin-top: 19px;
} 
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: 24pt;
	font-style: italic;
	color: #235A9D;
	margin: 0px;
	font-weight: bold;
}
#header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 15pt;
	font-style: italic;
	color: #323232;
	margin: 0px;
	font-weight: bold;
}
#header table {
	width: 100%;
}
#header td {
	vertical-align: middle;
}

#menu {
	height: 32px;
	padding-top: 8px;
	text-align: center;
	margin-bottom: 24px;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	white-space: nowrap;
	margin: 0px;
}
#menu li {
	float: left;
	padding-left: 8px;
	margin-right: 5px;
	margin-left: 5px;
}
#menu li a {
	float: left;
	font-size: 11pt;
	color: #323232;
	text-decoration: none;
	font-weight: bold;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu li.current {
	background-image: url(/img/conf/2008/menu_btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
#menu li.current a {
	background-image: url(/img/conf/2008/menu_btn.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #04ACBF;
	color: #FFFFFF;
	padding-right: 8px;
}
#menu a:hover {
	color: #555555;
	text-decoration: underline;
}
#menu li.current a:hover {
	text-decoration: none;
}

#sidebar1 {
	width: 150px;
	vertical-align: top;
}

#sidebar2 {
	width: 170px;
	vertical-align: top;
	text-align:center;
}

#sidebar2 h1
{
	text-align:center;
	font-size:13px;
}

#sidebar2 ul 
{
	list-style:none;
	padding:0px;
	margin:0px;
}

#sidebar2 li
{
	text-align:center;
	width:100%;
	margin:10px;
}

#sidebar2 a
{
	text-decoration:underline;
}

.sidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #323232;
	line-height: 13pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.sidebar h3, .sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
}


#mainContent {
	vertical-align: top;
	padding: 0px 10px;
}
#mainContent h1 {
	font-size: 15pt;
	line-height: 15pt;
	margin: 10px 0px 5px 0px;
	border-bottom: 2px dotted #bbb;
}
#mainContent p {
	margin: 8px 0px;
	text-align: justify;
}

h1.sponsor {
	font-size: 12pt;
	color: #FFFFFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 4px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
h1.sponsor {
	background-position: right;
	height: 25px;
	padding-right: 4px;
	margin-bottom: 20px;
	width:200px;
}

h1.diamond {
	background-image: url(/img/conf/2008/h1_diamond.gif);
}
h1.platinum {
	background-image: url(/img/conf/2008/h1_platinum.gif);
}
h1.gold {
	background-image: url(/img/conf/2008/h1_gold.gif);
}
h1.silver {
	background-image: url(/img/conf/2008/h1_silver.gif);
}

h1.media {
	background-image: url(/img/conf/2008/h1_media.gif);
}
ul.sponsor li img
{
	border-bottom: 1px dotted #66c9dc;
	padding-bottom: 15px;
}

#footer {
	width: 100%;
	border-top: 1px dotted #666;
	margin: 20px 0 50px 0;
	clear: both;
}
#footer h1 {
	font-size: 12px;
}

/* BOXES */
table.box {
	margin-bottom: 15px;
}
.box .top_left {
	background-repeat: no-repeat;
	background-position: left top;
}
.box .top_mid {
	background-repeat: repeat-x;
	background-position: top;
}
.box .top_right {
	background-repeat: no-repeat;
	background-position: right top;
}
.box .mid_left {
	background-repeat: repeat-y;
	background-position: left;
}
.box .middle {
}
.box .mid_right {
	background-repeat: repeat-y;
	background-position: right;
}
.box .bottom_left {
	background-position: left bottom;
	background-repeat: no-repeat;
}
.box .bottom_mid {
	background-position: bottom;
	background-repeat: repeat-x;
}
.box .bottom_right {
	background-position: right bottom;
	background-repeat: no-repeat;
}
.box ul {
	list-style-image: url(/img/conf/2008/box1_bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding:0px;
    padding-left:25px;
}
.box li {
	margin-top: 2px;
}

.box1 .top_left, .box1 .top_right, .box1 .bottom_left, .box1 .bottom_right {
	background-image: url(/img/conf/2008/box1_corners.gif);
	width: 12px;
	height: 12px;
}
.box1 .top_mid, .box1 .bottom_mid {
	background-image: url(/img/conf/2008/box1_horizontal.gif);
}
.box1 .mid_left, .box1 .mid_right {
	background-image: url(/img/conf/2008/box1_vertical.gif);
}
.box1 .middle {
	background-color: #F0F0F0;
}
.box1 .middle h1 {
	font-size:15px;
}
.box2 .top_left, .box2 .top_right, .box2 .bottom_left, .box2 .bottom_right {
	background-image: url(/img/conf/2008/box2_corners.gif);
	width: 12px;
	height: 12px;
}
.box2 .top_mid, .box2 .bottom_mid {
	background-image: url(/img/conf/2008/box2_horizontal.gif);
}
.box2 .mid_left, .box2 .mid_right {
	background-image: url(/img/conf/2008/box2_vertical.gif);
}
.box2 .middle {
	background-color: #E0F5F8;
}
.box2 .middle h1 {
	font-size:20px;
}
.box2 a.btn {
	display: block;
	padding-left: 4px;
	background-position: left;
	text-decoration: none;
	font: bold 11pt Arial, Helvetica, sans-serif;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.box2 a.btn div {
	padding-right: 4px;
	background-position: right;
	height: 25px;
}
.box2 a.btn, .box2 a.btn div {
	background-image: url(/img/conf/2008/box2_btn.gif);
	background-repeat: no-repeat;
}
.box2 a:hover.btn, .box2 a:hover.btn div {
	background-image: url(/img/conf/2008/box2_btn_on.gif);
	background-repeat: no-repeat;
}

a.page_note {
	font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
	margin-left: 2px;
}
div.page_notes {
	font-family: Courier, monospace;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #666;
}
div.page_notes a {
	display: block;
	background: #DBDBDB;
	padding: 3px;
}

/* TABLES */
table.grid {
	border-width: 0 0 1px 1px;
	margin: 15px auto 20px auto;
}
table.grid td, table.grid th {
	border-width: 1px 1px 0 0;
	padding: 3px 5px;
}
table.grid, table.grid td, table.grid th {
	border-color: #CDCDCD;
	border-style: solid;
}
table.grid th {
	background: #F0F0F0;
}
table.grid tr.past th {
	color: #999;
}
table.grid tr.past td {
	color: #999;
	background-color: #f9f9f9;
}
table.grid tr.past a {
	color: #669ACB;
}

div.success
{
	background-color:green;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
}

div.error
{
	background-color: #D53030;
	color:white;
	font-weight:bold;
	font-size:14px;
	padding:5px;
	margin-top:15px;
	margin-bottom:15px;
	border-color: red; 
}

div.error ul,div.error li 
{
	font-weight:normal;
	margin-top: 2px;
	margin-bottom:2px;
}

#list li
{
	line-height:15px;
}

div.sessions ul 
{
	text-align: left;
	margin:0px;
	padding-left:50px;
	border-style:	none;
	list-style:	square;
	margin-bottom:20px;
}


div.sessions h4 a
{
	text-decoration:underline;
}
{
	text-align: left;
	margin:0px;
	padding-left:50px;
	border-style:	none;
	list-style:	square;
	margin-bottom:20px;
}

td.strike, th.strike
{
	text-decoration:line-through;
}	

