/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	#display: inline-block;
}

html[xmlns] .clearfix {
	#display: block;
}

* html .clearfix {height: 1%; }

h1.home
{
	z-index: 100;
	width: 400px;
	height: 154px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

	h1.home a
	{
		display: block;
		width: 400px;
		height: 154px;
		cursor: pointer;
		background: #fff;
		opacity: 0;
		filter: Alpha(opacity=0);
	}

#CustomSlideshow
{   
    overflow:hidden;
    position: relative;
    
	margin: 0;
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: normal;
	font-style: normal;
	background: url(../img/back-KOTWkey.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-KOTWkey.png', sizingMethod='scale');
	width: 190px;
	height: 134px;
	_height: 130px;
}

	#CustomSlideshow p
	{
		padding: 0;
	}
	
	#CustomSlideshow div
	{
		position: absolute;
		top: 10px;
		left: 15px;
		width: 160px;
		height: 124px;
		opacity: 0;
		#filter: Alpha(opacity=0); 
	}
#dropbox
{
	position: relative;
	z-index: 999;
}
	
	#dropbox div.Note
	{
		display: none;
		position: absolute;
		top: 5px;
		left: 7px;
		background-color: #fff;
		opacity: .8;
		#filter: Alpha(opacity=80);
		font-size: 20px;
		width: 178px;
		height: 130px;
		text-align: center;
		line-height: 135px;
		color: #888888;
		overflow: hidden;
	}

li.Goal
{
	border-top: 1px solid #ababab;
	background-color: #525686;
	list-style: none;
	margin: 1px 0px 0px !important;
	padding: 5px !important;
	width: 190px;
}

li.Dragging
{
	opacity: .3;
	#filter: Alpha(opacity=30);
	position: absolute;
	
	border-top: 1px solid white;
	height: 40px;
	font-size: 1.4em;
	margin: 0px 1px 0px 0px !important;
	padding: 0px 0px 0px 12px !important;
	line-height: 39px;
}

	li.Dragging a
	{ 
		position: relative;
		cursor: pointer;
	}
	
	li.Dragging,
	li.Dragging *
	{
		cursor: pointer !important;
	}
	
	li.Dragging span.N
	{
		color: #ebbd36 !important;	
	}
	
	li.Dragging a span.Desc
	{	
		display: none;
		position: absolute;
		top: 10px; 
		left: 30px;
		width: 200px;
		padding: 0px 0px 0px 18px;
		background: transparent url(../img/borde.png) no-repeat left top;
		_background: none;
		z-index: 1000;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
		cursor: pointer;
	}
	

.DragAndDrop
{
	font-size: 13px !important;
	line-height: 15px !important;
}

ol.Top5
{
	list-style: none;
	margin: 9px 0px 0px 7px;
	padding: 0px;
	float: left;
	display: inline;
	width: 91px;
	#width: 108px;
	#overflow: hidden;
}

ol.Top5First
{
	margin: 9px 0px 0px 7px;
	#margin-left: -10px;
}

ol.Top5Second
{
	margin: 9px 0px 0px 0px;
	#margin-left: -16px;
}

	.container li
	{
		border-top: 1px solid white;
		height: 30px;
		font-size: 11px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 5px;
		line-height: 29px;
		_height: 28px;
		_overflow: hidden;
	}
	
	.Top5First li
	{
		padding-left: 10px;
	}
		
	.container li a
	{ 
		cursor: pointer;
	}
	
	.container li strong
	{
		font-weight: normal;
	}
	
	.container li span.N
	{
		color: #ebbd36 !important;	
	}
	
	.container li a span.Desc
	{	
		display: none;
		position: absolute;
		top: 10px; 
		left: 30px;
		width: 200px;
		padding: 0px 0px 0px 18px;
		z-index: 10000;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
		cursor: pointer;
	}
	
	.container li a span.InvisibleButton
	{
		position: relative;
		top: -30px; 
		left: -5px;
		width: 85px;
		height: 30px;
		display: block;
		overflow: hidden;
		white-space: wrap;
		cursor: pointer;
		/*
		opacity: 0;
		border: 1px solid red;
		*/
	}
	
	.container li a:hover span.InvisibleButton,
	.container li a.On span.InvisibleButton
	{
		/* background-color: red; */
	}
	
	.container li a span.Desc span
	{
		display: block;
		background-color: #424261;
		padding: 5px;
	}

	.container li a:hover,
	.container li a.On,
	.container li a:hover span.Desc,
	.container li a.On span.Desc
	{
		/* color: #3e4178; */
		/* font-weight: bold; */
		text-decoration: none;
	}
	
	.container li a:hover span.Desc,
	.container li a.On span.Desc
	{
		display: block;
	}

body {
	margin: 40px 0 0;
	background-color: #0f132e;
	font: 10px/12px Tahoma, Verdana;
	color: #FFF;
}

.container {
	width: 963px;
	height: 600px;
	margin: 0 auto;
	background: url(../img/back-container.jpg) no-repeat;
	position: relative;
}

.header {
	width: 963px;
	height: 97px;
	text-align: right;
}

.box {
	margin: 0;
}

.KOTW {
	width: 190px;
	height: 459px;
	background: url(../img/back-KOTW.png) no-repeat;
	float: left;
}

.KOTWelem {
	width: 190px;
	margin: 0;
}

	.KOTWelem img
	{
		display: block;
	}

.KOTWtext {
	width: 160px;
	height: 124px;
	margin: 0;
	padding: 10px 15px 0;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	background: url(../img/back-KOTWkey.png) no-repeat;
}

.TOP5 {
	width: 190px;
	_width: 189px;
	height: 459px;
	background: url(../img/back-TOP5.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-TOP5.png', sizingMethod='scale');
	float: right;
	display: inline;
	_overflow: hidden;
}

.TOP5text {
	width: 160px;
	height: 125px;
	margin: 0;
	padding: 15px 10px 0 15px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
	background: url(../img/back-TOP5txt.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/back-TOP5txt.png', sizingMethod='scale');
}

.TOP5rules {
	padding: 10px 15px 0;
	font-size: 1.1em;
	line-height: 1.1em;
}


.TOP5keys {
	font-size: 1.4em;
	padding-left: 15px;
}

.yellow {
	color: #eabc31;
	margin-right: 3px;
}



.line {
	width: 183px;
	height: 1px;
	background-color: #FFF;
	margin: 13px 0 13px 7px;
}


.content {
	width: 583px;
	height: 459px;
	float: left;
}

.footer {
	width: 963px;
	height: 46px;
}

.clear {
	clear: both;
}


.imguser {
	margin-left: 5px;
	margin-bottom: 5px;
	border: 1px solid #fff;
	float: right;
}

#survey
{
	display: none;
	position: absolute;
	top: 105px;
	left: 280px;
	border: 4px solid white;
}

	#survey * 
	{ 
		border: 0; 
		margin: 0px; 
	}
	
	#survey a
	{
		cursor: pointer;
	}