/* CSS Document */

.thumb {
	position: absolute;
	left:12px;
	overflow: visible;
}

.imgdescr {
	position: absolute;
	left: 100px;
	width: 300px;
	overflow: visible;
}

.listline {
	position: static;
	height:52px;
	overflow: visible;
}

/* for the list of audio releases */

.releaseimgdescr {
	position: absolute;
	left: 170px;
	width: 300px;
	overflow: visible;
}

.releaseline {
	position: static;
	height:152px;
	overflow: visible;
}

/* title bar */

.titlebar {
	position: absolute;
	top: 5px;
	left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: none;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #666666;	
}

.titlebarenglish {
	position: absolute;
	top: 25px;
	left: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: none;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #bbbbbb;
}

/* menu bar at the left side */

.menu {
	position: absolute;
	top: 70px;
	left: 1em;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	padding: 5px;
	font-size: 14px;
	float:left;
	width:7em;
}

/* the content box */

.content {
	position:absolute;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	padding: 5px;
	font-size: 12px;
	min-width: 500px;
	min-height: 500px;
	max-width: 800px;
	top: 70px;
	left: 144px;
}

.changeview {
	position:absolute;
	top: 58px;
	left: 550px;
	background: #FFFFFF;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	padding: 5px;
	font-size: 12px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}

.creditsbox {
	position:absolute;
	top: 550px;
	left: 20px;
	background: #FFFFFF;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	padding: 5px;
	font-size: 12px;
	vertical-align: middle;
}

.menu a {
	color: #333333;	
	border-bottom-style: none;
}

a {
	text-decoration: none;
	color:#666666;
	border-bottom-style: dotted;
	border-color: #666666;
	border-width: 1px;
}

a:hover {
	border-bottom-style: solid;
	border-color: #FF0000;
	border-width: 1px;
}

a:visited {
}

.thumb a {
	text-decoration: none;
	color:#666666;
	border-bottom-style: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #666666;
}

.menu ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left:0; 
	padding-left:0
}

.menu li {
	list-style-type: none;
	list-style-position: outside;
	margin-left:0;
	padding-left:0;
	padding-bottom: 2px;
	padding-top: 2px;
}

.content ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left:10px
}

.content li {
	list-style-type: none;
	list-style-position: inside;
	position: static;
	padding-bottom: 2px;
	padding-top: 2px;
}

.credits {
	font-size:9px;
}

table {
	border-style:dotted;
	border-collapse:collapse;
	caption-side: top;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
}

tr {
	border-style:dotted;
	border-collapse:collapse;
	caption-side: top;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
}

td {
	border-style:dotted;
	border-collapse:collapse;
	caption-side: top;
	border-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width: 1px 1px 1px 1px;
	border-style: dotted;
	vertical-align: top;
	padding: 5px 2px 5px 2px;
}


thead {
	background-color: #CCCCCC;
}

th {
	background-color: #EEEEEE;
}

/* Sortable tables */
table.sortable a.sortheader {
    color:#666666;
    font-weight: bold;
    text-decoration: none;
	display:block;
	font-style:normal;
	border-bottom:hidden;
	border-bottom-style:hidden;
	color: #222222;		
}
table.sortable span.sortarrow {
	color: black;
	text-decoration: none;
	border:hidden;
	border-bottom-color: #FF0000;
}

.newsrow {
}

.eventrow {
	color: #FF0000;	
}

.antonimgline {
}

.antonimg {
	float:left;
	width:160px;
}

.anton {
	margin-left: 160px;
}
