body
{
	margin:0px;
	background-color:#969696;
	/*background-color:#034f75;*/

	font-family:'Lucida Grande','Trebuchet MS',sans-serif;

	font-size:11px;	
	color:white;
	
	/* for MSIE */
	width:100%; 
	height:100%;
}
body a,
.listitem a:hover,
.listitem .listlink a
{
	/*color:white;*/
	color:#f2f2f2;
	border-bottom:1px dotted white;
	text-decoration:none;
}
body a:hover,
.listitem a,
.listitem .listlink a:hover
{
	border-bottom:0px;
}

form
{
	margin:0px;
}

.listitem
{
	position:relative;
	float:left;
	width:260px; 
	height:50px;
	margin:0px 10px 15px 0px;
	line-height:normal;
	border:1px solid #0d3040;
}

#layout
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	
	min-width:1020px;
	min-height:450px;
	
	overflow:hidden;
}

.title h1, .title, h2
{
	display:inline;
	font-size:14px;
	margin:0px;
}
.title h1
{
	color:rgb(150,150,150);
	padding-right:1px;
}
.title h2
{
	color:white;
}

input
{
	border:1px solid rgb(150,150,150);
}

.layer
{
	position:absolute;
	overflow:hidden;
}
.layer .bg
{
	position:absolute;
	left:0px;
	top:0px;
	background-repeat:repeat-x;
	/*border:1px dotted white;*/
}
.layer .shadow
{
	position:absolute;
	right:0px;
	top:0px;
	width:3px;
}

.layer-shadow-bottom
{
	position:absolute;
	left:7px;
	bottom:-5px;
	height:5px;
}

.layer-dropshadow
{
	position:absolute;
	top:0px;
	width:6px;
	height:100%;
}

.layer-dropshadow-left
{
	left:-6px;
	top:30px;
}

.layer-dropshadow-right
{
	right:-6px;
}



.layer CANVAS
{
	position:absolute;
	left:0px;
	top:0px;
}

.layer .header
{
	z-index:5000;
}
.layer .titlebar
{
	position:absolute;
	left:45px;
	right:0px;
	top:0px;
	height:25px;
	overflow:hidden;
	
	width:100%;
	
	z-index:5100;
}
/*
.layer .close
{
	position:absolute;
	top:4px;
	height:23px;
	width:25px;
	z-index:5200;
	cursor:pointer;
}
*/



.layer .titlebar .title
{
	margin:6px 0px 0px 22px;
	float:left;
}

.layer-title
{
	position:relative;
	float:left;
	width:60%;
	
	margin:4px 0px 0px 5px;
	font-size:14px;
	font-weight:bold;
}

.layer .menubar
{
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	
	z-index:5200;
	
	/*border:1px dotted lime;*/
	/*background-color:#cecece*/
}
.layer .menu
{
	position:relative;
	float:right;
	/*height:25px;*/
	cursor:pointer;
}
.layer .menucontent
{
	position:absolute;
	/*height:22px;*/
	z-index:1;
	left:0px;
	top:1px;
	
}

.menu canvas, .menu a, .button a
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}

.menu a, .button a
{
	z-index:10;
	background-color:transparent;
	background-position:0% 0%;
	background-repeat:no-repeat;
	border:0px;
}
.button a
{
	height:18px;
}
.menu a:hover, .button a:hover
{
	background-position:0% 100%;
}
.button-over
{
	background-position:0% 100% !important;
}
.button
{
	position:absolute;
}

.layer .search-result
{
	left:0px;
	top:75px;
	
	color:white;
}

.search-header
{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:57px;
	
	background-color:#808055;
}
.search-header.my
{
	background-color:#6e0000;
}

#search-context-toggle
{
	margin-left:4px;
	margin-top:5px;
	cursor:pointer;
	background-image:url(../media/blank.gif);
}

.search-header .result-header
{
	position:absolute;
	left:0px;
	top:55px;
	width:100%;
	height:17px;
	padding-left:15px;
	padding-top:3px;
	
	background-color:#322f1e;
}

.search-header .result-header.my
{
	background-color:#240000;
}

.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;
}

.language-menu
{
	margin:4px 0px 0px 2px;
}

.layercontent
{
	position:absolute;
	left:44px;
	top:34px;
	/*border:1px dotted red;*/
	overflow:auto;
	
	font-size:12px;
	color:black;
	line-height:18px;
	padding-right:0px;
	
	z-index:1;
}
.layercontent .dimm
{
	color:#373737;
}

.layercontent input,
.layercontent select,
.layercontent textarea,
.scene-context.direct 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;*/
}
.scene-context.direct select
{
	margin-left:7px;
	color:#00628c;
}

.layercontent select
{
	height:20px;
}

.layercontent .form
{
	border:1px solid #75744a;
	background-color:#999966;
	color:white;
	font-size:12px;
}

.layercontent .fieldheader
{
	float:left;
	width:16%;
	
	text-align:right;
	/*padding-right:7px;*/
	
	/*color:#75744a;*/
	/*border:1px dotted white;*/
}


#dashboard
{
	position:absolute;
	bottom:-240px;
	
	width:800px;
	height:240px;
	
	background-image:url(../media/bg_dashboard70+.png);
	
	z-index:1000; /* top-most */
}

#dashboard-header
{
	position:absolute;
	left:280px;
	top:10px;
	width:240px;
	height:38px;
}

#dashboard-toggle
{
	position:absolute;
	right:10px;
	top:175px;
	
	color:#888888;
	cursor:pointer;
}	

.dashboard-link
{
	position:absolute;
	float:left;
	top:68px;
	
	width:170px;
	height:82px;
	
	cursor:pointer;
}

.dashboard-link-title
{
	position:absolute;
	left:28px;
	top:7px;
	width:140px;
	height:20px;
}

.dashboard-link-caption
{
	position:absolute;
	left:30px;
	top:30px;
	color:black;
}

.list-container
{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}	

.list-pages-container
{
	position:absolute;
	left:0px;
	top:0px;
}

.list-page
{
	position:absolute;
	overflow:hidden;
}

.list-navigation
{
	position:absolute;
	bottom:0px;
	height:7px;
	font-size:0px;
}

.list-navigation-button
{
	position:absolute;
	width:18px;
	height:18px;
	cursor:pointer;
	
	display:none;
}

.list-row
{
	position:relative;
	margin:0px auto;
	text-align:left;
}

.list-item
{
	position:relative;
	float:left;
	cursor:pointer;
	
	/*overflow:hidden;*/
	/*background-color:#555555;*/
}

.list-item canvas
{
	position:absolute;
	left:0px;
	bottom:0px;
	top:auto;
}

.list-item-shadow
{
	position:absolute;
	bottom:0px;
}

.list-item-title
{
	position:relative;
	/*width:125px;*/

	overflow:hidden;
	
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	
	/*color:#878080;*/
	/*color:#a7a0a0;*/
	/*color:#999999;*/
	color:#a0a0a0;
	
/*
	z-index:10;
	height:25px;
*/
	
	/*background-color:#000000;*/
	
	/*background:transparent url(../media/bg_list_item_title.png) 10px 10px no-repeat;*/
}

.list-item-title-bg
{
	position:absolute;
	z-index:-1;
	right:-1px;
	bottom:-14px;
}

.list-item-details
{
	position:relative;
	margin-top:2px;
	margin-right:5px;
	
	font-size:10px;
	line-height:12px;
	color:white;
}

.list-item-details p
{
	margin:4px 0px 4px 0px;
}

.list-item-flip
{
	position:absolute;
	left:0px;
	
	/*opacity:.5;*/
	
	background-color:#d7d7a1;
	display:none;	
}

.list-item-live
{
	width:11px;
	height:10px;
	vertical-align:top;
	margin-right:3px;
}

.layerpanel
{
	position:relative;
	margin-top:10px;
	/*width:95%;*/
	/*max-width:860px;*/
	
	border:1px solid #75744a;
	border-right-color:#baba86;
	border-bottom-color:#baba86;
}

.layerpanel .arrow
{
	left:auto;
	top:auto;
	
	position:absolute;
	right:80px;
	bottom:-20px;
	
	width:40px;
	height:20px;
	
	/*border:1px dotted black;*/

	z-index:10;
}

.layerpanel .content
{
	background-position:bottom left;
	background-repeat:repeat-x;
	width:100%;
	height:35px;
	/*border:1px dotted red;*/
	overflow:hidden;
}

.layerpanel .header
{
	background-position:0% 100%;
	background-repeat:repeat-x;

	position:absolute;
	left:0px;
	top:0px;
	
	width:120px;
	height:35px;
	background-color:#878758;
	/*border:1px solid red;*/
}

.layerpanel .headertitle
{
	position:absolute;
	left:10px;
	top:7px; 
	height:20px;
}

.layerpanel .headerindex
{
	position:absolute;
	left:16px;
	top:7px; 

	line-height:normal;
	
	font-family:arial;
	font-weight:bold;
	color:#75744a;
	font-size:13px;
}

.layerpanel .panelmenubar
{
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
}

.layerpanel .divider
{
	width:96%;
	height:1px;
	font-size:1px;
	margin:4px 0px;
	background:url(../media/dotted_gr.gif) repeat-x;
}

.loginform
{
	margin:0px;
}

.loginform SPAN
{
	font-size:10px;
	font-weight:normal;
	padding-top:1px;
}

.loginform div,
.signupform div
{
	float:left;
	margin-top:2px;
	font-weight:bold;
	color:#f2f2f2;

	margin-right:5px;
}

/*
.loginform .login-label
{
	font-weight:bold;
	font-size:11px;
}
*/

.signupform div
{
	font-weight:normal;	
}

.loginform input,
.profileform input,
.signupform input,
.scene-form.my
{
	float:left;
	margin-right:5px;

	/*margin-top:1px;*/

	border:1px solid #7a0000;
	background-color:#8d0000;


	color:white;

	font-size:12px;
	padding-left:2px;
	/*height:13px;*/
	
	/*vertical-align:-10%*/;
}

/*
.scene-form.my
{
	height:14px;
}
*/

.profile-label
{
	float:left;
	width:70px;
	text-align:right;
	margin:0px 3px 0px 0px;

	color:rgb(242,242,242);
}

.checkbox
{
	width:12px;
	height:13px;
	vertical-align:middle;
	cursor:pointer;
}

#gmap
{
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:0px;
}
#gmap a
{
	border:0px;
}

.innershadow
{
	position:absolute;
	/*left:0px;*/
	top:0px;
	width:100%;
	height:100%;
}

.innershadow_fix
{
	position:absolute;
	left:1px;
	top:1px;
	width:28px;
	height:28px;
}

.marker
{
	position:absolute;
	cursor:pointer;
}

#dragable_markers
{
	top:5px;
	left:0px;
	right:15px;
	/*width:280px;*/
	/*width:90%;*/
	height:72px;

	padding:8px 4px;
	
	border:1px solid #878080;
}

.dragable-marker
{
	float:left;
	margin:0px;
	
	width:46px;
	height:70px;
}

.dragable-marker img
{
	position:absolute;
	left:14px;
	top:0px;
	width:18px;
	height:47px;
}

.dragable-marker div
{
	top:50px;
	left:0px;
	width:46px;
	
	text-align:center;
	font-weight:bold;
}

.clear
{
	/* class to force parent height for element with float childnodes */
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	overflow:hidden;
}



/*	scene layer
*/

.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;
/*
	float:left;
	padding-top:1px;
	margin-left:8px;
*/
}

.scene-live
{
	position:absolute;
	left:19px;
	top:3px;
	width:12px;
	height:11px;
	z-index:10;
}

.scene-context
{
	position:absolute;
	left:18px;
	top:30px;
	cursor:pointer;

	color:#00628c;
	font-size:12px;
}

.scene-context.direct
{
	cursor:auto;
	width:400px;
}

.scene-context img
{
	float:left;
	padding-top:1px;
	margin-right:4px;
}

.scene-context:hover
{
	color:white;
}

.scene-context.direct:hover
{
	color:#00628c;
}

#scene-icon
{
	position:absolute;
	left:2px;
	top:1px;
	width:64px;
	height:28px;
	z-index:5001;
}

#scene-page-backdrop
{
	position:absolute;
	left:0px;
	right:0px;
	top:123px;
	height:600px;
	
	
	overflow:hidden;
	/*border:1px dotted magenta;*/
}

#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/scene_backdrop_shadow_left.png);
	
}

.scene-backdrop-shadow.right
{
	right:0px;
	background:url(../media/scene_backdrop_shadow_right.png);
	background-position:100% 0%;
}


#scene-page-leftcolumn
{
	position:relative;
	float:left;
	margin-top:10px;
	
	width:604px;
}

#scene-page-rightcolumn
{
	position:relative;
	float:left;
	margin-left:14px;

	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:#75744a;
	border:0px;
	border-bottom:1px dotted #75744a;
	line-height:17px;
}

#scene-tags a:hover
{
	color:#43422a;
	border-color:#43422a
}

.scene-widget
{
	position:relative;
	float:left;
	margin-bottom:15px;
}

.scene-widget.large
{
	width:604px;
}
.scene-widget.small
{
	width:294px;
}

.scene-widget .widget-header
{
	position:relative;
	width:100%;
	height:25px;
}

.scene-widget .widget-title
{
	position:absolute;
	left:0px;
	top:0px;
}

.scene-widget .widget-body
{
	position:relative;
	padding:0px 2px;
}

.scene-widget .widget-footer
{
	position:relative;
	width:100%;
	height:20px;
}

.scene-widget.large .widget-header
{
	background-image:url(../media/widget/bg_header_large.png);
}
.scene-widget.large .widget-body
{
	background-image:url(../media/widget/bg_body_large.png);
	min-height:435px;
}
.scene-widget.large .widget-footer
{
	background-image:url(../media/widget/bg_footer_large.png);
}

.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);
}

#scene-story
{
	width:544px;
	margin:0px auto;
	font-size:13px;
}
#scene-story a
{
	color:black;
	border-bottom:1px dotted #333333;
}
#scene-story a:hover
{
	border-bottom:0px;
}

.slogan
{
	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 14px 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;
}


#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;
}

#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:10px;
	bottom:10px;

	width:40px;
	height:40px;
	background:transparent url(../media/bg_map_zoom.png) 0 0 no-repeat;
}

#scene-gmap-button a
{
	left:11px;
	top:10px;
	
	width:20px;
	height:26px;
	background-image:url(../media/button/map_widget_go.png);
}


#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;
}

#add-comment-form
{
	margin-left:22px;
	border:1px solid #7f7878;
	background-color:black;
	width:258px;
	max-width:258px;
	height:30px;
	
	font-size:11px;
}

#add-comment
{
	right:52px;
	bottom:17px;
}

#comments-list
{
	width:344px;
}

.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:300px;
	padding:0px 10px;
	background:url('../media/bg_comment_body.png') repeat-y;
}
.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:#71714b;
}
.comment-detail
{
	margin-top:-2px;
	position:relative;
	float:left;
}
.comment-remove
{
	position:relative;
	width:14px;
	height:14px;
	margin:0px 4px;
}

/*
#ugc-slideshow-display
{
	width:340px;
	height:255px;
	background-color:black;
	margin-left:1px;
}
*/

.ugc-slideshow-display
{
	position:absolute;
	left:1px;
	width:340px;
	height:255px;
	background-color:black;
	background-position:50% 50%;
	background-repeat:no-repeat;
	

/*
	display:table-cell;
	vertical-align:middle;
*/
}

.ugc-slideshow-display img
{
	visibility:hidden;
/*
	display:block;
	position:relative;
	margin:auto;
*/
}

.ugc-slideshow-caption
{
	position:absolute;
	right:5px;
	bottom:6px;
	padding:0px 4px;
	background:transparent url(../media/bg_black_80.png) 0 0 repeat;
}



#ugc-slideshow-index
{
	height:18px;
	text-align:right;
	padding-right:12px;
	
	font-size:11px;
	color:#b4b4b4;
}



/*	menu layer widget
*/

.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:#1e0101;
	font-size:11px;
	font-weight:normal;
}

.layer-widget .widget-search
{
	position:relative;
	background:transparent url(media/icon_search.png) 5px 4px no-repeat;
}

.layer-widget .widget-search input
{
	margin-left:28px;
	margin-top:7px;
	border:1px solid #7f7878;
	background-color:black;
	width:120px;
	
	font-size:11px;
}

.layer-widget .widget-search .result-header
{
	position:relative;
	margin:6px 1px 0px 1px;
	height:22px;
	background-color:#222222;
	
	font-size:11px;
	font-weight:normal;
	color:#f2f2f2;
}

.layer-widget .widget-search .result-count
{
	position:relative;
	float:left;
	margin-left:28px;
	margin-top:3px;
}

.layer-widget .widget-search .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_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.play a
{
	width:100%;
	background-position:100% 0%;
	background-image:url(media/button/widget_list_webplay.png);
}

.layer-widget-list.edit a
{
	width:100%;
	background-position:100% 0%;
	background-image:url(media/button/widget_list_edit.png);
}

.layer-widget-list a:hover
{
	background-position:100% 100%;
}


/*	playback (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:7px;
}

.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%;

}

/*
.layer-widget-list a
{
	text-decoration:none;
}
*/


/*	editing
*/

.scene-guide
{
	position:relative;
	width:550px;
	margin:0px 0px 10px 50px;
	color:#555539;
	font-size:11px;
}

.scene-guide-icon
{
	position:absolute;
	left:-15px;
	top:3px;
	width:10px;
	height:10px;
}

.scene-dimmed
{
	color:#555539;
}

.scene-details-play
{
	float:left;
	width:175px;
	max-width:175px;
	min-height:180px;
}

.suggested-tag
{
	cursor:pointer;
	margin-right:5px;
	float:left;
}

.player
{
	position:absolute;
	cursor:pointer;
	/*border:1px solid red;*/
}

.form-label
{
	float:left;
	text-align:right;
	width:80px;
}


#scene-icon-builder
{
	position:relative;
	float:right;
	margin-right:40px;
	
	width:120px;
	height:90px;
	
	border:1px solid #75744a;
	background-color:#999966;

	overflow:hidden;
}
#scene-icon-builder-face
{
	position:absolute;
	left:0px;
	top:0px;
	width:120px;
	height:70px;
	background-color:#d7d7a2;
}
#scene-icon-builder-image
{
	position:absolute;
	left:0px;
	top:0px;
	z-index:0;
}
#scene-icon-draggable
{
	position:absolute;
	left:0px;
	top:0px;
	cursor:move;
}
#scene-icon-drag
{
	position:absolute;
	left:0px;
	top:0px;
	height:70px;
	width:120px;
	
	background:transparent url('../media/scene_icon_builder_mask.png') no-repeat;
}
#scene-icon-slider
{
	position:absolute;
	left:0px;
	top:70px;
	height:20px;
	width:120px;
	
	background-color:#999966;
}
.slider-horizontal
{
	width:82px;
	height:12px;
	background:transparent url('../media/bg_slider.png') no-repeat;
}
.slider-handle
{
	position:absolute;
	left:0px;
	top:0px;
	cursor:pointer;
}


#scene-backdrop-medium
{
	position:absolute;
	right:0px;
	top:-42px;
}






#story-form
{
	float:left;
	margin-top:24px;
	width:625px;
}

#story-add-element
{
	position:relative;
	float:left;
	margin-left:63px;
	margin-top:-8px;
	width:550px;
}
#story-add-element a
{	
	color:black;
	background-image:url(../media/button/add.png);
}

.story-element
{
	position:relative;
	float:right;
	margin-bottom:15px;
	width:534px;
/*
	height:200px;
*/
/*
	background-color:#999966;*/
	border:1px solid #75744A;

}

.story-element-remove
{
	position:absolute;
	left:-19px;
	bottom:19px;
	width:14px;
}
.story-element-remove a
{	
	width:14px;
	background-image:url(../media/button/remove.png);
}

.story-element-text
{
	float:left;
	margin:5px;
	color:white;
}

.story-element-text textarea
{
	width:380px;
	height:220px;
}

.story-element-medium
{
	float:left;
	margin-left:6px;
	margin-top:5px;
	width:120px;
	
/*
	border:1px dotted magenta;
*/
	background-color:#999966;
	/*border:1px solid #75744a;*/

}

.story-element-medium-align
{
	width:110px;
	height:20px;
	
	padding:2px 5px;
	
	background-color:#cccc99;
	
	border:1px solid #75744a;
	border-bottom:0px;
}


.story-element-medium-drop
{
	position:relative;
	float:left;
	
	width:120px;
	height:70px; 
	
	
	text-align:center;
	overflow:hidden;

	border:1px solid #75744a;
}

.medium-add
{
	position:absolute;
	right:2px;
	bottom:2px;
	width:45px;
	height:45px;
	cursor:pointer
}

.medium-remove
{
	position:absolute;
	left:2px;
	bottom:2px;
	width:14px;
	height:14px;
	cursor:pointer;
}







.colorpicker-color
{
	position:relative;
	float:left;
	width:20px;
	height:20px;
	cursor:pointer;
	
	margin:1px;
	
}

.user-dropped
{
	position:relative;
	/*width:120px;*/
	height:18px;
	margin:2px 5px;

	float:left;
}

.medium-drop-small
{
	position:relative;
	width:80px;
	height:60px;

	border:1px solid #75744a;
	background-color:#999966; 
	
	text-align:center; 
	overflow:hidden;
	
	/*clear:both;*/
}

.medium-drop-icon
{
	position:absolute;
	right:2px;
	bottom:2px;
	width:45px;
	height:45px;
	
	cursor:pointer;
}

.medium-remove-icon
{
	position:absolute;
	left:3px;
	bottom:3px;
	width:14px;
	height:14px;
	
	cursor:pointer;
}


/*	publishing
*/

#public-publish
{
	position:relative;
	min-height:12px;
	margin:0px 1px;
}
#public-publish-form
{
	position:relative;
	height:95px;
	background:transparent url(media/widget/bg_publish_body.png) 0 0 no-repeat;
	border-top:1px solid #afafaf;
	color:black;
	/*color:#666060;*/
	line-height:22px;
}

#public-publish-form input, public-publish-form select
{
	float:left;
	font-size:11px;
}

#ui-datepicker-div a
{
	border:0px;
}

#public-publish-form form
{		
	position:absolute;
	left:30px;
	top:5px;
}

#public-publish-form .label
{
	float:left;
	width:40px;
	padding-right:3px;
}

#public-publish-form .label.small
{
	width:25px;
	text-align:right;
}

#public-publish-list
{
	position:relative;
	min-height:5px;
	padding-bottom:2px;
}

#public-publish-list input, #public-publish-list select
{
	float:left;
	background-color:black;
	border:1px solid #7F7878;
	font-size:11px;
	width:90px;
}

#public-colorpicker
{
	position:absolute;
	z-index:1000;
	
	width:126px;
	
	background-color:black;
	padding:2px;
	border:1px solid #7F7878;
}

#public-colorpicker .team-color
{
	float:left;
	width:17px;
	height:17px;
	cursor:pointer;
	margin:1px;
	border:1px solid black;
}


#publish-add-event
{
	width:140px;
	height:20px;
	margin-bottom:8px;
	cursor:pointer;
}

.public-publish-team
{
	position:relative;
	background:transparent url(media/icon_trace.png) 5px 5px no-repeat;
	min-height:50px;
	padding:2px 5px 2px 24px;
	border-bottom:1px dotted #b4b4b4;
}

.public-publish-team .header
{
	position:relative;
	width:300px;
	height:25px;
}

.public-publish-team .team-color
{
	float:left;
	margin:2px 2px 0px 4px;
	width:17px;
	height:17px;
	background-color:black;
	cursor:pointer;
}

.public-publish-team .team-feature
{
	float:left;
	margin-left:8px;
	margin-right:5px;
}

.public-publish-team-users
{
	position:relative;
	color:#b4b4b4;
	min-height:20px;
	border:1px solid transparent;
}

.public-publish-user
{
	position:relative;
	float:left;
	min-width:40px;
	height:18px;
	padding-left:22px;
	background:transparent url(media/icon_user.png) 2px 0px no-repeat;
	
	/*border:1px dotted magenta;*/
	
}
.public-publish-user img
{
	display:none;
	
	position:absolute;
	left:-4px;
	top:-2px;
	cursor:pointer;
}
	

/*	direct-mode publishing
*/

.scene-edit-panel,
.publish-event
{
	position:relative;
	margin-bottom:8px;
	
	width:700px;

	background:url(../media/bg_scene_publish_event.png) no-repeat;
}

.scene-edit-panel-header,
.publish-event-header
{
	width:660px;
	padding:5px 10px 6px 35px;
	height:21px;
}

.scene-edit-panel-icon,
.publish-event-icon
{
	position:absolute;
	left:7px;
	top:4px;
	width:21px;
	height:16px;
}

.scene-edit-panel-meta,
.publish-event-meta
{
	display:none;

	width:660px;
	padding:5px 10px 5px 35px;
	/*height:42px;*/
	background:url(../media/bg_scene_publish_event_header.png) no-repeat;
	
	
}

.scene-edit-panel-body,
.publish-event-body
{
	display:none;

	width:700px;
	padding:12px 0px;
	
	background:url(../media/bg_scene_publish_event_body.png) bottom no-repeat;
}

.scene-edit-panel-meta,
.scene-edit-panel-body
{
	display:block;
}

.scene-edit-panel-line
{
	position:relative;
	height:21px;
}

#publish-event-addteam
{
	width:140px;
	height:20px;
	margin:0px 0px 8px 15px;
	cursor:pointer;
}

.publish-event-team
{
	position:relative;
	/*margin-bottom:5px;*/
	
	margin:0px 0px 15px 17px;
	
	width:665px;
	min-height:20px;
	
/*
	border:1px solid #999966;
	background-color:#aeae74;
*/
	/*background-color:#90905e;*/
}

.publish-event-team-header
{
	width:100%;
	padding:4px 0px;
	height:20px;
	
	/*background-color:#999966;*/
	background:url(../media/bg_scene_publish_event_team.png) top no-repeat;
}

.publish-event-team-body
{
	width:663px;
	padding:12px 0px 0px 0px;
	
	border:1px solid #999966;
	background-color:#aeae74;
}

.publish-event-user-drop
{


}


/*	project
*/

.input-project
{
	background-color:#005e8e;
	border:1px solid #004969;
}


#project-scenes-list
{
	position:absolute;
	left:0px;
	top:40px;
	right:0px;
	
	/*width:100%;*/
	height:120px;
	
	/*border-bottom:1px solid #4283a4;*/
	border-bottom:1px solid #1a6f99;
	
	/*border:1px dotted black;*/
	
	/*z-index:0;*/
}

#project-header-bg
{
	position:absolute;
	left:25px;
	top:-39px;
	right:25px;
	height:158px;
	
	z-index:0;
	
	background-position:50% 0px;
	background-repeat:no-repeat;
}

#project-media-add-dropzone
{
	position:absolute;
	left:0px;
	bottom:0px;
	
	width:98%;
	/*width:200px;*/
	height:22px;
	padding-right:8px;
	
	/*text-align:right;*/
	/*background-color:#005e8e;*/
	
	/*cursor:pointer;*/
}

.project-media
{
	position:relative;
	float:left;
	margin-bottom:15px;
}