/* Notes hacks at the bottom */

body, html {
	font-size: 12px;
	font-family: "Arial", sans-serif;
	padding-left: 0;
	margin-left: 0;
	/*background-image: url("../Files/Design/$FILE/Left+Banner+Sans+Button.jpg");
	background-repeat: no-repeat;*/
}
body { /*padding-left: 297px*/ }
form {
	min-height: 685px;
	/*border-left: 1px solid #ababab;
	padding-left: 20px;
	width: 660px;*/
	border-collapse: collapse;
	width: 960px;
}
* html form { height: 685px }

#header { text-align: left; padding-bottom: 20px; margin-left: 320px }

#linksbar {
	float: left;
	width: 297px;
	margin-top: -125px;
	border-right: 1px solid #ababab;
	min-height: 1250px;
}
* html #linksbar { height: 1250px }
#linksbar ul { padding: 0; margin: 0; display: inline }
#linksbar li { padding: 0; margin: 0; display: inline; list-style-type: none }
#linksbar img { border: 0 }
#GenericBanner_LI img { margin-top: 250px }
#BottomBanner_LI img { margin-left: 1px }

#content {
	padding: 0 10px;
	margin-left: 300px
}
* html #content { margin-left: 0; height: 1%; }
#content h2 {
	font-size: 12px;
	background-color: #419641;
	color: white;
	padding: 5px;
}
* html .eventInfo { height: 1%; margin-left: 0 }
.eventInfo h3 { margin: 0; padding: 0; color: #200A70 }
.eventInfo h4 { margin: 0; padding: 0; font-weight: normal; font-size: 12px; width: 450px }
.eventInfo .dateTime { font-weight: bold; }
.eventInfo .speakerStub { float: left; width: 75px }
.eventInfo .speakerBlock { margin-left: 80px; font-weight: bold; width: 375px }
* html .eventInfo .speakerBlock { margin-left: 0; height: 1% }
#submitButton, #powerRegister {
	width: 118px;
	height: 73px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-image: url("../Files/Design/$FILE/Button.jpg");
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	padding-bottom: 5px;
	margin: 0 auto;
}
#Register #submitButton { display: none }
div.registerOnDemand { float: right }
.attend1 {
	background-image: url("../Files/rect/$FILE/rect-nw.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #b0c3d4;
	width: 420px;
	margin: 0 auto;
}
.attend2 {
	background-image: url("../Files/rect/$FILE/rect-ne.gif");
	background-position: top right;
	background-repeat: no-repeat;
}
.attend3 {
	background-image: url("../Files/rect/$FILE/rect-sw.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
.attend4 {
	background-image: url("../Files/rect/$FILE/rect-se.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0 20px;
	padding-bottom: 10px;
}

#footer { display: none }

div.EventSetBox input { float: left; }
div.EventInfo {
	margin-left: 30px;
	margin-bottom: 1em;
}

.eventChoices {
	font-family: verdana, sans-serif;
	font-size: 100%;
}
table.eventChoices tr.first td {
	font-weight: bold;
	border-top: 0;
}
table.eventChoices td {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 10px;
	border-top: 1px solid rgb(200, 200, 200);
	border-right: 1px solid rgb(220, 220, 220);
}
table.eventChoices td.last { border-right: 0; }
table.eventChoices tr td.first { padding-left: 0; }
.warning {
	color: red;
	background-color: white;
	font-weight: bold;
}
table.eventDates { border-collapse: collapse; }
table.eventDates th { text-decoration: underline; }
table.eventDates th.register { text-decoration: none; }
table.eventDates td, table.eventDates th {
	padding: 5px;
	border-right: 1px solid rgb(220, 220, 220);
	border-bottom: 1px solid rgb(200, 200, 200);
}
table.eventDates tr.last td { border-bottom: 0; }
table.eventDates td.last, table.eventDates th.last { border-right: 0; }
table.eventDates tr.odd td { background-color: #eee; }

/****** Here there be special settings for rich text templates *******/
#eventInfoBox, #fieldsBox, #onDemandInfoBox { display: none; }

/****** Let's handle our Notes-related hacks down here *******/
/* There are a number of line breaks that Notes puts between subforms. This clears them all out */
p, br, table { display: none; }
#header br, #linksbar br, #content br, #footer br { display: inline; }
#header p, #linksbar p, #content p, #footer p { display: block; }
#header table, #linksbar table, #content table, #footer table { display: block; }
html > body #header table, html > body #linksbar table, html > body #content table, html > body #footer table { display: table; }

/* Rich text drawn into a computed field loses its font information */
.blockImport, table { font-family: "Arial", sans-serif; font-size: 100%; }
/* disabled due to not being IE */

