/* STYLE FOR PAGE LAYOUT */
/* --------------------------------- */
body {
	width: 1000px;
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #000000;
}
/* --------------------------------- */

/* DIVS TO "PROP UP" PAGE SO THAT IT IS ALWAYS A MINIMUM HEIGHT */
/* --------------------------------- */
.prop { height: 500px; float: right; width: 1px; }
.clear { clear: both; height: 1px; overflow: hidden; }
/* --------------------------------- */

/* DIVS FOR LAYOUT */
/* --------------------------------- */
.header {
	width: 995px;
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.footer {
	width: 100%;
	background-color: #2F4F4F;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
.navigation {
	width: 995px;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.content {
	width: 984px;
	background-color: #FFFFFF;
	padding: 8px;
}
.page-title {
	font-size: 20px;
	text-decoration: underline;
	padding-bottom: 15px;
}

.docket-bad {
	color: #FF0000;
}

.docket-good {
	color: #006600;
}

.alt-listing-1 {
	background-color: #FFFFFF;
}

.alt-listing-2 {
	background-color: #F0F0F0;
}

/* DIVS FOR PAGE ELEMENTS  */


a {
	text-decoration: none;
	font-weight: bold;
	/* color: #2F4F4F; */ 
	 color: #00688B; 
}

a.footer {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; 
}

h3 {
	font-size: 16px;
	margin-top: 5px;
}

.input-text {
	font-family: Arial;
	font-size: 12px;
	border:1px solid #000000;
	width: 150px;
}

.display-label {
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}

.display-label-alt {
	font-weight: bold;
	padding-right: 6px;
}

.display-docket {
	border: 1px solid #000000;
}

pre {
	border: 1px solid #000000;
	background-color: #F0F0F0;
}

.button {
	padding:1px; 
	margin-top:5px; 
	border:1px solid #000000
}
 
.table-format {
	width: 99%;
	border-collapse: collapse;
	padding: 0px;
}

.table-format-alt {
	border-collapse: collapse;
	padding: 0px;
}

.table-header {
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.table-data {
	padding: 0px;
}

.font-accent {
	color: #00688B;
}

.real-opacity {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
}

.fake-opacity {
	color: #BFBFBF ! important;	
}

.loading-div {

	z-index: 1;
	position: absolute;

	margin-top: 50px;
	margin-left: 300px;
    margin-right: auto;
    
	border: 3px solid #00688B; 
	width: 400px;
	padding: 5px; 
	background-color: #DBDBDB;
	text-align: center;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=97);
	opacity: 0.97;
	-moz-opacity: 0.97;
}

.alert-div {

	z-index: 1;
	position: absolute;

	margin-top: 50px;
	margin-left: 300px;
    margin-right: auto;
    
	border: 3px solid #00688B; 
	width: 400px;
	padding: 5px; 
	background-color: #DBDBDB;
	text-align: center;
	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
}

.noshow-docket-history {
	display: none;
}

.show-docket-history {
	display: table-row-group;
}