body 
{ 
	background-color: #e5e5e5;
	font-family: verdana, arial,helvetica;
	color: #000000; 
	margin: 0px;
} 

.UITop {
	background-color: #B9882C;
}

.UITopBottom {
	background-color: #B9882C;
	font-family: tahoma, arial,helvetica;
	color: #C7972B;
	font-weight: bold;
	font-size:11px;
}

.UIError
{
	font-weight: bold; 
	color:#B9882C;
}

.UIMenuContainer {
	background-color: #e5e5e5;
	font-family: verdana, arial,helvetica;
	font-size:10px;
}

.UIMenu{
	background-color:#999999;
	font-family: verdana, arial,helvetica;
	cursor: hand;
	padding:3px;
}
.UIMenu a{
	color:white;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	cursor: hand;
	padding:0px;
}

.UIMenuSelected{
	background-color:#444444;
	font-family: verdana, arial,helvetica;
	cursor: hand;
	padding:3px;
}
.UIMenuSelected a{
	font-family: verdana, arial,helvetica;
	color:white;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	cursor: hand;
	padding:0px;
}

.UISubMenu{
	background-color:#DDDDDD;
	font-family: verdana, arial,helvetica;
	cursor: hand;
	padding:3px;
}

.UISubMenu a{
	color:black;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	cursor: hand;
	padding:0px;
}

.UISubMenuSelected{
	background-color:#999999;
	font-family: verdana, arial,helvetica;
	cursor: hand;
	padding:3px;
}

.UISubMenuSelected a{
	color:black;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
	cursor: hand;
	padding:0px;
}

.UIMenuSubSelected
{
	background-color:#888888;
	font-family: verdana, arial,helvetica;
	cursor: hand;
	padding:3px;
}

.UIMenuSubSelected a{
	font-family: verdana, arial,helvetica;
	color:white;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	cursor: hand;
	padding:0px;
}



.UIHeaderContainer
{
	font-size: 1.0em; 
	border-bottom: solid 1px #e5e5e5;
}

.UIHeader{
	font-family: verdana, arial,helvetica;
	font-size:1.4em;
	font-weight: bold;
	color: #B9882C;
}


.UIContentContainer
{
	background-color: #ffffff;
	font-size: 0.7em; 
	padding:10px;
}
.UIContent{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 1.0em; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	color: #000000;
	background-color: #ffffff;
}

.UIForm {
	border: 1px solid;
	border-color: #999999;
	background-color: #E5E5E5;
}

.UIBottom {
	
	font-family: verdana, arial,helvetica;
	font-size:10px;
	font-weight: bold;
	padding:5px;
	color:#ffffff;
}

.UIBottom a {
	font-family: verdana, arial,helvetica;
	font-size:10px;
	color:#ffffff;
	text-decoration: none;
}

.UIBottom a:hover {
	text-decoration: underline;
}

.UISponsorHeader {
	background-color:#999999;
	font-family: verdana, arial,helvetica;
	color:white;
	font-size:12px;
	font-weight:bold;
	height: 24px;
}

.UISponsor {
	background-color: #EEE;
	font-family: verdana, arial,helvetica;
	color:white;
	font-size:10px;
	font-weight:bold;
}

/* CONFERENCE GRID CLASSES */
.UIGrid
{
	font-size:1.0em;
	background-color: #FFFFFF;
	border-top: solid 1px #000000;	
}

.UIGrid td  
{
	font-size:1.0em;
	text-align: center;
	border-left-color: #000000;
	border-bottom: solid 1px #000000;	
	border-right: solid 1px #000000;	
}

.UIGridDate
{
	padding-top: 10px;
	color:#ffffff;
	background-color: #B9882C;
	font-weight: bold;
	border: 1px;
	border-color: #000000;
	text-align: center;
	font-size: 0.9em;
}

.UIGrid .UISessionHeader {
	text-decoration: underline;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	bgcolor:#FF0000
}


/* CONFERENCE CLASSES */
.UISessionHeader, a.UISessionHeader, UISessionHeader a {
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.UISessionDate {
	color: #ffffff;
	background-color: #555555;
	font-weight: bold;
}

.UISessionSpecial {
	color: #0B7AC0;
	font-weight: bold;
}


.UIConferenceGridDate
{
	background-color: #BA892D;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
}

.UIConferenceSessionHeader
{
	color: #BA892D;
	font-weight: bold;
}

.UIConferenceSessionHeader a
{
	color: #BA892D;
	font-weight: bold;
	text-decoration: none;
}

.UIConferenceSessionHeader a:hover
{
	color: #999999;
	font-weight: bold;
	text-decoration: underline;
}

.UIConferenceSessionNumber
{
	color: #ffffff;
	font-weight: bold;
}

.UIConferenceSessionChairman
{
	color: #ffffff;
	font-weight: bold;
}

.UIConferenceSessionContainerChairman {
	background-color: #444444;
}
.UIConferenceSessionContainer {
	background-color: #EEEEEE;
}
