 /************************************************
 * (C) Copyright by ZiFiLo GbR 2006-2007         *
 ************************************************/
/*px  px    px     px   */
/*top right bottom left */

body {
	font-family: Helvetica, Arial, sans-serif;	/* Verdana */
	font-size: 9pt;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;	/* IE 5.x hack */
} 

sup {
	font-size:7pt;
	font-weight: normal;
}

img {
	border: 0px;
	padding:0px;
	margin:0px;
}

a {
	text-decoration: none;
	color:#444;
}


th, td {
	vertical-align: top;
	text-align: left;
}

th.vertical,
th.horizontal {
	font-weight: bold;
}

blockquote {
	border: 1px dashed gray;
	padding: 4px;
}

blockquote blockquote {
	border: 1px dashed gray;
	padding: 4px;
	margin: 0px;
}

h1 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 16px;
}

.box div.left
{
	/*padding: 5px 30px 7px 30px;*/
	text-align: left;
}

.box div.right
{
	/*padding: 5px 30px 7px 30px;*/
	text-align: right;
}


#threecolumncentered
{
	/*width: 761px;*/
	width: 923px;
	margin:0px auto;
	text-align: left;	/* override IE5.x hack */
}

#header {
	margin: 0px 0px 0px 0px;
	width: 761px;
}

#adwords {
	position:absolute;
	width: 160px;
	height: 640px;
	/*border: 1px solid black;*/
	margin-top: 138px;
	margin-left: 769px;
	padding: 0px;
	/*overflow: hidden;*/
}

.mailinfo {
	margin: 0px 0px 5px 0px;
}

.inv {
	display:none;
}

/* ================ mainmenu setup =========== */

#header img.mainmenuitem {
	z-index:1;
}

#header ul.mainmenu {
	text-align: center;
	/*background-repeat: repeat-x;*/
	height: 24px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

#header ul.mainmenu li
{
	display: inline;
	position: relative;
	z-index:2;
}

#header ul.mainmenu img {
	border: 0px;
}

#header ul.mainmenu ul.submenu {
	display:none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left:0px;
	top:0px;
	margin-top:9px;
}

#header ul.mainmenu ul.submenu li {
	display:block;
	height:20px;
}

/* ============================================== */

#logoad {
	height: 61px;
}

#header div.ad {
	float:right;
	text-align:right;
}


#header div.toolbar {
	height: 38px;
	margin-top:4px;
	padding-top:6px;
	text-align: center;
	background-repeat: no-repeat;
}

#header div.toolbar img {
	margin: 0px 1px 0px 0px;
}

#content {
	width:761px;
}

#leftcolumn {
	width:132px;
	padding: 5px 8px 0px 0px;
	vertical-align: top;
}

#centercolumn {
	width: 481px;
	padding: 5px 0px 0px 0px;
	vertical-align: top;
}

#rightcolumn {
	width:132px;
	padding: 5px 0px 0px 8px;
	vertical-align: top;
}

#footer {
	position:relative;
	margin: 0px 0px 0px 0px;
	border: 0px solid black;
	height: 60px;
	width: 761px;
	/*background: #0088cc;*/
	text-align:right;
}

#footer div.left {
	position: absolute;
	width: 12px;
	height: 57px;
}

#footer div.right {
	position: absolute;
	margin-left: 749px;
	width: 12px;
	height: 57px;
}

#footer div.middle {
	margin: 0px 9px 0px 0px;
	height: 47px;
	padding: 10px 4px 0px 0px;
}

#footer div.keywords {
	text-align: center;
	color: #555;
	font-size: 8pt;
}

.box {
	/*background: #fefe00;*/
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid black;
}

.box div.content {
	position: relative;
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px;
}

div.box div.color2 div.header { /* for EditorBox */
	background-image: url(scripts/header.php?width=481&color=1);
}

#centercolumn div.box div.color2 div.header {
	background-image: url(scripts/header.php?width=481&color=2);
}

#centercolumn div.box div.color3 div.header {
	background-image: url(scripts/header.php?width=481&color=3);
}

#centercolumn div.box div.color4 div.header {
	background-image: url(scripts/header.php?width=481&color=4);
}

.box div.color2 div.content {
	/*background-image: url(themes/box_bg_color2.gif);*/
	background-color: #D6E6FE;
}

.box div.color3 div.content {
	/*background-image: url(themes/box_bg_color3.gif);*/
	background-color: #ffdde3;
}

.box div.color4 div.content {
	/*background-image: url(themes/box_bg_color3.gif);*/
	background-color: #ffdde3;
}

/*.box div.color2 div.content,
.box div.color3 div.content,
.box div.color4 div.content {
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}*/

.box div.color3 th.even,
.box div.color3 td.even,
.box div.color2 th.even,
.box div.color2 td.even
{
	background-color:#fff;
}

.box div.color2 th.odd,
.box div.color2 td.odd
{
	background-color:#DDE4F3;
}

.box div.color3 th.odd,
.box div.color3 td.odd
{
	background-color:#F4DEE4;
}

.box div.header {
	position: relative;
	height: 29px;
}

.box div.header div.title {
	padding: 7px 0px 0px 5px;
	height: 22px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	
	position:absolute;
	top:0px;
	left:20px;
	white-space: nowrap;
}

.box div.header div.icon {
	/*float:left;*/
	/*margin-top: 3px;*/
	padding: 3px 0px 0px 4px;
	z-index:1;
}


.box div.header div.actionIcons {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding-top: 4px;
	text-align:right;
}

.box div.header div.actionIcons div.actionIcon {
	position:relative;
	float:right;
}

.box div.header div.actionIcons div.actionIcon img {
	border: 0px;
}

.box div.break {
	background-color: #fff;
	background-position: bottom;
	background-repeat: repeat-x;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	padding: 4px;
	color: #fff;
}

.box div.break a {
	color: #fff;
}

.box div.color2 div.break {
	background-color: #014BB2;
}

.box div.color3 div.break {
	background-color: #F70707;
}

.box div.break h1 {
	padding:0px;
	margin:0px;
	font-weight: bold;
	font-size: 12px;
}


.box input.text
{
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position:bottom;
}

.box div.color2 input.text,
.box div.color3 input.text,
.box div.color2 textarea,
.box div.color3 textarea
{
	background-color: #fff !important;
	border: 1px solid #767676 !important;
}

.box input.button
{
	border: 0px solid gray;
	background: transparent;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

.box div.color2 input.button,
.box div.color3 input.button,
.box div.color2 button,
.box div.color3 button
{
	color: #fff !important;
}

.box button
{
	background: transparent;
	width: 89px;
	height: 22px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
	border: 0px solid gray;
}

.box div.color2 button
{
	background-image: url(themes/button_blue.gif) !important;
}

.box div.color3 button
{
	background-image: url(themes/button_red.gif) !important;
}

.box select
{
	/*border: 1px solid gray;*/
}

#leftcolumn .box input.text
{
	margin: 0px;
	padding:0px;
	width: 95%;
}

p {
	margin:0px 0px 7px 0px;
	padding: 0px;
}

p.center {
	text-align: center;
}

p.info {
}

td.mail_unread {
	font-weight: bold;
}

td.mail_read {
	font-weight: normal;
}

td.even {
	color:gray;
}

td.odd {
	color:gray;
}

#footer img {
	border: 0px;
	margin: 5px 0px 0px 10px;
}

img.toolbaricon {
	border: 0px;
	margin:0px;
	padding:0px 1px 0px 1px;
}

div.overlaypane {
	display: none;
	position: fixed;
	top: 0px;
 	left: 0px;
	width: 100%;
	height: 100%;
 	/*background-color:#ddd;*/
 	background-image:url(images/overlaypane_bg.png);
 	/*opacity: 0.8;*/
	z-index: 500;
}

/* ================ male/female setup =========== */

span.female {
	color: #F80A0C !important;
	font-weight: bold;
	padding-left: 16px;
	background-image: url(images/bullet_female.png);
	background-repeat: no-repeat;
}

span.female a {
	color: #F80A0C !important;
}

span.male {
	color: #045BD5 !important;
	font-weight: bold;
	padding-left: 16px;
	background-image: url(images/bullet_male.png);
	background-repeat: no-repeat;
}

span.male a {
	color: #045BD5 !important;
}

/* ================ special Icons =========== */

a.ico_mail {
	padding: 5px 0px 5px 24px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-image: url(images/icons/4.png);
	color: #000;
	font-size:11px;
	font-weight: bold;
}

a.ico_coin {
	padding: 5px 0px 5px 24px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-image: url(images/icons/votecredit.png);
	color: #000;
	font-size:11px;
	font-weight: bold;
}

a.ico_news {
	padding: 5px 0px 5px 24px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-image: url(images/icons/14.png);
	color: #000;
	font-size:11px;
	font-weight: bold;
}

a.ico_photos {
	padding: 5px 0px 5px 24px;
	line-height: 22px;
	background-repeat: no-repeat;
	background-image: url(images/icons/2.png);
	color: #000;
	font-size:11px;
	font-weight: bold;
	display:none;
}

/* ================ menu setup =========== */

.menu {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 0px solid black;
}

.menu div.title {
	padding: 7px 0px 0px 5px;
	height: 22px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
}

.menu div.icon {
	float:left;
	margin-top:3px;
	padding: 0px 0px 0px 4px;
}

.menu div.menuitem {
	position:relative;
	top: -1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background-repeat: repeat-x;
	
	height:24px;
}

.menu div.menuitem a {
	color: #fff;
	text-decoration: none;
	height: 17px;
	padding: 6px 0px 0px 20px;
	display: block;
	
	position: relative;
	top:0px;
	left:0px;
}

.menu div.menuitem div.mnuicon {
	/*margin-top:2px;*/
	position: absolute;
	top:2px;
	width:21px;
	height:21px;
}

.menu div.menuseparator {
	height: 10px;
	position:relative;
	top: -1px;
}

.menu .floating {
	position: absolute;
	display: none;
	width:132px;
	top:1px;
	left: 100px;
	z-index:50;
}

.menu div.submenu div.menuitem a {

}

/* ================ special (Papplet-)Box setup =========== */

/* PlayerChartsBox */
.box .audiocharts {
	height: 190px;
	border: 1px solid #cfcfcf;
	position: relative;
}

.box .audiocharts .photo {
	float:right;
	margin: 9px 6px 0px 0px;
	z-index:4;
}

.box .audiocharts .chartplayer {
	position:absolute;
	top:120px;
	left:0px;
}

.box .audiocharts img.note {
	position:absolute;
	top:0px;
	left:90px;
	margin: 42px 0px 0px 0px;
	z-index:2;
}

.box .audiocharts .text {
	position:absolute;
	top:0px;
	left:0px;
	margin: 42px 0px 0px 0px;
}

.box .audiocharts .text table {
	width:335px;
	border: 0px;
}

.box .audiocharts .text th {
	width: 150px;
	font-size:9pt;
	font-weight:bold;
	color: black;
	padding:2px 0px 2px 10px;
	vertical-align: middle;
}

.box .audiocharts .text td {
	width: 175px;
	font-size:9pt;
	font-weight:normal;
	color: black;
	vertical-align: middle;
}

.box div.color2 .audiocharts .text th.highlight {
	background-color: #D2E5FF;
	padding:3px 0px 3px 10px;
}

.box div.color3 .audiocharts .text th.highlight {
	background-color: #FBC5D5;
	padding:3px 0px 3px 10px;
}

.box div.color2 .audiocharts .text td.highlight {
	background-color: #D2E5FF;
	vertical-align: middle;
}

.box div.color3 .audiocharts .text td.highlight {
	background-color: #FBC5D5;
	vertical-align: middle;
}

.box div.color3 .audiocharts .chartheader,
.box div.color2 .audiocharts .chartheader {
	background-position: top left;
	background-repeat: no-repeat;
	height: 34px;
	width: 100%;
	position:absolute;
	top:-1px;
	left:-1px;
	
	padding: 10px 0px 0px 10px;
	font-size:9pt;
	font-weight:bold;
	color: black;
}

.box .audiocharts .chartheader img {
	position:absolute;
	top:7px;
	left:160px;
}

.box .audiocharts .chartheader div.name {
	position:absolute;
	top:10px;
	left:180px;
}

.box div.color2 .audiocharts .chartheader {
	background-image: url(images/chart_header_male.gif);
}

.box div.color3 .audiocharts .chartheader {
	background-image: url(images/chart_header_female.gif);
}

/* Editable */
div.editable {
	background-image: url(images/overlaypane_bg.png);
	border: 1px solid white;
	width:98%;
	padding: 2px;
}

div.editable a {
	color: #fff;
}

div.editable a:hover {
	color: #C72C2C;
}

/* Login-Papplet */
p.login {
	color: #02368f;
	font-weight: bold;
	font-size: 12px;
}

p.loggedin {
	line-height: 17px;	
}

/* Online-Papplet */
#onlinelist {
	max-height: 300px;
	overflow: auto;
}

#onlinelist p {
	font-size: 7pt;
	text-align:center;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

/* News-Papplet */
p.communitynews
{
	font-size: 7pt;
}

/* PhotoBox */
div.photovotebar {
	text-align:center;
}

/* PlayerBox */
table.piece_description {
	margin: 10px 0px 30px 0px;
	font-weight: bold;
}

table.piece_description th.male {
	color: #045BD5 !important;
}

table.piece_description th.female {
	color: #F80A0C !important;
}

.votebar_flashhack {
	z-index:5;
	position:absolute;
	display: none;
	width:279px;
	height:37px;
	padding:0px;
	margin:0px;
}

div.votebar {
	z-index:10;
	position:absolute;
	left: 180px;
	top: 7px;
	width:279px;
	padding:0px;
	margin:0px;
}

/* User PageOverview */
div.page_overview ul {
	list-style-image:url(images/arrow.gif);
	padding: 0px 0px 15px 30px;
	margin: 0px;
	line-height:20px;
}

div.page_overview h1 {
	margin-left: 30px;
}

div.page_overview strong {
	color: #F9079A;
	font-weight: bold;
}

