﻿/*Special Case Stuff*/
div#map3d
{
	width: 620px;
	height: 480px;
	position: relative;
	top: 0px;
	left: 0px;
}
.red
{
	color: #D82C2C;	
}
.findResultBox
{
	border-style: solid;
	border-width: thin;
	border-color: inherit;
	width: 810px;
	height: 100px;
	overflow:scroll;
	background-color: #C5B9A5;
}
.smallBold
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
div#bookBulletinLeftColumnWidget
{
	position:relative;
	left:-26px;
	top:-5px;
}
#agenda_outline ol  
{
	list-style-type: none; 
}
#agenda_outline ol li  
{
	padding-bottom: 1em;
	text-indent:-25px
}
#agenda_outline ol li li { padding-bottom: 0; }

.floatingBox
{
	border: 1px solid #000000;
	background-color: #9FC9EB;
}
.cursorPointer
{
	cursor:pointer;
}
.infoBox {
	background-color: #BA98BA;
	position: absolute;
	width: 300px;
	padding: 5px;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display:none;
}

