#mainContent{
	float:left;
	width:961px;
	xborder:1px solid red;
	margin-left:23px;
	display:inline;
}



/***********/

.videosTabs{
	width:957px;
	float:left;
	margin:60px 0 0px 0;
	background-image: url('/images/commentstabs_strip.jpg');
	background-repeat:repeat-x;
	background-position:left bottom;
}

.videosTabs .tab{
	float:right;
	width:111px; height:18px;
	margin-top:16px;
	padding-top:8px;
	background-image: url('/images/category/happeningtab_closed.gif');
	background-repeat:no-repeat;
	background-position: bottom right;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	}

	.videosTabs .current{
	background-image: url('/images/category/happeningtab_current.gif');
	background-repeat:no-repeat;
	font-weight:bold;
	}


.ttl{
	float:left;
	margin-bottom:10px;
	color:#000;
}

.ttl h1{font-size:26px;}
.ttl .category{font-weight:bold; dtext-transform:uppercase;}


#happeningContent{
	float:left;
	width:957px; height:189px;
	background-color:#e4e4e4;
	border-top:#e20a16 5px solid;
	overflow:hidden;
}

#happeningContent .items {
margin-left:18px;
width:950px;
float:left;
}

#happeningContent .items A{
float:left;
margin-right:28px;
margin-top:20px;
}

#happeningContent .itemsDetals{
margin-left:18px;
margin-top:4px;
float:left;
width:939px;
overflow:hidden;
}

#happeningContent .itemsDetals .item{
width:159px;
margin-right:28px;
float:left;
}

#happeningContent .itemsDetals .item .name{
display:block;
color:#e20a16;
text-decoration:none;
font-weight:bold;
}

#happeningContent .itemsDetals .item .location{color:#000;}
#happeningContent .itemsDetals .item .place{color:#000; font-weight:bold;}


/**********diana 23/09/07**********/



.AllVideos_SortPanel{
	width:957px;
	float:left;
	margin:20px 0 0px 0;
	background-image: url('/images/allvideos_strip.gif');
	background-position: bottom left;
	background-repeat:repeat-x;
}

	.AllVideos_SortPanel .leftCorner{
		background-image: url('/images/allvideos_leftcorner.gif');
		background-position: bottom left;
		background-repeat:no-repeat;
		height:32px;
		float:left;
	}

	.AllVideos_SortPanel h2{
		margin:10px 10px 5px 10px;
		font-size:11px;
		color:black;
		font-weight:bold;
		float:left;
	}

#sortButtons{
	float:left;
	height:31px;
}
#sortButtons div{
	float:left;
	text-align:center;
	height:20px;
	margin:7px 5px 0 0;
	background-image:url('/images/sortbutton_bg.gif');
	background-position:left top;
	background-repeat:no-repeat;
}

#sortButtons div a{
	background-image:url('/images/sortbutton_bg.gif');
	background-position:right -20px;
	background-repeat:no-repeat;
	height:20px;
	display:block;
	float:left;
	margin-top:0pt;
	padding:3px 11px 0pt;
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	font-size:10px;
}
#sortButtons div a:hover{
	color:#e20a16;
}

#sortButtons .current a{
	color:#e20a16;
}


#rightCorner{
	background-image: url('/images/allvideos_rightcorner.gif');
	background-position: bottom right;
	background-repeat:no-repeat;
	height:32px;
	float:right;
}

.SortParams{
	float:left;
	padding:0;
	margin:7px 5px 0 0;
}
	.SortParams select{
		background-color:red;
		color:white;
		font-size:11px;
		font-weight:bold;
	}

/*********************/


#videosContent{
	float:left;
	width:957px;
	overflow:hidden;
	gborder:1px solid red;

}

#videosContent .items {
	margin-left:18px;
	width:1000px;
	float:left;
	margin-top:0px;
}

	#videosContent .items A{
	float:left;
	margin-right:28px;
	margin-top:20px;
	}

#videosContent .itemsDetals{
	margin-left:18px;
	margin-top:4px;
	float:left;
	width:1000px;
	overflow:hidden;
}

	#videosContent .itemsDetals .item{
	width:159px;
	margin-right:28px;
	float:left;
	}

	#videosContent .itemsDetals .item .name{
	display:block;
	color:#e20a16;
	text-decoration:none;
	font-weight:bold;
	}

	#videosContent .itemsDetals .item .location{color:#000;}
	#videosContent .itemsDetals .item .place A:link, #videosContent .itemsDetals .item .place A:visited {color:#000; font-weight:bold; text-decoration:none;}
	#videosContent .itemsDetals .item .Aired{color:#999; font-weight:normal;margin-top:10px;}



/*********************/

.delimiterLine
{
	border-top:1px solid #dbdbdb;
	width:957px;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.pagingContainer
{
	width:600px;
	float:left;
	padding-bottom:20px;
}
.paging{
	float:right;
	width:200px;
	display:block;
	height:25px;
}

	.paging .currentNum{
	display:block;
	float:left;
	width:23px; height:20px;
	padding-top:3px;
	margin:0 2px 0px 0;
	color:#eaebeb;
	text-decoration:none;
	text-align:center;
	background-image: url('/images/num_bg_selected.gif');
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	cursor:default;
	}
	.paging .num{
	display:block;
	float:left;
	width:23px; height:20px;
	padding-top:3px;
	margin:0 2px 0px 0;
	color:#eaebeb;
	text-decoration:none;
	text-align:center;
	background-image: url('/images/num_bg.gif');
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	}

	.paging .back{
	display:block;
	float:left;
	width:5px; height:9px;
	margin:7px 5px 0 0 ;
	background-image: url('/images/arrow_back.gif');
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:8px
	}

	.paging .next{
	display:block;
	float:left;
	width:5px; height:9px;
	margin:7px 3px 0 3px;
	background-image: url('/images/arrow_next.gif');
	background-repeat:no-repeat;
	background-position:right top;
	padding-right:8px;
	}



.noMoviews{
	color:#000;
	width:390px;
	margin-top:20px;
	display:block;float:left;
	}



