/*	7s main stylesheet
*/


/*	Layers general ////////////////////////////////////////////////////////////////////////////////
*/
.layer
{
	position:absolute;
	overflow:hidden;
}
.layer A
{
	color:#f2f2f2;
	text-decoration:none;
}
.layer FORM
{
	margin:0px;
}
/*
.layer INPUT
{
	border:1px solid rgb(150,150,150);
}
*/
.layer CANVAS.header
{
	position:absolute;
	left:0px;
	top:0px;
}
.layer .clear, #page-content .clear
{
	/* class to force parent height for element with float childnodes */
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}
.layer-face, .layer-shadow
{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
}
.layer-face
{
	overflow:hidden;
}
.layer-bg
{
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat-x;
	/*border:1px dotted white;*/
}
.layer-shadow div
{
	position:absolute;
	top:0px;
	bottom:0px;
	
	width:50%;
	background-repeat:no-repeat;
}
.layer-shadow-left
{
	left:0px;
	background-position:0% 0%;
	background-image:url(../media/bg-layershadow-left.png);
}
.layer-shadow-right
{
	right:0px;
	background-position:100% 0%;
	background-image:url(../media/bg-layershadow-right.png);
}
.layer-shadow-bottom
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-5px;
	height:5px;
	
	background:transparent url(../media/bg-layershadow-bottom.png) no-repeat 6px 0px;
/*
	right:0px;
*/
	
	/*background-color:magenta;*/
}
.layer .header
{
	z-index:5000;
}
.layer .titlebar
{
	position:absolute;
	left:42px;
	top:0px;
	height:25px;
	width:100%;
	overflow:hidden;
	
	z-index:5100;
}
.layer-label
{
	margin:0px 0px 0px 25px;
}
.layer-content
{
	position:absolute;
	left:44px;
	top:34px;
	overflow:auto;
	
	font-size:12px;
	color:black;
	line-height:18px;
	padding-right:0px;
	
	z-index:1;
}

/* Menus, buttons, input elements */
.layer .menubar
{
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	
	z-index:5200;
}
.layer .menu
{
	position:relative;
	float:right;
	cursor:pointer;
}
.layer .menucontent
{
	position:absolute;
	z-index:1;
	left:0px;
	top:1px;
}
.menu canvas, .menu A, .button A
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}
.menu .divider
{
	position:absolute;
	right:-21px;
	top:1px;
}
.menu .divider-straight
{
	width:2px;
	height:17px;
	background-image:url(media/menu/divider-straight.png);
}
.menu A, .button A
{
	z-index:10;
	background-color:transparent;
	background-position:0% 0%;
	background-repeat:no-repeat;
	border:0px;
}
.menu A
{
	/* default menu button */
	left:-2px;
	height:22px;
}
.button A
{
	height:18px;
}
.menu A:hover, .button A:hover
{
	background-position:0% 100%;
}
.button-over
{
	background-position:0% 100% !important;
}
.button
{
	position:absolute;
}
.check
{
	margin:0;
	padding:0;
	border:0px;
}
.check INPUT
{
	display:none;
}
.check IMG
{
	float:left;
	margin:2px 5px 0 0;
}
.checkbox
{
	width:12px;
	height:13px;
	vertical-align:middle;
	cursor:pointer;
}


/*	Portal Layer ("scenes") ///////////////////////////////////////////////////////////////////////
*/
.layer-content.portal
{
	position:relative;
	left:auto;
	
	width:920px;
	padding-left:40px;
	margin:0 auto;

	/*border:1px solid rgba(0,0,0,.1);*/

}

/* menu-layers, forms */
.layer .search-result
{
	left:0px;
	top:75px;
	
	color:white;
}
.search-header
{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:57px;
	
	background-color:#808055;
	color:white;
	line-height:15px;
}
#search-context-toggle, #my-search-context
{
	position:absolute;
	left:19px;
	top:34px;
	display:none;
}
#my-search-context .context
{
	float:left;
	width:80px;
}
.search-header .result-header
{
	position:absolute;
	left:0px;
	top:55px;
	width:100%;
	height:17px;
	padding-left:15px;
	padding-top:3px;
	
	background-color:#322f1e;
	font-size:11px;
}
.search-header .result-nav
{
	position:absolute;
	right:21px;
	top:3px;
	width:75px;
	height:14px;
	
	text-align:center;
}
.search-result-listelement
{
	height:20px;
	width:100%;
	cursor:pointer;
}
.search-result-listelement IMG
{
	float:left;
	margin:1px 5px 0px 15px;
	height:17px;
	width:26px;
}
.layer-content INPUT, .layer-content SELECT, .layer-content TEXTAREA, .scene-context.static SELECT, .scene-form
{
	border:1px solid #75744a;
	background-color:#999966;
	/*background-color:#baba86;*/
	color:white;
	font-size:12px;

	
	font-family:verdana,sans-serif;
	/*vertical-align:middle;*/
	padding-left:2px;
	
	/*height:14px;*/
	/*padding:1px 2px;*/
}
.layer-content SELECT
{
	height:20px;
}
.layer-content .form
{
	border:1px solid #75744a;
	background-color:#999966;
	color:white;
	font-size:12px;
}
.layer-content .fieldheader
{
	float:left;
	width:16%;
	
	text-align:right;
	/*padding-right:7px;*/
	
	/*color:#75744a;*/
	/*border:1px dotted white;*/
}

.loginform
{
	margin:0px;
}
.loginform SPAN
{
	font-size:11px;
	font-weight:normal;
	padding-top:1px;
}
.loginform DIV, .signupform DIV
{
	float:left;
	/*margin-top:2px;*/
	font-weight:bold;
	color:#f2f2f2;

	margin-right:5px;
}
.signupform DIV
{
	font-weight:normal;	
}
.loginform INPUT, .profileform INPUT, .signupform inINPUTput
{
	float:left;
	margin-right:5px;

	border:1px solid #890000;
	background-color:#aa0000;

	color:white;
	font-size:12px;
	padding-left:2px;
}
.loginform INPUT
{
	font-size:11px;
	width:70px;
	margin-top:0px;
}
.loginform .divider-straight
{
	margin:0 8px 0 3px;
}

.profile-form
{
	position:absolute;
	left:22px;
	top:10px;
	/*width:288px;*/
	width:87.5%;
	color:#280000;
}
.profile-form .header
{
	width:65px;
	height:22px;
	background:transparent url(../media/label-profile-settings.png) no-repeat 0 0;
}

.profile-form.channel .header
{
	width:125px;
	background:transparent url(../media/label-channel-manage.png) no-repeat 0 0;
}

.profile-form .container
{
	position:relative;
	padding:6px;
	
	border:1px solid #a03030;
	border-top-color:#640000;
	border-left-color:#640000;
	
	border:1px solid #9b4040;
	border-top-color:#5b0000;
	border-left-color:#5b0000;
	
	background-color:#921717;
}
.profile-form .line
{
	height:26px;
}
.profile-form .link a:hover
{
	text-decoration:underline;
}
.profile-form .line .label, #channel-signup-form .line .label
{
	float:left;
	width:103px;
	text-align:right;
	margin-right:10px;
}
.profile-form.channel .line .label
{
	width:80px;
}
.profile-form.channel .line .note
{
	float:right;
	width:115px;
	font-style:italic;
}
.profile-form.channel .container
{
	width:298px;
}
.profile-form .option
{
	float:left;
	width:80px;
}

.profile-form INPUT, .profile-form SELECT, .profile-form.channel TEXTAREA
{
	/*width:140px;*/
	width:57%;
	height:18px;

	border:1px solid #750000;
	background-color:#a00000;
	
	color:#eeeeee;
}
.profile-form SELECT
{
	height:20px;
	/*width:165px;*/
	width:59%;
}

.profile-form.channel TEXTAREA
{
	width:99%;
	height:150px;
	visibility:hidden;
}

#profile-medium-drop, #channel-medium-drop
{
	position:relative;
	width:80px;
	height:60px;
	
	border:1px solid #750000;
	background-color:#a00000;
	
	overflow:hidden;
	text-align:center;
}
#channel-directors-drop
{
	border:1px solid #750000;
	background-color:#a00000;
	padding:1px 3px;
	min-height:20px;
	width:270px;
	margin-bottom:8px;
}
#channel-directors-list
{
	margin-top:5px;

}


/* layer panels */
.layer-panel
{
	position:relative;
	float:left;
	/*margin-bottom:15px;*/
}
.layer-panel .panel-header
{
	position:relative;
	width:100%;
	height:35px;
	z-index:0;
}
.layer-panel .panel-body
{
	position:relative;
	padding:0px 2px;
	z-index:1;
}
.layer-panel .panel-body .content
{
	position:relative;
	width:100%;
	height:100%;
}
.layer-panel .panel-body .content A:hover
{
	text-decoration:underline;
}
.layer-panel .panel-footer
{
	position:relative;
	width:100%;
	height:10px;
}
.layer-panel .bg
{
	position:absolute;
	top:0px;
	bottom:0px;
	width:50%;
}
.layer-panel .bg.left
{
	left:0px;
	background-position:0 0;
}
.layer-panel .bg.right
{
	right:0px;
	background-position:100% 0;
}
.layer-panel .panel-header .bg.left
{
	background-image:url(../media/panel/bg-header-left.png);
}
.layer-panel .panel-header .bg.right
{
	background-image:url(../media/panel/bg-header-right.png);
}
.layer-panel .panel-body .bg.left
{
	background-image:url(../media/panel/bg-body-left.png);
}
.layer-panel .panel-body .bg.right
{
	background-image:url(../media/panel/bg-body-right.png);
}
.layer-panel .panel-footer .bg.left
{
	background-image:url(../media/panel/bg-footer-left.png);
}
.layer-panel .panel-footer .bg.right
{
	background-image:url(../media/panel/bg-footer-right.png);
}

/* layer-panel > coverflow */
#coverflow
{
	position:absolute;
	top:-35px;
}
#cover-selected
{
	display:none;
	
	position:absolute;
	left:304px;
	top:-12px;
	width:273px;
	height:189px;
	
	background:transparent url(../media/bg-cover-selected.png) no-repeat;
	
	cursor:pointer;
	z-index:10;
}
#cover-selected .icon
{
	position:absolute;
	left:0px;
	top:0px;
	width:67px;
	height:30px;
	
	background-position:2px 1px;
	background-repeat:no-repeat;
} 
#cover-selected .title
{
	position:absolute;
	left:45px;
	top:0px;
	width:140px;
	height:42px;
	overflow:hidden;
}
#cover-selected .title .scene-layer-title
{
	font-size:15px;
}
#cover-selected .meta
{
	position:absolute;
	left:12px;
	top:44px;
	height:18px;
	width:178px;
	padding-left:23px;
	
	background-repeat:no-repeat;

	color:#75744a;
	line-height:16px;
}
#cover-selected .cover-slogan
{
	position:absolute;
	left:20px;
	top:70px;
	width:165px;

	color:#525134;
	font-size:13px;
	font-style:italic;
}
#cover-selected .cover-slogan .quote
{
	float:left;
	margin-left:-6px;
}
#cover-selected .rating
{
	margin-top:3px;
	position:relative;
	color:#75744a;
	font-size:11px;
	font-style:normal;
}
#cover-selected .by
{
	position:absolute;
	right:92px;
	bottom:16px;
	height:18px;
}
#cover-slider
{
	display:none;
	
	position:absolute;
	left:294px;
	bottom:0px;
	height:14px;
	width:241px;
	background:transparent url(../media/bg-slider.png) no-repeat;
}
#cover-slider .container
{
	position:absolute;
	left:3px;
	top:1px;
	width:236px;
	height:12px;
}
#cover-slider-handle
{
	position:absolute;
	left:105px;
	top:0px;
	width:25px;
	height:12px;
	cursor:pointer;
}


/* layer-panel > channel, tag lists */
.suggested-search
{
	position:absolute;
	right:30px;
	top:1px;
	width:140px;
	height:21px;
}
.suggested-search .button, .suggested-search INPUT
{
	position:relative;
	float:left;
	height:19px;
	color:black;
}
.suggested-search .button a
{
	left:0px;
	height:19px;
}
.suggested-search INPUT
{
	border:0px;
	width:98px;
	height:17px;
	background:transparent url(../media/bg-suggested-search.png);
}
.suggested-search .loading
{
	position:absolute;
	right:5px;
	top:1px;
	width:16px;
	height:16px;
	background-image:url(media/bg-suggested-loading.png);
	z-index:100;
}

#search-suggest
{
	display:none;
	
	position:absolute;
	width:115px;
	padding:0 10px 10px 3px;
	z-index:5000;
	background:transparent url(../media/bg-suggested.png) no-repeat 0% 100%;
}
#search-suggest .header
{
	background-color:#f2f2f2;
	border-top:1px solid #818181;
	text-align:center;
	font-size:11px;
	color:#b4b4b4;
}
#search-suggest .suggested
{
	padding:1px 10px;
	background-color:#f2f2f2;
	cursor:pointer;
	overflow:hidden;
	height:18px;
	white-space:nowrap;
}
#search-suggest .suggested.selected
{
	color:white;
	background-color:#4089a9;
}

.scenes-list
{
	position:absolute;
	left:0px;
	top:2px;
	width:100%;
	height:100%;
	overflow:hidden;
}
.scenes-list-pages
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
.scenes-list-pages .page
{
	position:relative;
	float:left;
	height:100%;
}
.scenes-list-navigation
{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:7px;
}
.scenes-list-navigation .dots
{
	margin:auto;
	width:0px;
	height:7px;
}
.scenes-list-navigation CANVAS
{
	float:left;
	cursor:pointer;
}
.scene-list-item
{
	position:absolute;
	width:170px;
	height:90px;
	color:#a7bcc9;
	
	background:transparent url(../media/bg-list-item-shadow.png) no-repeat 13px 34px;
	/*background-color:rgba(255,255,255,.1);*/
	
	cursor:pointer;
}
.scene-list-item .title
{
	width:100%;
	overflow:hidden;
	height:13px;
	margin:2px 0 1px 0;
	
	font-size:13px;
	font-weight:bold;
	line-height:10px;
}
.scene-list-item .meta
{
	overflow:hidden;
	height:18px;
	padding-left:23px;

	background:transparent no-repeat;
	color:#0c1d26;
	font-size:11px;
	line-height:16px;
}
.scene-list-item .icon
{
	position:absolute;
	left:13px;
	top:34px;
	width:105px;
	height:47px;
	
	background:transparent url(../media/bg-list-item.png) no-repeat;
}
.scene-list-item .img
{
	position:absolute;
	top:2px;
	left:4px;

	z-index:1;
}
.scene-list-item .gloss
{
	position:absolute;
	left:0px;
	top:0px;
	width:105px;
	height:47px;

	z-index:2;
}
.scene-list-item CANVAS
{
	z-index:0;
}
.scene-list-item .flip
{
	display:none;
	
	position:absolute;
	left:11px;
	top:9px;
	width:67px;
	height:71px;
	
	background:transparent url(../media/bg-list-item-flip.png) no-repeat;
	z-index:10;
}
.scene-list-item .flip .rating
{
	position:absolute;
	top:32px;
	left:6px;
	color:#75744a;
	font-size:11px;
	line-height:11px;
}
.scene-list-item-info
{
	display:none;
	position:absolute;
	width:231px;
	height:131px;
	background:transparent url(../media/bg-list-item-info.png) no-repeat;
	/*background-color:rgba(255,0,0,.2);*/

	z-index:1000;
}
.scene-list-item-info DIV
{
	position:absolute;
}
.scene-list-item-info .over
{
	left:0px;
	bottom:0px;
	width:137px;
	height:30px;
	/*background-color:rgba(255,255,255,.5);*/
	
	cursor:pointer;
}
.scene-list-item-info .name
{
	left:25px;
	top:18px;
	width:184px;
	height:17px;
	overflow:hidden;

	font-size:14px;
	font-weight:bold;
	color:#f2f2f2;
}
.scene-list-item-info .desc
{
	left:35px;
	top:41px;
	width:178px;
	height:45px;
	/*overflow:hidden;*/

	line-height:15px;	
	font-style:italic;
	color:#a7bcc9;
}
.scene-list-item-info .by
{
	left:35px;
	bottom:25px;
	width:174px;
	height:14px;
	
	color:#cccc99;
	text-align:right;
}



/*	Scene Layer ///////////////////////////////////////////////////////////////////////////////////
*/
#scene-icon
{
	position:absolute;
	left:0px;
	top:0px;
	width:67px;
	height:30px;
	background:no-repeat 2px 1px;
	z-index:5001;
}
.scene-title
{
	position:absolute;	
}
.scene-layer-title
{
	position:absolute;
	left:25px;
	top:5px;
	
	font-size:16px;
	font-weight:bold;
	color:white;
}
.scene-layer-title.dropshadow
{
	left:26px;
	top:6px;
	color:#858559;
}
.scene-state
{
	position:absolute;
	left:-4px;
	top:1px;
}
.scene-context, .scene-context.static
{
	position:absolute;
	left:18px;
	top:30px;
	cursor:pointer;

	color:#00628c;
	font-size:12px;
}
.scene-context.static
{
	cursor:auto;
}
.scene-context IMG
{
	float:left;
	padding-top:1px;
	margin-right:4px;
}
.scene-context:hover
{
	color:white;
}
.scene-context.static:hover
{
	color:#00628c;
}
.scene-activity-live
{
	position:absolute;
	left:25px;
	top:4px;
}
#scene-page-backdrop
{
	position:absolute;
	left:0px;
	right:0px;
	top:123px;
	height:600px;

	overflow:hidden;

	background-color:#a6a673;
}
#scene-backdrop-image
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:600px;
	
	background-color:transparent;
	background-repeat:repeat-x;
}
.scene-backdrop-shadow
{
	position:absolute;
	width:50%;
	height:600px;
	background-repeat:no-repeat;
	/*border-top:1px solid #75744a;*/
}
.scene-backdrop-shadow.left
{
	left:0px;
	background:url(../media/bg-scene-bgshadow-left.png);
	
}
.scene-backdrop-shadow.right
{
	right:0px;
	background:url(../media/bg-scene-bgshadow-right.png);
	background-position:100% 0%;
}
#scene-page-leftcolumn
{
	position:relative;
	float:left;
	margin-top:10px;
	
	width:64%;
	min-width:574px;
	
	/*background-color:rgba(0,0,0,0.1);*/
}
#scene-page-rightcolumn
{
	position:relative;
	float:left;
	margin-left:15px;

	width:294px;
}
#scene-detail
{
	width:594px;
	height:26px;
	
	padding-left:10px;
	
	color:#75744a;
	font-size:12px;
}
#scene-detail IMG
{
	float:left;
	margin-left:10px;
}
#scene-detail SPAN
{
	float:left;
}
#scene-tags
{
	margin-left:1px;
}
#scene-tags A
{
	float:left;
	margin-right:8px;
	color:#f2f2f2;
	line-height:17px;
}
#scene-tags A:hover
{
	color:#75744a;
}

/* scene widgets */
.scene-widget
{
	position:relative;
	float:left;
	margin-bottom:15px;
}
.scene-widget.large
{
	/*width:584px;*/
	width:100%;
}
.scene-widget.small
{
	width:294px;
}
.scene-widget .widget-header
{
	position:relative;
	width:100%;
	height:25px;
	z-index:0;
}
.scene-widget .widget-title
{
	position:absolute;
	left:0px;
	top:0px;
}
.scene-widget .widget-body
{
	position:relative;
	padding:0px 2px;
	z-index:1;
}
.scene-widget .widget-footer
{
	position:relative;
	width:100%;
	height:20px;
}
.scene-widget .bg
{
	position:absolute;
	top:0px;
	bottom:0px;
	width:50%;
}
.scene-widget .bg.left
{
	left:0px;
	background-position:0 0;
}
.scene-widget .bg.right
{
	right:0px;
	background-position:100% 0;
}
.scene-widget .widget-header .bg.left
{
	background-image:url(../media/widget/bg-header-large-left.png);
}
.scene-widget .widget-header .bg.right
{
	background-image:url(../media/widget/bg-header-large-right.png);
}
.scene-widget .widget-body .bg.left
{
	background-image:url(../media/widget/bg-body-large-left.png);
}
.scene-widget .widget-body .bg.right
{
	background-image:url(../media/widget/bg-body-large-right.png);
}
.scene-widget .widget-footer .bg.left
{
	background-image:url(../media/widget/bg-footer-large-left.png);
}
.scene-widget .widget-footer .bg.right
{
	background-image:url(../media/widget/bg-footer-large-right.png);
}
.scene-widget.large .widget-body
{
	min-height:435px;
}
.scene-widget.small .widget-header
{
	background-image:url(../media/widget/bg_header_small.png);
}
.scene-widget.small .widget-body
{
	background-image:url(../media/widget/bg_body_small.png);
}
.scene-widget.small .widget-footer
{
	background-image:url(../media/widget/bg_footer_small.png);
}

/* widget > story */
#scene-story
{
/*
	width:544px;
	margin:0px auto;
*/
	font-size:13px;
	margin:0px 19px;
}
#scene-story A, .channel-content A
{
	color:#7d7d7d;
}
#scene-story A:hover, .channel-content A:hover
{
	text-decoration:underline;
}
.slogan
{
	position:relative;
	font-size:14px;
	color:#999966;
	/*color:#8d8c59;*/
	text-align:center;
	/*font-style:italic;*/
	font-weight:bold;
}
.slogan span
{
	width:100%;
	float:left;
	margin:-7px 0px 12px 0px;
}
.story
{
	position:relative;
	float:left;
	width:100%;
	
	/*border:1px dotted magenta;*/
}
.story-header
{
	font-size:15px;
	font-weight:bold;
}
.story-medium
{
	/* default align = left */
	float:left;
	margin-right:15px;
	width:200px;
}
.story-medium IMG
{
	width:100%;
}
.story-medium.right
{
	float:right;
	margin-right:0px;
	margin-left:15px;
}
.story-medium.center
{
	width:100%;
	margin-right:0px;
	margin-bottom:15px;
	text-align:center;
}
.story-medium.center IMG
{
	width:auto;
	max-width:100%;
	max-height:250px;
}

/* widget > director */
#scene-director-image
{
	float:left;
	margin:2px 7px 2px 22px;
	width:80px;
	height:60px;
	background-color:#75744A;
	background-position:50% 50%;
	background-repeat:no-repeat;
}

/* widget > map */
#scene-gmap
{
	width:286px;
	height:200px;
	margin-left:2px;
	cursor:pointer;
	border:1px solid #999966;
	border-left:0px;
	border-right:0px;
}
#scene-gmap-overlay
{
	position:absolute;
	left:4px;
	top:6px;
	width:286px;
	height:200px;
	
	background:transparent url(../media/widget/map_overlay.png) 0 0 no-repeat;
}
#scene-gmap-button
{
	position:absolute;
	right:0px;
	bottom:0px;
	width:40px;
	height:40px;
	background:transparent url(../media/bg-scene-map-zoom.png) no-repeat
}
#scene-gmap-button a
{
	left:8px;
	top:7px;
	width:25px;
	height:27px;
	background-image:url(../media/button/scene-map-zoom.png);
}

/* widget > share */
#scene-widget-share
{
	color:#75744a;
	text-align:right;
}
#scene-share-labels
{
	float:left;
	width:48px;
	margin-top:-4px;
	margin-left:2px;
	padding-right:5px;
	line-height:29px;

}
#scene-share-form
{
	float:left;
	width:225px;
}
#scene-share-form INPUT
{
	width:220px;
	margin-bottom:9px;
}
#scene-share-form SELECT
{
	width:105px;
	background-color:#cccc99;
	color:#75744a;
}
#scene-share-trace
{
	margin-top:-2px;
	display:none;
}

/* Menu-layer widgets: activity, reviews, channel */
.layer-widget
{
	position:relative;
	margin-bottom:20px;

	/*color:white;*/
	color:#f2f2f2;
}
.layer-widget .widget-header, .layer-widget .widget-footer
{
	position:relative;
	width:100%;
	min-height:8px;
	
	font-weight:bold;
	/*line-height:15px;*/
}
.layer-widget .widget-body
{
	position:relative;
	/*min-height:20px;*/
}
.layer-widget .widget-body-content
{
	position:relative;
	margin:0px 1px;
}
.layer-widget .widget-body-content .msg
{
	margin:0px 8px;
	padding-bottom:5px;
	font-style:italic;
}
.layer-widget .widget-bg
{
	position:absolute;
	top:0px;
	bottom:0px;
	width:50%;
}
.layer-widget .widget-bg.header-left
{
	left:0px;
	background:transparent url(media/widget/menu_layer_header_left.png) 0% 0% no-repeat;
}
.layer-widget .widget-bg.header-right
{
	right:0px;
	background:transparent url(media/widget/menu_layer_header_right.png) 100% 0% no-repeat;
}
.layer-widget .widget-bg.body-left
{
	left:0px;
	background:transparent url(media/widget/menu_layer_body.png) 0% 0% repeat-y;
}
.layer-widget .widget-bg.body-right
{
	right:0px;
	background:transparent url(media/widget/menu_layer_body.png) 100% 0% repeat-y;
}
.layer-widget .widget-bg.footer-left
{
	left:0px;
	background:transparent url(media/widget/menu_layer_footer_left.png) 0% 100% no-repeat;
}
.layer-widget .widget-bg.footer-right
{
	right:0px;
	background:transparent url(media/widget/menu_layer_footer_right.png) 100% 100% no-repeat;
}
.layer-widget .widget-header .hint
{
	color:#400000;
	font-size:11px;
	font-weight:normal;
}
.layer-widget .widget-search
{
	position:relative;
	background:transparent url(media/icon_search_imprint.png) 7px 4px no-repeat;
}
.layer-widget .widget-search INPUT
{
	margin-left:28px;
	margin-top:4px;
	margin-bottom:5px;
	border:1px solid #7f7878;
	background-color:black;
	width:120px;
	height:15px;
	
	font-size:11px;
}
.layer-widget .result-header
{
	position:relative;
	margin:0px 1px 0px 1px;
	height:22px;
	background-color:#222222;
	
	font-size:11px;
	font-weight:normal;
	color:#f2f2f2;
	line-height:15px;
}
.layer-widget .result-count
{
	position:relative;
	float:left;
	margin-left:28px;
	margin-top:3px;
}
.layer-widget .result-nav
{
	position:relative;
	float:right;
	margin-right:10px;
	margin-top:3px;

	width:75px;
	
	font-size:11px;
	font-weight:normal;
	color:#f2f2f2;
	text-align:center;
}
#layer-widget-header-live
{
	position:absolute;
	left:1px;
	top:1px;
	z-index:10;
}
.layer-widget-header-scheduled
{
	color:#707070;
	/*color:black;*/
	font-weight:normal;
	font-size:11px;
	height:18px;
	padding-left:24px;
	/*background:transparent url(media/bg_widget_list_header.png) repeat-x;*/
	background-color:#222222;
	/*background-color:rgba(204,204,153,.35);*/
}
.layer-widget-list
{	
	position:relative;
	width:100%;
	height:20px;
	min-height:20px;
	line-height:20px;
}
.layer-widget-list .dimmed
{
	color:#b4b4b4;
}
.layer-widget-list.live
{
	background-image:url(media/bg-widget-list-live.png);
	background-repeat:repeat-x;
}
.layer-widget-list.default A
{
	background-image:url();
}
.layer-widget-list .icon
{
	float:left;
	border:0px;
	padding-top:3px;
	margin:0px 5px;
}
.layer-widget-list .name
{
	float:left;
	width:120px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	margin-right:3px;
}
.layer-widget-list .name.narrow
{
	width:110px;
}
.layer-widget-list .end
{
	float:right;
	margin-right:10px;
}
.layer-widget-list .rewards
{
	float:left;
	margin-left:25px;
	width:25px;
}
.layer-widget-list .score
{
	float:left;
	margin-left:25px;
	width:30px;
	font-weight:bold;
}
.layer-widget-list A
{
	width:100%;
	background-position:100% 0%;
	background-image:url(media/button/widget_list_arrow.png);

}
.layer-widget-list.live A
{
	width:100%;
	background-position:100% 0%;
	background-image:url(media/button/widget_list_live.png);
}
.layer-widget-list.webplay A
{
	width:100%;
	background-position:100% 0%;
	background-image:url(../media/button/widget_list_webplay.png);
}
.layer-widget-list A:hover
{
	background-position:100% 100%;
}

/* layer-widget > activity */
.ugc-slideshow-display
{
	position:absolute;
	left:0px;
	width:360px;
	height:255px;
	background-color:black;
	background-position:50% 50%;
	background-repeat:no-repeat;
}
.ugc-slideshow-display img
{
	visibility:hidden;
}
.ugc-slideshow-caption
{
	position:absolute;
	right:5px;
	bottom:6px;
	padding:0px 4px;
	background:transparent url(../media/bg-black-80pct.png) 0 0 repeat;
}
#ugc-slideshow-index
{
	height:18px;
	text-align:right;
	padding-right:12px;
	
	font-size:11px;
	color:#b4b4b4;
}

/* layer-widget > reviews */
#scene-ave-rating
{
	position:absolute;
	right:15px;
	top:9px;
	height:11px;
	width:65px;
}
.scene-rating
{
	position:relative;
	width:55px;
	height:11px;
}
.stars
{
	position:absolute;
	top:0px;
	height:11px;
	background-repeat:repeat-x;
}
.stars.on
{
	left:0px;
	background-image:url(../media/icon-star-on.png);
	background-position:0 0;
	width:0%;
}
.stars.off
{
	right:0px;
	background-image:url(../media/icon-star-off.png);
	background-position:100% 0;
	width:100%;
}
#scene-ave-rating .stars.on
{
	background-image:url(../media/icon-star-ave-on.png)
}
#scene-ave-rating .stars.off
{
	background-image:url(../media/icon-star-ave-off.png)
}

#comments-list
{
	width:360px;
}
.comment-container
{
	position:relative;
	width:320px; 
	line-height:normal;
}
.comment-header
{
	height:10px;
	background:url('../media/bg-comment-header.png') no-repeat;
}
.comment-body
{
	width:290px;
	padding:0px 15px;
	background:url('../media/bg-comment-body.png') repeat-y;
	color:black;
}
.comment-footer
{
	height:22px;
	background-repeat:no-repeat;
}
.comment-details
{
	height:24px;
	margin:5px 0px 20px 0px;
	
	font-size:11px;
	color:white;
}
.comment-icon
{
	height:24px;
	width:32px;
	background-color:#75744A;
}
.comment-detail
{
	margin-top:-2px;
	position:relative;
	float:left;
}
.comment-remove
{
	position:relative;
	width:14px;
	height:14px;
	margin:0px 4px;
}

/* layer-widget > channel */
.channel-header
{
	height:33px;
	background:transparent url(media/widget/menu_layer_header_channel.png) no-repeat 1px 1px;
	
	font-weight:bold;
	font-size:14px;
	color:#042736;
}
.channel-header-image
{
	width:360px;
}
.channel-content
{
	padding:8px 16px;
}
.channel-content P
{
	margin-top:0px;
}
#channel-scenes-menu
{
	position:absolute;
	right:6px;
	top:2px;
	width:105px;
	height:22px;
}
#channel-scenes-menu A
{
	width:105px;
	height:22px;
	background-image:url(media/menu/channel-scenes.png);

}



/*	Places Layer //////////////////////////////////////////////////////////////////////////////////
*/
#gmap
{
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:0px;
}
#gmap A
{
	border:0px;
}
.shear-fix
{
	position:absolute;
	left:1px;
	top:1px;
	width:28px;
	height:28px;
}
.innershadow
{
	position:absolute;
	/*left:0px;*/
	top:0px;
	width:100%;
	height:100%;
}
.marker
{
	position:absolute;
	cursor:pointer;
}

/* Menu-layers: events, traces */
.trace-header
{
	position:relative;
	width:100%;
	height:40px;
}
.trace-control
{
	position:relative;
	width:100%;
	height:30px;
}
.trace-follow
{
	position:absolute;
	left:145px;
	top:23px;
	line-height:normal;
}
.trace-follow A
{
	color:#666060;
	font-weight:normal;
	font-size:11px;
}
.trace-toggle
{
	position:absolute;
	left:47px;
	width:50px;
	border:0;
	padding:0;
}
.trace-events
{
	position:absolute;
	left:0px;
	top:10px;
	right:0px;
	bottom:0px;
	
	overflow:hidden;
}
.trace-events-list
{
	position:absolute;
	top:0px;
	left:16px;
	width:230px;
}
.trace-event
{
	position:relative;
	float:left;
	/*width:280px;*/
	color:#b4b4b4;
}
.trace-event .time
{
	position:absolute;
	left:0px;
	top:1px;	
	line-height:18px;
	font-size:11px;
}
.trace-event .event
{
	position:relative;
	margin-left:56px;
	width:170px;
	line-height:18px;
}
.trace-icon
{
	float:left;
	margin-left:8px;
	margin-top:6px;
}
.trace-name
{
	float:left;
	color:black;
	margin-left:5px;
	margin-top:5px;
}
.event-icon
{
	float:left;
	margin-left:6px;
	margin-top:4px;
}
.event-traces-count
{
	position:absolute;
	left:12px;
	bottom:4px;

	color:#666060;
	/*font-weight:normal;*/
	font-size:11px;
}
.event-traces-header
{
	position:relative;
	height:18px;
	font-size:10px;
	color:#b4b4b4;	
}
.event-trace-icon
{
	position:relative;
	float:left;
}
.event-trace-stats
{
	float:left;
	margin-top:20px;
	padding-left:22px;
	color:#b4b4b4;
	font-size:10px;
}
.event-trace-stats .stats
{
	float:left;
	padding-left:20px;
	padding-right:5px;
	background-repeat:no-repeat;
	white-space:nowrap;
	overflow:hidden;
}
.event-traces
{
	position:relative;	
}
.event-trace-target
{
	display:none;
	float:right;
	margin:2px 2px 0px 0px;
	border:0px;
}
.event-control
{
	position:relative;
	height:30px;
	padding-top:18px;
	background-color:#b4b487;
	line-height:normal;
}
.event-control A
{
	color:#666060;
	font-weight:normal;
	font-size:11px;
}
.event-traces-toggle
{
	position:absolute;
	left:190px;
	top:2px;
	width:55px;
	height:10px;
}
.event-events
{
	position:relative;
	width:100%;

}