/* CSS Document */

BODY { margin: 0px; padding: 20px; 
	background-image: url('/images/UC2008/orange_bg.gif');
	background-position: left;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	min-width: 600px;
}

A 		{ text-decoration: none;	color: #774409;}
A:hover { text-decoration: underline; }
A.big 	{ font-size: 20px; }

DIV.sidebar {
	float: left;
	width: 270px;
	min-width: 270px;
	padding-top: 30px;
	z-index: 0;
}

DIV.sidebar DIV {
	margin-right: 25px;
	width: 200px
}

DIV.sidebar DIV H2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	width: 250px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
}

DIV.sidebar IMG.left {
	float: left;
	padding: 5px;
}
DIV.sidebar IMG.right {
	float: right;
	padding: 5px;
}

DIV.sidebar DIV DL {
	margin-right: 30px;
	width: 195px;
	clear: both;
	margin-top: 0px;
	padding: 10px;
}

DIV.sidebar DIV DT {
	font-size: 20px;
}

DIV.sidebar DIV DD {
	margin-left: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	line-height: 11px;
}

DIV.sidebar DIV A {
	color: #000;
}

div.partners {
	margin-right: 30px;
	width: 195px;
	background-color: #fbb161;
	margin-top: 0px;
	padding: 10px;
}

DIV.header {
	width: 763px;
	height: 156px;
	background-image: url('/images/UC2008/conference_logo.gif');
	background-repeat: no-repeat;
	background-position: 175px 45px;
	z-index: 10;
}

DIV.header * { display: none; }

DIV.mainContent {
	margin-left: 80px;
	width: 490px;
	background-color: #FFFFFF;
	margin-left: 240px;
	padding-left: 30px;
	padding-top: 20px;
	background: url('/images/UC2008/cross_bg.gif') -100px 40px no-repeat;
}

DIV.mainContent P {
	font-size: 15px;
	line-height: 22px;
}

div.mainContent h2 {
	font-size: 20px;
}

DIV.mainContentS {
	margin-left: 80px;
	width: 710px;
	background-color: #FFFFFF;
	margin-left: 240px;
	padding-left: 30px;
	padding-top: 20px;
	background: url('/images/UC2008/cross_bg.gif') -100px 40px no-repeat;
}

DIV.mainContentS P {
	font-size: 15px;
	line-height: 22px;
}

div.mainContentS h2 {
	font-size: 20px;
}
DIV.tracks {
	background-color: #231f20;
	color: #fff;
	padding: 20px;
	margin-top: 30px;
	font-size: 16px;
	min-width: 480px;;
}

div.tracks h2 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}

div.tracks img {
	float: left;
	padding: 0px 10px;
}

div.tracks ul, div.tracks li {
	list-style: none;
	font-size: 20px;
	font-weight: normal;	
	margin-left: 20px;
}

.clearboth {
	clear: both;
}

DIV.tracks DIV.tiny { 
	font-size: 10px; 
	color: #fff;
}

TABLE.tracks {
	width: 100%;
	border-right: none;
}

TABLE.tracks TH {
	white-space: nowrap;
	text-align: right;
	width: 80px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: none;
}

TABLE.tracks TD {
	text-align: center;
	width: 15%;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

TABLE.tracks TR.l { background-color: #774409; color: #fff; font-weight: bold; }
TABLE.tracks TR.d { background-color: #f7931e; font-weight: bold; }

TABLE.tracks A { color: #fff; }

P.link 	{ text-align: right; }

TABLE.register TH.Title { font-size: 14px; }
TABLE.register TH {
	text-align: left;
	font-size: 12px;
}

TABLE.register INPUT {
	font-size: 10px; 
}

TABLE.register INPUT.inputText {
	width: 300px;
	font-size: 10px;
}

TABLE.register TEXTAREA.inputText {
	width: 300px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TABLE.register SELECT{ font-size: 10px; }
TABLE.register SELECT.inputText { font-size: 10px; margin-left: 80px; width: 305px; }

.schedualAlt
{
background-color: #F7931D
}

TABLE.schedual
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 8px solid #000000;
	padding:3px;
}
TABLE.schedual TD
{
	padding:5px;
}

TABLE.schedual A
{
	color:#000000;
	
}
