@charset "utf-8";

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#999999;
}
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-image:url(../images/QUIK_Background.png);
	background-repeat:repeat;
	background-color:#000000;
	color:#FFFFFF;
	font-family: arial;
	font-size: 0.8em;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topsection {
	background: #EAEAEA;
	height: 133px; /*Height of top section*/
}
#topsection h1 {
	margin: 0;
	padding-top: 15px;
}
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin: 0 173px 0 204px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumnWide {
	margin: 0 0px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn .innertube {
	background-color:#000000;
}
#contentwrapper #contentcolumnWide .innertubeWide{
	background-color:#000000;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
}

#leftcolumn {
	float: left;
	width: 204px; /*Width of left column in pixel*/
	margin-left: -900px; /*Set margin to that of -(MainContainerWidth)*/
}
#leftcolumn #Info {
	background: #181C1D;
	margin-bottom:10px;
	padding-left:5px;
	font-size:10px;
}
#leftcolumn #Info strong{
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
}

#leftcolumn #bannerAd {
	margin-bottom:10px;
}
#rightcolumn {
	float: left;
	width: 173px; /*Width of right column*/
	margin-left: -173px; /*Set left margin to -(RightColumnWidth)*/
}
#rightcolumn #bannerAd {
	margin-bottom:10px;
}

.PanelHeader{
	font-weight:bold;
	font-size:12px;

}
#footer {
	clear: left;
	width: 100%;
	background: #000000;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}
#footer a {
	color: #FFFF80;
}
.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	padding:10px;
}

.SmallHeader {
	font-size:11px;
	font-weight:bold;
}
.MiniHeaders {
	font-size:13px;
	font-weight:bold;

}
/* ---------- menu styles start here ----------------------- */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;

border: 1px solid #000000;
border-width: 1px 0;
background: black url(../images/buttons/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid #666666;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/buttons/blockactive.gif) center center repeat-x;
}

#maincontainer #topsection .Menu .solidblockmenu img {
	   margin-top:5px;
	   margin-left:2px;	
	
}

/* ---------- News styles start here ----------------------- */
.NewsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
#NewsListHeader {
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;	 
}
#NewsListHeader a {
	
	left:150px;
	color:#FF6600;
}
#NewsList {
	margin-left:5px;
	margin-right:5px;	 
}
#NewsList a {
	color:#CCCCCC;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;

}

#NewsList a:hover {
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	font-size:12px;

}

hr {
	color:#666666;
	height:1px;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 5px 5px;
	padding: 0 1px;
	float: left;
	position: relative;
	width: 130px;
	height: 100px;
	background: url(../images/drop-shadow.png) no-repeat center bottom;
}
.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 145px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 2px;
	background: url(../images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

#maincontainer #contentwrapper #contentcolumn .innertube #date {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-left:10px;
}
#maincontainer #contentwrapper #contentcolumn .innertube h2 {
	font-size: 22px;
	font-weight: 400;
	color: #CCCCCC;
	margin-top:0px;
	margin-right: 10px;
	margin-left: 10px;
	line-height:30px;
	margin-bottom:5px;

}
#maincontainer #contentwrapper #contentcolumn #player {
	background-color: #333333;
	margin-left:10px;
	margin-right:10px;
}
#maincontainer #contentwrapper #contentcolumn #player {
	background-color: #333333;
	width:503px;
	height:343px;
}


#GalleryTitle {
	font-weight:bold;
	font-size:15px;
}

