/* Style rules to make data tables look better */

body {
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
    margin: 0;
}

table {
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

td {
	vertical-align: top;
}

.odd {
   background-color: #d3d3d3;
}
.even {
   background-color: white;
} 

.red {
   background-color: red;
} 

.label1 {
    font-family: Arial;
    font-size:  24px;
    font-weight:  bold;
    color: black;
}

.label2 {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: black;
}

.label2a {
   font-family: Arial;
   font-size: 14px;
   color: black;
}

.label3 {
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   color: black;
}

.label4 {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: white;
}

.label5 {
   font-family: Arial;
   font-size: 18px;
   font-weight: bold;
   color: white;
}

.label6 {
   font-family: Arial;
   font-size: 12px;
   color: white;
}

.details {
   font-family: Arial;
   font-size: 10px;
   color: black;
}

.divider {
   background-color: #004080;
   height:  2px;
   
}

.spacer {
   background-color: #FFFFFF;
   height:  10px;
}

a:link {
    color: #004080;
    text-decoration: underline;
}

a:visited {
    color: #004080;
	text-decoration: underline;
}

a:hover {
	cursor: pointer;
	color: #004080;
	text-decoration: underline;
}

a:active {
	color: #004080;
	text-decoration: underline;
}
 
.docket {
 	display:none;
}

.hilite {
    background-color: #FFFF33;
}

div.center {	
	text-align: center;
}

p.title {		
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	font-family: sans-serif;
}

.disclaimer {
	text-align: left;
	font-family: sans-serif;
	font-size: 12pt;
}

p.agreement {
	text-align: center;
	font-family: sans-serif; 
	font-size: 12pt;
}

.banner {
	background-color: white;
	background-image: url(/CaseInformationOnline/images/head-wrap-bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: center;
	width:100%;
}

.inner-banner {
	background-image: url(/CaseInformationOnline/images/head-wrap-bg.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	vertical-align: middle;
}

#topimage {
	float: right;
}

#contact-info-table {
	position: absolute;
	left: 8;
	top: 35px;
	width: 280px;
	border-collapse: collapse;
	font-size: 10px;
}

#contact-info-table tr {
	padding: 0;
	margin: 0;	
}

#contact-info-table tr td {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

#advanced-search-bar {
	vertical-align: top;
	background-color: #004080;
	height: 20px;
}

#email-updates-link {
	color: white;
}

#advanced-search-button {
   font-family: Arial;
   font-size: 12px;
   color: white;
   font-weight: bold;
   cursor: pointer;	
}

#main {
	padding: 5px;
}

.blue-background {
	color: #004080;
}