* {
	-moz-box-sizing:border-box;
}
html,
body {
	padding:0px;
	margin:0px;
}
body {
	font-family:calibri,arial,serif;
	font-size:14px;
	color:#DFF5FF;
	padding:10px;
	background-image:url("../images/top_background_tile.gif");
	background-repeat:repeat-x;
}
a:link,
a:active,
a:visited {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:underline;
}
label {
	cursor:pointer;
}
img {
	border:0px;
}
input[type=text],
input[type=file],
input[type=password],
input[type=button],
input[type=submit],
select,
textarea {
	color:#FFF;
	background-color:#003D5F;
	border:1px solid #6EBADF;
}
input[type=text]:focus,
input[type=password]:focus,
select:focus {
	background-color:#00527F;
}
input[type=button],
input[type=submit] {
	background-color:#00527F;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=button]:focus,
input[type=submit]:focus {
	background-color:#4682B4;
}
input[type=button]:active,
input[type=submit]:active {
	background-color:#DFF5FF;
}
table tr th {
	background-color:#4682B4;
	padding:2px;
	border:1px solid #FFF;
	color:#FFF;
}
div#wrapper {
	width:800px;
	margin:0 auto;
	background-color:#6EBADF;
	border:2px solid #0067A5;
}
div#header {
	cursor:pointer;
	height:125px;
	width:100%;
	color:#FFF;
	text-indent:135px;
	background-image:url("../images/header_background.png");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#4682B4;
	font-size:22px;
}
div#header b {
	font-size:82px;
}
div#header i {
	font-size:40px;
	font-style:normal;
	font-family:"courier new",monospaced;
	padding-left:14px;
	color:#6EBADF;
}
div#subhead {
	padding:5px;
	margin-bottom:5px;
	border-style:solid;
	border-color:#FFF;
	border-width:1px 0;
	text-align:left;
	background-image:url("../images/sub_gradient.gif");
	background-repeat:repeat-x;
}
div#maintitle {
	background-color:#0067A5;
	color:#FFF;
	border:1px solid #FFF;
	border-right:0px;
	text-indent:75px;
	font-size:16px;
	margin-bottom:15px;
}
div#content {
	width:78%;
	float:right;
	margin-bottom:10px;
}
table.music_list {
	background-color:#0067A5;
}
table.music_list td {
	border:1px dotted #4682B4;
	padding:3px;
}
div#navigation {
	width:18%;
	float:left;
}
div#navigation div.menu-section {
	margin:0px 2px 10px 2px;
	border:1px solid #FFF;
	background-color:#4682B4;
}
div#navigation div.menu-section h2 {
	font-size:16px;
	display:block;
	margin:0;
	text-align:center;
	color:#FFF;
	border-bottom:1px solid #FFF;
	background-color:#0067A5;
	padding:2px;
}
div#navigation div.menu-section a {
	display:block;
	width:100%;
	padding:4px 2px;
	text-indent:5px;
	border-left:2px solid transparent;
}
div#navigation div.menu-section a.darkrow {
	background-color:#3E739F;
}
div#navigation div.menu-section a:hover {
	background-color:#0067A5;
	text-decoration:none;
	border-left:2px solid #FFF;
}
div#footer {
	clear:both;
	width:100%;
	font-size:11px;
	color:#FFF;
	padding:2px 0;
	background-color:#4682B4;
	text-align:center;
}
div.other_box {
	margin-left:30px;
}
table#browse-bar {
	background-color:#4682B4;
	color:#FFF;
	border:1px solid #FFF;
	margin-bottom:10px;
}
table#browse-bar tr th{
	border:0px;
	background:transparent;
	text-align:right;
}
div#slim_player_wrap {
	margin:0px auto 10px auto;
	clear:both;
	width:400px;
	height:15px;
	padding:0px;
}
div#upload-blankout {
	width:100%;
	height:100%;
	background-color:#000;
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
	filter:alpha(opacity=8);
	-moz-opacity:.8;
	opacity:.8;
}
div#upload-bar {
	border:1px solid #FFF;
	background-color:#4682B4;
	height:132px;
	padding:2px;
	width:132px;
	z-index:3;
	position:absolute;
	top:100px;
	right:200px;
	text-align:center;
}
a.createPlaylist {
	font-size:16px;
	background-color:#4682B4;
	text-decoration:none;
	border:1px solid #FFF;
}
div#create_playlist_box {
	background-color:#0067A5;
	width:50%;
	padding:5px;
	border:1px solid #FFF;
}