.dhtmlgoodies_tabPane{
	height:25px;	/* Height of tabs */
	border-bottom: 2px solid #FFCC00;
}
.dhtmlgoodies_aTab{
	padding:10px 0;
}
.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left: 5px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane .tabActive{
	background-image:url('../images/tab_left_active2.gif');
	margin-left:0px;
	margin-right:2px;	
	z-index:10;	
}
.dhtmlgoodies_tabPane .tabInactive{
	background-image:url('../images/tab_left_inactive2.gif');
	margin-left:0px;
	margin-right:2px;
	z-index:1;
}

.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url('../images/tab_left_active2.gif');
	margin-left:0px;
	margin-right:2px;
}
.dhtmlgoodies_tabPane span{
	font-weight: 700;
	color: #666666;
	text-transform: uppercase;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:25px;
	float:left;
}
.dhtmlgoodies_tabPane .tabActive span{
	color: #DC241C;
}
.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:0px;
	line-height:25px;
}

.dhtmlgoodies_tabPane img{
	float:left;
}
th.tourCode 
{ 
	padding : 5px;
	background-color : #e1ddc1;
}
th.tour
{
	padding : 5px;
	background-color : #ece9d8;
}
table.dot
{
	border:1px dotted #c4d2e2;
}
tr.dot
{
	border:1px dotted #c4d2e2;
}
th.dot
{
	border:1px dotted #c4d2e2;
	padding: 2px;
}
td.dot
{
	border:1px dotted #c4d2e2;
	padding: 5px;
}
#tourTitle {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
}
.dayTitle {
	font-weight:700;
	padding: 8px 0;
}
