#Container {
	margin: 0 15px;
}
label {
	font-weight: bold;
	position: relative;
	top: 2px;
	}
dl {
	border-bottom: solid 1px #999;
	}
dt {
	float: left;
	width: 125px;
	text-align: right;
	background: #EEE;
	border: solid 1px #CCC;
	border-width: 1px 0 0 5px;
	padding: 10px 0;
	padding-right: 5px;
	clear: left;
	}
dd {
	background: #EEE;
	border: solid 1px #CCC;
	border-width: 1px 5px 0;
	padding: 10px 0;
	margin: 0;
	padding-left: 125px;
	white-space: nowrap;
	}
dd samp {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #666;
	position: relative;
	top: -2px;
	left: 5px;
	}
	
#SearchTips {
	font-size: 110% !important;
	padding-left: 15px;
	padding-right: 10px;
	white-space: normal;
}
	
#SearchTypes {
	padding: 3px 0 0 5px;
	}
.InlineLabel {
	font-weight: normal;
	position: relative;
	top: -2px;
	}
	
#lstSearchType label {
	font-weight: normal;
	font-size: 95%;
	position: relative;
	top: -2px;
}

	/*
.SubmitContainer {
	width: 100px;
	border: solid 2px #2F2F2F;
	border-color: #4E4E4E #C3C3C3 #C3C3C3 #4E4E4E;
	background: #FFF url(../images/button_BG.jpg) repeat-x;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
.SubmitContainer input.submit {
	background: transparent;
	padding: 3px 0;
	margin: 0;
	width: 100px;
	border: solid 1px #2F2F2F;
	border-color: #EFEFEF #868686 #868686 #EFEFEF;
	font: bold 11px Tahoma, Arial, Sans-serif;
	text-decoration: none;
	color: #000;
} */


.DataTable {
	font-size: 90%;
	margin: 10px 0;
	border: solid 1px #BBB;
	background: #FFF;
	}
.DataTable caption {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	padding: 5px 0;
	}
.DataTable thead tr th {
	font-size: 100%;
	padding: 6px;
	background: #A50F10;
	color: #FFF;
	text-align: left;
	border: 1px solid #003366;
	border-color: #CF6D6D #750B0B #750B0B #CF6D6D;
	border-width: 1px 1px 0 1px;
	}
.DataTable thead tr th a {
	text-decoration: underline !important;
	color: #FFF;
	}
.DataTable tbody tr td {
	font-size: 100%;
	padding: 6px !important;
	background: #FFF;
	color: #222;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	}
.DataTable thead tr th a:link,
.DataTable thead tr th a:visited,
.DataTable thead tr th a:hover,
.DataTable thead tr th a:active {
	text-decoration: underline !important;
	color: #FFF !important;
	}
.DataTable tbody tr th {
	font-size: 100%;
	padding: 6px;
	background: #EEE;
	color: #222;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
	}
	
/*		Sort Table Styles		*/
.DataTable thead tr th.ActiveTH {
	background-color: #600;
	}
.DataTable thead tr th.ActiveTH a:link,
.DataTable thead tr th.ActiveTH a:visited,
.DataTable thead tr th.ActiveTH a:hover,
.DataTable thead tr th.ActiveTH a:active {
	text-decoration: none !important;
	color: #FFF !important;
	}
/*		End Sort Table Styles		*/
	

.debug {
	padding:.5em;
	margin: .5em 0;
	font-size: 11px;
	font-family: monospace;
	background-color:#EEE;
	border: solid 1px #CCC;
}
.debug strong {
	margin-bottom: .5em;
	display: block;
	font-family: arial, sans-serif;
}