body { margin: 0px; padding: 0px; background-color: #fff; }
body, td, div { font-family: tahoma,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: #555; 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; position: relative; z-index: 2; }
.copyright { width: 1024px; margin: 30px 10px; color: #888; }

.varpay { font-weight: bold; font-size: 18px; color: #0099cc; cursor: pointer; margin: 15px 0px 0px 0px; }

.rounded {
	background: #ff9900;
	margin: 14px 0px 7px 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 0px; text-align: center; }
.loginArea { margin: 10px 0px; }

.leftColumn { width: 25%; float: left; }
.leftColumn>div{ margin-right: 10px !important; margin-left: 10px !important; }
.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; height: 200px; margin-right: 15px; border: #66cc00 3px solid; }
img.maincover { width: 200px; height: 200px; margin-right: 10px; }
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;
}

#tooltip, #tooltip.green, #tooltip.blue, #tooltip.orange {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.green {
	border: #66cc00 1px solid;
}
#tooltip.orange {
	border: #ff9900 1px solid;
}
#tooltip.blue {
	border: #0099cc 1px solid;
}

ul.tabs {
	text-align: left; margin: 30px 0px 0px 0px;
	border-bottom: #66cc00 1px solid; list-style-type: none; padding: 3px 10px;
}
ul.tabs li {
	display: inline; font: bold 18px tahoma, arial, sans-serif; cursor: pointer; padding: 3px 15px; 
	background: #66cc00; color: #fff; margin: 0px 5px; text-decoration: none; border: #66cc00 1px solid; 
	border-bottom: none;
}
ul.tabs li.tab1 { border-bottom: #fff 1px solid; background: #fff; color: #66cc00; padding-top: 4px; }
ul.tabs li:hover { background: #fff; color: #66cc00; }
.tab { padding: 10px 15px 10px 15px; border: #66cc00 1px solid; border-top: 0px; min-height: 20px; }

#autocomplete {
	position: absolute;
	right: 75px;
	padding: 0px 10px 10px;
	background: #ff9900;
	line-height: 130%;
	text-align: right;
	max-width:665px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 3px 3px #888888;
}
#autocomplete a {
	color: #fff;
	text-decoration:none;
}
#autocomplete a:hover {
	color: #fafa55;
	text-decoration:underline;
}
