@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 19px;
	font-size: 14px;
	background-image:url(../images/patternwhite.png);
	background-color: #9CF;
}

div.content-body {
	width: 700px;
	margin:auto;
	background-color:#fff;
	padding: 25px;
	padding-left:50px;
	padding-right:50px;
	border: solid 1px #39f;
	-moz-box-shadow: 0px 2px 8px #777;
	-webkit-box-shadow: 0px 2px 8px #777;
	box-shadow: 0px 2px 8px #777;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

div.title {
	
}

div.content {
	margin-top:120px;
}

p {
	padding-left: 25px;
	margin-top: 0;
}

h4.small-title {
	font-weight:bold;
	font-size: 15px;
	padding:0;
	margin-bottom: 0 ;
	color:#333;
	/*color:#06C;*/
}

h5.small-title {
	font-weight:bold;
	font-size: 12px;
	padding:0;
	margin-bottom: 0 ;
	color:#06C;
}

ul.sessions {
	
}

ul.sessions li {
	margin-bottom: 15px;
}

ul.speakers li {
	margin-bottom: 5px;
}

b.list-title {
	color:#04a;
}

h1.title {
	font-size:28px;
	font-weight:bold;
	font-stretch: 50;
	line-height: 40px;
	color:#06C;
	margin-bottom: 30px;
}

a {
	color:#04a;
	text-decoration:none;
}

img {
}

img.logo {
	margin-right: 7px;
	border:none;
}

div.shade {
	position:fixed;
	background-color:#000;
	width:100%;
	height:100%;
	margin-left:-7px;
	margin-top:-7px;
	opacity:0.3;
	z-index:10;
}
table.temp-table {
	position:fixed;
	width:100%;
	z-index:20;
}

table.temp-table td {
	width:33%;
	text-align:center;
}

div.temp-info {
	margin-top: 125px;
	margin-left: -15px;
	width:600px;
	height:auto;
	background-color:#fff;
	padding: 25px;
	padding-left:50px;
	padding-right:50px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	opacity:1;
	z-index:20;
}
	