/*----------------------------------------------
	
	linklist, global.css
	(c) 2008-2009 Stefan Heule

----------------------------------------------*/


/* the current collection of the user */
tr.cur-collection td {
	background: #FFD8AD;
}


/* link collection style
----------------------------------------------*/
.category-list {
	border-bottom:1px solid #CCC;
	list-style-type:none;
	background:#eee;
}
.category-list li {
	border-top:1px solid #CCC;
}
.category-list li a {
	text-decoration: none;
	display:block;
	color:#000;
	background-image:url('../img/arr.png');
	background-repeat:no-repeat;
	background-position:15px 50%;
	position:relative;
	padding:4px 0 2px 30px;
	line-height:11px;
	font-size:11px;
}
.category-list li a:hover {
	background-color:#0D3277;
	background-image:url('../img/arr2.png');
	color:#fff;
}
.category-list li a:hover .linksub {
	color:#bbb;
}
.vvzref {
	font-weight:bold;
	font-size:14px;
	font-family:'Courier New', Courier, monospace;
	position:absolute;
	right:15px;
	top:0px;
	width:16px;
	height:16px;
	border:1px black solid;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	text-align:center;
	text-decoration: none;
	color:black;
}
.linktitle {
	font-size:14px;
}
.linksub {
	font-size:10px;
	color:#666;
}


/* edit linklist
----------------------------------------------*/
form.edit-ll .codeinput {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:100%;
}
pre.code {
	background: #eee;
	padding: 3px 15px;
	margin: 5px 0;
	border-top: 1px dashed #666;
	border-bottom: 1px dashed #666;
}
span.inline-pre {
	font-family:"Courier New", Courier, monospace;
	color:#1D45C6;
}


/* playback
----------------------------------------------*/
div.control-wrapper {
	height: 40px;
}
div.control-body {
	right: 10px;
	top: -5px;
}




