﻿html, body {
    background: url(../../images/backgr_media.jpg) #2d7c9a repeat-x;
}

/** media specific elements **/
#divMenuMainFooter
{
	border-left: #0C0C0C 1px solid;
    border-bottom: #0C0C0C 1px solid;
    background-color: #11A9D2;
}

/** left menu **/
.mnuSectionContainer
{
    background-color: #11A9D2;
}
/* 
===================================================================== 
	Page Content
===================================================================== 
*/
.PageContent
{
	border-color: #11A9D2;
}

/* 
===================================================================== 
	Page Titles
===================================================================== 
*/
.PageTitle
{
	background-color: #11A9D2;
}

/* 
===================================================================== 
	Content CSS
===================================================================== 
*/
.ContentFooter {
	color: #11A9D2;
}
.ContentFooter A {
	color: #11A9D2;
}
.ContentFooterSelected {
	background-color: #11A9D2;
}


A.button {
	color: #11A9D2;
}

A.button:visited {
	color: #11A9D2;
}

A.button:hover {
	color: #fff;
	background-color: #11A9D2;
}
A.buttonOn 
{
	color: #fff;
	background-color: #11A9D2;
}

.bgSection {
	background-color: #11A9D2;
}

.TabstripMenu a {
	background-color: #11A9D2;
}
.TabstripMenu a:hover, .TabstripMenu a.active {
	/*color: #11A9D2;*/
}
.TabstripContentContainer {
	border-top-color: #11A9D2;
}
.TabstripMenu {
background-color: #11A9D2;
}
/* 
===================================================================== 
	Media Specific
===================================================================== 
*/

.movieTitle
{
	color: #11A9D2;
	font: normal normal bold 10px verdana,arial;
}

.TabstripMenu a {
	background-color: #11A9D2;
}
.TabstripContentContainer {
	border-top-color: #11A9D2;
}

.EventPicturetopViews {
	width: 100%;
	background-color: #B2E3F1;
	text-align: center;
}
.EventPicturePicListItem {
	margin: 2px 0px 2px 1px;
	text-align: center;
	font-weight: bold;
	position: relative;
	background-color: #B2E3F1;
	float: left;
}

.EventPicListItem {
	text-align: center;
	font-weight: bold;
	background-color: #B2E3F1;
	color: #1C7C96;
}
/** Picture Listing Rotating **/
.EventPictureTopViewsContainer {
	width: 486px;
	height: 170px; 
	display: block;
}
.EventPictureTopViewsRotatingItem {
	position:absolute;
	width: 486px;
	text-align: center;
}
.EventPictureTopViewsItem {
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-weight: bold;
	position: relative;
	background-color: #B2E3F1;
	float: left;
	color: #1C7C96;
}

/** Celebs Rotating **/
.EventPictureCelebsContainer {
	width: 230px;
	height: 180px; 
	display: block;
}

.EventPictureCelebsRotatingItem {
	position:absolute;
	width: 230px;
	text-align: center;	
	font-weight: bold;
}


.picsDetailSlideContainer {
	width: 720px;
	height: 720px;
	display: block;
}

.picsDetailItem {
	position:absolute;
	width: 720px;
	height: 720px;
	background-color: #B2E3F1;
	text-align: center;
}

.picUser {
	position: absolute;
	background-color: #ffffff;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
}

.picUserContent {
	border: solid 2px #11A9D2;
	color: #11A9D2;
	font-weight: bold;
	text-indent: 4px;
}
.slideShowLink {
	color: #1C7C96;
	font-weight: bold;
}





.hlContainer
{
	position: relative;
	width: 84px;
	height: 112px;
	display: block;
}
.hlImage 
{
	position:absolute;
	background-image: url(../../images/icn_highlight_bg_media.gif);
	top: 2px;
	left: 2px;
	display: block;
	z-index: 0;
}
.hlBackground
{
	position:absolute;
	display: block;
	left:0px;
	top: 0px;
	z-index: 1;
	width: 84px;
	height: 112px;
	background-image: url(../../images/icn_highlight_bg_media.gif);
}

.hlHeader 
{
	padding:2px 0px 2px 2px;
	width: 100%;
	height: 22px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.voting
{
	color: #3399EE;
	background-image:url(../../images/icn_thumb_up_male.png);
}

.voting_hover
{
	border-color: #3399EE;
}

.voting_inactive
{
	background-image:url(../../images/icn_thumb_up_male.png);
}

.voting_large
{
	background-image:url(../../images/icn_thumb_male_lrg.png);
	font-size: 20px;
	padding: 4px 24px 4px 6px;
}