@charset "utf-8";
/* CSS Document */

/*  -----------   tabs for videos page ------------ */

#ppartytabs {
        background: transparent;
}

#calendarTabs {
        background: #000;
border: 1px solid #E8B85B;
width: 535px;
}
.expand1 {
	display:block;
	cursor: hand;
	cursor: pointer;
	padding:10px 6px;
	background:#595B5F url(images/glassyBtn.png) repeat-x left -24px;
	margin: 3px 0;
	text-transform:uppercase;
	letter-spacing:1px;
}
.expand1 img{float:right;}
.tablist h3 a{
	text-decoration:none;
}
.openpet{ /*class added to contents of 1st demo when they are open*/
	background:#3B4F5F url(images/glassyBtn.png) repeat-x left -24px;
}
.indentmenu{
	font-size:85%;
	font-weight:bold;
	text-transform:uppercase;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul{
	margin: 0;
	padding: 0;
}
.indentmenu ul li{
	display: inline;
}
.indentmenu ul li a{
	float: left;
	color: #ffffff; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
        background:#1E1D1B;
	border-right: 1px solid #000; /*navy divider between menu items*/
        
}

.indentmenu ul li a:hover{
color: #000000;
background:#ccc url(domain/bin/css/glassyBtn.png) repeat-x left -24px;
}
.indentmenu ul li a:visited{
	color: white;
}
.indentmenu ul li a.selected{
	color: #000 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background:#E8B85B url(domain/bin/css/glassyBtn.png) repeat-x left -24px;
	border-top: 1px solid #E8B85B;
	border-left: 1px solid #E8B85B;
	border-right: 1px solid #E8B85B;
        border-bottom: 0px solid #000000;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}
.tabcontent{
	display:none;
	padding: 8px;
}
@media print {
.tabcontent {
	display:block !important;
}
}
#pptab1,
#rssScroller,
#userlogin,
.expand1,
#bpmovieHolder,
#basketBox, #calendarSmlBox, #newsSmlBox, ul.rssembed {
	border:0px solid #909BA4;}




