body {
	background:  url(../images_template/background.jpg) top left repeat-x;
	background-color: #bdecbe;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#636363;
	font-family:"Tohoma";
	font-size:9pt;
	text-align:center;
	
}

table {
 	/*margin: 0 auto;*/
	margin-left:auto;
	margin-right:auto;
	font:9pt "Tohoma";
	line-height:20px;
	
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #0066aa;
}

#bussearch select {
	font-family:"Tohoma";
	font-size:9pt;
	width: 160px;
}



.commentbox{
background-color: #ececec;
width: 100%;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 100%; /* container width*/
background: transparent url(../images/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

table.hp_travel_weekend {
background-color: white;
}
a:link.hp_travel_weekend {
color: 990000;
}
/*table.hp_news {
background-color: white;
}
table.hp_activities {
background-color: white;
}*/

.footer a.{
 	color:#636363;
	font-size:12px;
}

.NewsTitle {
	padding-bottom: 10px;
}

.NewsIntro {
	color: #666666;
}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10pt MS Sans Serif;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid white;
padding: 4px 0;
text-decoration: none;
color: #003300;
}

#dropmenudiv a:hover{ 
color: #FFFFFF;
background-color: #47A519;
}
