/*
Welcome
*/

div.welcome-mails-top {
	background-image:url(../images/userdb/welcome_mails.gif);
	background-repeat:no-repeat;
	height:19px;
	width:213px;
}
div.welcome-friends-top {
	background-image:url(../images/userdb/welcome_friends.gif);
	background-repeat:no-repeat;
	height:19px;
	width:213px;
}

div.welcome-funpoints-top {
	background-image:url(../images/userdb/welcome_funpoints.gif);
	background-repeat:no-repeat;
	height:19px;
	width:213px;
}

div.welcome-self-top {
	background-image:url(../images/userdb/welcome_self.gif);
	background-repeat:no-repeat;
	height:19px;
	width:213px;
}
div.welcome-cell {
	background-image:url(../images/userdb/welcome_cell.gif);
	background-repeat:repeat-y;
	width:213px;
}
div.welcome-down {
	background-image:url(../images/userdb/welcome_down.gif);
	background-repeat:no-repeat;
	height:8px;
	width:213px;
}
div.welcome-content {
	color:#FFFFFF;
	padding-left:10px;
}
div.welcome td {
	color:#FFFFFF;
}
.welcome-self-content {
	text-align:center;
	border-bottom:1px solid #33715A;
	padding-bottom:4px;
	padding-top:4px;
}
/*
Friends
*/
input.inputfriend{
	border:1px solid #004D30;
	width:160px;
}
div.friends-overview-list-top {
	background-image:url(../images/friends/friendsoverviewtop.gif);
	background-repeat:no-repeat;
	height:26px;
	width:445px;
}
div.friends-overview-list-bottom {
	background-image:url(../images/friends/friendsoverviewbottom.gif);
	background-repeat:no-repeat;
	height:14px;
	width:445px;
}
div.friends-overview-list-empty {
	background-image:url(../images/friends/friendsoverviewcell.gif);
	background-repeat:repeat-x;
	text-align:center;
	height:25px;
	font-weight:bold;
	width:445px;
}
div.friends-overview-list {
	background-image:url(../images/friends/friendsoverviewcell.gif);
	background-repeat:repeat-x;
	height:25px;
	width:445px;
	overflow: hidden;
}
.friends-overview-list-cell-content {
	padding-top:4px;
	height: 18px;
	overflow: hidden;

}
.friends-overview-list-cell-login {
	padding-left:10px;
	color:#000000;
	font-weight:bold;
	width:225px;
}
.friends-overview-list-cell-status {
	width:105px;
}
.friends-overview-list-cell-icons {
	width:94px
}
.friend-status-offline {
	color:#CC0000;
}
.friend-status-online {
	color:#004D30;
}
/*
friendbook
*/
.friends-book-text-green {
	color:#669F00;
}
/*mail*/

.mail-detail-content {
	background-color:#A6C600;
	padding:10px;
	width:425px;
	border-bottom:1px solid #FFFFFF;
}
div.mail-overview-row {
	padding-top:3px;
	padding-left:10px;
}

div.mail-read-overview-list {
	background-image:url(../images/mail/mailreadcell.gif);
	background-repeat:repeat-x;
	height:23px;
	width:445px;
}

div.mail-open-overview-list {
	background-image:url(../images/mail/mailopencell.gif);
	background-repeat:repeat-x;
	height:23px;
	width:445px;
}
div.mail-read-inputbox {
	border:1px solid #004312;
	width:325px;
	padding-left:12px;
	background-color:#FFFFFF;
}
a.mail-message-short {
	color:#000000;
	text-decoration:none;
}

/*USERDB*/
div.registerclubcontent {
	background: url(/images/userdb/registerclubbg.gif) repeat-y;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
table.registerclub {
	width: 405px;
	color: white;
}
table.registerclub td {
	padding-top: 0px;
	padding-bottom: 3px;
}
input.registerclub {
	border: 1px solid #A4C600;
}
select.registerclub {
	border: 1px solid #A4C600;
}
.registerclubsmall {
	width: 70px;
}
.registerclubmiddle {
	width: 178px;
}
.registerclubmiddle2 {
	width: 188px;
}
.registerclubbig {
	width: 260px;
}
.registerclubbirthdateday {
	width: 40px;
}
.registerclubbirthdatemonth {
	width: 80px;
}
.registerclubbirthdateyear {
	width: 60px;
}
.registerrequired {
	color: white;
	font-weight: bold;
}
.registersubmit {
	width: 281px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: white;
}


.userdb-profil-book-textarea {
	border:1px solid #A4C600;
	width:250px;
	height:57px;
}

/*
funpoints
*/

td.funpoints-overview-cell {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
}
td.funpoints-overview-cell-in {
	background-image: url(../images/funpoints/funpointsoverviewcellinbg.gif);
	background-color: #8FB500;
}
td.funpoints-overview-cell-out {
	background-image: url(../images/funpoints/funpointsoverviewcelloutbg.gif);
	background-color: #8FB500;
}


/*
LOGIN
*/

div#logintext {
	width: 300px;
	padding-right: 15px;
}
div#logintext table td {
	background: url(../images/userdb/star.gif) no-repeat 0px 13px;
	padding-top: 7px;
	padding-left: 50px;
	height: 55px;
	vertical-align: top;
}
div#loginbox {
	width: 135px;
}
div#subscribebox {
	width: 135px;
}
div.login {
	background: url(../images/userdb/loginbg.gif) repeat-y;
	color: white;
	text-align: center;
}
input.login {
	border: 1px solid #A4C600;
	width: 115px;
}
input.login-loginbox-submit-button {
	background: url(../images/userdb/loginsubmit.gif) no-repeat;
	width: 115px;
	text-align: left;
	height: 16px;
	border: 0px;
	cursor: pointer;
	cursor: hand;
}
div.loginlabel {
	padding: 7px 10px 1px 10px;
}
div.loginsubmit {
	padding-top: 10px;
	padding-bottom: 5px;
}

div#login-forgotten-pass {
	width: 135px;
}
div.forgotten-password {
	background: url(../images/userdb/loginbg.gif) repeat-y;
	color: white;
	text-align: left;
	padding-left: 9px;
	padding-right: 5px;
	padding-top: 5px;
}

div#login-register-box {
	width: 135px;
}
div.login-regsiter {
	background: url(../images/userdb/loginbg.gif) repeat-y;
	color: white;
	padding: 10px 10px 0px 10px;
}
/*
IMAGE PARK PLACE
*/
.imageparkplace-counter{
	color:#A1C200;
	font-size:14px;
	font-weight:bold;
}
/*
LOGOUTBOX
*/
td.onlinefriend-logout-headline {
	border-top:1px solid #D2E480;
	border-bottom:1px solid #D2E480;
	padding-top:3px;
	padding-bottom:3px;
}
td.onlinefriends-logoutbox-row{
	border-bottom:1px solid #D2E480;
	padding-top:5px;
	padding-bottom:5px;
}

td.onlinefriends-welcome-row{
	border-bottom:1px solid #33715A;
}
td.onlinefriends-icon{
	padding-left:10px;
	padding-top:3px;
}


div#actionnotokcontent {
	background: url(/images/actionnotokbg.gif) repeat-y;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}
div#actionokcontent {
	background: url(/images/actionokbg.gif) repeat-y;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
}

/*
CHATREQUEST
*/
div#chatrequest {
	margin-bottom: 2px;
}

td.chatrequest-links {
	padding-top: 4px;
}

a.chatrequestlink:link,
a.chatrequestlink:hover,
a.chatrequestlink:visited {
	color: #00170A;
	background-image: url(../images/square/arrow_white_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	text-decoration: none;
}

div.giveawaydownloadconent {
	background: url(/images/giveaways/orderbg.gif) repeat-y; 
	color: white; 
	padding-left: 20px; 
	padding-right: 20px; 
}


/* wishlist */
div#wishlist {
	position: relative; 
	top: -20px; 
}

div#wishlistform {
	position: relative; 
	height: 581px; 
}


div#wishlistbackground {
	height: 581px; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
}

div#wishlistcontent {
	position: absolute; 
	top: 172px; 
	left: 42px; 
}

div#wishlistjollygames1 {
	margin-bottom: 3px; 
}

div#wishlistjollygames2 {
	margin-bottom: 10px; 
}

div#whishlistdescription {
	margin-bottom: 10px; 
}

select.wishlistwide {
	width: 360px; 
	border: 1px solid #A5ACB2; 
}

textarea.wishlistwishes {
	width: 360px; 
	height: 240px; 
	border: 0; 
	background: transparent; 
	overflow: hidden; 
	font-size: 14px; 
	line-height: 30px; 
}

div#wishlistsubmit {
	position: absolute; 
	top: 524px; 
	left: 24px; 
}

div#wishlistprint {
	position: absolute; 
	top: 524px; 
	left: 330px; 
}


