/* Default Theme */

/* Generic */
body {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	background: #191919 url("images/background.png");
	background-repeat: repeat-x;
	font: normal 11px "Lucida Sans Unicode",sans-serif;
	color: #cccccc;
}

img { border: none; }

a {
	text-decoration: none;
	color: #93a2bd;
}

a:hover {
	text-decoration: underline;
	color: #f5e2a8;
}

h1 {
	font-weight: bold;
	font-size: 15px;
	color: #FFCC33;
	margin-top: 4px;
	margin-bottom: 4px;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	color: #DD7711;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-weight: bold;
	font-size: 12px;
	color: #AA7766;
	margin-top: 2px;
	margin-bottom: 2px;
}

select {
	background-color: #191919;
	color: #CCCCCC;
	font-size: 11px;
}

input {
	background-color: #191919;
	background: #191919;
	color: #CCFFDD;
	border-bottom: 1px #333333 solid;
	border-right: 1px #333333 solid;	
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	font-size: 11px;
}

.button {
	color: #CCFFDD;
	background-color: #2a2a2a;
	border-top: 1px #444444 solid;
	border-left: 1px #444444 solid;	
	border-bottom: 1px #000000 solid;
	border-right: 1px #000000 solid;		
	padding-top: 2px;
	padding-bottom: 2px;	
	padding-left: 6px;	
	padding-right: 6px;		
	font-size: 11px;
}

.highlight {
	color: #ffffff;	
}

.error {
	color: #FF6633;
}

.validateok {
	color: #00CC00;
}

.validatefail {
	color: #FF6600;
}

/* Div Boxes */

.themeimage {
	width: 280;
	float: right; 
}

.notifybox {
	border: 1px solid #5a5743;
	background-color:#393833;
	padding: 5px;
	margin: 5px;
}

.warningbox {
	border: 1px solid #73673c;
	background-color:#504726;
	padding: 5px;
	margin: 5px;
}

.successbox {
	border: 1px solid #6d7f4a;
	background-color:#384225;
	padding: 5px;
	margin: 5px;
}

.errorbox {
	border: 1px solid #943838;
	background-color:#543030;
	padding: 5px;
	margin: 5px;
}

.thumbimg {
	border-left: 1px solid #191919;
	border-top: 1px solid #191919;	
	border-right: 1px solid #3c3c3c;
	border-bottom: 1px solid #3c3c3c;	
	margin: 2px;
}


/* Elements */
#menu, #sidebar, #footer, #content   {
	border-left: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;	
	border-right: 1px solid #191919;
	border-bottom: 1px solid #191919;	
}

#wrapper {
	width: 960px;
/* max-width: 960px;		Tooo buggy!!!
	   min-width: 760px; */
	border: 2px solid #393939;
	background: #222222;
	margin: 0px auto;
	text-align: left;	
	padding: 1px;
}

#header {
	width:100%;
	height: 100px;
	background: #191919 url("images/headerlogo.jpg");
}

#topbar {
	background: #191919;	
	text-align: left;
	padding-left: 22px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#leftbar {
	width: 120px;
	float: left;
	background: #222222;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: auto; 
}

#rightbar {
	float: right;
	width: 180px;
	background: #222222;
	padding: 5px;	
	overflow: auto;
}

#content {
	background: #2a2a2a;
	float: left;
 	width: 618px;  
/*	margin-left: 135px;
	margin-right: 195px; */
	padding: 10px;	
	overflow: auto;
}

#footer {
	height: 15px;
	color: #555555;
	font-size: 80%;
	text-align: center;
	background: #2a2a2a;	
	clear:both;						/* Tells the footer it cant have any elements next to it */
}

/* --- Modules  --------------------------------------------------------------*/

/* Menu Begin */
.menu_title {
	font-size: 11px;
	color: #FFCC66;
	text-align: left;
	font-weight: bold;
	background: #323c53;
	padding-left: 5px;
	border: 1px solid #999999;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	background-image: url("images/menuleft_li_item.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
}

li.subitem {
	background-image: none;
	padding-left: 23px;
}


/*
li.menu_item, li.menu_subitem {
	list-style: none;
	background-image: url("images/menuleft_li_item.gif");
	background-repeat: no-repeat;
	background-position: 0 4px; 
	font-size: 12px;
	color: #93a2bd;
	text-align: left;
	padding-left: 0px; 
	margin-left: 5px;  
}

li.menu_subitem {
	background-image: none;
	list-style-image: none;
	margin-left: 25px;
	font-size: 90%;
}
*/
/* Menu End */

/* Tables */
td.title {
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 2px solid #444444;
	border-bottom-style: groove;
	padding-left: 5px;
	padding-top: 10px;
	vertical-align:top;
}

td {
	vertical-align: top;
}

td.subtitle {
	font-size: 11px;
	color: #FFCC33;	
	padding-left: 5px;
	vertical-align:top;	
}

td.cellcontent {
	font-size: 11px;
	color: #cccccc;
	padding-left: 10px;
	padding-bottom: 0px;
	vertical-align: top;
}

/* Text */
.tracktitle {
	display: inline;
	font-weight: bold;
	font-size: 13px;
}

.trackinfo {
	display: inline;
	font-size: 11px;
	color: #c5f76b;
}

.trackicon {
	margin-top: 3px;
	margin-right: 5px;
}

img.trackicon {
	border: 1px solid #999999;
}

.hand {
	cursor: pointer;
	cursor: hand;
}

/* Validation Script */
.LV_validation_message{
	margin:0 0 0 5px;
}

.LV_valid {
	color:#00CC00;
}
	
.LV_invalid {
	color:#CC0000;
}
    
.LV_valid_field,
	input.LV_valid_field:hover, 
	input.LV_valid_field:active,
	textarea.LV_valid_field:hover, 
	textarea.LV_valid_field:active {
	border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
	input.LV_invalid_field:hover, 
	input.LV_invalid_field:active,
	textarea.LV_invalid_field:hover, 
	textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}

/* Albums */

table.albums {	
	padding: 2;
	background-color: #000000;
}
td.albumheader {	
	font-size: 13px;
	font-weight: bold;
	background-color: #304454;
}
td.albumsdisc {	
	font-size: 13px;
	font-weight: bold;
	background-color: #384225;
}
td.tracksheader {	
	font-size: 12px;
	font-weight: bold;
	background-color: #393833;

}
td.tracks {	
	font-size: 12px;
	background-color: #000000;	
}

p.albumtitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

p.infotext {
	font-size: 11px;
	color: #FFFF99;
}


