/* recordSearchPrint.css v 02.01.04 */
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #000000;
}

h1.search {
	background-color: #c7af8a;
	text-align: center;
	font-size: 1.4em;
	margin: 0;
	padding: 10px 0 2px 0;
}

h2.search {
	text-align: center;
	font-size: 1.3em;
	margin: 10px;
	font-weight: bold;
}

h3.search {
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}

h4.search {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	background-color: #c7af8a;
}

h5.search {
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 3px;
	background-color: #c7af8a;
}	

#disclaimerMessage p {
	margin: 15px;
	text-indent: 15px;
}

#disclaimerMessage .buttonContainer {
	width: 300px;
	margin: 15px 0 15px 300px;
	font-size: 1em;
	font-weight: bold;
	position: relative;
}

#errorMessage h3,
#disclaimerMessage .importantText {
	font-weight: bold;
	color: #990000;
	margin: 15px;
}

#errorMessage .messageText,
#disclaimerMessage .importantText {
	text-align: center;
	margin: 20px 20px 45px 20px;
	font-size: 1em;
}

#caseHeader .columnLeft,
#docketHeader .columnLeft,
#searchHeader .columnLeft {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #000000;
}

#caseHeader .columnRight,
#docketHeader .columnRight,
#searchHeader .columnRight {
	display: none;
}

#caseHeader h3, #docketHeader h3 {
	margin-top: 20px;
}

#caseInformation,
#docketInformation,
#searchFormTable,
#searchResults,
#searchTips {
	width: 100%;
	border: none;
	border-collapse: collapse;
}

#caseInformation,
#docketInformation,
#searchResults {
	top: 0;
	left: 180px;
	margin-bottom: 0;
}

#caseInformation td, #caseInformation th,
#searchFormTable td, #searchFormTable th,
#searchResults td, #searchResults th,
#searchTips td, #searchTips th {
	font-size: 1em;
	padding: 1px;
	vertical-align: top;
}

#caseInformation th, #searchResults th {
	font-weight: bold;
	text-align: right;
}

#caseInformation td, #searchFormTable td, #searchResults td {
	text-align: left;
}

#caseInformation .column1, #caseInformation .column3 {
	width: 20%;
}

#caseInformation .column2, #caseInformation .column4 {
	width: 30%;
}

#imagePanel {
    display: none;
}

#imageThumbnailContainer {
    height: 220px;
    border-bottom: 1px solid #603913;
    text-align: center;
    overflow: auto;
}

#imageThumbnailContainer a {
    text-decoration: none;
}

#imageThumbnailContainer table {
    margin: 0 auto;
}

#imageThumbnailContainer td {
    vertical-align: top;
}

#imageThumbnailContainerExpandButton {
    display: none;
}

#imageThumbnailContainer .iconHalo {
    margin: 5px;
    font-size: .9em;
    padding: 5px;
    text-align: center;
    background-color: #f6f6ff;
    border: 1px solid #ccccff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#imageThumbnailContainer .iconHalo img {
    margin: 0 0 3px 0;
    border: 0;
}

#matchCount {
	font-size: 1em;
}

#pageNavigation {
	font-size: 1em;
}

#pageNavigation a, #pageNavigation span {
	padding: 1px 2px;
}

#pageNavigation .currentPage {
	font-weight: bold;
}

#searchResults .column1 {
	text-align: center;
	width: 6%;
}

#searchHeader {
	padding: 10px 0;
}

#searchFormTable {
	margin: 25px 5px;
}

#searchFormTable td {
	padding: 2px 2px 7px 2px;
}

#searchFormTable .column1 {
	width: 60%;
}

#searchFormTable .column2 {
	width: 40%;
}

#searchFormTable #captchaCell {
	text-align: center;
	padding: 20px 0 0 0;
}

#searchFormTable #buttonSubmit {
	margin: 15px 0;
}

#searchFormTable .messageArea {
	line-height: 75px;
	text-align: center;
	font-weight: bold;
}

#searchFormTable .messageArea span {
	border: 2px solid #CC0000;
	background-color: #CC9999;
	color: #660000;
	padding: 5px;
}

#searchFormTable #submitCell {
	text-align: center;
	vertical-align: middle;
}

#searchResults .column2 {
	width: 20%;
}

#searchResults .column3 {
	width: 34%;
}

#searchResults .column4 {
	width: 20%;
}

#searchResults .column5 {
	width: 20%;
}

#searchTips td {
	padding: 5px;
}

#searchTips .column1 {
	width: 43%;
}

#searchTips .column2 {
	width: 29%;
}

#searchTips .column3 {
	width: 28%;
}

.back-dk {
	background-color: #c7af8a;
}

.columnLeft {
	float: left;
}

.columnRight {
	float: right;
}

.columnClear {
	/*clear: both;*/
	height: 1px;
}

.docketEntryDate {
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

.docketEntryLines {
	font-size: 1em;
	padding-left: 10px;
}

.docketEntryLines ul {
	padding: 0;
	margin: 0;
}

.docketEntryLines ul li {
    padding: 2px 0 2px 25px;
}

.dropdownContainer {
	display: none;
	position: absolute;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	height: 100px;
	overflow: auto;
}

.dropdownValue {
	cursor: default;
	padding: 0 2px;
}

.noMatchMessage {
	position: relative;
	top: 0;
	left: 180px;
	margin-bottom: 0;
	width: 520px;
	text-align: center;
	margin: 100px 0;
}

.infoPanel {
	display: none;
}