/* $Id: style.css,v 1.18 2014/02/07 16:58:53 okan Exp $ */

body {
	font-size: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
html>body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
}

/* HEADER / FOOTER */
#header {
	width: 100%;
	padding: 8px 0px 2px 0px;
}
#header img {
	border: 0px;
}
#footer {
	clear: both;
	width: 100%;
	font-size: 75%;
	text-align: center;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #000000;
}

/* NAVIGATION */
#nav {
	clear: both;
	width: 100%;
	font-size: 90%;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background-color: #ab1416;
	color: #ffffff;
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#nav ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* CONTENT */
#content_main {
	text-align: left;
	font-size: 95%;
	margin: 0px 5px 0px 5px;
}
#content_main img {
	border: 0px;
}
#content_main h1 {
	font-size: 130%;
	font-weight: bold;
}
#content_main h2 {
	font-size: 110%;
	font-weight: bold;
}
#content_main h3 {
	font-size: 110%;
	font-weight: bold;
}
#content_main a:link,
#content_main a:visited,
#content_main a:hover,
#content_main a:active {
	text-decoration: none;
	font-weight: bold;
	color: #3355aa;
}
#content_main ul li {
	list-style: circle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content_left {
	float: left;
	width: 70%;
	min-height: 1800px;
	border-right: 2px solid #000000;
	margin-right: 15px;
	padding-bottom: 20px;
	padding-right: 5px;
}
#content_right {
	text-align: center;
}
#content_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content_right ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
#content_bottom {
	text-align: center;
	clear: both;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #000000;
}
#content_bottom ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content_bottom ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sponsoring table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid black;
}
#sponsoring tr {
	border-top: 1px solid black;
}
#sponsoring td,th {
	vertical-align: baseline;
	border-left: 1px solid black;
}
#schedule table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid black;
}
#schedule tr {
	border-top: 1px solid black;
}
#schedule td,th {
	vertical-align: baseline;
	border-left: 1px solid black;
}
#schedule td.time,col.time {
	text-align: right;
	width: 5%;
}
#schedule td.speaker,col.speaker {
	text-align: right;
	width: 23%;
}
#schedule td.detail,col.detail {
}
#registration table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid black;
}
#registration tr {
	border-top: 1px solid black;
}
#registration td,th {
	vertical-align: baseline;
	border: 1px solid black;
}
#registration th {
	text-align: right;
}
#levels {
	margin-left: 10px;
}
#levels td {
	text-align: right;
}
.ptitle {
	font-weight: bold;
}
.speaker {
	font-style: italic;
}
.sponsor_gold  img{
//	height: 130px;
	width: 244px;
}
.sponsor_silver img {
//	height: 130px;
	width: 244px;
}
.sponsor_smb img {
//	height: 75px;
	width: 244px;
}
