/*
p2@ tribeca css
*/


/* Header customization */
.mast-container, .headerSwf-container, .nav-row {
	background: #be0102 url(/i/page2/tribeca/bg_mastHeader.gif) no-repeat 0 0;
}


/* override frame padding */
.content {
	padding: 0;
	background: url(/i/page2/tribeca/content_bg.gif) repeat-y top left;
}


.col-left {
	float: left;
	width: 752px;
	padding: 15px 0 0 0;
	background: url(/i/page2/tribeca/col_left_bg.gif) no-repeat top left;
}

.col-left-1 {
	float: left;
	width: 218px;
	padding: 0 20px 0 13px;
}

.col-left-2 {
	float: right;
	width: 454px;
	padding: 0 23px 0 23px;
}

.feature-item {
	color: #3c3b34;
	padding: 5px 0 7px 0;
	margin: 0 0 12px; 0;
	border-top: 1px solid #d9d9cd;
}

.feature-item h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: large;
	color: black;
	padding: 0 0 0 4px;
	margin: 0 0 8px 0;
}

.feature-item .video-frame {
	border: 1px solid #e3e3e1;
	background: #f2f1e5;
	padding: 5px;
	width: 203px;
}

.feature-item .video-frame img {
	width: 203; height: 152px;
}

.feature-item p {
	color: #3c3b34;
	font-size: 110%;
	line-height: 1.3em;
	padding: 0 0 0 6px;
}

.feature-item p a, .feature-item p a:visited {
	font-weight: bold;
	color: #ab0000;
	padding: 0 16px 0 0;
	background: transparent url(/360/playIcon_light.gif) no-repeat scroll right center;
}

.feature-item p a:hover {
	color: red;
}





/* player and playlists/viewing guide */

.player-container {
	width: 440px;
	padding: 5px;
	border: 1px solid #e3e3e1;
	background: #f2f1e5;
	margin-top: 5px;
}


.live-events {
	margin: 16px 0 0 0;
	font-size: 110%;
}

.live-events h2, .featured-events h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: medium;
	font-weight: bold;
	color: black;
	padding: 0;
	margin: 0 0 6px 0;
}

.live-events p {
	padding: 0;
	margin: 0 0 8px 0;
}

.live-events a, .live-events a:visited {
	color: #5a594f;
}

.live-events a:hover {
	color: red;
}

.live-events a.active, .live-events a.active:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

.live-events ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.live-events ul li {
	font-size: x-small;
	font-weight: bold;
	color: #cd0000;
	border-top: 1px solid #e3e3da;
	padding: 5px 0 5px 24px;
	margin: 0;
	background: url(/360/playIcon_light.gif) no-repeat 6px center;
}

.live-events ul li a {
	font-size: 110%;
	font-weight: normal;
}


.featured-events {
	margin: 16px 0 0 0;
}

.playlist-item {
	width: 438px;
	padding: 8px;
	border-top: 1px solid #e3e3e1;
}

/* .odd {
	float: right;  not needed for single column layout 
} */ 

.playlist-item a.thumb {
	display: block;
	float: left;
	width: 52px;
	height: 39px;
}

.playlist-item img {
	float: left;
	border: 0;
}

.playlist-item h3 {
	font-size: 110%;
	margin: 0 0 0 57px;
	padding: 0;
	color: #000;
	font-weight: bold;
}

.playlist-item p {
	font-size: 110%;
	margin: 0 0 0 57px;
	padding: 0;
	color: #807e6f;
}

.playlist-item p a, .playlist-item p a:visited {
	color: #5a594f;
	font-weight: normal;
}

.playlist-item p a:hover {
	color: red;
}


/* tabs */

.tabbed-events {
	background: url(/360/tabBorder.gif) repeat-x bottom;
	float: left;
	width: 100%;
}

.tabset {
	list-style: none;
	padding: 5px 0 0 8px;
	margin: 0;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
}

.tabset li {
	padding: 0 0 0 4px;
	margin: 0 1px 0 0;
	float: left;
	background: url(/360/tab_left_lo.gif) no-repeat top left;
}

.tabset li.active {
	background: url(/360/tab_left_hi.gif) no-repeat top left;
}

.tabset li a, .tabset li a:visited {
	color: #898775;
	text-decoration: none;
	display: block;
	background: white url(/360/tab_right_lo.gif) no-repeat top right;
	font-weight: bold;
	padding: 3px 0;
}

.tabset li a:hover {
	color: #4a493d;
}

.tabset li.active a, .tabset li.active a:visited {
	color: black;
	background: white url(/360/tab_right_hi.gif) no-repeat top right;
}

.tabset li a span {
	display: block;
	margin-left: -4px;
	/*
	padding: 2px 5px 2px 5px;
	*/
	padding: 2px 7px 1px 7px;
	background: url() repeat-x bottom left;
	
}

.tabset li.active a span, .tabset li.active a:visited span {
	background-position: -100px;
	padding-bottom: 2px;
}


.tab-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tab-content ul li {
	font-size: x-small;
	font-weight: normal;
	border-bottom: 1px solid #e3e3da;
	color: #7f7d6e;
	padding: 5px 0 5px 22px;
	margin: 0;
	background: url(/360/playIcon_light.gif) no-repeat 6px center;
}

.tab-content ul li a, tab-content ul li a:visited {
	font-size: 110%;
	font-weight: normal;
	color: #5a594f;
}

.tab-content ul li a:hover {
	color: red;
}










.col-right {
	font-size: 110%;
	float: right;
	width: 238px;
	padding-top: 35px;
	background: #000 url(/i/page2/tribeca/col_right_bg.jpg) no-repeat 0 -7px;
}

.col-right-inner {
	padding: 0 10px 10px 13px;
	color: #e2e1d0;
}

.col-section {
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #3b2421;
}

.col-section h2 {
	color: red;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: large;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.col-section p {
	margin: 0;
	padding: 8px 0;
	line-height: 1.6em;
}

.col-section a, .col-section a:visited {
	color: #c40000;
	text-decoration: underline;
}

.col-section a:hover {
	color: red;
}


.col-section ul {
	padding: 0;
	margin: 8px 0 0 0;
	list-style: none;
}

.col-section ul li {
	padding: 0 0 0 18px;
	margin: 0 0 8px 0;
	background: url(/360/playIcon_dark.gif) no-repeat top left;
}

.col-section ul li a, .col-section ul li a:visited {
	color: #e2e1d0;
	text-decoration: underline;
}

.col-section ul li a:hover {
	color: white;
}







form.zip-form {
	position: relative;
	padding: 0;
	margin: 10px 0 0 0;
	height: 20px;
}

form.zip-form p {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 2px;
	font-size: x-small;
}

form.zip-form input.zip-enter {
	position: absolute;
	width: 85px;
	height: 15px;
	border-right: 1px solid #33231f;
	border-bottom: 1px solid #33231f;
	border-top: 1px solid black;
	border-left: 1px solid black;
	left: 36px;
	padding: 1px;
	font-family: Verdana, Arial, Sans-serif;
	font-size: x-small;
}

form.zip-form input.zip-find {
	position: absolute;
	left: 130px;
}












.footer {
	margin: 4px 0 0 0;
	border: 0;
	border-top: 12px solid #e2e1d0;
	background: #ebead9;
	text-align: center;
	color: #93917a;
	font-size: 110%;
}

.footer a, .footer a:visited {
	color: #93917a;
}

.footer a:hover {
	color: black;
}
