body { margin: 0px; padding: 0px; background-color: #fff; }
body, td, div { font-family: verdana; font-size: 12px; color: #555; }
a:link, a:visited { color: #3399FF; }
a:hover { color: #0066CC; }
a.headlink:link, a.headlink:visited { color: #FFF; text-decoration: none; }
a.headlink:hover { color: #FFF; text-decoration: underline; }
form { margin: 0px; padding: 0px; }
h1, h2 { margin: 0px; margin-bottom: 10px; padding: 0px; color: #ff9900; font-size: 24px; font-weight: bold; }
h2 { font-size: 18px; }
.green { color: #66cc00 !important; }
.blue { color: #0099cc !important; }
.orange { color: #ff9900 !important; }
.bgorange { color: #fff; background: #ff9900; }
input.text, textarea.text { width: 250px; }
input.shortText, textarea.shortText { width: 160px; }
input.longText, textarea.longText { width: 450px; }
textarea.text, textarea.shortText, textarea.longText { height: 150px; }
.pseudo { cursor:pointer; border-bottom: #3399FF 1px dashed; color: #3399FF; }
.comment { color: #888; font-size: 11px; }
.hr { height: 1px; background: #aaa; }
.clear { clear:both; height: 0px; }
.header { font-size: 18px; text-align: center; font-weight: 400; color: #DD3300; }
.main { width: 1024px; }
.copyright { margin: 30px 10px 10px 10px; color: #888; }

.varpay { font-weight: bold; font-size: 18px; color: #0099cc; cursor: pointer; margin: 15px 0px 0px 0px; }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: none;
	background-position: 0 0;
	margin: 0px;
}

span.corners-top span {
	background-image: none;
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: none;
	background-position: 0 100%;
	margin: 0px;
	clear: both;
}

span.corners-bottom span {
	background-image: none;
	background-position: 100% 100%;
}

span.corners-top, span.corners-bottom { background-image: url("/img/corners_left.png"); }
span.corners-top span, span.corners-bottom span { background-image: url("/img/corners_right.png"); }

.logoArea { margin: 10px; text-align: center; }
.loginArea { margin: 10px; }

.leftColumn { width: 25%; float: left; }
.rightColumn { width: 75%; float: left; }
.sub1 { width: 50%; float: left; }
.sub2 { width: 25%; float: left; }

.error { font-size: 12px; color: #ed2424; }
.userMenu { margin: 0px; padding: 0px; }
.userMenu li { list-style:none; margin-bottom: 5px; }

table.al, table.al tr td { margin: 0px; padding: 0px; border-collapse: collapse; vertical-align: top; font-size: 11px; }

table.view tr td { padding: 2px; }
img.cover { width: 200px; margin-right: 15px; border: #66cc00 3px solid; }
td.vtitle { font-size: 11px; text-align: left; }
td.vvalue { font-weight: bold; font-size: 11px; text-align: left; }

table.tracklist { width: 100%; }
table.tracklist tr.head, table.tracklist tr.tail { background: #ff9900; }
table.tracklist tr.head td, table.tracklist tr.tail td { padding: 5px; color: #fff; }
table.tracklist tr.first { background: #ffffcc; }
table.tracklist tr.second { background: #ffffbb; }
table.tracklist tr td { text-align: center; }
table.tracklist tr td.left { text-align: left; padding: 0px 5px; }

/* Modal */
#simplemodal-overlay {  background-color: #888; cursor:default; opacity: 0.8; height: 100%; }
#simplemodal-container { height:auto; width:600px; height: 350px; background-color:#fff;border:3px solid #aaa; padding: 10px; }
.simplemodal-data { height:350px; margin: 0px; padding: 0px; }
a.modalCloseImg { background:url(/img/x.png) no-repeat; width:24px; height:27px; display:inline; z-index:3200; position:absolute; top:1px; right:2px; cursor:pointer;}

#pages_bar {
	font-size: 15px; list-style: none; clear: both;
	margin: 0px; padding: 0px;
}
#pages_bar li { float: left; }
#pages_bar a, #pages_bar em {
	padding: 3px;
	margin-right: 3px;
	display: block;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
}
#pages_bar a {
	border: 1px solid #66cc00;
	color: #66cc00;
}
#pages_bar em {
	font-weight: bold;
	font-style: normal; 
	color: #fff;
	background: #66cc00;
	border: 1px solid #66cc00;
}

#socializ {
	position: fixed;
	z-index: 1000;
	margin-left: 780px;
	padding: 6px 6px 0;
	border: 1px solid #E5E5E5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
* html #socializ { display: none; }
#socializ:hover {
	background: #F6F6F6;
	border: 1px solid #D4D4D4;
	-moz-box-shadow: 0 0 5px #DDD;
	-webkit-box-shadow: 0 0 5px #DDD;
	box-shadow: 0 0 5px #DDD;
}
#socializ a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 0 6px;
	background-color: #F6F6F6;
}
#socializ img { border: 0px; }
#socmore {
	text-align: center;
	cursor: pointer;
	margin: -11px 0 4px;
	width: 32px;
}
