/* IE6 hacks */
.noRightSidebar .innerContentHolder {
	_height: 600px;
	_overflow: visible;
}
.content,
.rightSidebar {
	_overflow: hidden;
}


/* Other styles */
FORM.SearchRecordsForm { display:inline; }
 
.fieldLabel {
	font-weight:bold;
	text-align:right;
	}

.htmlTextFieldHeader {
	font-weight:bold;
	font-size:larger;
	}

#EventDateType_multi, #EventDateType_one, #EventDateType_series {
	padding:0;
	margin:0;
	font-weight:bold;
	}

DIV#EventFilterNav {
	width: 60%;
	margin-bottom:10px;
	line-height: 170%;
	}
DIV#EventFilterNav OL {
	min-height: 15em;
	}
DIV#EventFilterNav DIV {
	display:inline;
	}
	
DIV#EventFilterNav BR {
	clear: both;
	display: block;
	font-size: 36px;
	}
	

.YearDivider {
	font-weight:bold;
	}

A.NavItemSelected {
	font-weight:bold;
	text-decoration:none;
	color: #0E1041;
	}

DIV.MainEventInfo {
	float:left;
	width:520px;
	}


.navLeft .searchField {
	width: 125px;
}
.navLeft .searchButton {
	width: 30px;
}


/* DB Default styles --------------------------------------------------- */
.dbRecordHeader {
	overflow: hidden;
	padding: 5px;
	background: #F0F0F0;
	border-bottom: 3px solid #CCCCCC;
}
.dbRecordHeader FORM {
	display: inline;
}
.dbRecordHeaderLeft {
	float: left;
}
.dbRecordHeaderRight {
	float: right;
}
.dbEditBar {
	margin: .5em 0;
	padding: 5px;
	background: #BBBBBB;
	border-bottom: 3px solid #666666;
}
.dbRecordPageNav {
	margin: 1em 0;
	font-size: 1em;
}
.dbRecordPageNav B {
	padding: 0 .8ex;
	background: #225697;
	color: #FFFFFF;
}
.dbRecordPageNav A.pageNavLink {
	padding: 0 .8ex;
	background: #F7F7F7;
	color: #225697;
	text-decoration: none;
}
.dbRecordPageNav A.pageNav {
	padding: 0 .8ex;
	background: #F7F7F7;
	color: #225697;
	text-decoration: none;
}


TABLE.index TH,
TABLE.index TD {
	padding:5px 20px 5px 0;
}
TH.graybg{
	background:#CFD1D0;
	padding:4px 5px !important;
}

