/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

*{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

.event_callout {
	color: white;
	font-size: 8pt;
	text-align: left;
}


.cell_text {
	text-align:left;
	color: #6B6B6B;
	font-size: 7pt;
}

.SearchBox {
	font-size:7pt;
	border:thin;
	background-color: #EEEEEE;
	width:120px;
	font-family: arial, helvetica;
	color:#005288;
	padding:3px;
}

.blueButton {
	color: #FFFFFF;
	background-color: #005288;
	border-width: 1px;
}

.navTable {
	border-color: #CCCCCC;
}

a {
	text-decoration: none;
	color: #8596AA;
}

a:hover {
	text-decoration: none;
}

.text_lightblue {
	color: #78a1b2;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif
}

.text_grey {
	color: #887d75;
}