/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0px 0 3px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 15px Arial;
	list-style-type: none;
	text-align: left;
	color: #000000;
	margin-right: 0px;
}

.shadetabs li{
	margin: 0;
	float: right;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 5px;
color: #FFFFFF;
background: #fa8eb9;
}

.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{
	border-bottom-color: white;
	color: #000000;
	background-color: #ffeaf2;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* ######### CSS for ff Tabs. ######### */
.fftabs{
	padding: 3px 0 0px 4px;
	font: 12px Arial;
	list-style-type: none;
	text-align: left;
	color: #000000;
	margin: 0;
	float: left;
	width: 220px;
	display: block;
}

.fftabs li{
	margin: 0;
	display: inline;
	float: left;
	padding-top: 2px;
}

.fftabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 2px 3px 1px;
	margin-right: 3px;
	color: #e57e10;
	background: #FFFFFF;
	border: 1px solid #fdd68f;
}

.fftabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	background-color: #FFFFFF;
}

.fftabs li a.selected{ /*selected main tab style */
position: relative;
}

.fftabs li a.selected{
	color: #000000;
	background-color: #fdd68f;
}

.fftabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
/* ######### CSS for ff Tabs2. ######### */
.fftabs2{
	padding: 3px 0 0px 4px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px Arial;
	list-style-type: none;
	text-align: left;
	color: #000000;
	margin-right: 0px;
	float: left;
	width: 220px;
}

.fftabs2 li{
	margin: 0;
	display: inline;
	float: left;
}

.fftabs2 li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 2px 3px 1px;
	margin-right: 3px;
	color: #FFFFFF;
	background: #f5b035;
}

.fftabs2 li a:hover{
	color: #e57e10;
	background-color: #fdf3e0;
}

.fftabs2 li a.selected{
	color: #e57e10;
	background-color: #fdf3e0;
}

.fftabs2 li a.selected:hover{ /*selected main tab style */
	color: #e57e10;
	background-color: #fdf3e0;
}


.CR-ser-tab a.selected{
	color: #FFFFFF;
	background-image: url(../image/index-new/ref-ba.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.CR-ser-tab a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
.CR-albumlist-tab a.selected{
	background-image: url(../image/index-new/ref-ca.jpg);
	color: #FFFFFF;
}
.CR-albumlist-tab a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.CM-bloglist-tab  a.selected{
	background-image: url(../image/index-new/ref-aa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}
.CM-bloglist-tab a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}






