/* ######### CSS for Shade Tabs. ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font:  12px Arial;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom:1px solid #393939;
}
.shadetabs li{
	display: inline;
	margin: 0;
}
.shadetabs li a{
	text-decoration: none;
	font-weight:bold;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;	
	color: #aa370b;
	
	/*background-color: white;*/
}
.shadetabs li a:hover{
	text-decoration: underline;
	font-weight:bold;
	color: #e88c39;
}
.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	font-weight:bold;
	border-top: 1px solid #393939;
	border-left: 1px solid #393939;
	border-right: 1px solid #393939;
	border-bottom: 1px solid #1a1a1a;
}
.shadetabs li a.selected{ /*selected main tab style */
	/*border-bottom-color: white;*/
	font-weight:bold;
	color: #e88c39;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	font-weight:bold;
	color: #e88c39;
}
.tabcontent{
	display:none;
	padding:10px;
}



/*---------------------------------------------------------*/

.gallerytabs{
	list-style-type: none;
	background-image:url(../images/headingBgStrip.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	color:#F9D9A8;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	height:26px;
	line-height:26px;
	padding-left:6px;
	text-align: right;
}
.gallerytabs li{
	display: inline;
	margin: 0;
	background:url('../images/orange_round.gif') no-repeat;
	width:10px;
	height:8px;
	line-height:5px! important;
	margin-top: 12px;
}
.gallerytabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	background:url('../images/orange_round.gif') no-repeat;
	height:8px;
	/*background-color: white;*/
}
.gallerytabs li a:hover{
	text-decoration: none;
	color: #e88c39;
}

.gallerytabs li a.selected{ /*selected main tab style */
	/*border-bottom-color: white;*/
	background:url('../images/orange_filled.gif') no-repeat;
	height:8px;
}
.gallerytabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #e88c39;
}
