
/* ######### CSS for home page tabs ######### */
.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
margin: 0;
padding : 0;
}

.indentmenu ul{
padding: 0;
margin: 10px 0px 0px 0px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
text-align: center;
width: 184px;
color: #183052; /*text color*/
font-weight: bold;
padding: 15px 0px 15px 0px;
text-decoration: underline;
background-image: url(images/tab_topbg.jpg);
background-repeat: repeat-x;
background-position: right top;
background-color: #9ac4e5;
border-right: 1px solid #52749E; /*divider between menu items*/
outline: none;
}

.indentmenu ul li a:visited{
color: #183052;
}

.indentmenu ul li a.selected{
	color: white !important;
	text-decoration: none;
	width: 184px;	
	border-right: 0px;
	border-top: 0px;
	background-image: url(images/selected_tab.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
}
.indentmenu ul li a.selectedlast{
	color: white !important;
	text-decoration: none;
		width: 184px;
	border-right: 0px;
	border-top: 0px;
	margin-left: -5px;
	background-image: url(images/selectedlast_tab.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}

.tabcontentstyle{ /*style of tab content oontainer*/
width: 925px;
margin: 0;
padding: 0;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CSS for tour tabs ######### */
.tourcontent { 
display:none;

}
div.tourmenu#tourtabs {
font: bold 12px Arial;
margin: 0;
padding : 0;
}

div.tourmenu#tourtabs ul{
padding: 2px;
margin: 0px 0px 0px 0px;
border: 1px #b0ceea solid;
background-color: #dff1fd;
list-style: none;
}

div.tourmenu#tourtabs ul li{
list-style-image: none !important;
list-style: none !important;
background-color: #dff1fd;
border-top: 1px #b0ceea solid;
height:28px;
overflow:hidden;
}

div.tourmenu#tourtabs ul li.menuheader {
padding: 7px 10px 7px 10px;
color: #ffffff;
font-weight: bold;
background-color: #183052;
border-top: 0px;
}

div.tourmenu#tourtabs a{
display: block;
padding: 7px 10px 7px 10px;
text-align: left;
color: #183052; /*text color*/
font-weight: bold;
border-bottom: 0px;
}

div.tourmenu#tourtabs ul li a:visited{
border-bottom: 0px;
}
div.tourmenu#tourtabs ul li a:hover{
color: #ffffff;
background-color: #7DAEDB;
}
div.tourmenu#tourtabs ul li.selected{
	background-color: #6ea6d7;
}
div.tourmenu#tourtabs ul li.selected a {
	color: white !important;
	text-decoration: none;
}
div.tourmenu#tourtabs ul li.selectedlast{
	background-color: #6ea6d7;
}
div.tourmenu#tourtabs ul li.selectedlast a {
	color: white !important;
	text-decoration: none;
}
#tourcontentstyle { /*style of tab content oontainer*/
width: 925px;
margin: 0;
padding: 0;
}

img.tourshot {
background-color: #ffffff;
float: right;
margin: 0px 0px 30px 20px;
padding: 1px;
border: solid 2px #e5e5e5;
}

