/*
 * Site Layout
 */
#phpMyDistro_content {
	padding: 15px 0px 0px 20px;	
	width: 660px;
}

#top_nav {
	height: 50px;
}

#update {
	margin-top: 10px;
	float: left;
}

#heading {
	height: 20px;
}

#album {
	clear:both;
	display:block;
	height:100px; 
	margin: 20px 0px;	
}

/*
 * Site Wide Styles
 */
body {
	font-family:  Verdana, Arial, serif;
	font-size: small;
	margin: 0;
}

img {
	border: 0px;	
}

legend {
	font-weight: bold;
	font-size: 20px;
}

fieldset {
	width: 250px;
	padding: 20px;	
}

table {
	clear: both;
	margin-top: 10px;
	border: 1px solid #000000;
}

th {
	font-size: medium;
	border: 1px solid #000000;	
}

td, th {
	width: 150px;
	white-space: nowrap;
	text-align: center;
	border-right: 1px solid #000000;
	padding: 5px;
}

dt {
	font-weight: bold;
	margin-top: 15px;
}

h2 {
	float: left;
	margin: 0px;
}

h3 {
	float: left;
	margin: 0px;
	height: 20px;
	text-decoration:underline;
}

h4 {
	float: left;	
}

label {
	display: block;
	font-weight: bold;
	font-size: 16px;
}

input[type='text'], input[type='password'] {
	background-color: #F9BB44;
	font-weight: bold;	
	padding: 2px;
	margin: 5px 0px 15px 5px;	
	width: 200px;
}

/*
 * Classes
 */

.cover_img {
	width: 200px;
	height: 200px;
}

.album {
	border:1px outset #000000;
	clear:both;
	display:block;
	height:100px;
	margin-top:20px;
	padding:10px;
	width:490px;
	height: 110px;
	background: #ffffff;
}

.album dl {
	float:left;
	width:355px;
}

.album dt {
	margin: 0px 10px 0px 0px;
	clear: both;
	float:left;
	font-weight:bold;
	text-align:right;
	width:70px;	
} 

.album dd {
	float: left;
	margin: 0px 0px 10px 0px;
	width: 240px;
}

.album_cover {
	float:left;
	margin-right:20px;
}

.album_cover img {
	height:100px;
	width:100px;
	border: 1px solid #000000;
}

.download {
	border:1px outset #000000;
	float:right;
}

.download:hover {
	border-style:inset;
}

.altrow {
	background-color: #d0ceb0;
}

.track_download img {
	border:1px solid #FFFFFF;
}

.track_download img:hover {
	border:1px inset #FFFFFF;
}

/* 
 * IDs
 */

#flashMessage {
	font-weight: bold;	
	color: #0080ff;
	margin-bottom: 20px;
}

#authMessage {
	color: #ff0000;
	font-weight: bold;
	font-size: small;
} 

#whole_album_dl {
	border:1px solid #000000;
	margin-bottom:20px;
	padding:10px 10px 10px;
	width:450px;
}

#zip_info {
	clear: both;
	margin-top: 30px;
}

#zip_name {
	margin-bottom: 10px;	
}

#tracks_dl {
	border:1px solid #000000;
	padding: 10px 10px 10px;
	width:450px;
}

#tracks_dl table {
	margin-top: 10px;	
}

#logout a {
	background: transparent url('/img/logout.png') no-repeat top left;
	float:right;
	width: 123px;
	height: 48px;
}

#logout a:hover {
	background: transparent url('/img/logout.png') no-repeat bottom left;
}

#back a {
	background: transparent url('/img/back.png') no-repeat top left;
	float: left;
	width: 115px;
	height: 48px;
}

#back a:hover, #back a:active {
	background: transparent url('/img/back.png') no-repeat bottom left;
}

#tracks_dl table {
	width: 450px;
}

#tracks_dl td, #tracks_dl th {
	width: auto;
	white-space: normal;
	font-size: small;
	border: 0px;
}

.mdd_login {
	float: right;
}


