body
{
	background: #e2e2e2 url(../images/imgNKBg.jpg);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#Background
{
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#PlainPageContent
{
	margin: 20px;
}

#Nav
{
	z-index: 5000;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 450px; 
	height: 30px;
	background: #f0e953;
	border: 1px solid #333333;
	padding: 5px;
	padding-bottom: 10px;
	text-align: center;
}

#Nav #Menu img
{
	vertical-align: middle;
}

#Nav a
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#Player
{
	z-index: 4999;
	position: absolute;
	top: 60px;
	left: 10px;
	width: 400px;
	height: 180px;
	background: #f0e953;
	border: 1px solid #333333;
	padding: 5px;
	visibility: hidden;
	display: none;
}

#Hype
{
	z-index: 4998;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 300px;
	background: #79ccc8;
	border: 1px solid #333333;
	padding: 5px;
	visibility: hidden;
	display: none;
}

#Hype2
{
	z-index: 4997;
	position: absolute;
	top: 180px;
	left: 10px;
	width: 300px;
	background: #f2f2f2;
	border: 1px solid #000000;
	padding: 5px;
	visibility: hidden;
	display: none;
	color: #333333;
}

.dragBarContainer
{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.dragBar
{
	width: 100%;
	height: 15px;
	background: url('../images/imgDragStripes.png') repeat-x;
	padding-bottom: 5px;
}

.dragBarContentElement
{
	width: 491px;
	height: 15px;
	background: url('../images/imgDragStripes.png') repeat-x;
	padding-bottom: 5px;
}

.contentElement
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;
	height: 500px;
	visibility: hidden;
	display: none;
	background: #ffffff;
	border: 1px solid #333333;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.contentElementFocus
{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 500px;
	height: 500px;
	visibility: hidden;
	display: none;
	background: #ffffff;
	border: 1px solid #333333;
}

.content
{
	height: 450px;
	overflow: auto;
	padding: 10px;
}

a.closeBtn
{
	float: right;
	height: 15px;
	background: #ffffff;
	padding-left: 5px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

a.closeBtn:hover
{
	float: right;
	height: 15px;
	background: #ffffff;
	padding-left: 5px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #ff6600;
}

a
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}

a.white
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.white:hover
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.contentTitle
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news
{
	margin-bottom: 20px;
}

.newsHeadline
{
	font-size: 16px;
	font-weight: bold;
}

.newsDate
{
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 5px;
}

.show
{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.show img
{
	float: left;
	margin-right: 10px;
}

.showText
{
	padding-top: 10px;
}

.showTextDate
{
	font-weight: bold;
	font-size: 16px;
}

.showTextVenue
{
	font-weight: bold;
	font-size: 12px;
}

.showTextOthers
{
	font-size: 12px;
}

.formInput
{
	width: 250px;
}

.post
{
	margin-bottom: 20px;	
}

.postTitle
{
	font-size: 14px;
	font-weight: bold;
}

.postDate
{
	font-size: 9px;
}

.postText
{
	font-size: 11px;
}

a img
{
	border: 0px none;
}