/*######### CSS for Shade Tabs. Remove if not using #########*/
#itinerary H2
{
	/*[disabled]font-size:x-large;*/
	/*[disabled]line-height:1.2;*/
}
A.tabbacknext
{
	padding-right: 19px;
	padding-left: 8px;
	text-decoration: none;
}
.shadetabs
{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left;
/*set to left, center, or right to align the menu as desired*/
}
UL#countrytabs
{
	margin-top: 1.5em;
}
.shadetabs LI
{
	display: inline;
	margin: 0;
}
.shadetabs LI A
{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2D2B2B;
	background: #F1B0B0 url(shade.gif) repeat-x top left;
}
.shadetabs LI A:visited
{
	color: #2D2B2B;
}
.shadetabs LI A:hover
{
	text-decoration: underline;
	color: #2D2B2B;
}
.shadetabs LI A.selected
{
/*selected main tab style*/
	position: relative;
	top: 1px;
}
.shadetabs LI A.selected
{
/*selected main tab style*/
	background-image: url(shadeactive.gif);
	background: #FFFFFF url(shade.gif) repeat-x top left;
	border-bottom-color: #FFFFFF;
}
.shadetabs LI A.selected:hover
{
/*selected main tab style*/
	background: #FFFFFF url(shade.gif) repeat-x top left;
	text-decoration: none;
}
.tabcontent
{
	display: none;
	/*[ph]0*/
}
@media print
{
	.tabcontent
	{
		/*[id]0*/display: block !important;
	}
}
#tabset
{
	width: 298px;
	border: 1px solid #808080;
	padding-left: 5px;
	padding-right: 1px;
	padding-bottom: 0.8em;
	margin-bottom: 1em;
}
DIV#itinerary
{
	/*[disabled]border:0px solid #FFFFFF;*/
	/*[disabled]overflow:hidden;*/
}
.tabcontent H4
{
	font-style: italic;
}
.tabcontent H3
{
	color: #D10E0E;
	margin-top: 17px;
	text-align: center;
}
