/* @override 
	http://_koh3/css/common.css
	http://dev.d3k.dk/css/common.css
*/

/* @group general */

body{
	margin: 0;
	padding: 0;
	
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	color: #333;
	background: #f2f2f2;
}

#logo{
	margin-top: 0;
	top: 8px;
	position: relative;
	left: 3px;
}
#welcomelogo{
	vertical-align: middle;
}

h1{
	color: #a5a5a5;
}
h2{
	margin-bottom: 0;
}
#header h1{
	font-weight: bold;
	
	padding-left: 4px;
	font-size: 30px;
	padding-bottom: 0;
	margin: -4px 0 0;
}
#header a:link,
#header a:visited{
	color: #404040;
	text-decoration: none;
}
#header a:hover{
	color: #000;
}

#footer{
	font-size: 11px;
	line-height: 17px;
	color: #999;
	text-align: center;
}

#page{
	z-index: 100;
	width: 952px;
	margin: 0 auto;
}

#header{
	height: 40px;
	background-color: #e5e5e5;
}
#header.welcome{
	background-color: rgba(243,243,243,0.99);
}
#header.welcome img#logo{
	left: -5px;	
}


img.full{
	background: #ccc;
	padding: 6px;
}

#footer a:link,
#footer a:visited{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover{
	color: #808080;
	font-weight: bold;
	text-decoration: underline;
}

#eventmode_hl{
	color:#D28CBA;
	font-size: 20px;
	position: relative;
	top: 3px;
	left: 1px;
}

hr.clear{
	display: block;
	float: none;
	clear: both;
	visibility: hidden;
}
span.clr {
	display: block;
	clear: both;
}

form{
	margin: 0;
	padding: 0;
}

#unity{
	background: #ccc;
	margin-bottom: 0;
	padding: 6px;
	height: 400px;
	width: 1340px;
}

#unity_wrap{
	width: 952px;
	overflow: hidden;
}

a:link{
	color: #20a4fd;
}
a:visited {
	color: #147abf;
}
a:hover{
	color: #147abf;
}

/* @end */

/* @group Front */

a.tbtn{
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #989898;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 2px 6px 2px 7px;
	color: #4a4a4a;
	text-shadow: #fff 0px 1px 0px;
	background: #888 url(/img/tbtnbg24.gif) 0;
	text-transform: lowercase;
}
a.tbtn:hover{
	border: 2px solid #4589e8;
	margin-left: -1px;
	margin-right: -1px;
}

span.pm, span.pm a{
	color: #ce489e;
}
span.sml{
	font-size: 9px;
	vertical-align: text-bottom;
}

.front_txt_1{
	font-size: 25px;
	text-shadow: #fff 0 1px 1px;
	color: #373737;
	margin-top: 17px;
	display: block;
}
.front_txt_1 strong{
	color: #687480;
	font-weight: normal;
}
.front_txt_2{
	font-size: 16px;
	text-shadow: #fff 0 1px 1px;
	color: #6a6a6a;
	display: block;
	margin-top: 10px;
	line-height: 24px;
}

.front_txt_2-ny{
	font-size: 16px;
	text-shadow: #fff 0 1px 1px;
	color: #6a6a6a;
	display: block;
	margin-top: 30px;
	line-height: 24px;
}

div.front_box{
	margin-top: 30px;
	display: block;
	color: #7d7d7d;
	float: left;
	margin-right: 10px;
	width: 310px;
}
div.front_box.last{
	margin-right: 0px;
}

div.front_box span.space{
	display: block;
	font-size: 16px;
	color: #373737;
}
div.front_box span.links{
	display: block;
	float: left;
}

span.front_txt_2 a.toolbtn.front{
	float: left;
	display: inline;
}

/* @end */

/* @group Navigation */

/*
#header ul.navigation{
	list-style: none;
	background-color: #9f9f9f;
	margin: 0;
	width: 100%;
	padding: 5px 0;
}
*/
#header ul.navigation{
	list-style: none;
	background-color: #9f9f9f;
	margin: 0;
	padding: 3px 0;
	float: right;
	display: inline;
	position: relative;
	top: 9px;
	right: 6px;
}




#header ul.navigation li{
	display: inline;
	margin-right: -3px;
	margin-left: 0;
	float: left;
}
#header ul.navigation li span.current {
	background: #d5d5d5;
	color: #000;
	text-decoration: none;
	padding: 6px 20px;
}
#header ul.navigation li a:link,
#header ul.navigation li a:visited {
	padding: 6px 20px;
	color: #404040;
	text-decoration: none;
}
#header ul.navigation li a:hover {
	background: #b1b1b1;
}

/* @end */

/* @group toolbtns */

#header a.toolbtn_inline{
	margin-right: 7px;
	top: 2px;
	position: relative;
}

a.toolbtn_inline{
	font: 11px/20px "Lucida Grande", Verdana, sans-serif;
	text-shadow: #fff 0px 0px 0px;
	width:79px;
	height: 22px;
	background: url('/img/button_inline.png') 0 -1px;$
	text-shadow: #fff 0px 1px 0px;
	color:#222;
	padding: 1px 0 0;
	font-weight: bold;
	cursor: default;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 1px;
	top: -5px;
}
a.toolbtn_inline:hover	{background-position: 0 -24px;}
a.toolbtn_inline:active {background-position: 0 -47px;}

a.toolbtn{
	float: left;
	text-decoration: none;
	color:#222;
}

.toolbtn{
	font: 11px/20px "Lucida Grande", Verdana, sans-serif;
	color: #000;
	text-shadow: #fff 0px 0px 0px;
	
	width:79px;
	height:24px;
	background:url('/img/button.png');
	text-shadow: #fff 0px 1px 0px;
	color:#222;
	padding:3px 0 0 0;
	font-weight: bold;
	cursor: default;
	text-align: center;
	margin: 2px;
}
.toolbtn:hover {background-position:0 -27px;}
.toolbtn:active {background-position:0 -54px;}

a.toolbtn:link,
a.toolbtn_sml:link,
a.toolbtn_sml_dark:link,

a.toolbtn:visited,
a.toolbtn_sml:visited,
a.toolbtn_sml_dark:visited{
	color:#222;
}

a.toolbtn_sml{
	float: left;
	text-decoration: none;
}
a.toolbtn_sml_dark{
	float: left;
	text-decoration: none;
}
.toolbtn_sml,
.toolbtn_sml_dark{
	font: bold 9px/12px "Lucida Grande", Verdana, sans-serif;
	color: #000;
	text-shadow: #fff 0px 0px 0px;
	
	width: 65px;
	height: 16px;
	background: url('/img/button_sml.png') no-repeat;
	text-shadow: #fff 0px 1px 0px;
	color:#222;
	padding: 3px 0 0;
	cursor: default;
	text-align: center;
	margin: 2px;
}
.toolbtn_sml_dark{
	background: url('/img/button_sml_dark.png') no-repeat;
}
.toolbtn_sml:hover {background-position: 0 -19px;}
.toolbtn_sml:active {background-position:0 -38px;}
.toolbtn_sml_dark:hover {background-position: 0 -19px;}
.toolbtn_sml_dark:active {background-position:0 -38px;}

.toolbtn_sml.disabled {
	opacity: 0.5;
}
.toolbtn_sml.disabled:hover {background-position: 0 0;}
.toolbtn_sml.disabled:active {background-position:0 0;}

a.toolbtn_sml.active{
	color: #125c8f;
	background-position: 0 -57px;
}

/* @end */

/* @group comment */

#commentform{
	display: block;
}
#comment_input{
	width: 864px;
	font-size: 16px;
	line-height: 20px;
	float: left;
	margin: 0;
	height: 161px;
}

#comment_display{
	width: 928px;
	font-size: 13px;
	float: left;
	background-color: #687480;
	color: #fff;
	text-shadow: #4f4f4f 1px 1px 1px;
	line-height: 17px;
	
	margin: 0;
	padding: 6px 6px 0;
	border-left: 6px solid #ccc;
	border-right: 6px solid #ccc;
	border-top: 1px solid #444b54;
	border-bottom: 1px solid #e6e6e6;
	
}
#btn_commentpanel_dosave{
	float: right;
	margin: 0;
	background-position: 0 -1px;
}

/* @end */

/* @group edit */

#meta_panel{
	background: #dedede;
	padding: 6px;

}
#meta_panel form{
	padding: 0;
	margin: 0;
}
#meta_panel form input{
	margin-right: 4px;
	height: 16px;
	font-size: 13px;
	margin-left: -3px;
}
#meta_panel form .label{
	padding: 3px 4px 2px;
	font-size: 12px;
}
#meta_panel form .sml{
	width: 70px;
}
#meta_panel form .mid{
	width: 223px;
}
#meta_panel form .lrg{
	width: 421px;
	margin-right: 0px;
}
#meta_panel #btn_metaform_save{
	float: right;
	position: relative;
	top: -28px;
	right: -4px;
}
#meta_panel #desc-label{
	display: block;
	margin-top: 4px;
}
#meta_panel #desc{
	width: 100%;
	height: 83px;
}
#meta_panel form input.error{
	color: #000;
	background-color: #fa1212;
}
#meta_panel span#loader{
	width: 20px;
	height: 20px;
	display: none;
	float: right;
	background: url(../img/ajax-loader.gif) no-repeat;
	position: relative;
	top: -19px;
	right: 4px;
}

/**/

#edit_tooltabs{
	height: 22px;
	background: #333 url(../img/tabarbg.gif);
	margin-top: 0;
	padding-left: 5px;
	padding-top: 3px;
}
#edit_tooltabs .tab{
	background: #333 url(../img/tabbg_off.gif);
	float: left;
	padding-right: 4px;
	padding-left: 5px;
	border: 1px solid #787878;
	border-top: 0;
	margin-right: -1px;

	font: 11px/12px "Lucida Grande", Verdana, sans-serif;
	color: #0f0f0f;
	text-shadow: #fff 0px 0px 0px;
	height: 15px;
	padding-top: 2px;
	margin-top: 2px;
	cursor: default;
}
#edit_tooltabs .tab.active,
#edit_tooltabs .tab.nongui.active{
	color: #0f0f0f;
	background: #333 url(../img/tabbg_on.gif);
	border-bottom-color: #e0e0e0;
	display: block;
}
#edit_tooltabs .tab.nongui{
	background: #333 url(../img/tabbg_nongui.gif);
	color: #c4c4c4;
	display: none;
}

/**/

#artinfo_panel{
	display: block;
	float: left;
	/*width: 300px;*/
	height: 400px;
	margin-left: 4px;
	margin-top: -6px;
}
#artinfo_panel table.artistinfo{
	width: 305px;
}

#artinfo_panel td{
	vertical-align: top;
	text-align: right;
	padding-right: 4px;
	background-color: #e5e5e5;
}
#artinfo_panel td.key{
	padding-right: 5px;
}
#artinfo_panel td.val{
	font-weight: normal;
	background-color: #e5e5e5;
	padding-left: 4px;
	text-align: left;
}
#artinfo_panel td.val span.artistinfo{
	font-weight: normal;
	font-size: 11px;
}
#artinfo_panel td.transp{
	background-color: transparent;
}
#artinfo_panel div.infopaneltop{
}
#artinfo_panel span#infoclosebtn{
	float: right;
	margin-right: -6px;
	margin-bottom: -1px;
}

/* @end */

/* @group view */

#meta_display{
	background: #ccc;
	color: #444;
	font-weight: bold;
	margin-top: -31px;
	padding: 3px 130px 8px 6px;
	min-height: 53px;
	width: 816px;
	float: left;
	margin-bottom: 0;
}
#meta_display span{
	color: #666;
	font-weight: normal;
	margin-right: 10px;
}

#unlock_mask{
	display: block;
	width: 226px;
	height: 30px;
	float: right;
	position: relative;
	overflow: hidden;
	
right: 12px;	
}
#unlock{
	display: block;
	width: 226px;
	height: 30px;
	position: relative;
	left: 143px;
}
#unlockc{
	font-size: 16px;
	line-height: 20px;
	float: right;
	width: 110px;
}
#unlockc.error{
	color: #000;
	background-color: #fa1212;
}
#unlockx{
	position: relative;
	width: 25px;
	height: 25px;
	background: url(/img/x.png);
	text-decoration: none;
	float: right;
	top: 2px;
}
#unlockx.loading{
	background: url(/img/ajax-loader.gif) no-repeat 4px 5px;
}

#browse_content_view_space{
	margin-bottom: 6px;
}

#forkbtn{
	float: right;
	position: relative;
	right: -214px;
	top: 28px;
}

#meta_display span.metaright{
	float: right;
	font-weight: bold;
	color: #444;
}



#meta_display span.view_value{
	background-color: #afb3b7;
	color: #151e25;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 4px;
	text-shadow: #989898 0 1px 0;
	line-height: 27px;
}

#meta_display span.bText{
	width: 808px;
	display: block;
	line-height: 18px;
}

/* @end */

/* @group tips */

div.tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
div.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #1f9cfd;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
div.tip-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../img/bubble.png) bottom right;
}

/* @end */

/* @group browse */


div.cornerflag{
	width: 49px;
	height: 49px;
	position: relative;
	z-index: 100;
}
div.corner_base{
	background: url(../img/corner_base.png) no-repeat 0 0;
}
div.corner_variation{
	background: url(../img/corner_variation.png) no-repeat 0 0;
}
div.corner_space{
	background: url(../img/corner_space.png) no-repeat 0 0;
}

div.corner_base_dk{
	background: url(../img/corner_base_dk.png) no-repeat 0 0;
}
div.corner_variation_dk{
	background: url(../img/corner_variation_dk.png) no-repeat 0 0;
}
div.corner_space_dk{
	background: url(../img/corner_space_dk.png) no-repeat 0 0;
}

/**/

div.exbox a.variation_btn{
	position: relative;
	float: right;
	top: 5px;
	right: -4px;
}

a.abox{
	text-decoration: none;
	color: #222;
}

div.exbox{
	background-color: #ccc;
	padding: 4px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 175px;
	border: 1px solid #9f9f9f;
	
	height: 178px;
	overflow: hidden;
}
div.exbox.last{
	margin-right: 0;
}
div.exbox.first{
	margin-left: 1px;
}
div.exbox:hover{
	border: 1px solid #444;
}
div.exbox .img,
div.exbox .imgv{
	margin-bottom: 1px;
	position: relative;
	top: -4px;
	left: -4px;
}
div.exbox .img img{
	border: 1px solid #fff;
	width: 181px;
	height: 102px;
	display: block;
	position: relative;	
	z-index: 10;
}
div.exbox .imgv img{
	border: 1px solid #fff;
	width: 181px;
	height: 102px;
	display: block;
	position: relative;	
	top: -49px;
	margin-bottom: -49px;
	z-index: 10;
}

div.exbox .title{
	font-weight: bold;
	text-shadow: #fff 1px 1px 1px;
	height: 20px;
	overflow: hidden;
}

div.exbox .arg{
	background-color: #a9c3e8;
	padding-left: 3px;
	padding-right: 3px;
}

div.exbox .body{
	color: #4c4c4c;
	font-size: 11px;
	padding-top: 0;
	margin-top: 5px;
}

#browse_toolbar{
	background: url(/img/toolbar_bg.png) repeat-x;
	width: 949px;
	height: 25px;
	margin-bottom: 0;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #717171;
	padding: 5px 0 0 3px;
	margin-top: 0;
}
#browse_toolbar .label,
#assetbrowser .label{
	float: left;
	font: bold 9px/12px "Lucida Grande", Verdana, sans-serif;
	color: #464646;
	text-shadow: #fff 0px 0px 0px;
	padding-top: 5px;
	margin-left: 6px;
	margin-right: 2px;
}
#browse_toolbar a.active{
	color: #125c8f;
	background-position: 0 -57px;
}
#browse_pagination{
	background: #9f9f9f ;
	width: 949px;
	height: 16px;
	margin-bottom: 5px;
	border-bottom: 1px solid #5a5a5a;
	margin-top: 0;
	
	font: bold 9px/12px "Lucida Grande", Verdana, sans-serif;
	color: #464646;
	padding: 4px 0 0 3px;
	position: relative;
}
#browse_pagination p.pagination{
	height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
}

#browse_pagination span.pagination_text{
	float: left;
}
#browse_pagination a{
	margin-top: -3px;
}

#browse_pagination span.filter{
	float: left;
}
#browse_pagination span.filter strong{
	color: #000;
}








/* @end */
