/* Notes hacks at the bottom */

body, html {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	font-family: verdana;
	text-align: center;
	background-image: url("../Files/Design/$FILE/burlap1.jpg")
}
form {
	width: 716px;
	margin: 0 auto;
	/*background-image: url("../Files/Design/$FILE/noise.jpg")*/
	background-image: url("../Files/Design/$FILE/noise-background.gif");
	background-repeat: repeat-y;
}

#header {
	text-align: left;
	padding: 10px 40px;
}
/* .blockImport signifies imported rich text. See the hack below */
#header .blockImport {
	font-weight: bold;
	font-size: 24px;
}

/*#linksbar {
	text-align: left;
	float: left;
	width: 150px;
	clear: both;
	padding-left: 40px;
}
#linksbar ul {
	padding-left: 0;
	margin-left: 0;
}
#linksbar li {
	padding: 5px;
	list-style-type: none;
}
#linksbar a { color: blue; }

#content {
	text-align: left;
	margin-left: 165px;
	padding-right: 40px;
}
* html #content { margin-left: 0; height: 1%; }*/
#linksbar { display: none }
#content {
	text-align: left;
	padding: 10px 40px;
}

#footer {
	clear: both;
	padding: 10px 30px;
	margin-top: 10px;
	font-size: 10px;
	color: #555;
}

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: verdana; font-size: 100%; }
/* disabled due to not being IE */

