#p7TMnav div a {
	text-indent:-8px;
}
h2 {
	margin-top: 14px;
	font-size: 12px;
}
h1 {
	margin-bottom: 14px;
}
p {
	margin-top: 14px;
	margin-bottom: 0px;
	line-height: 18px;
}
.red{
	color: #FF0000;
}
table.table {
	font-size: 12px;
	margin-top: 14px;
}
table.table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3797D7;
	background-color: #70B3E2;
	color: #FFFFFF;
}
table.table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}
hr {
	height: 1px;
	margin-top: 10px;
	border-top: dotted 1px #CCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
ul{
}
li{
	font-size: 12px;
	line-height: 16px;
}
#box {
	background-color: #70B3E2;
	border: 1px solid #288ACC;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 20px;
}
#box p {
	margin: 0px;
}
div.speakers{
	clear:both;
	height:90px;
	margin:10px 0 20px 0;
}
div.buttons {
	height:225px;
}
div.buttons ul{
	margin:0;
	padding:0;
}
div.buttons ul li{
	float:left;
	list-style:none;
	margin:0;
	background:url(images/registration-button.jpg) no-repeat;
	height:225px;
}
div.buttons ul li.exhibitor{
	background:url(images/exhibitor-button.jpg) no-repeat;
}
div.buttons ul li.sponsor{
	background:url(images/sponsor-button.jpg) no-repeat;
}
div.buttons ul li a{
	float:left;
	text-align:center;
	width:167px;
	color:#FFF;
	height:225px;
}
div.buttons span.bottom{
	display:block;
	padding:180px 0 0 0;
}
div.buttons ul li a:hover{
	color:#000;	
}

div.speakers p{
	float:left;
	margin:0;
	padding:0;
}

div.speakers p img{
	float:left;
	margin:0;
	padding:0;
}
div.speakers h2{
	float:left;
	width:390px;
	padding:24px 0 0 20px;
	margin:0;
}
div.sessions {
	border:1px solid #C3D69B;
	margin-top:10px;
}
div.sessions p{
	padding:8px;
	margin:0;
}
div.sessions p.dark{
	background:#F0F5E7; 
}
div.sessions p.light{
	background:#FBFCF8; 
}
/* For program page */

	div#schedule{
		clear:both;
		border:1px solid #CCC;
		margin:10px 30px 15px;
		padding:10px;
	}
	div#schedule h2 {
		background: #CCC;
		margin:-10px -10px 0;
		padding:5px;
		text-align: center;
	}
	div#schedule span{
		float:left;
		width:150px;
		font-weight:bold;
	}
	
/* for quotes*/
div.quote {
	border:2px solid #F7BF75;
	background: #F90;
	color:#FFF;
	padding:0px 5px 5px;
	width:200px;
	float:right;		
	font-style:italic;
	font-weight:bold;
	text-align:center;
	margin:0 10px;
}
div.quote p{
	margin-top: 7px;
}

div.quote p.line {
	border-top:1px solid #FFF;
	padding-top:10px;
}
div.quote p span {
	width:20px;
	height:20px;
	overflow:visible;
}
div.quote span.lquote{
	padding-right:20px;
	background:url(images/quotes.png) no-repeat;
}
div.quote span.rquote{
	padding-left:20px;
	background:url(images/quotes.png) no-repeat 4px -20px;
}
		
/* For contact form*/
p.open {display:block;}
p.close {display:none;}
