div, button, td, input, select {
	font-size:13px;
}
div.map_border{
	float:left; 
	width:100%;
} 
div.footnote{
	font-size:7.5pt;
}
input, button {
	cursor:pointer;
}

#searchBar{
	margin-top: -108px;
}
#foundContainer a {
	cursor:pointer;
	color:black;
	text-decoration:none;
}
#foundContainer a:hover {
	color:	#3678d9;
}
.greyout td {
	color:gray;
}
.regular td {
	color:black;
}
.red{
	color:red;
}
.nowrap{
	white-space:nowrap;
}
#tooltip {
	border:1px groove #3678d9;
	background-color:white;
	font-size:11px;
	font-family:Tahoma,Verdana,Arial,Helvetica;
	padding:3px;
}
#findMeetingsHeader {
	margin-top:5px;
	text-align:center;
	font-weight:bold;
}
#dateRangeTitle {
	margin-top:5px;
	width:100px;
}
#zipCode {
	width:150px;
	cursor:default;
}
#radius {
	width:100px;
}
#orgID {
	width:26px;
	cursor:default;
}
#foundContainer{
	border-top:1px solid #3678d9;
	width:388px;
	height:335px;
	overflow:auto;
}
#foundMeetings{
	overflow:auto;
	width:388px;
	height:100px;
	border-bottom:1px dashed #3678d9;
}
#foundGuests{
	overflow:auto;
	width:388px;
	height:233px;
}
#rightColumn {
	padding:2px;
	border-left:1px solid #3678d9;
}
#rightColumnHeader {
	margin-bottom:3px;
}
#mapContainer{
	height:380px;
	width:584px;
	margin-left: 6px;
	overflow: hidden;
}
#markerKey img{
	vertical-align:middle;
}
#codeWin{
	border:1px groove #3678d9; 
	position:absolute; 
	left:440px; 
	top:200px; 
	width:460px; 
	height:350px;
	z-index:999;
	background-color:white;
	visibility:hidden;
}
#codeWinHeader{
	background-color:#3678d9;
	color:white;
	height:17px;
}
#codeWinHeader a{
	color:white;
	cursor:pointer;
}
/*
#foundMeetings {
	white-space:nowrap;
}
*/
.foundListItem{
	width:260px;
	overflow:hidden;
	height:14px;
}
.adminListItem{
	width:230px;
	overflow:hidden;
	height:14px;
}
.dateListItem{
	width:100px;
	height:14px;
	overflow:hidden;
	cursor:default;
}
#dfait_infowin table {
    border-top: 1px solid #dfdfdf;
    margin-top: 6px;
}
#dfait_buildOfficeInfoWin {
	font-size:11px;
}
a.available:active, a.available:focus, a.available:hover, a.available:link {
    cursor: pointer;
}

.submit_button {
	width: 20%;
	background-color: #255282;
	font-weight: bold;
	border:1px solid #01213A;
	color: #FFF;
	margin-right: 6px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: right;
}

input.map_input {
	width: 73%;
	margin-right: 10px;
	margin-left: 6px;
	margin-top: 15px; 
	margin-bottom: 15px;
	float: left;
}

