.box_class{
	background-color:#FFE600;
	padding:3px;
}
.box_class1{
	background-color:white;
}
.content {
	font-family: Tahoma;
	font-size: 11px;
}

.content a {
	color: #000000;
}

.menu {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.menu a {
	color:#000000;
	text-decoration:none;
}

.pageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

#.tableHeader {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}

.fieldError {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.event_box{
	padding-left:5px;
	font-family: Tahoma;
	font-size: 11px;
}

.event_box_new{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFDE6;
	padding: 5px;
}

.home_image_main{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	width:520px;
}

.home_image{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	width:253px;
	margin:3px 0 3px 0;
}

.run_image{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	margin:3px 0 3px 0;
	background-color:#FFFDE6;
}

.home_image_1{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	width:270px;
	margin:3px 0 3px 0;
}

.content_1 {
	font-family: Tahoma;
	font-size: 11px;
	padding:0 5px 0 5px;
	text-align:justify;
}

.text_span{
	font-family: Tahoma;
	font-size: 11px;
	text-align:justify;
}

.gal_image{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	margin:3px;
	height:330px
}

.route_info{
	font-family: Tahoma;
	font-size: 11px;
	text-align:justify;
	padding:5px;
}

.banner_image{
	border-style:solid;
	border-width:1px;
	border-color:#FFE600;
	padding:3px;
	width:510px;
}

/* THUMBNAIL VIEWER */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: center;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/* THUMBNAIL VIEWER */


