body {
	/*background-image:url(/images/bg_gradient.jpg);
	background-repeat:repeat-x;*/
	/*background-color: #001f2f;*/
	background: #041044 url(/images/splash/dark_blue_bg.jpg) repeat-y scroll 50% 0;
	color: #50F7FE;
	font-family: Arial, Verdana;
	font-size: 0.75em;
	line-height: 16px;
	margin: 0px;
	min-width: 940px;
}


a {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}

.main {
	margin: 10px;
}
.index {
	text-align: center;
}
.header {
}
.header img {
	float: left;
}
.header .text {
	float: left;
	padding-top: 5px;
	padding-bottom: 2px;
}	

.clear {
	clear:both;
}

#errorExplanation ul li {
	color: black;
}


h1 a {
	color: #50F7FE;
	text-decoration:none;
}
h1 a:visited {
	color: #50F7FE;
	text-decoration:none;
}

.tracks_table img {
	padding-top: 3px;
}

.facebook_title {
	background-color: #6D84B4;
	font-size: 120%;
	color: white;
	padding: 5px;
	font-weight: bold;
	/*border: 1px solid #3B5998;*/
}

.comment {
	position: relative;
	background-color: white;
	color: black;
	line-height: 2em;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.comment a {
	color: blue;
}

.comment .container {
	position: relative;
}

.comment .profile {
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	width: 50px;
	height: 100px;
}
.comment .title {
	font-size: 120%;
	font-weight: bold;
}
	
.comment .label {
	position: relative;
	font-size: 120%;
	width: 470px;
}
.comment .label img {
	padding-top: 4px;
}
.comment .label #comment_label {
	width:400px;
}
.comment .play {
	position: absolute;
	top: 0px;
	right: 0px;
}
/*.comment .label span {
	margin-bottom: 10px;
}*/
.comment input {
	width: 400px;
}
.comment .text_section {
	padding: 5px;
	line-height: 3em;
	position: relative;
}
.comment .buttons {
	text-align: right;
	padding-right: 10px;
}

.question {
	font-size: 1.4em;
	padding-bottom: 5px;
	padding-left: 4px;
}
.answer {
	font-size: 1.1em;
	padding-bottom: 24px;
  padding-left: 12px;
}
.footer .counts {
	font-size: 2em;
	line-height: 1.4em;
}
.tracks_table td {
	padding-left: 3px;
	padding-right: 3px;
}
td.play {
	padding-left: 0px;
	padding-right: 0px;
}
td.button {
	padding-left: 1px;
	padding-right: 1px;
}
div.dialog {
			width: 50em;
			padding: 0 4em;
			margin: 4em auto 0 auto;
			border: 1px solid #ccc;
			border-right-color: #999;
			border-bottom-color: #999;
}
.warn {
	color: red;
}
.tracks_table_url {
	padding: 5px;
	font-style: italic;
	font-size: 1.2em;
}
