﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #3a93c5;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}
p {
	margin: 10px 0;
}
h1, h2, h3 {
	padding-bottom: 10px;
}
a {
	color:#3a93c5;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

#headerContainer, #contentContainer, #footer {
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

#headerContent, #content, #footerContent {
	width: 800px;
	margin: 0 auto;
}

#headerContainer {
	background-image: url(../images/layout/headerBG.png);
	height: 119px; 
	z-index: 2;
	position: relative;
	top:0;
}

#headerContent {
	padding-top:15px;
}

#headerContent a#logo {
	width:402px;
	height: 82px;
	display:block;
	text-indent: -9999px;
	background-image:url(/images/layout/logo.png);
}

#contentContainer {
	background-color: #3a93c5;
	background-image: url(/images/layout/containerBG.png);
	position: relative;
    background-repeat: no-repeat;
}

#content {
	background-image: url(/images/layout/contentBG.png);	
    overflow:hidden;
    min-height:820px
}

#secondaryContent {
	width: 200px;
	padding-top: 20px;
	color: #333;
}

#secondaryContent ul {
	list-style:none;
	margin-left:20px;
}

#secondaryContent ul li {
	padding-bottom: 10px;
	font-size: 16px;
}
#secondaryContent ul li a {
	text-decoration: none;
	color:#666;
}
#secondaryContent ul li, #secondaryContent ul li a {
	font-weight: bold;
}
#secondaryContent ul li a:hover {
	text-decoration: underline;
	color: #000;
}
#secondaryContent ul ul li {
	padding-bottom: 5px;
}
#secondaryContent ul ul a {
	font-size: .8em;
}
#sponsors, #sponsorBottom {
	width:190px;
}
#sponsors {
	background-image:url(/images/layout/sponsorsBGMid.png);
	margin-top:20px;
	padding-bottom: 20px;
}
#sponsors h3 {
	font-size: 16px;
	color: #fff;
	font-size:15px;
	background: #ccc;
	margin:5px 0;
	padding: 10px 0 10px 10px;
	width:170px;
	text-align: left;
}
#sponsors a img {
	border:none;
	margin: 10px 5px;
	padding:0 10px 0 0;
}
#sponsorBottom {
	background-image:url(/images/layout/sponsorsBGBottom.png);
	height: 17px;
}
#primaryContent {
	padding:20px 10px;
	width:580px;
	float: right;
	min-height:800px;
	background-color:#FFFFFF;
}
#primaryContent ul {
	padding-left:20px;
}
.banner {
	width: 292px;
	height: 100px;
	padding: 10px 20px 0 11px;
	margin-top: 10px;
	position: relative;
	left: -21px;
	background-image:url(/images/layout/mainContentBannerBG.png);
	background-repeat: no-repeat;
	color:#FFF;
	font-size: 15px;
}
div.banner h2 {
	font-size: 1em;
	display: inline;
}
div.banner p {
	padding:0;
	margin: 5px 0;
}
div.banner a {
    color:#FFF
}
#rightFloatWidget {
	float:right;
	padding-left:10px;
	width:250px;
}
#primaryContent h3 {
	color:#3a93c5;
	font-style:italic;
}
#footer {
	clear:both;
	position:relative;
	top:-24px;
    background-image: none;
}

#footerContent {
	padding: 30px 0;
	color: #333;
	font-weight: bold;
}
#footerContent a {
	color:#FFF;
	text-decoration: underline;
}
#footerContent a:hover {
	text-decoration: none;
}
.sessionList {
	float: left;
	width: 450px;
	padding: 10px 15px 20px;    
}
.tall {
    height:850px;
}

.button {
    width:250px;
}
.sponsorFloat {
	float: left;
	width: 250px;
	padding: 10px 15px 20px;
}
.clear {
	clear: both;
}
table {
	width: 100%;
	text-align: center;
}
table td.none {
	border: none;
}
table th {
	border: none;
	font-size: 1.4em;
	padding: 5px;
}
table td {
	border-right: 1px solid #ccc;
	border-collapse: collapse;
	padding: 3px;
}
table tr.alt {
	background: #eee;
}
table td p.speaker {
	font-weight: bold;
	font-size: 1.2em;
	color: #3a93c5;
	margin: 5px 0 1px;
}
table td p.presentation {
	margin: 5px 0;
	font-style: italic;
    font-weight: bold;
}
table thead tr.tableHead th {
	border-bottom: 1px solid #ccc;
}
table tbody  th {
	border-right: 1px solid #ccc;
}

img.dialog {
    width:75px;
}

#rightFloatWidget {
    width:240px;
    margin-right:0px
}

label {
    float:left;
    width:100px;
    text-align:right;
    margin:4px;
}
input {
    float:left;
    width:150;
    margin:4px;
}

.presentation {
    font-weight: bold;
}

.timeZone {
    list-style-type:none;
}

div#sponsors {padding-bottom: 0px;}
div#containerContent {background-color: #3a93c5; background-repeat: not-repeat;}

