body {
	background-image: url('http://www.cybergrunge.com/images/bg3.jpg');
	font-family: sans-serif;
	margin: 0;
}

a.current {
        opacity: 0.6;
        background-color: white;
        padding-top: 99px;
        padding-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;
        width: 60px;
        text-align: center;
        -moz-border-radius: 15px;
}

a:hover.current {
	color: black;
}

a:link {
	color:white;
	text-decoration: none;
}

a:visited {
	color:white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color:#b11a11;
	text-decoration: underline;
}

a.nav {
	opacity: 0.7;
	background-color: black;
	padding-top: 99px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	width: 60px;
	text-align: center;
	/* border-radius: 10px 10px; */
	-moz-border-radius: 15px;
}

a:hover.nav {
	background-color: #b11a11;
	color: black;
}

li.nav {
	display: inline;
}

div#body {
	width: 100%
}

div#nav {
	position: relative;
	text-align: center;
	margin-top: 100px;
	margin-left: 0;
	margin-right: 0;
}

div#backsplash {
	position: absolute;
	border-collapse: separate;
	margin-top: -85px;
	background-image: url(http://www.cybergrunge.com/images/navbar2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 80px;
	width: 100%;
	z-index: 1;
}

div#logo {
	position: absolute;
	background-image: url(http://www.cybergrunge.com/logo.jpg);
	margin-top: -70px;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -151px;
	width: 302px;
	height: 47px;
	z-index: 2;
}

div#showuser {
	position: absolute;
	color: white;
	font-weight: bolder;
	margin-top: -73px;
	z-index: 3;
}

tr {
	background-color: black;
}

table {
	margin: 0px auto;
	border: thin solid black;
	text-align: center;
	color: white;
}

span.na {
	font-size: xx-small;
	color: #b11a11;
}

tr.label {
	color: #b11a11;
	font-weight: bolder;
}

tr.header {
	color: white;
	font-weight: bold;	
}

tr.data {
	color: white;
}

div#footer {
	border-top-style: dashed;
	border-color: black;
	text-align: center;
	margin-top: 30px;
	padding: 20px;
}

table.note {
	width: 300px;

}

div.center {
	text-align:center;
}

div.noteheader {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: black;
	color: #b11a11;
	font-weight: bolder;
	padding-top: 10px;
	text-align: center;
	width: 300px;
	padding: 20px;
	-moz-border-radius: 10px;
}

div.notebody {
	text-align: center;
	font-weight: normal;
	background-color: black;
	color: white;
	padding: 10px;	
}

ul.nav {
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}


/* New User Section */

div.topinputsection {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 50px;
	background-color: black;
	color: white;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
}

h1.sectionheader {
	margin-top: 0px;
	border-bottom: thick solid #b11a11;
}

h2.sectionheader {
	margin-top: 0px;
	border-bottom: thick solid #b11a11;
}

h3.sectionheader {
	margin-top: 0px;
	border-bottom: thick solid #b11a11;
}

div.input {
	padding: 5px;
}

label.inputlabel {
	text-align: right;
	background-color: gray;
	color: white;
	-moz-border-radius: 10px;
	width: 200px;
	float: left;
	padding: 5px;
	margin: 3px;
}

input.forminput {
	text-align: left;
	padding: 5px;
	margin: 3px;
}

div.middleinputsection {
	margin-top: 20px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	background-color: black;
	text-align: center;
	color: white;
}

div#legaljargon {
	border: thin solid white;
	background-color: white;
	color: black;
	margin-top: 0px;
	margin-bottom: -13px;
	padding: 15px;
	-moz-border-radius: 10px;
}

div#legalagree {
	-moz-border-radius: 5px;
	padding: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
	border-left: thin solid white;
	border-right: thin solid white;
	border-bottom: thin solid white;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

div.bottominputsection {
	width: 500px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	background-color: black;
	color: white;
	text-align: center;
}

div#captcha {
	background-color: white;
	padding: 10px;
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
}

div.submit {
	padding-top: 20px;
	padding-bottom: 10px;
}

ul.browsestyle {
	padding-left: 0px;
	margin-left: 0px;
	text-align: center;
}

li.browsestyle {
	display: inline;
}

span.highlight {
	font-size: x-small;
}

span#inactive {
	font-weight: bolder;
	color: red;
	border: thin solid white;
	padding: 12px;
	padding-left: 13px;
	padding-right: 13px;
	margin: 1px;
	-moz-border-radius: 10px
}

div#browsestyle {
	margin-top: 20px;
	padding-left: 0px;
	text-align: center;
}

a.browsestyle {
	border: thin solid gray;
	padding: 12px;
	padding-left: 13px;
	padding-right: 13px;
	margin: 1px;
	background-color: black;
	color: white;
	opacity: 0.7;
	-moz-border-radius: 10px;
}

a.browsestyle:hover {
	background-color: #b11a11;
	color: black;
	opacity: 0.7;	
}

li.selectletter {
	display: inline;
}

ul.selectletter {
	padding-left: 0px;
	margin-left: 0px;
}

a.selectletter {
	border: thin solid white;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
	-moz-border-radius: 4px;
	background-color: black;
	color: white;
	opacity: 0.7;
}

a.selectletter:hover {
	background-color: #b11a11;
	color: black;
	opacity: 0.7;
}

span.letterna {
	color: gray;
	padding: 3px;
	margin-left: 1px;
	margin-right: 1px;
}

div.inputsection {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 40px;
	background-color: black;
	color: white;
	-moz-border-radius: 20px;
}

ul.searchradioinput {
	padding-left: 0px;
	margin-left: 0px;
}

li.searchradioinput {
	display: inline;
	border: thin solid gray;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: black;
	-moz-border-radius: 10px;	
}

ul.selectaccounttype {
        padding-left: 0px;
        margin-left: 0px;
}

li.selectaccounttype {
        display: inline;
        border: thin solid gray;
        margin-left: 2px;
        margin-right: 2px;
        padding-left: 4px;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: black;
        -moz-border-radius: 10px;
}


div.outputsection {
	width: 600px;
	padding: 20px;
	background-color: black;
	color: white;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	-moz-border-radius: 20px;
}

div.topoutputsection {
	width: 600px;
	padding: 20px;
	background-color: black;
	color: white;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	text-align: center;
}

div.middleoutputsection {
	width: 600px;
	padding: 20px;
	background-color: black;
	color: white;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.bottomoutputsection {
	width: 600px;
	padding: 20px;
	background-color: black;
	color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	text-align: center;
}

div#infooutput {
	border: thin solid white;
	padding: 5px;
	text-align: center;
}

ul.actionlist {
	padding-left: 0px;
	margin-left: 0px;
}

li.actionlist {
	display: inline;
}

a.actionlist {
	background-color: black;
	border: thin solid white;
	color: white;
	opacity: 0.7;
	padding: 10px;
	margin-left: 3px;
	margin-right: 3px;
	-moz-border-radius: 10px;
}

a.actionlist:hover {
	background-color: #b11a11;
	opacity: 0.7;
	color: black
}

span.actionlist {
	text-align: center;
	margin-top: 5px;
}

div.songactionlist {
	border: thin solid white;
	padding: 10px;
	margin: 10px;
	-moz-border-radius: 20px;
}

div.important {
	color: red;
	font-weight: bolder;
}

span.tinytext {
	font-size: xx-small;
}
input#picinput {
	margin-top: 25px;
	margin-bottom: 25px;
}

ul.selectstyle {
	padding-left: 0px;
	margin-left: 0px;
}

li.selectstyle {
	display: inline;
	padding: 5px;
	margin: 3px;
	border: thin solid white;
	-moz-border-radius: 10px;
}

div.selectsyle {
	border: thin solid white;
	padding: 5px;
	margin-top: 20px;
	-moz-border-radius: 10px;
}

table.songinfo {
	/* border: thin solid red; */
}

td.songinfoheader {
	border: thin solid white;
	margin-top: 10px;
	padding: 5px;
}

td.uploadedsonginfo {
	border-bottom: thin solid green;
	padding: 5px;
}

td.songinfoinput {
	padding: 5px;
}

div.outputcomment {
	border: thin solid white;
	padding: 10px;
	-moz-border-radius: 10px;
}

ul.ratingmenu {
	padding-left: 0px;
	margin-left: 0px;
}

li.ratingmenu {
	border: thin solid white;
	display: inline;
	padding: 5px;
	margin: 5px;
	-moz-border-radius: 10px;
}
