/*****************************************************************************************
** CSS Widget tabs.  This CSS builds the widgets tabs for Nancy's corner and River Cruising
*******************************************************************************************/
/* Positioning */
.floatLeft {float:left}
.floatRight {float:right}
.floatNone {clear:both}

/* Travel. Border around tabs. Applies to all of the "widget" classes Keep this for Travel */
.widget {
	border: 1px solid #7F7D7F;         /* size type color*/
	margin-left: 0px;                  /* Keep this 0 -Left position */
	/* margin-right:5px;               /* right position */
	margin-bottom: 25px;
    padding: 0px 3px 3px 9px;          /* padding around border */
    font-weight : bold;
}
/* Required for Travel. Tab font style/size. Applies to all of the Tabs for "widget" classes */
.widget .tabs {
	font-size:11px;
	height:25px;
	font-family: Arial, Helvetica, sans;
	color: #8c898c;/* color: #E49A44;*/
}
.widget .tabs1 {
	font-size:11px;
	height:25px;
	font-family: Arial, Helvetica, sans;
	color: #8c898c;
}
/* Travel. Top Margin for Tab definitions */
.widget .tabs .left_off {
	float:left;
	margin-top:6px;
}
.widget .tabs .off {
	float:left;
	margin-top:6px;
	padding-top:2px;
}
.widget .tabs .right_off {
	float:left;
	margin-top:6px;
}
.widget .tabs .right_offon {
	float:left;
	margin-top:6px;
}
.widget .tabs .right_onoff {
	float:left;
	margin-top:6px;
}
.widget .tabs .right_offoff {
	float:left;
	margin-top:6px;
}
.widget .tabs .left_on {
	float:left;
	margin-top:6px;
}
.widget .tabs .on {
	float:left;
	margin-top:6px;
	padding-top:2px;
}
.widget .tabs .right_on {
	float:left;
	margin-top:6px;
}
/* Widget Tabs-  this section builds the tabs, bkg, text color for the tabs */
.widget .tabs {
	background-image:url(../images/widget/bkg/p2.tab.bkgd1.gif); /* The color after last tab */
	background-repeat:repeat-x;
}
.widget .tabs .left_off {
	float:left;
	/* height:19px;height/width left here because they are dependent on the graphic size */
	width:15px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.left.off1.gif); /* 1. Far left*/
}
/* Active text color gray */
.widget .tabs .off {
	height:17px;		/* height/width left here because they are dependent on the graphic size */
	       /* height:19px; height/width left here because they are dependent on the graphic size */
	background-image:url(../images/widget/bkg/p2.tab.off1.gif); /* 2. Vert line above tab name*/
	background-repeat:repeat-x;
	color: #999989;   /* Tab text color off  E49A44*/
}
.widget .tabs .right_off {
	/* height:19px;		height/width left here because they are dependent on the graphic size */
	width:24px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.right.off1.gif);
}
.widget .tabs .right_offon {
	/* height:19px;		height/width left here because they are dependent on the graphic size */
	width:24px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.right.offon1.gif);
}
.widget .tabs .right_onoff {
	/* height:19px;		height/width left here because they are dependent on the graphic size */
	width:24px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.right.onoff1.gif);
}
.widget .tabs .right_offoff {
	/* height:19px;		height/width left here because they are dependent on the graphic size */
	width:24px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.right.offoff1.gif);
}
.widget .tabs .left_on {
	/* height:19px;		height/width left here because they are dependent on the graphic size */
	width:15px;
	background-repeat:no-repeat;
	background-image:url(../images/widget/bkg/p2.tab.left.on1.gif);
}
/* Over Down text color orange */
.widget .tabs .on {
	/* height:17px;		height/width left here because they are dependent on the graphic size */
	/* height:19px;*/
	background-image:url(../images/widget/bkg/p2.tab.on1.gif);
	background-repeat:repeat-x;
	color: #e49a44; /* Tab text color off */
     font-weight: bold;
}
.widget .tabs .right_on {
/* height:19px;	 ight/width left here because they are dependent on the graphic size. End of last tab! */
	width:24px;
	background-image:url(../images/widget/bkg/p2.tab.right.on1.gif);
	background-repeat:no-repeat;
}