body
{
	margin: 0px 0px 0px 0px; 
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

.UIContentContainer
{
	font: 0.7em verdana;
	color:#000000;
	padding: 40px;
	padding-top: 20px;
	vertical-align: top;
}

.UIContent, .UIContent table
{
	font-size: 1.0em;
}

.UITopBorderLeft
{
	background-color: #E77925;
	height:20px;
	width: 170px;
	border-right: solid 2px #EEEEEE;
}
.UITopBorderRight
{
	background-color: #343478;
	height:20px;
}

.UITop
{
	background-color: #EEEEEE;
	border-bottom: solid 1px #333333;
	height:106px;
}

.UISponsor
{
	width:1%;
	background-color: #eeeeee;
	border-left: solid 1px #333333; 
	vertical-align: top
}

.UISponsor table
{
	background-color: #eeeeee;
	font: bold 12px Arial;
	color: #ffffff;
	width: 100%;
}

.UISponsor td
{
	text-align:center;
	padding:4px;
}

.UISponsor .UIHeader
{
	font: bold 12px Arial;
	color:#ffffff;
	background-color: #E77925;
}

.UIMenu
{
	width:1%;
	background: #eeeeee URL('menuback.gif') no-repeat bottom;
	border-right: solid 1px #333333;
	vertical-align: top;
}

.UIMenu table
{
	width:100%;
	font: bold 11px Verdana;
}

.UIItem
{
	cursor:hand; 
	cursor:pointer;
	background-color: #999999;
	color: #ffffff;
	height:20px;	
	border-bottom: solid 1px #eeeeee;
	padding: 2px;
}
.UISubItem
{
	cursor:hand; 
	cursor:pointer;
	background-color: #dddddd;
	color: #000000;
	font-weight: normal;
	height:20px;	
	border-bottom: solid 1px #eeeeee;
	padding: 2px;
}

.UIItemSelected
{
	cursor:hand; 
	cursor:pointer;
	background-color: #E77925;
	color: #ffffff;
	height:20px;	
	border-bottom: solid 1px #eeeeee;
	padding: 2px;
}

.UISubItemSelected
{
	cursor:hand; 
	cursor:pointer;
	background-color: #666666;
	color: #000000;
	font-weight: normal;
	height:20px;	
	border-bottom: solid 1px #eeeeee;
	padding: 2px;
}

.UIItem a, .UIItem a:hover, .UIItemSelected a, .UIItemSelected a:hover
{
	color: #ffffff;
	text-decoration: none;
}

.UISubItem a, .UISubItem a:hover, .UISubItemSelected a, .UISubItemSelected a:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.UISubItemSelected a, .UISubItemSelected a:hover
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

.UISession
{
	font-size:11px;
	padding:6px;
}
.UISessionSpecial
{
	font-size:11px;
	padding:6px;	
	color:#D9701C;
}


.UIConferenceGridTypeHeader
{
	background-color: #D9701C;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px; 
	font-family: arial;
	padding: 6px;
}

.UIConferenceGridDate
{
	background-color: #C2C2C2;
	color: #444444;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 15px;
	font-size: 10px; 
}

.UIConferenceGridHeader
{
	background-color: #eeeeee;
	color: #444444;
	font-weight: normal;
	font-size: 10px;
	padding: 6px;
}

.UIConferenceGridHeader a
{
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px; 
}

.UIConferenceGridHeader a:hover
{
	color: #444444;
	text-decoration: underline;
}

.UIConferenceSession
{
	width:550px;
	border: solid 1px #999999;
	page-break-before: always;
}

.UIConferenceSessionTopLeft
{
	background-color: #737070;
	color: #ffffff;
	font-weight: bold;
	padding: 8px;
	font-size: 12px; 
}

.UIConferenceSessionTopRight
{
	background-color: #D9701C;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px; 
	padding:8px;
}
.UIConferenceSessionTopLink, a.UIConferenceSessionTopLink, .UIConferenceSessionTopLink a
{
	color: #ffffff;
	font-weight: bold;
	font-size: 10px; 
	text-decoration:none;
}

.UIConferenceSessionDescriptionHeader
{
	color:#ffffff; 
	font-size:14px; 
	font-weight:bold
}

.UIConferenceSessionDescription
{
	background-color: #4F4A4A;
	color: #ffffff;
	font-weight: normal;
	font-size: 11px; 
	padding:10px;
}

.UIConferenceSessionTime
{
	width:90px;
	background-color: #DEDEDE;
	color: #333333;
	font-weight: bold;
	font-size: 11px; 
	padding:4px;
}

.UIConferenceSessionDate
{
	background-color: #737070;
	color: #ffffff;
	font-weight: bold;
	padding: 8px;
	font-size: 11px; 
}

.UIConferenceSessionTimeSpecial
{
	width:90px;
	background-color: #DEDEDE;
	color: #C22926;
	font-weight: bold;
	font-size: 11px; 
	padding:4px;
}

.UIConferenceSessionContent
{
	width:460px;
	border-top: solid 1px #E7E7E9;
	background-color: #ffffff;
	color: #000000;
	font-family: arial;
	font-weight: normal;
	font-size: 12px; 
	padding:4px;
}

.UIConferenceSessionContentSpecial
{
	width:460px;
	border-top: solid 1px #E7E7E9;
	background-color: #ffffff;
	color: #C22926;
	font-family: arial;
	font-weight: normal;
	font-size: 12px; 
	padding:4px;
}


