body {
    padding: 0px;
    margin: 0px
}

label {
	font-family: Tahoma, Arial;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	text-align: left;
	}
	
input {
	background-color: #FFFFFF;
	font-size: 14px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-family: Tahoma, Arial;
	}

.button {
	font-size: 14px;
	border-style: double;
	background-color: #9a2a3a;
	color: #FFFFFF;
	letter-spacing: 1.5px;
	}
	
.zipcode {
	width: 40px;
	}

a,p,h1,h2,h3,h4,h5,span,th,td,div {
    font-family: Arial;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-align: left;    
}

h1 {
    font-size: 14px;	
}

a {	
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#map {
    width: 100%;
    height: 100%;
}

.more-details .as-of {
    float: right;
    font-size: 11px;
}	

.more-details a {
    padding: 10px 0px 0px 0px;
}

.state-overview .court-type-overview {
    margin-left: 10px;	
}

.state-details {
    margin-top: 10px;	
}	

.state-details .poc-entry {
    margin: 0 10px 10px;	
}	

.location h1 {
    font-size: 14px;    
    font-weight: bold;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}   

.location p {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.court p {
    margin: 0px 0px 5px 10px;
    padding: 0px;
    white-space: nowrap;
}

.overlay {
    width: 100%;
    height: 100%;
    background: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
}

.load-dialog {
    width: auto;
    position: fixed;
    top: 50%;
    left: 48%;
    z-index: 99;
}

.dialog {
    width: 50%;
    min-height: 50%;
    background: white;
    position: fixed;
    top: 25%;
    left: 25%;
    z-index: 99;
}

.dialog .toolbar {
    background-color: #E0E0E0;
    padding: 5px;   
}

.dialog .toolbar img {
	border: 0px;
}	

.dialog .toolbar .title {
    margin-left: 20px;  
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}

.dialog .inner {
    height: 400px;
    overflow: auto;	
}	

.dialog .court-details table {
    width: auto;
}

.dialog .court-details table th {
    padding-right: 5px;
    width: 50%;
}

.dialog .court-details table td {    
    width: 50%;
}

.dialog .court-entry {
    padding: 10px;    
}

.dialog .court-details h2 {
    margin-top: 10px;
}

.dialog .court-details table  {
    margin-left: 10px;
}

.dialog .contact-details p {
    padding-left: 10px;
}

.dialog .contact-details .title {
    font-weight: bold;
}

.result {
	background:#E0E0E0;
	position:absolute;
	z-index:2;
	right:8px;
	padding:10px;
	top:100px;
	width:240px;
	height:80%;
	overflow:auto;
}

.circuitaddr {
	vertical-align:top;
	color:#000000;
	font-weight:normal;
}

#result .circuitlink {
	color:#0000CC;	
}

#result .closebox {
	color:#0066CC;
	float:right;
}