body {
	background-color: #262626;
	background-image: url('../img/v3/bgimage_dark.jpg');
	font-family: Georgia;
	color: #606060;
}
input{
	border: 1px solid gray;
	display: block;
	padding: 5px;
	margin: 10px;
	height: 30px;
	}
.sameAsInput{
	
	display: block;
	padding: 5px;
	margin: 10px;
	height: 30px;
	}
#logo {
	height: 70px;
	width: 250px;
	position: relative;
	top: 25px;
	margin-left: 15px;
	background-image: url('../img/top_logo.png');
	background-repeat: no-repeat;
	float: left;
	border: 0;
	text-decoration: none;
}

/*menüü*/
#menu {
	position: absolute;
	top:15px;
	left:0px;
	width:900px;
}

.menuBar{
	display: block;
	float:right;
	height: 20px;
	/*top: 0px;*/
	/*border-right: 1px solid #EFEFEF;*/
	position: relative;
	top:15px;
	/*
	margin: auto;*/
	margin-right: 50px;
	
	
}
.menuObject{
	float: right;
	margin: 0;
	margin-left: 15px;
	
}
.menuObject a{
	font-size: 0.7em;
	color: #FFFFFF;
}

/* kast */
#body-wrapper{
	width: 900px;
	margin: auto;
	min-height: 700px;
	position: relative;
}
#body-box{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-image: url('../img/v3/mid-box.jpg');
}
#box-top{
	height: 209px;
	background-image: url('../img/v3/top-box.jpg');
	background-repeat: no-repeat;
	margin-bottom: 0;
}
#box-bottom{
	height: 55px;
	background-image: url('../img/v3/bottom-box.jpg');
	background-repeat: no-repeat;
	}
#contentBox{
	margin: auto;
	min-height: 450px;
	width: 777px;
	text-align: left;
}

#content{
	padding: 30px;
	padding-top: 0px;
}

#top-nav{
	margin: auto;
	/*background-color: #FFFFFF;*/
	width: 760px;
	height: 100px;
	position: relative;
	top: 32px;
}

.blockSpacer{
	line-height: 34px;
	clear: both;
}
#tintedSpacer{
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*    sisutekstid    */
#pageHeader{
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: CB9629;
	margin-bottom:25px;
}
/*    eeter    */

#onAir-ajax{
	display: none;
}
#onAirBox {
	/*margin-top: 11px;*/
	width: 711px;
	height: 158px;
	background-image: url('../img/bg-onAir3.png');
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	left: 0;
}
#onAir-mid{
	/*float: left;*/
	text-align: left;
	width: 275px;
	height: 140px;
	white-space: nowrap;
	overflow: hidden;
	/*margin-right:5px;
	margin-top: 30px;
	margin-left:25px;*/
	position: absolute;
	top: 35px;
	left: 215px;
}
#onAir-right{
	float: right;
	height: 140px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	width: 160px;
	margin-left: 15px;
	margin-right:12px;
	margin-top: 45px;
	font-size: 12px;
}
#onAir-left{

	width: 160px;
	height: 140px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	/*margin-left: 20px;
	margin-top: 25px;*/
	font-size: 12px;
	position: absolute;
	top: 25px;
	left: 20px;
}
#onAir-wrapper-right-request{
	
	
}
#requestedSong{
	/*background-image: url('../img/v3/requested.png');
	background-repeat: no-repeat;*/
	text-indent: 26px;
	line-height: 26px;
}
.onAir-InactiveArtist{
	color: #776250;
	font-weight: normal;
	padding-bottom:1px;
}
.onAir-InactiveTitle{
	color: #707070;
	padding-bottom:8px;
	font-size: 0.9em;
	cursor: pointer;
	text-indent: 0.4em;
}
.onAir-Artist{
	color: #CB9629;
	font-size: 1.3em;
	font-weight: bolder;
	padding-bottom:3px;
}
.onAir-Title{
	color: #707070;
	font-weight: bolder;
	cursor: pointer;
	text-indent: 5px;
}
.countdown {
	font-weight: bolder;
	color: #DAD5D3;
	font-size: 1.9em;
	float: right;
	width: 85px;
	text-align:left;
	margin-top: 15px;
}
.cover-image {
width: 69px;
height: 69px;
float: left;
background-color: #E5DFD3;
}
.cover-thumb{
margin:2px;

}
#requestedSong{
	float: left;
	width: 110px;
}
#additional-wrapper{
	position: relative;
	top: 10px;
	height: 26px;
	padding-left: 4px;
}
#message-box{
	height: 12px;
	width: 95%;
	position: relative;
	top: 60px;
}
#message-box ul {
	list-style-type: none;
}
#message-box ul  li{
	display:inline;

}
#dummy-playing{
	display:none;
}
/*  uudised   */

#newsBox{
	height: 45px;
	
}

#news {
	float: left;
	width: 740px;

}
#blog {
	/* float: left;
	width: 305px; */
}
#rss li {
	line-height: 18px;
	font-size: 0.9em;
	text-indent: 8px;
}
/*   login  */
#loginDiv{
	height: 190px;
	text-align: left;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 40px;
	
}
#loginDiv input{
	border: 1px solid gray;
	display: block;
	padding: 5px;
	margin: 10px;
	height: 30px;
}
#loginDiv-1 {
	float:left;

}	
#loginDiv-2{
	margin-top: 30px;
	margin-right: 30px;
	font-size: 1em;
	float: right;

}
#loginDiv-2 a{
	display: block;
	margin: 20px;
}	
/* register */
#regDiv{
	height: 190px;
	text-align: left;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 40px;
	
}
#regDiv input{
	border: 1px solid gray;
	display: block;
	padding: 5px;
	margin: 10px;
	height: 30px;
}

/* listen */

#listen {

	height: 300px;
	width: 320px;
}
#listen div {
	width: 280px;
	float:left;
	margin: 20px; 
	text-align:left;
	border: 1px solid #D9D8D7;
	padding: 15px;
	cursor: pointer;

}

#listen img {
	width: 96px;
	height: 96px;
	display: block;
	float: left;
	
}
#listen a:link:hover {
	background-color: EEECEB;
	border: 1px solid #D9D8D7;


}
#listen div span {
	border: 0;
	padding: 5px;
	margin: auto;
	float: right;
	cursor: pointer;
}

/* various objects */

#badge {
	display: block;
	position: absolute;
	top: 100px;
	left: 790px;
	width: 100px;
	height: 100px;
	text-decoration: none;
	
}

#badge-dummy{
	position: relative;
	top: 0;
	left: 0;
}
#rssDiv div {
	margin: 25px;

}
#infoDiv{
	

}
#pageBody div .label{
	margin-left: 10px;

}
#pageBody div table{
	font-size: 0.9em;
	text-align: left;
}

/* help */

#help {
	background-color: #EFEDEC;
}
#help td {
	background-color: #FFFFFF;
	padding: 20px;
	font-size: 0.9em;

}
.help-label {
	font-weight: bolder;
}


/* search */
#NaviBox  {
	height: 169px;
	border: 1px solid white;
	margin-bottom: 45px;
}
#NaviBox input {
	display: inline;
}
#NaviBox #search {
	display: block;
	height: 40px;
}
#NaviMain {
	background-image: url('../img/v3/search-bg.png');
	background-repeat: no-repeat;
	width: 711px;
	height: 135px;
}
#NaviMain div {
	display: none;
	padding: 15px;
	padding-top: 45px;	
	width: 700px;
	line-height: 22px;
}
#NaviMain div div {
	display: block;
}
#naviHeader{
	height: 34px;
}
.naviTab {
	float: left;
	width: 142px;
	text-align: center;
	height: 34px;
	background-image: url('../img/v3/search-tab.png');
	background-repeat: no-repeat;
}
.naviTab a {
	display: block;
	padding-top: 12px;
	font-size: 0.85em;
}
.naviTab a:active {
	display: block;
	padding-top: 10px;
	font-size: 0.95em;
}
.loading {
	font-size: 0.95em;
	font-weight: bolder;
	margin-left: 40%;

}
#searchResult table{
	font-size: 0.95em;
}
#searchResult{
	height: auto;

}
.searchresult-artist{
	width: 290px;
}
.searchresult-title{
	width: 350px;

}
#resultTable{
	
}
.ImgLink{

}
#paginate{
	width: 100%;
	font-size: 0.8em;
	padding-bottom: 20px;
	padding-top: 15px;
}
#prev{
	float: left;
}
#next{
	float: right;
}
/* help text */
#tip,.tip{
	text-align: center;
	width: 93%;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #FFDE93;
	background-color: #FFEECC;
	font-weight: 600;
}
/* song info */


.song-wrapper {
	height: auto;
	display: block;
	vertical-align: middle;
	line-height: 19px;
	margin-top:8px;

}
.song-wrapper-margin{
	display: block;
	height: 55px;
}
.label {
	width: 290px;
	font-weight: bolder;
	float: left;
	margin-top: auto;
}
.detail {
	width: 350px;
	color: #F99300;
	float: left;
	margin-top: auto;
}
.more-artist{
	text-indent: 20px;
	background-image: url('../img/v3/artist.gif');
	background-repeat: no-repeat;
	line-height: 19px;
}
.more-title{
	text-indent: 20px;
	background-image: url('../img/v3/title.gif');
	background-repeat: no-repeat;
	line-height: 19px;
}
.more-genre{
	text-indent: 20px;
	background-image: url('../img/v3/genre.gif');
	background-repeat: no-repeat;
	line-height: 19px;
}
.info-spacer{
	
	height: 8px;	
}

/* requests */

#requestResponse{
	height: 128px;
	background-image: url('../img/v3/sent-ok.png');
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	
	
}
#requestResponseFail{
	height: 128px;
	background-image: url('../img/v3/sent-fail.png');
	background-repeat: no-repeat;
	text-align: left;
	background-position: right center;
}

#requestResponse p, #requestResponseFail p {
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 18px;
}







/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 1px solid #000;
background: #fff; 
width: 738px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 718px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
font: bold 10px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
.clear {
clear: both;
}

/* admin */

#list-wrap{
width: 715px;
}
#list-wrap-header{
width: 715px;
font-weight: bold;
}
#list-wrap-categories{
float:right;
width: 500px;
}
.list-wrap-cat{
float:right;
width: 55px;
}
.song-row{
width: 100%;
float: left;
height: 51px;
padding: 8px;
margin-bottom:9px;
background-color: #F6F3E7;
}
.song-data{
width: 715px;

}
.song-cats{
width: 500px;
float:right;
}
.song-cats div{
width: 55px;
float: right;
height: 15px;

}
.song-cats div input {
margin: 0;
padding: 0;
border: 1px solid #959595;
}
.song-meta {
width: 212px;
float:left;
margin-top: 5px;
margin-left: 3px;
}
.song-artist {


}
.song-title{


}
.song-detail{
width: 699px;
overflow: hidden;
float: left;
background-color: #DDDAD5;
padding: 8px;
}
.song-params {
display:none;
}
.weight_off {
filter:alpha(opacity=20);
opacity:0.2;
}
.weight_off:hover{
filter:alpha(opacity=100);
opacity:1;
}
.clear-both{

clear: both;
}

.timestamp {
width: 145px;
}
.artist-title {
width: 450px;
}
.status {
width: 30px;
}

/* avaleht */
.latest .cover-image {
width: 37px;
height: 37px;
float: left;
background-color: #E5DFD3;
}
.latest .cover-thumb{
margin:1px;

}
.latest .latest-thumb{
width: 45px;
height: 40px;
float: left;
}
.latest .latest-content{
width: 245px;
padding-top: 5px;
float: left;
}
.latest li{
width: 290px;
height: 40px;
float: left;
}
.latest {
clear: both;
font-size: 0.9em;
width:740px;
height:45px;
}
