div, button, td, input, select {
	font-size:11px;
}
input, button {
	cursor:pointer;
}
#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:3px;
	margin-bottom:7px;
	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:420px;
	overflow:auto;
	padding-left:3px;
	text-align:left;
}
#foundMeetings{
	overflow:auto;
	width:388px;
	height:100px;
	border-bottom:1px dashed #3678d9;
}
#foundGuests{
	overflow:auto;
	width:388px;
	height:233px;
}
#foundMeetingsReport{
    margin-top:3px;
	margin-bottom:7px;
	overflow:auto;
	width:388px;
	height:50px;
	border-bottom:1px dashed #3678d9;
}
#foundGuestsReport{
	overflow:auto;
	width:388px;
	height:353px;
}
.click2email{
	width: 125px;
	padding: 5px;	
	margin-left:  4px;
	margin-right: 4px;
	border: 2px solid #FF0033;
	text-align: center;
	
}
.click2email a{
		font-weight: normal;
		font-size:12px;
		color:#FF0033;
		text-decoration:none;
}
.click2email a:hover{
		font-weight: bold;
}

.click2print{
	width: 150px;
	padding: 5px;	
	margin-left: 2px;
	background: #D6F1F8 none repeat scroll 0 0;
	border: 2px solid #4689F6;
	text-align: center;
	
}
.click2print a{
		font-weight: normal;
		font-size:12px;
		color:#4689F6;
		text-decoration:none;
}
.click2print a:hover{
		font-weight: bold;

}
#printPage{	
	margin-top:10px;
	width:388px;
	height:23px;
	text-align:center;
}
#printPage a{
	color:red;
	cursor:pointer;
}
#rightColumn {
	padding:4px;
	border-left:1px solid #3678d9;
}
#rightColumnHeader {
	margin-bottom:3px;
}
#mapContainer{
	height:495px;
	width:620px;
}
#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;
}
#dateInput table {
 
	-moz-box-sizing:border-box;
	border-collapse:separate;
	border-spacing:2px;
	display:table;
	margin-bottom:0;
	margin-top:0;
	text-indent:0;

}
/*
#foundMeetings {
	white-space:nowrap;
}
*/
.foundListItem{
	width:260px;
	overflow:hidden;
	height:14px;
}
.adminListItem{
	width:230px;
	overflow:hidden;
	height:14px;
}
.dateListItem{
	width:118px;
	height:14px;
	overflow:hidden;
	cursor:default;
}
.phoneListItem{
	width:108px;
	height:14px;
	overflow:hidden;
	cursor:pointer;
}