#reg {
	width: 100%;
	height: 100%;
	margin: 0;
	color: black;
	font-weight: normal;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 11px;
}

#reg #main {
	vertical-align: top;
	padding-right: 24px;
}

#reg #sidebarTop, #reg #sidebarBottom {
	background: #f1f1f0;
	width: 150px;
	border: 1px solid #b1b1b1;
	border-width: 0 1px 1px 1px;
}

#reg #sidebarTop {
	vertical-align: top;
	border-width: 0 1px;
	text-align: center;
}

#sidebarTop #eventAlerts {
	font-weight: bold;
	color: red;
	text-align: left;
	margin: 8px;
}	

#reg #sidebarBottom {
	text-align: center;
	vertical-align: bottom;
}

#sidebarBottom input.button, 
table.regForm input.button,
div#reg form input.button,
table#reg form input.button {
	background: url("button_bg.gif");
	border: 1px solid #b1b1b1;
	width: 119px;
	height: 28px;
	font-weight: bold;
	color: #707070;
	font-size: 11px;
	margin-bottom: 15px;
}



#reg form#addEvent input#addEventButton,
form#frmEnterAttendees input#newAttendeeButton {
	margin-top: 8px;
	float: right;
	clear: both;
}

#reg #main div#total {
	text-align: right;
	font-size: 12px;
}

#reg #main div#total label {
	font-weight: bold;
	color: #0b2e82;
}

#reg label.emphasis {
	color: #00f;
}

#reg #main h2 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0 6px 16px;
	padding: 0;
}	

#reg #main div.answers {
	margin: 0 14px;
}

div#reg {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#reg form#filter,
#reg form#userSearch {
	float: left;
	clear: left;
}

#reg form#search {
	float: right;
	clear: right;
}

#reg form#addEvent {
	margin: 0;
	padding: 0;
}

#reg form div#searchResults {
	margin: 6px 0 0 0;
	padding: 0;
	clear: both;
}

#filterAndSearch {
	clear: both;
}

#userSearch input {
	margin: 0 15px 0 0;
}

#reg table#eventList,
#reg table#userList,
#reg table#locationList,
#reg table#sponsorList,
#reg table#peopleTable {
	clear: both;
	width: 100%;
	border: 1px solid #b1b1b1;
	margin-top: 10px;
}

#eventList td,
#eventList th,
#userList td,
#userList th,
#locationList td,
#locationList th,
#sponsorList td,
#sponsorList th,
#peopleTable td,
#peopleTable th {
	padding-left: 5px;
	white-space: nowrap;
}

#eventList th,
#userList th,
#locationList th,
#sponsorList th,
#peopleTable th {
	font-size: 11px;
	color: #707070;
	background: url("button_bg.gif");
	height: 17px;
	text-align: left;
	border-bottom: 1px solid #b1b1b1;
}

#reg th a:link,
#reg th a:visited {
	color: #0b2e82;
}

#reg th a:hover {
	color: blue;
}

#eventList td,
#userList td,
#locationList td,
#sponsorList td {
	font-size: 11px;
	height: 19px;
}

#peopleTable {
	margin-left: 6px;
}

#peopleTable td {
	font-size: 11px;
	height: 23px;
}

#peopleTable td.name {
	font-weight: bold;
}

#locationList th.location {
	width: 89%;
}

#userList td.name,
#eventList th.name {
	width: 70%;
}

#eventList td.email {
	width: 30%;
}

#eventList th.date {
	width: 20%;
}

#locationList th.buttonColumn,
#sponsorList th.buttonColumn {
	width: 1%;
}

#locationList th.seats
#eventList th.status,
#sponsorList th.phone {
	width: 10%;
}

#eventList td a:link,
#eventList td a:visited,
#userList td a:link,
#userList td a:visited,
#locationList td a:link,
#locationList td a:visited,
#sponsorList td a:link,
#sponsorList td a:visited,
#peopleTable td a:link,
#peopleTable td a:visited {
	color: #0b2e82;
}

a#profileLink {
	color: #707070;
	font-size: 12px;
	float: right;
	clear: both;
	margin-bottom: 5px;
}

#eventList td a:hover,
#userList td a:hover,
#locationList td a:hover,
#sponsorList td a:hover,
#peopleTable td a:hover,
a#profileLink:hover {
	color: #00f;
	text-decoration: underline;
}

#eventList tr.deleted td {
	color: #959595 !important;
}

table.regForm input.button,
div#reg form input.button {
	margin: 3px 0 0 6px;
	height: 20px;
}

div#reg form#userSearch input.button {
	margin-left: -10px;
}

div#reg form input.button {
	width: 50px;
}

table.regForm select.soloDropdown {
	margin-left: 6px;
	width: 335px;
	height: 20px;
}

#sidebarBottom input.submitButton {
	background: url("submit_bg.gif");
	border: 1px solid #b1b1b1;
	width: 119px;
	height: 28px;
	font-weight: bold;
	color: #707070;
	font-size: 11px;
	margin-bottom: 15px;
}

table#reg form input.button {
	float: right;
	clear: right;
	height: 20px;
	margin-top: 8px;
}

table.regForm,
table.peopleTable {
	width: 100%;
	margin: 0 6px;
	margin-bottom: 12px;
}
	
table.regForm th,
table.peopleTable th {
	padding: 2px 6px 3px 6px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	background: #f1f1f0;
	color: #707070;
}

td#main h1,
#reg h1 {
	padding: 2px 6px;
	margin: 6px 0 6px 0;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	background: #fffae4;
	border: 1px solid #fff1b8;
}

td#main h1 {
	margin: 6px 0 6px 0;
}

table.regForm label,
div#reg form label,
#reg h3 {
	margin-left: 6px;
	font-weight: bold;
	color: #707070;
	font-size: 11px;
	white-space: nowrap;
}

.regForm label.required,
.regForm td em,
#reg p em {
	color: #0b2e82;
	font-weight: bold;
	font-style: normal;
}

#reg h3 {
	margin-bottom: 4px;
}

div#reg form label {
	margin: 0 0 0 4px;
}

table.regForm td.label {
	width: 195px;
	white-space: nowrap;
}

table.regForm td {
	font-size: 11px;
}

table.regForm input, 
table.regForm select, 
table.regForm textarea,
div#reg form input,
div#reg form select {
	border: 1px solid #ccc;
	font-family: Tahoma,Helvetica,sans-serif;
	font-size: 11px;
}

table.regForm textarea {
	margin: 2px 6px;
	display: block;
}

table.regForm select {
	margin-top: 4px;
}

table.regForm td.field {
	height: 24px;
}

table.checkBoxes td {
	vertical-align: top;
}

table.checkBoxes input, 
table.regForm input.radio,
#peopleTable input.checkbox,
#reg td input.checkbox,
#sponsorList input.radio,
#locationList input.radio {
	border: none;
}

td.label input.radio {
	display: inline;
}

table.checkBoxes label {
	font-weight: normal;
	color: black;
}

.calendarIcon {
	position: relative;
	top: 5px;
}

table.regform tr.locationField,
table.regform tr.sponsorField {
	display: none;
}

#reg #filterByDate,
#reg #filterByType,
#reg #filterByCreator,
#reg #filterByDateUpdated {
	display: none;
}

#reg p {
	margin: 0 6px;
	font-size: 12px;
}

#mainDetails {
	background: #fffae4;
	border: 1px solid #fff1b8;
	margin: 10px 6px;
	margin-right: 0;
}

div#mainDetails h1 {
	background: none;
	border: none;
	font-size: 24px;
	margin: 2px 6px;
	padding: 0;
}

#reg div#mainDetails h2 {
	font-size: 13px;
	margin: 0 6px;
	padding: 0;
}

#reg div#mainDetails p {
	font-size: 10px;
	margin: 8px 6px;
	padding: 0;
}

#reg h5, #reg h6 {
	margin: 0 0 0 6px;
}

#reg h5 {
	font-size: 11px;
}

#reg h6 {
	font-size: 10px;
	font-weight: normal;
}


#reg td input.wide,
#reg form#addEvent input#addEventButton,
form#frmEnterAttendees input#newAttendeeButton {
	width: 135px;
}

#reg form#addEvent input#addButton {
	width: 300px !important;
}	

#reg #addButton,
#reg #exportButton {
	width: 145px;
	float: right;
	clear: both;
}

#reg input.disabled {
	background: url("button_bg.gif") repeat-x;
	color: #9d9d9d;
}

td.label {
	white-space: nowrap ! important;
}

