/* Normal, standard links. */
form{
  margin: 0; /* IE FIX */
}
a:link
{
	color: #111;
	text-decoration: none;
}
a:visited
{
	color: #775c3f;
		text-decoration: none;
}
a:hover
{
	color: #000;
}


a.inverted
{
  color: #fff;
  background-color: #d2d5ff;
  padding: 0px 3px 0px 3px;
  margin-bottom:1px;
}
a.inverted:hover
{
  background-color: #ffd5d2;
}
/* Navigation links - for the link tree. */
div.nav {
  background: url(images/navbar.gif) no-repeat;
}
.nav, .nav:link, .nav:visited
{
	color: #5f5f5f;
	text-decoration: none;
}
a.nav:hover
{
	color: #acacac;
	text-decoration: none;
}

/* use style-less UL in nav */
.nav ul {
  list-style-type:none;
}
.nav li{
  display: inline;
  font-weight:bold;
}

/* Allow some tags on the site to help SMF being google friendly */
h1 {
  font-size: 12px;
  display:inline;
}


/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) */
body, td, th , tr
{
      font-family:arial;
      /*line-height:105%;*/
	color: #333;
	font-size: 12px;
}

/* The main body of the entire forum. */
body
{
	margin:0;
	padding:0;
	background:#303030; /*url(images/clouds.jpg) repeat-x top center; *//* url(images/bg.gif) repeat-x top left;*/
	background-image:url(/obrazki/italodance/green.jpg);
    background-repeat: repeat-x;
	background-position: top center;
    background-attachment: fixed;
	background-repeat: no-repeat;
	
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #111;
	font-family: arial, sans-serif;
	border: 1px solid #aaa;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
input, button
{
	font-size: 110%;
}

textarea
{
	font-size: 110%;
	color: #111;
	font-family: arial, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 110%;
	font-weight: normal;
	color: #111;
	font-family: arial;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #999;
	background-color: #aaa;
	margin-top: 2px;
	margin-bottom: 2px;
}

.pasekpozdro {
	position: fixed;
	bottom: 0px;
	height: 28px;
	padding: 0px;
	margin: 0 auto;
	width: 954px;
	left: 50%;
	border-top: 1px solid grey;
	margin-left: -477px;
	background-image: -moz-linear-gradient(top, #808080, #6a6a6a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#808080), to(#6a6a6a));
	background-image: -o-linear-gradient(top, #808080, #6a6a6a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a')';
	background-image: linear-gradient(top, #808080, #6a6a6a);
	z-index: 999;
}

.pasekpozdro2 {
	position: fixed;
	bottom: 28px;
	height: 7px;
	padding: 0px;
	margin: 0 auto;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgba(0,0,0,0.0)), /* Top */
    color-stop(0, rgba(0,0,0,0.6)) /* Bottom */
	);
	z-index: 999;
	color: white;
	font-size: 12px;
}

#okladka {
position: fixed; 
z-index: 999;
margin: 0 auto;
left: 50%;
margin-left: -75px;
top: 50%;
margin-top: -75px; 
display: none; 
background: black; 
width: 150px; 
height: 150px;
box-shadow: 0px 0px 50px black;
-moz-box-shadow: 0px 0px 50px black;
-webkit-box-shadow: 0px 0px 50px black;
-khtml-box-shadow: 0px 0px 50px black;
border: 1px solid grey;
}

#wysuwane
{

	background: url("/obrazki/fbpodklad.png") no-repeat scroll 0 0 transparent;
	
	padding-left: 7px;
	padding-top: 13px;
	width: 235px;
	height:402px;
 
	position: fixed;
	margin-top: -100px; /*połowa wysokości panelu w górę */	
	left: -210px;
	top: 135px;
	z-index: 300;
 
}
.zamknij
{
	background-position: 0px 0px -242px 0px;
}

#marquee {
	color: white;
	font-size: 13px;
	width: 924px;
}

ul.marquee {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	overflow: hidden;
	height: 28px;
}

ul.marquee li {
	position: absolute;
	top: -28px;
	left: 0;
	display: block;
	white-space: nowrap;
	letter-spacing:0px;
	padding: 0px 0px;
	padding-top: 6px;
	padding-left: 10px;
	height: 28px;
}

#Song-Selector {
	z-index: 999;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #3a3a3a;
	background-color: #fff;
	border: 1px solid #CFCFCF;
	margin: 4px;
	padding: 4px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #3a3a3a;
	background-color: #fbede6;
	/*font-family: "courier new", "times new roman", monospace;*/
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #f1ccbb;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* TOP80 Modx compat: Float and border images */
.image
{
  float: left;
  margin-right: 8px;
  margin-bottom: 3px;
  border: 1px solid #555;
}
.banner
{
  margin-right: 8px;
  margin-bottom: 3px;
  border: 1px solid #555;
}

/* TOP80 Modx compat: Horizontal sections */
.section
{
  width:100%;
  float:left;
  display:block;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	padding: 3px;
	/*background-color: #e0f8b6;*/
}
.windowbg2
{
	padding: 3px;
	color: #333;
	/*background-color: #f8dab6;*/
}
.windowbg3
{
	padding: 3px;
	background-color: #f0f0f0;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: white;
	font-style: normal;
	/*background: #6bdd1b url(images/titlebg2.png) repeat-x;*/
    background: silver;
    border-radius: 9px;
    -moz-border-radius: 9px;
	padding-left: 10px;
	padding-right: 10px;
  line-height: 14px;
  /*border: 1px solid #333;*/
  /*border-top: 1px solid #888;
  border-bottom: 1px solid #888;*/
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	color: white;
	border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
	background-image: -moz-linear-gradient(top, #2c9250, #45a26b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c9250), to(#45a26b));
	background-image: -o-linear-gradient(top, #2c9250, #45a26b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b')';
	background-image: linear-gradient(top, #2c9250, #45a26b);
}
.titlebg a:hover
{
	text-decoration: underline;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: white;
	font-style: normal;
	text-decoration: none;
}
.titlebg, .titlebg2
{
      color: white;
	font-family: Arial, sans-serif;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: 0px;
      /*text-transform:uppercase;*/
}
.titlebg2 a:hover
{
	text-decoration: underline;
}

.fbplus {
	border: 1px solid #575757;
	height: 26px;
	border-radius: 6px;
    -moz-border-radius: 6px;
	background-color: #dee9e3;
	padding-left: 6px;
	padding-top: 6px;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
    line-height: 15px;
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
	background-image: -moz-linear-gradient(top, #808080, #6a6a6a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#808080), to(#6a6a6a));
	background-image: -o-linear-gradient(top, #808080, #6a6a6a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a')';
	background-image: linear-gradient(top, #808080, #6a6a6a);

}
.catbg2 , tr.catbg2 td
{
	color: black;
	padding-left: 10px;
	padding-right: 10px;
    line-height: 19px;
	 border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
	background-image: -moz-linear-gradient(top, #808080, #6a6a6a);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#808080), to(#6a6a6a));
	background-image: -o-linear-gradient(top, #808080, #6a6a6a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#808080', endColorstr='#6a6a6a')';
	background-image: linear-gradient(top, #808080, #6a6a6a);
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
      font-size: 11px;
      font-weight: bold;
	font-family: Tahoma, sans-serif;
    /*border:1px solid #ddd;*/
    color:#fff;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #e9e9e9;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #bbbbbb;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background: transparent;
	padding: 0;
      margin: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	border: 0px solid #000;
	padding: 0px;
	background-color: #dee9e3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #575757;
}

#rightbarHeader .tborder {
	margin-top: 7px;
}

/* Gallery styling */
.gallery img
{
  border:1px solid #333;
}

.gallery .frame{
  margin: 3px;
  padding: 3px;
  border: 1px solid #aaa;
  background-color:#fffde8;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 9px;
	font-family: arial, sans-serif;
	color: black;
}
.middletext
{
	line-height: 18px;
	text-indent: 10px;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

/* Faded text */
.faded
{
  color: #aaa;
}

/* Images in the forum posts, avatars and attachments */
.avatarimage {
  overflow: auto;
  width: 100%;
}
.avatarimage img, img.attachmentimage{
  border: 1px solid #888;
  padding:1px;
}

/* Sub main menu (below main banner) */

.mmenuitem
{
    background-image: -moz-linear-gradient(top, #404040, #151515);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#404040), to(#151515));
	background-image: -o-linear-gradient(top, #404040, #151515);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#151515');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#151515')';
	background-image: linear-gradient(top, #404040, #151515);
  /*border:1px solid #eee;*/
  padding: 3px 13px;
  font-size: 11px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid black;
}

.mmenuitem:hover
{
  	background-image: -moz-linear-gradient(top, #2c9250, #45a26b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c9250), to(#45a26b));
	background-image: -o-linear-gradient(top, #2c9250, #45a26b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b')';
	background-image: linear-gradient(top, #2c9250, #45a26b);
}

a.mmenuitem
{
  color: #fff;
  font-weight:normal;
  margin-bottom: 5px;
  vertical-align: top;
  display:block;
  float:left;
  margin-right:5px;
}

/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
      color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
	font-family: tahoma, sans-serif;
    font-weight: bold;
	border-radius: 7px;
    -moz-border-radius: 7px;
}

.maintab_first
{
	width: 0px;
}
.maintab_back
{
      background: #45a26b;
}
.maintab_last
{
	width: 0px;
}
.maintab_active_first
{
	width: 0px;
}
.maintab_active_back
{
       background: #45a26b;

}
.maintab_active_last
{
	width: 0px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #343434;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  10px;
	vertical-align: top;
	padding: 2px 6px 2px 6px;
	font-family: tahoma, sans-serif;
      font-weight: bold;
	  	border-radius: 7px;
    -moz-border-radius: 7px;
}

.mirrortab_first
{
	width: 0px;
}
.mirrortab_back
{
      background: #45a26b;
}
.mirrortab_last
{
	width: 0px;
}
.mirrortab_active_first
{
	width: 0x;
}
.mirrortab_active_back
{
       background: #45a26b;
}
.mirrortab_active_last
{
	width: 0px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #343434;
	text-decoration: none;
}

div#container
{
	width:950px;
	margin:0px auto 0px auto;
	border: 1px solid black;
	border-top: none;
	border-bottom: none;
	padding: 0px;
	padding-top: 0px;
	background-color: #aec5bd;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
	-webkit-box-shadow: 0px 0px 20px black;
	-khtml-box-shadow: 0px 0px 20px black;
}

.wlacz2 {
	padding: 0px;
	z-index: 800;
	width: 730px;
	height: 97px;
	border-radius: 8px;
    -moz-border-radius: 8px;
	background-color: black;
	background-image: url(/obrazki/radiostats-down.jpg);
	background-position: right;
	background-repeat: no-repeat;
	border: 1px solid #737373;
	margin-bottom: 7px;
}

.wlacz3 {
	padding: 0px;
	z-index: 800;
	width: 360px;
	height: 97px;
	border-radius: 8px;
    -moz-border-radius: 8px;
	background: url(/obrazki/radiostats-down2.jpg) black;
	border: 1px solid #737373;
}

.wlacz4 {
	padding: 0px;
	z-index: 800;
	width: 360px;
	height: 97px;
	border-radius: 8px;
    -moz-border-radius: 8px;
	background: url(/obrazki/gift.jpg) black;
	border: 1px solid #737373;
	margin-left: 10px;
}

.wlacz5 {
	padding: 0px;
	z-index: 800;
	width: 360px;
	height: 97px;
	border-radius: 8px;
    -moz-border-radius: 8px;
	background: url(/obrazki/radiostats-down5.jpg) black;
	border: 1px solid #737373;
	margin-left: 10px;
}

.wlacz-a { 
color: grey; 
font-weight: bold;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}

.wlacz-a:hover{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#upshrinkRightbar
{
	margin-top: -15px;
	margin-left: 15px;
}

#menubar {
	position: absolute;
	top: 170px;
	margin: 0;
	padding: 0;
	height: 55px;
}

#logo, #logo a {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width:950px;
	height: 159px;
    background: url(/obrazki/jesienne.jpg) no-repeat;
	border-bottom: 6px solid #333;
}

.wlaczradio {
	position: absolute; 
	width: 100px; 
	height: 100px; 
	margin-top: 25px; 
	margin-left: 400px;
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0px 5px;
}

.searchdiscogs {
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#e6e6e6));
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6')';
	background-image: linear-gradient(top, #ffffff, #e6e6e6);
	border: 1px solid grey;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 647px;
	height: 25px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-left: 85px;
	font-weight: bold;
}

.logodiscogs {
	position: absolute;
	margin-top: -5px;
	margin-left: -77px;
}

.searchdiscogs .pole1 {
	position: absolute;
	border: 1px solid grey;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 16px;
	width: 190px;
	font-size: 11px;
	padding: 2px;
	margin-left: 415px;
	margin-top: -3px;
	background: white;
	padding-left: 3px;
}

.searchdiscogs .pole2 {
	border: none;
	position: absolute;
	height: 26px;
	width: 26px;
	font-size: 11px;
	padding: 2px;
	margin-left: 616px;
	margin-top: -5px;
	background: url(/obrazki/lupa.png) center no-repeat;
	cursor: pointer;
}

#topmenu {
      display: block;
      position: relative;
      height: 25px;
      font-size: 11px;
      font-weight: bold;
      margin: 0;
      float: left;
      padding: 0px 0 0 10px;
	font-family: tahoma, sans-serif;
}
#topmenu  ul{
      margin: 0px;
      padding: 0;
      list-style-type: none;
      width: auto;
      float: left;
}
#topmenu  ul li{
      display: block;
      float: left;
      margin: 0 3px;
}
#topmenu  ul li a{
      display: block;
      float: left;
      color: white;
      text-decoration: none;
      padding: 0 0 0 13px;
      height: 20px;
      line-height: 20px;
      	background-image: -moz-linear-gradient(top, #404040, #151515);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#404040), to(#151515));
	background-image: -o-linear-gradient(top, #404040, #151515);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#151515');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#151515')';
	background-image: linear-gradient(top, #404040, #151515);
		border: 1px solid black;
      	border-radius: 5px;
		-moz-border-radius: 5px;

}
#topmenu  ul li a span
{
      padding: 0 13px 0 0;
}
#topmenu ul li a:hover
{
    background-image: -moz-linear-gradient(top, #2c9250, #45a26b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c9250), to(#45a26b));
	background-image: -o-linear-gradient(top, #2c9250, #45a26b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b')';
	background-image: linear-gradient(top, #2c9250, #45a26b);
}
#topmenu ul li a:hover span
{
      display: block;
      width: auto;
      /*background: url(images/topmenu-right2.gif) no-repeat top right;*/
}
#topmenu ul li a.current
{
      color: #fff;
      background-image: -moz-linear-gradient(top, #2c9250, #45a26b);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2c9250), to(#45a26b));
	background-image: -o-linear-gradient(top, #2c9250, #45a26b);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b');
	-ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c9250', endColorstr='#45a26b')';
	background-image: linear-gradient(top, #2c9250, #45a26b);
}
#topmenu ul li a.current span
{
      display: block;
      width: auto;
      /*background: url(images/topmenu-right.gif) no-repeat top right;*/
      
}
#mainarea
{
	/*background: #f8efb6;*/
	padding: 0px 10px 10px 10px;
      margin: 0;
}
#header {
	position: relative;
	height: 195px;
	overflow: hidden;
	/*background: url(images/header-bg.gif) repeat-x;*/
}
#headerleft {
	height: 195px;
	/*background: url(images/header-left.gif) 0 0 no-repeat;*/
	position: relative;

}
#headerright {
	height: 195px;
	/*background: url(images/header-right.gif) 100% 0 no-repeat;*/
      position: relative;
}

#welcome
{
	font-size: 1.0em;
	color: #666;
	font-family: tahoma, sans-serif;
	float: right;
	padding: 20px 30px 0 0;
	text-align: right;
}
#welcome a:link, #welcome a:visited{
      color: #999;
      font-weight: bold;
}
#welcome a:hover{
      text-decoration: underline;
}
#footer {
	/*background: #fff ;*/
	text-align: center;
      margin: 0;
	padding: 0;
	padding-bottom: 20px;
      font-size: 10px;
      color: #606060;
    border-top: 1px solid #e2e2e2;
}
#footer-left {
	/*background: url(images/footer-left.gif) 0 0 no-repeat;*/
}
#footer-right {
	/*background: url(images/footer-right.gif) 100% 0 no-repeat;*/
	height: 85px;
	overflow: hidden;
}
#footer a:link , #footer a:visited{
	color: #aaa;
}
#footer a:hover{
	color: #222;
}

.popuptext
{
  padding: 32px 8px 32px 8px;
  border: 1px solid #999;
  background: #eee;
}

/* radiobox styles */
.radiobox {	height: 74px;	width: 180px;  margin: 0; padding: 0; }
.radiobox .inner { height: 74px; background: url(images/radiostats.gif) no-repeat left top; margin-left: 0px; font-family: Tahoma; font-size: 9px;	letter-spacing:-1px; }
.radiobox .inner .upper {	height: 46px; width: 173px; padding: 0px 5px 0px 5px; 	float: left; overflow: hidden;}
.radiobox .inner .upper .row { width: 100%;	float: left;}
.radiobox .inner .upper .row .sc_stationname { font-weight: bold;	display: inline;}
.radiobox .inner .upper .row .sc_listeners { font-weight: bold;	color: #FE0000;	display: inline;	margin-right: 2px;}
.radiobox .inner .upper .row .sc_maxlisteners {	display: inline;}
.radiobox .inner .upper .row .sc_playing { font-weight: bold;	color: #0000D2; 	display: inline;}
.radiobox .inner .upper .row{ width: 100%; float: left;}
.radiobox .inner .lower {	width: 178px;	height: 23px;	float: left; overflow: hidden;}
.radiobox .inner .lower .logo {	float: left;	height: 23px;	width: 110px;}
.radiobox .inner .lower .button {	float: left;  height: 22px; width: 28px;}

/* radiobox 2 styles */

.radiobox2 {	height: 50px;	width: 180px;  margin: 0; padding: 0; }
.radiobox2 .inner { height: 48px; background: url(images/radiostats.gif) no-repeat left top; margin-left: 0px; font-family: Tahoma; font-size: 9px;	letter-spacing:-1px; }
.radiobox2 .inner .upper {	height: 18px; width: 173px; padding: 0px 5px 0px 5px; 	float: left; overflow: hidden;}
.radiobox2 .inner .upper .scroll_clipper { width:173px;color:#fff; background-color:#111; font-family: Tahoma; letter-spacing:0px;font-size: 10px;font-weight:normal; text-transform: lowercase; 	float: left; margin-top: 6px;}
.radiobox2 .inner .upper .scroll_clipper .sc_playing { font-weight:bold; color: #ffff99; 	display: inline;}
.radiobox2 .inner .upper .scroll_clipper .sc_listeners { font-weight:bold; color: #FE1111; display: inline;}
.radiobox2 .inner .upper .scroll_clipper .sc_stationname {  color: #66FF66; display: inline;}
.radiobox2 .inner .upper .scroll_clipper .sc_powerplay {  color: #9999FF; font-weight:bold; display: inline;}
.radiobox2 .inner .lower {	padding-left: 5px; height: 24px;	width: 178px;	float: left; overflow: hidden;}
.radiobox2 .inner .lower .button {	margin-left: 2px; height: 24px;	width: 25px;	float: left; }

/*userlist*/
.userlist {
	color: #333333;
	border: 1px solid #67C761;
	background-color: #DDF0DE;
	border-radius: 4px;
  -moz-border-radius: 4px;
	width: 176px;
	margin-top: 3px;
}
.userlist img {
	vertical-align: middle;
	display: inline;
	/*float: left;*/
	padding: 0;
	margin-right: 1px;
	margin-left: 2px;
}
.userlist .block {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: -1px;
	padding: 2px 2px 2px 1px;
	margin: 0px 2px 0px 2px;
	text-align: left;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border: 1px solid #FFBF71;*/
	width: 100%;
	color: #333;
}

.userlist .offline {
  background-color: #fffefa;
  /*border: 1px dotted #ccc;*/
  color: #ccc;
}

.userlist .special {
  background-color: #d5deff;
  /*border: 1px dotted #ccc;*/
}

.userlist a:hover{
	background-color: #99DDFF;
}
.userlist a.nick:hover{
  text-decoration: underline;
  background-color: inherit;
}
.userlist a:active{
	color: #3366FF;
	width: 100%;
}
.userlist h1 {
	background-color: #C40000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin: 5px 0 5px 0;
}

/* timetable styles */
.tt {
	letter-spacing: -1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.tt table{
	border-spacing: 1px;
	background-color: #000;
}
.tt pre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 0; margin:2px 0px 2px 0px ;
}

.tt td {
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	background-color: #a3a3a3;
	/*border: 1px solid #000000;*/
}

.tt th {
	vertical-align: middle;
	text-align: center;
	background-color: #b6bcb6;
	font-weight:bold;
}

.tt td.view {
	border: 0;
	font-weight: normal;
	letter-spacing: 0pt;
	font-size: 10px;
	border-spacing: 0px;
}
.tt h1 {
	text-align: center;
}

.userbox{
  border: 1px solid #67C761;
background-color: #DDF0DE;
padding: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.userbox a{
  color: #00850B;
  font-weight:bold;
}

.djbox{
  border: 1px solid #aaa;
  padding: 2px;
  background-color: #efefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
}
.djbox a{
  color: #252525;
  font-weight:bold;
}

/* Begins DC SMF Search styles */
.rsbutton
{
	font-size: 11px;
}

.showhide
{
	color: #0f0f0f;
	border: 1px gray solid;
	padding: 1em;
	margin-bottom: 1em;
	background-color: white;
}

/* Used for article listing */
.whitebox{
  border: 1px dotted #999;
  padding: 2px;
}

/* Ends DC SMF Search styles */

/* SB */
#SBTeaser
{
  width: 100%;
  height: 90px;
  background: url(images/sbteaser.gif) center center;
  text-align: center;
  padding-top: 60px;
}
#SBTeaser span
{
  padding: 10px;
  background: #fee;
  border: 1px solid red;
}

/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
  color:yellow;
}
.countdown_amount {
	font-size: 260%;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:38px;
		color:white;
}
.countdown_descr {
	display: block;
	width: 100%;
	
}
