/* zakladni tridy */
html{
	height: 120%;
}
body {
	background-color: #000000;
	color: #FFC142;
	margin: 0px;
	padding: 0px;
	font-family : Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	letter-spacing: 1px;
}

form {
	margin: 0;
}

input{
	color : #FFC142;
	background-color : #000000;
	border: 1px solid #8C5F00;
	font-size: 1em;
	padding: 2px 3px 1px 3px;
	font-family : Georgia, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

select {
	font-size: 0.8em;
	background-color: #000;
	color: #FF952B;
	border: 1px solid #8C5F00;
}

option {
	background-color: #000;
	color: #FF952B;
}

textarea{
	color : #FFC142;
	background-color : #000000;
	border: 1px solid #8C5F00;
	font-size: 1em;
	padding: 3px;
	font-family : Georgia, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

p{
	text-indent: 40px;
	line-height: 150%;
	text-align: justify;
	margin: 0 0 20px 0;
}

fieldset{
		border: 1px solid #FFC142;
}
td{
	white-space : nowrap;
}

li {
	margin: 5px 0;
}

h1 {
	text-align: center;
	font-size: 1.8em;
	letter-spacing: 4px;
	margin: 0 0 45px 0;
}


h1 div.subtitle {
	font-size: 0.7em; 
	color: #A65300;
}



h2 {
	font-size: 1.5em;
	letter-spacing: 2px;
	margin: 30px 0 15px 0;
}

h3 {
	font-size: 1.4em;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 30px 0 15px 0;
}

hr{
	height: 1px;
	border: 0;
	text-align: left;
	border-top: 1px solid #FFC142;
}
hr.light{
	height: 1px;
	border: 0;
	border-top: 1px dotted #8A5E00;
	_border-top: 1px solid #513700;
}

ol {
	padding-left: 60px;
}

/* sloupce */
#header{
 	margin: 0px;
	padding: 0px 0px 0px 0px;
   text-align: center;
}
#main {
 	margin: 0px;
	padding: 0px;
}
#left { 
	float: left;
	width: 150px;
	left: 0px;
	padding-left: 5px;
	padding-top: 70px;
}
#right { 
	float: right;
	padding-top: 70px;
	width: 150px;
} 
#middle { 
	padding-top: 30px;
	margin: 0px 170px 0 170px;
} 
/* cleaner */
.cleaner {
	clear: both;
}	
/* menu */
#menu a{
	margin: 0px 3px 0px 3px;
	font-weight: bold;
}

#menu a {
	letter-spacing: 2px
}

#menu a .f {
	color: #DB0000;
	font-size: 1.4em;
	margin-right: 1px;
}

/* odkazy */
a:visited , a:active , a:link{
	color : #FF8F1E;
	text-decoration : none;
}
a:hover{
	color : #FFC080;
}
a.reverse:visited , a.reverse:active , a.reverse:link{
	color : #FFC142;
	text-decoration : none;
}
a.reverse:hover{
	color : #FF952B;
	text-decoration : none;
}
/*  pismenkove odkazy */
.letterlinks {
	font-weight: bold;
}

td.letter {
	padding: 0;
	width: 20px;
	text-align: center; 
	vertical-align: middle; 
}

a.letter span.big {
	font-size: 2em;
	visibility: hidden;
}

td.letter:hover span.big {
	visibility: visible;
}

td.letter:hover span.normal {
	display: none;
}


a.letter:hover span.big {
	visibility: visible;
}

a.letter span.normal {
	position: absolute;
	left: 6px;
	_left: 3px;
	top: 5px;
	_top: 6px;
}

a.letter:hover span.normal {
	display: none;
}


/* seznamy */
.bandlist , .tablist{
    line-height : 200%;
}

.tablist{
	margin: 0 0 0 20px;
}

.band-letter {
	position: relative;
	text-align: left; 
	font-size: 1.7em; 
	height: 25px;
	color: #FFC142; 
	font-weight: bold; 
	margin-top: 30px;
	width: 99%;
}

.band-letter:first-letter {
		padding-left: 10px;
}

.band-letter a {
	position: absolute;
	right: 20px;
	top: 18px;
	padding: 0 10px;
	background-color: #000;
}

.band-name {
	margin-left: 30px;
	letter-spacing: 2px;

}

.songlist , .gp3list , .songbooklist , .tuninglist {
	margin: 10px 0 20px 30px;
}

.linktext {
	margin: 20px 0 40px 30px;
}
/* typ pisnicky */
.tabtype{
   color : #DB0000;
	margin-left: 20px;
   font-weight : bold;
   cursor : default;
}
/* pozadavky */
.requesterror{
	color : #FF0000;
}
.requestok{
	font-size : 14px;
	color : #FF0000;
	text-align : center;
	font-weight : bold;
}
.comment-added{
	font-size : 18px;
	color : #FF0000;
	font-weight : bold;
}
input.submitrequest{
	margin : 0px;
	padding : 0px;
	width : 110px;
	float : right;
}
/* navigacni lista */
.actionboxleft{
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.actionboxright{
	float: right;
	font-size: 11px;
	font-weight: bold;
}
/* pomocne elementy */
.simpleFrame{
	border: 1px dotted #8A4500;
	_border: 1px solid #8A4500;
	margin: 10px;
	padding: 5px;
}

.reversecolor{
	color: #FF952B;	
}
.tabshow{
   color: #FF952B;
   font-size : 1em;
	border: 1px solid #603000;
	border-left: 10px solid #8A4500;
	background-color: #0F0A04;
   font-family : "Courier New", monospace;
	white-space: pre;
	padding: 20px;
	margin: 0 0 15px 0;
	overflow: auto;
	word-wrap: break-word;
}

.tab-preview {
   color : #FF952B;
   font-size : 1em;
	border: 1px solid #603000;
	border-left: 10px solid #8A4500;
	background-color: #0F0A04;
   font-family : "Courier New", monospace;
	white-space: pre;
	padding: 20px;
	margin: 0 0px 15px 0px;
}

.tab-preview-small {
   color : #FF952B;
   font-size : .7em;
	border: 1px solid #603000;
	border-left: 10px solid #8A4500;
	background-color: #0F0A04;
   font-family : "Courier New", monospace;
	white-space: pre;
	padding: 0 10px;
	margin-right: 10px;
}


.back-link {
	padding: 20px 0;
	font-size: 1.2em;
}

.helper{
	background: url(../img/exclamation-mark.png) left no-repeat;
	padding: 2px 0 0 23px;
	font-weight: bold;
}

.helper a {
	border-bottom: 1px dotted #8A4500;
}

.helper a:hover {
	border-bottom: 1px dotted #FFC142;
}


.icon {
	vertical-align: middle;
	margin: 0 5px;
	
}

.redcolor{
	color : #FF0000;
}

.header_brd{
	font-weight: bold;
	font-size: 1.2em;
	border-left: 6px solid #B20000;
	border-top: 1px solid #B20000;
	padding: 0 7px 2px 7px;
}


.boldfont{
	font-weight: bold;
}

.italicfont{
	font-style: italic;
}

img{
	padding: 0;
	margin: 0;
	border: 0;	
}

.comments{
	padding: 0 0 30px 30px;
	width: 500px;
}

.comment{
	background-color: #603000;
	padding: 1px 3px 2px 10px;
	margin: 5px 0 10px 5px;
}

.bigger {
	font-size: 1.5em;
	letter-spacing: 2px;
}

.new-tabs-date {
	font-size: 1.5em;
	margin: 30px 0 10px 0;
}

.back-action {
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 24px;
	background: url(../img/back-icon.png) left center no-repeat;
	font-weight: bold;
}

.back-action:hover {
	background-image: url(../img/back-icon-hover.png);
}
.download-action {
	margin-left: 3px;
	margin-right: 10px;
	padding-left: 24px;
	background: url(../img/download-icon.png) left center no-repeat;
	font-weight: bold;
}

.download-action:hover {
	background-image: url(../img/download-icon-hover.png);
}

.print-action {
	margin-left: 3px;
	margin-right: 10px;
	padding-left: 24px;
	background: url(../img/print-icon.png) left center no-repeat;
	font-weight: bold;
}

.print-action:hover {
	background-image: url(../img/print-icon-hover.png);
}

.actions {
	position: absolute; 
	height: 15px; 
	top: 1px;
	_left: -3px; 
	padding: 5px 0 2px 0; 
	background-color: #0F0A04;
	border: 1px solid #603000; 
	border-left: 10px solid #8A4500; 
	border-bottom: 0;
}

.news-date {
	color: #FF8F1E; 
	margin: 20px 0 5px 0; 
	font-size: .9em; 
}

.news-text {
	color: #FFC142; 
	font-size: .9em; 
	padding-left: 5px;
}

a.left-menu-action {
	margin: 0 0 0 5px;
	letter-spacing: 2px; 
	font-weight: bold;
}

a.left-menu-action-news {
	background: url(../img/news.png) left no-repeat;
	padding: 0 0 0 25px;
}

a.left-menu-action-news:hover {
	background: url(../img/news-high.png) left no-repeat;
}

a.left-menu-action-add {
	background: url(../img/add.png) left no-repeat;
	padding: 0 0 0 25px;
}

a.left-menu-action-add:hover {
	background: url(../img/add-high.png) left no-repeat;
}

a.left-menu-action-writeme {
	background: url(../img/pencil.png) left no-repeat;
	padding: 0 0 0 25px;
}

a.left-menu-action-writeme:hover {
	background: url(../img/pencil-high.png) left no-repeat;
}

/* naseptavac */
.whisper {position:relative;}

#whisperBand, #whisperSong {position:relative; margin-bottom:1em;}/* set width of widget here*/ 
#whisperBand {z-index:9000} /* for IE z-index of absolute divs inside relative divs issue */

#whisperBandInput, #whisperSongInput {
	width : 100px;
	padding: 3px 2px 2px 20px;	
	background: url(../img/lupa.png) left no-repeat;
	z-index: 0;
} /* abs for ie quirks */ 
#whisperBoxBand, #whisperBoxSong {position:absolute;top:1.7em;width:100%}

#whisperBoxBand .yui-ac-content, #whisperBoxSong .yui-ac-content {
	position: absolute;
	top: 1px;
	min-width: 120px;
	border: 1px solid #8C5F00;
	background: #000;
	z-index: 9050;
}
#whisperBoxBand .yui-ac-shadow, #whisperBoxSong .yui-ac-shadow {
	position: absolute;
	margin: .3em;
	width: 100%;
	background: #a0a0a0;
	z-index: 9049;
}
#whisperBoxBand ul, #whisperBoxSong ul {
	padding: 0;
	margin: 0;
	width: 100%;
}
#whisperBoxBand li, #whisperBoxSong li {
	padding: 2px 5px;
	margin: 0;
	height: 1.5em;
	cursor: default;
	white-space: nowrap;
}
#whisperBoxBand li.yui-ac-highlight, #whisperBoxSong li.yui-ac-highlight {
	background: #592B00;
	
}
#whisperBoxBand li.yui-ac-prehighlight,#whisperBoxSong li.yui-ac-prehighlight {
	background: #592B00;
}
        
input.searchbut{
	width : 16px;
}

a.hidden-url span.url {
	font-size: 0.65em;
	color: #FFC080;
	display: none;	
}

a.hidden-url:hover span.url {
	display: inline;	
}