body {
	background: #FFFFFF;
}

#hd {
	height: 158px;
	padding-bottom: 5px;
	padding-top: 10px;
	background:url(UKLUGHeader.jpg) no-repeat scroll left top;
}

.headermenu {
	margin-top: 100px;
	padding-bottom: 0;
	float: right;
	text-decoration: none;
	padding: 2px;
	text-align: right;
}

.headermenu .xspLink, .loginLabel {
}

.logo {
	float: left;
}

.content {
	
}

.xspTabTabbedPanel {
	border: 0px;
}

.lotusTabs a, .lotusTabs a:visited {
	background: #EB8032;
}
.lotusTabs li {
	background: #EB8032;
}

.lotusTabs li.lotusSelected {
	border-top: 1px solid #EB8032;
	border-left: 1px solid #EB8032;
	border-right: 1px solid #EB8032;
	color: #000000;
	background: transparent;
}

.lotusTabs li.lotusSelected a, .lotusTabs li.lotusSelected a:visited {
	background: transparent;
}

.sponsors {
	border: 1px solid #666666;
	background: #FFFFE5;
	padding: 3px;
}

.sponsorsHeadingLabel {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 20px;
}

.sponsorsSidebar .xspTextLabel {
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
	font-size: 90%;
}

.sponsors .xspTextLabel {
	color: #666666;
	font-weight: normal;
	padding-top: 20px;
	font-size: 90%;
}

.footer {
	margin-top: 20px;
	padding-top: 5px;
	border-top: 3px solid #EB8032;
	border-bottom: 20px solid #EB8032;
	font-size: 85%;
	padding-bottom: 20px;
	position: relative;
	text-decoration: none;
	z-index: 99;
}

.button, button.lotusFormButton {
	margin-right:5px;
	color:white;
	font-weight:bold;
	height:1.9em;
	padding:0 7px;
	background: #EB8032;
	border:1px solid #4C94D6;
}

.formTable {
	width: 950px;
}

.formTable td {
	padding: 3px;
	vertical-align: top;
	word-wrap: break-word;
	overflow: hidden;
	max-width:650px; /* for standards-compliant browsers */ 
	width:expression(document.body.clientwidth > 650? "650px": "auto" ); /* max-width expression for IE only */ 
}

.formTable input,.formTable select,.xspInputFieldTextArea {
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
	width: 95%;
}

.required {
	border: 1px solid #FF82A0 ! important;	
}

.xspInputFieldTextArea {
	height: 200px;
}

.formTable input.checkbox {
	width: 20px;
}

.formTable .xspTextLabel {
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
}

.xspTextLabel {
	padding: 3px;
	font-weight: bold;
}

.sessionHeading,.sessionHeading .xspLink,.questionHolder .xspLink {
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
}

.attendeeHolder,.sessionHolder,.faqholder {
	/*border-bottom: 1px solid #CCCCCC;*/
	padding: 2px;
	vertical-align: top;
}

.attendeeName,.attendeeName .xspTextComputedField,.attendeeName .xspLink
	{
	font-size: 120%;
	font-weight: bold;
	padding: 3px;
}

.sessionDetails,.answerHolder {
	color: #666666;
}

.sessionAbstract {
	width: 100%;
	position: relative;
	padding-top: 15px;
}

.sessionButtonHolder {
	float: right;
}

.attendeeDetails {
	padding: 7px;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
}

.abstractHolder {
	padding-top: 15px;
}

.loginHolder input {
	width: 100px;
}

.sponsorlogo {
	padding: 5px;
}

.dijitPopup {
	font-family: Arial;
	text-align: left;
}

.morebutton {
	background: transparent none repeat scroll 0 50%;
	border: 0 solid;
	color: #2E69C7;
	font-size: 100%;
	font-weight: bold;
}

.blogHolder{
	float: right;
	width: 300px;
	border: 1px solid black;
	padding: 3px;
	background: #DDDDDD;
}

.blogEntry {
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
	color: #666666;
}

.blogHeading{
	font-weight: bold;
	font-size: 120%;
}

.sessionSelect{
	width: 200px;
}

.changed{
	border: 2px solid red;
}

.agendaHeading .xspTextComputedField {
	padding-right: 10px;
	font-weight: bold;
	font-size: 120%;
}

.agendaTable{
	width: 100%;
	padding: 2px;
}

.agendaTable td{
	vertical-align: top;
	padding-bottom: 5px;
}

.agendaTableHeading{
	font-weight: bold;
	color: #666666;
}

.startTimeCell, .endTimeCell, .agendaTable .xspTextLabel{
	color: #666666;
	font-weight: normal;
}

.agendaTable .sessionDetailsCell{
	width: 100%;
}

.breakB, .breakCB, .breakLB, .breakDR {
	position: relative;
	width: 100%;
	background: #FFFFBF; 
}

.answerHolder li, .homepageText li{
	list-style: disc inside;
}

.faqCategory {
	font-weight: bold;
}

.faqQuestion {
	padding-top: 3px;
	padding-left: 5px;
}

.faqAnswer{
	padding-left: 40px;
	color: #666666;
}
.altcol{
	background-color: #E8E8E9;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.altrow {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.agendaTable td{
	padding: 2px;
}

.agendaTable .sessionHeading {
	font-size: 0.9em;
}

.cancelledmessage {
	font-size: 1.1em;
	font-weight: bold;
	color: red;
}
