﻿body {
    color: white;
    background: black;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
}
button, input[type="radio"]{
    outline: none;
}

input[type="radio"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width:20px;
    height: 20px;
    padding: 3px;
    background-clip: content-box;
    border: 1px solid #999999;
    background-color: #ccc;
    border-radius: 50%;
	margin-bottom: -5px;
}
input[type="radio"]:checked{
    border: 1px solid chartreuse;
    background-color: chartreuse;
}
#lblNarodna, #lblZabavna{
	color: #999999;
}
#lblNarodna.selected{
	color: chartreuse;
	font-weight: bold;
}
#lblZabavna.selected{
	color: chartreuse;
	font-weight: bold;
}

#rgnTools{
    width: 300px;
    min-height: 1000px;
    float: left;
    padding: 5px;;
    border-right: double 3px #999999;
    margin-top: 25px;
}


#rgnGenre{
    float: left;
    margin-left: 5px;
    display: block;
    font-size: 1em;
	margin-top: 5px;
}

#rgnArtist{
    width: 250px;
    float: left;
    margin-left: -5px;
    display: block;
    font-size: 1em;
    margin-top: 50px;
	
	padding: 20px;
	border: solid 1px #333333;
	border-radius: 5px;
}

	#rgnArtist span{
		width: 100%;
		float: left;
		display: block;
		margin: 15px 0px;
	}

	#ddlArtist{
		font-size: 1.1em;
		background-color: #333333;
		display: block;
		color: chartreuse;
		border-color: black;
		outline: none;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		width: 100%;
	}
	#ddlSong{
		font-size: 1em;
		background-color: #333333;
		color: chartreuse;
		display: block;
		border-color: black;
		outline: none;
		font-family: Tahoma, Verdana, Segoe, sans-serif;
		width: 100%;
}

#rgnZoom {
	margin-left: -5px;
    float: left;
    display: block;    
    font-size: 1em;
	color: #999999;
	margin-top: 50px;
	width: 250px;
	padding: 20px;
	border: solid 1px #333333;
	border-radius: 5px;
}

	#zoom{
		color: chartreuse;
		margin-right: 10px;
		width: 30px;
	}
	#btnIncrease, #btnDecrease{
		float: right;
		margin-top: -7px;
	}
	#btnIncrease{
		margin-left: 10px;
	}

	#btnIncrease, #btnDecrease{
		font-size: 1.5em;
		font-weight: bold;
		text-align: center;
		width: 30px;
		height: 30px;
		border-radius: 6px; 
		border: solid 1px #999999;
		background-color: #000000;
		color: #999999;
		padding: -2px;
		cursor: pointer;
	}
	#btnIncrease:hover, #btnDecrease:hover{
		color: chartreuse;
		border-color: chartreuse;
	}

#rgnTrans{
    float: left;
    margin-left: -5px;
    display: block;
    font-size: 1em;
	margin-top: 50px;
	color: red;
	width: 250px;
	
	padding: 20px;
	border: solid 1px #333333;
	border-radius: 5px;
}
	#rgnTrans span{
		color: #999999;
	}
	#startChord{
		font-size: 1.25em;
		color: chartreuse;
		padding: 0 5px;
	}
	#ddlChords{
		font-size:1.1em;
		background-color: #000000;
		color: seagreen;
		border-color: black;
		outline: none;
		font-family: Tahoma, Verdana, Segoe, sans-serif; 
}





#rgnContent{
    width: auto;
    min-height: 1000px;
	height: 100%;
	float: left;
    font-size: 1em;
}

#rgnContent pre{
    font-weight: normal;
    font-family: 'Lucida Console';
    margin-top: 30px;
    padding-left: 50px;
    padding-bottom: 30px;
	color: gray;
}
#rgnContent pre b {
    font-weight: bold;
    color: forestgreen;
    font-family: 'Lucida Console';
	line-height: 1em;
}