/*

CSS for test divs

Copyright (C) Ryan Loebs (ObsidianX) 2005/2006
See LICENSE for GPL

*/


body {
	background-color: #E9EFF4;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, Sans;
}

input, select{
	border: 1px #C4C9CD solid;
	font-size: 10px;
}

form{
	padding: 0px;
	margin: 0px;
}

a:visited, a:active, a:link {
	color: blue;
	text-decoration: none;
}

a:visited:hover, a:active:hover, a:link:hover {
	color: blue;
	text-decoration: underline;
}

/*****************************/

#head{
	display: table;
	width: 95%;
	margin: auto;
	padding: 20px 5px 2px 5px;
	background: #F4FAFF;
	border: 1px #C4C9CD solid;
}

#head .title{
	font-size: 20px;
}

#head .songs{
	display: block;
	text-align: right;
	font-size: 9px;
}

/*****************************/

#themebox{
	display: none;
}

/*****************************/

#main{
	display: table;
	width: 95%;
	text-align: center;
	margin: auto;
	padding: 5px 5px 5px 5px;
	background: #F4FAFF;
	border-bottom: 1px #C4C9CD solid;
	border-right: 1px #C4C9CD solid;
	border-left: 1px #C4C9CD solid;
}

/*****************************/

#leftmenu{
	display: table-cell;
	width: 15%;
	text-align: left;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
}

#leftmenu .cell{
	display: block;
	border: 1px #C4C9CD solid;
	text-align: left;
	padding: 2px 2px 2px 2px;
	font-size: 11px;
}

/*****************************/

#songs{
	display: table-cell;
	width: 85%;
	text-align: left;
	padding: 0px 30px 0px 30px;
}

#songs .title{
	font-size: 17px;
	font-style: italic;
}

#listing{
	border: 1px #C4C9CD solid;
}

#listing #header{
	border-bottom: 1px solid black;
	font-size: 10px;
	text-decoration: underline;
	padding-top: 0;
}

#listing #listtable{
	border-spacing: 0px 0px;
}

#listing #listtable td{
	padding: 0px
}

#listing .spacerrow{
	background: #000000;
}

#listing .row{
	font-size: 12px;
	text-decoration: none;
}

#listing .rowhover{
	font-size: 12px;
	text-decoration: none;
	background: #E7ECF1;
}

#listing .rowchecked{
	font-size: 12px;
	text-decoration: none;
	background: #ECF2F7;
}

#listing .check{
	width: 1%;
	display: table-cell;
}

#listing .song{
	width: 47%;
	display: table-cell;
}

#listing .album{
	width: 30%;
	display: table-cell;
}

#listing .track{
	width: 1%;
	display: table-cell;
	text-align: right;
}

#listing .length{
	width: 1%;
	display: table-cell;
	text-align: right;
}

#listing .bitrate{
	width: 1%;
	display: table-cell;
	text-align: right;
}

#listing .format{
	width: 1%;
	display: table-cell;
	text-align: right;
}

#abcbox, #genrebox, #yearbox{
	border: 1px solid #C4C9CD;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*****************************/

#pagelist {
	border: 1px solid #C4C9CD;
	margin: auto;
	text-align: center;
	padding: 10px;
}

/*****************************/

#artistalbum{
	display: table;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin: auto;
}

#artistalbum .column{
	display: table-cell;
	width: 40%;
}

#artistalbum .box{
	display: block;
	border: 1px solid #C4C9CD;
	font-size: 11px;
	padding: 3px;
}

#artistalbum .letterlist{
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

/*****************************/

#albumview{
	display: table;
	border: 1px solid #C4C9CD;
	padding: 20px;
	margin: auto;
	font-size: 11px;
	width: 100%;
}

#albumview #div1{
	display: table-cell;
	width: 50%;
	text-align: left;
	padding-left: 100px;
}

#albumview #tracks{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

#albumview img{
	border: 1px solid #C4C9CD;
}

/*****************************/

#artistview{
	display: table;
	border: 1px solid #C4C9CD;
	padding: 15px;
	font-size: 12px;
	margin: auto;
	width: 100%;
}

#artistview #albums{
	display: table-cell;
	padding: 5px;
	text-align: right;
	width: 50%;
}

#artistview #miscinfo{
	display: table-cell;
	padding: 5px;
	width: 50%;
}

/*****************************/

#search{
	border: 1px solid #C4C9CD;
	padding: 5px;
	width: 100%;
	font-size: 13px;
	margin: auto;
}

#search #row{
	display: table-row;
}

#search #headers{
	display: table-cell;
	width: 10%;
	vertical-align: top;
}

#search #case{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}

#search #inputs{
	display: table-cell;
	width: 65%;
	line-height: 2px;
	vertical-align: top;
}

#notfound{
	border: 1px solid #C4C9CD;
	font-size: 12px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}

/*****************************/

#playlist{
	
}

#playlist #listtable{
	border: 1px solid #C4C9CD;
	width: 100%;
	border-spacing: 0px;
}

#playlist #listtable td{
	padding: 0px;
}

#playlist img{
	border: 0px;
}

#playlist .check{
	width: 1%;
}

#playlist .song{
	width: 90%;
	font-size: 10px;
	text-decoration: underline;
}

#playlist .length{
	width: 10%;
	font-size: 10px;
	text-decoration: underline;
	text-align: right;
}

#playlist .weight{
	width: 1%;
}

#playlist .rowlen{
	text-align: right;
}

#playlist .spacerrow{
	background: #000000;
	height: 1px;
}

#playlist .row{
	font-size: 12px;
	text-decoration: none;
}

#playlist .rowhover{
	font-size: 12px;
	text-decoration: none;
	background: #E7ECF1;
}

#playlist .rowchecked{
	font-size: 12px;
	text-decoration: none;
	background: #ECF2F7;
}

#playlist .nosongs{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 10px;
}

#playlist .totallen{
	text-align: right;
	font-size: 12px;
	
}

/*****************************/

#offline{
	width: 50%;
	height: 50%;
	margin: auto;
	text-align: center;
	padding: 10px 10px 10px 10px;
	border: 1px solid #C4C9CD;
	background: #F4FAFF;
	font-weight: bold;
}

/*****************************/

#auth{
	border: 1px solid #C4C9CD;
	background: #F4FAFF;
	width: 50%;
	margin: auto;
	font-size: 13px;
}

#auth table{
	margin: auto;
}

#auth .error{
	color: red;
	text-align: center;
}

#auth .header{
	vertical-align: bottom;
}

/*****************************/

#foot{
	width: 100%;
	text-align: center;
	display: table;
	margin: auto;
	font-size: 8px;
}