html, body {
    margin: 0;
    padding: 0;
    font: 12px "Arial", "Trebuchet MS", "Tahoma", "Verdana";
    text-align: left;
    background: #693275 url(/gfx/bg_body.gif) repeat-x top center;
    color: #010101;
    line-height: 17px;
}
/*
**  headings
**/
h1 {
    display: block;
    width: 720px;
    height: 56px;
    float: left;
    margin: 0;
    background: transparent url(/gfx/bg_h1.gif) no-repeat 0 0;
}
h1.long {
    width: 900px;
}
h1.first {
    height: 41px;
    background: transparent url(/gfx/bg_h1_first.gif) no-repeat 0 0;
}
h1 span {
    display: block;
    float: left;
    height: 34px;
    padding: 6px 6px 0 6px;
    margin-top: 15px;
    background-color: #000;
    color: #fff;
    font: 24px "Trebuchet MS";
}
h1.first span { margin-top: 0; }
h2 {
    display: block;
    width: 250px;
    height: 41px;
    float: left;
    margin: 0;
    background: transparent url(/gfx/bg_h2.gif) no-repeat 0 0;
}
h2 span {
    display: block;
    float: left;
    height: 34px;
    padding: 6px 6px 0 6px;
    background-color: #000;
    color: #fff;
    font: 24px "Trebuchet MS";
}

/*
**  div's
**/
div#container {
    width: 100%;
    float: left;
    background: transparent url(/gfx/bg_container.gif) no-repeat top center;
}
div#content {
    width: 980px;
    margin: 0 auto;
}
div#top {
    width: 980px;
    height: 110px;
    float: left;
}
div#content-container {
    width: 980px;
    float: left;
}
div#data {
    width: 720px;
    float: left;
    margin-right: 10px;
}
div#bigdata {
    width: 980px;
    float: left;
}
div#right {
    width: 250px;
    float: left;
}
div#footer {
    width: 100%;
    min-height: 50px;
	float: left;
    margin-top: 45px;
    background-color: #000;
}
div.footer {
    width: 980px;
    height: 87px;
    margin: -23px auto 0 auto;
    background: transparent url(/gfx/bg_footer.gif) no-repeat 0 0;
}

/*
**  box
**/
div.box {
    width: 700px;
    padding: 10px;
    float: left;
    background-color: #fff;
    position: relative;
}
div.small-box {
    width: 230px;
    padding: 10px;
    margin-bottom: 10px;
    float: left;
    background-color: #fff;
    position: relative;
}
div.box p.news-date {
    color: #555;
    display: block;
    height: 18px;
}

div.box a.positioned-more-comment,
div.box a.positioned-more,
div.small-box a.positioned-more {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
    height: 18px;
    padding: 2px 5px 0 5px;
    background-color: #ed008c;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
div.box a.positioned-more-comment {
    right: 100px;
}

div.small-box a.positioned-more.users {
    bottom: -5px;
    right: -5px;
}
div.szmotyi {
    position: absolute;
    top: -41px;
    right: -60px;
    width: 60px;
    height: 200px;
    background: transparent url(/gfx/bg_szmotyi.gif) no-repeat 0 0;
}

/*
**  box description
**/
div.boxdescription {
    width: 440px;
    padding: 0 10px 0 0;
    float: left;
    text-align: justify;
	line-height:160%;
}
div.boxdescription div.info {
    width: 440px;
    height: 24px;
    padding: 6px 5px 0 5px;
    float: left;
    text-align: right;
    background-color: #e2e2e2;
    margin: 0 0 15px 0;
}
div.boxdescription p {
    margin: 0 0 12px 0;
    font-size: 14px;
}
div.boxdescription a {
    color: #ed008c;
    text-decoration: none;
}
div.boxdescription div.info a {
    background-color: #f4ae04;
    color: #000;
    text-decoration: none;
    padding: 2px;
}
div.releated {
    width: 240px;
    float: right;
    margin-left: 10px;
}
div.releated-box2,
div.releated-box3,
div.releated-box {
    clear: both;
    float: left;
    width: 230px;
    margin: 25px 0 10px 0;
    background-color: #eee;
    border: 5px solid #c6c6c6;
    position: relative;
}
div.releated-box2 {
    border: 5px solid #c6c6c6;
}
div.releated-box3 {
}
div.releated h3 {
    position: absolute;
    top: -30px;
    left: 0;
    height: 27px;
    padding: 3px 5px 0 5px;
    background-color: #000;
    float: left;
    color: #fff;
    font: 18px "Trebuchet MS";
    margin: 0 0 0 5px;
    font-weight: normal;
}
div.releated-box ul,
div.topten ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font: 14px "Trebuchet MS";
}
div.releated-box ul.autoheight li {
    height: auto;
    padding: 7px 0 7px 6px;
    font: 12px "Arial";
}
div.releated-box ul li,
div.topten ul li {
    padding: 0;
    margin: 0;
    height: 25px;
    padding: 7px 0 0 6px;
}
div.topten ul.birthday li {
    width: 224px;
    float: left;
}
div.topten  ul li { background-color: #eee; }
div.releated-box ul li.even,
div.topten  ul li.even { background-color: #e2e2e2; }
div.releated-box ul li span,
div.topten ul li span {
    color: #fff;
    font-weight: bold;
    background-color: #f75d00;
    padding: 2px 4px;
    margin-right: 5px;
}
div.topten ul li span.age {
    color: #000;
    font-weight: normal;
    background-color: transparent;
    padding: 0;
    float: right;
    margin-right: 10px;
    font: 14px "Trebuchet MS";

}
div.releated-box ul li a,
div.topten ul li a {
    color: #ed008c;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    font-weight: bold;
}

/*
**  pinned-news
**/
div.pinned-news {
    width: 410px;
    height: 320px;
    float: left;
    position: relative;
}
div.pinned-news h3 a {
    position: absolute;
    top: 205px;
    left: 10px;
    display: block;
    height: 28px;
    padding: 3px 5px 0 5px;
    float: left;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font: 18px "Trebuchet MS";
}
div.pinned-news div.description {
    width: 390px;
    height: 74px;
    padding: 5px 10px 10px 10px;
    float: left;
    margin-top: 1px;
    background-color: #c6c6c6;
}
div.pinned-news div.description a.positioned-more {
    bottom: -5px;
    right: -5px;
}
div.more-pinned-news.last, 
div.more-pinned-news {
    width: 275px;
    height: 100px;
    float: left;
    margin: 0 0 10px 15px;
    color: #000;
}
div.more-pinned-news.last{
    margin: 0 0 0 15px;
}

div.more-pinned-news img { margin: 0 5px 0 0; }
div.more-pinned-news h3 { margin: 3px 0 0 0; }
div.more-pinned-news h3 a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}

/*
**  pinned-forum
**/
div.pinned-forum {
    float: left;
    width: 700px;
    height: 519px;
    background-color: #e2b444;
}
div.pinned-forum table {
    width: 690px;
    margin: 5px 0 0 5px;
}
div.pinned-forum table td.number {
    text-align: center;
    vertical-align: middle;
    width: 20px;
    color: #fff;
    font: 16px "Trebuchet MS";
    background-color: #000;
}
div.pinned-forum table td.description {
    height: 50px;
    padding: 0 0 0 4px;
}
div.pinned-forum table td.description span { font: 17px "Trebuchet MS";line-height:120%;}
div.pinned-forum table td.description a {
    background-color: #f75d00;
    color: #fff;
	text-decoration: none;
    padding: 2px;
	font-weight:bold;	
}
div.pinned-forum table td.description span a { 
    background: transparent;
    color: #000;
	font-size: 17px "Trebuchet MS";
	text-decoration: none;    
	display:block;
	margin-bottom:4px;
	padding-top:1px;
	font-weight:400;	
}

div.pinned-forum table td.even { background-color: #e8c369; }

/*
**  start-box
**/
div.star-box {
    width: 131px;
    height: 190px;
    float: left;
    background: transparent url(/gfx/bg_starbox.gif) no-repeat 0 0;
    margin-right: 5px;
    padding: 5px 0 5px 5px;
    color: #fff;
    font: 14px "Trebuchet MS";
    position: relative;
}
div.mb10 div.star-box { margin-bottom: 10px; }
div.star-box.last { margin-right: 0; }
div.star-box span.star-name {
    position: absolute;
	bottom: 16px;
    left: 10px;
    color: #fff;
    font: 14px "Trebuchet MS";
    text-decoration: none;
}
div.star-box span.star-name.longname {
    bottom: 7px;
    text-decoration: none;
}
div.star-box span.star-name a {
    color: #fff;
    text-decoration: none;
}
span.star-position {
    position: absolute;
    bottom: 40px;
    right: 0;
    color: #fff;
    font: 17px "Trebuchet MS";
    font-weight: bold;
    background-color: #f75d00;
    padding: 3px;
	min-width:27px;
	text-align:center;
}

span.star-position-celeb {
    position: absolute;
    top: 261px;
    right: 0;
    color: #fff;
    font: 18px "Trebuchet MS";
    font-weight: bold;
    background-color: #f75d00;
    padding: 3px;
}

/*
**  star vertical - horizontal
**/
span.star-vertical {
    position: absolute;
    top: 5px;
    right: 4px;
    display: block;
    width: 22px;
    height: 120px;
    background: transparent url(/gfx/star-v.png) no-repeat top left;
}
span.star-vertical.star1 { background-position: -22px 0; }
span.star-vertical.star2 { background-position: -44px 0; }
span.star-vertical.star3 { background-position: -66px 0; }
span.star-vertical.star4 { background-position: -88px 0; }
span.star-vertical.star5 { background-position: -110px 0; }
span.star-vertical.star6 { background-position: -132px 0; }
span.star-vertical.star7 { background-position: -154px 0; }
span.star-vertical.star8 { background-position: -176px 0; }
span.star-vertical.star9 { background-position: -198px 0; }
span.star-vertical.star10 { background-position: -220px 0; }
span.star-horizontal {
    display: block;
    float: left;
    width: 114px;
    height: 15px;
    margin: 4px 0;
    background: transparent url(/gfx/star-h.png) no-repeat top left;
}
span.star-horizontal.half { background-position: 0 -15px; }
span.star-horizontal.one { background-position: 0 -30px; }
span.star-horizontal.one-half { background-position: 0 -45px; }
span.star-horizontal.two { background-position: 0 -60px; }
span.star-horizontal.two-half { background-position: 0 -75px; }
span.star-horizontal.three { background-position: 0 -90px; }
span.star-horizontal.three-half { background-position: 0 -105px; }
span.star-horizontal.four { background-position: 0 -120px; }
span.star-horizontal.four-half { background-position: 0 -135px; }
span.star-horizontal.five { background-position: 0 -150px; }
span.star-horizontal.five-half { background-position: 0 -165px; }
span.star-horizontal.six { background-position: 0 -180px; }

/*
**  daily star
**/
div.daily-star {
    float: left;

    background: #fff url(/gfx/bg_daily_star.gif) no-repeat bottom center;
}
div.daily-star span.star-vertical {
    top: 9px;
    right: 10px;
}
div.daily-star span.star-position {
    bottom: 180px;
    right: 10px;
	z-index:2;
	min-width:27px;
}
div.daily-star span.star-fan {
    position: absolute;
    display: block;
    width: 60px;
    height: 35px;
    padding-right: 10px;
    bottom: 180px;
    right: 0;
    color: #000;
    text-align: right;
    background-color: #fff;
}
div.daily-star h3 a {
    position: absolute;
    bottom: 164px;
    left: 20px;
    display: block;
    height: 28px;
    padding: 3px 5px 0 5px;
    float: left;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font: 18px "Trebuchet MS";
}
div.daily-star h4 a {
    position: absolute;
    bottom: 164px;
    left: 20px;
    display: block;
    height: 22px;
    padding: 3px 5px 0px 5px;
    float: left;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font: 13px "Trebuchet MS";
}

div.daily-star p { margin: 0 10px 5px 10px; }

/*
**  pinned users
**/
div.pinned-users {
    width: 220px;
    padding: 5px;
    background-color: #eee;
}
div.pinned-users.even { background-color: #e2e2e2; }
div.pinned-users img { margin: 0 5px 0 0; }
div.pinned-users h3 { margin: 3px 0 0 0; }
div.pinned-users h3 a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}
div.pinned-users a {
    color: #ed008c;
    text-decoration: none;
    font: 14px "Trebuchet MS";
	font-weight:bold;
}
div.pinned-users p { margin: 5px 0; }

/*
**  vs-vs
**/
div.versus-title {
    width: 223px;
    padding: 5px 0 0 7px;
    float: left;
    background-color: #dddddd;
	font-weight:bold;
	text-align:center;
}
div.versus {
    width: 223px;
    height: 265px;
    padding: 5px 0 0 7px;
    float: left;
    background: #fff url(/gfx/bg_versus.gif) no-repeat 0 0;
    position: relative;
}
div.versus img.vs {
    position: absolute;
    top: 60px;
    left: 94px;
}
div.versus p {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    margin: 1px 0 5px 0;
    font: 14px "Trebuchet MS";
    color: #fff;
    text-align: center;
}
div.versus img {
    float: left;
}
div.versus .mr16 { margin-right: 16px; }

/*
**  big-box
**/
div.big-box {
    width: 960px;
    padding: 10px;
    float: left;
    background-color: #fff;
    position: relative;
}
div.big-box.forum {
	min-height:100px;
}

div.big-box div.tabs {
    width: 720px;
    float: left;
    margin-bottom: 10px;
}
div.side {
    width: 230px;
    float: left;
    margin-right: 10px;
    position: relative;
    background: transparent url(/gfx/bg_side.gif) no-repeat top center;
}
div.side span.star-vertical {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 22px;
    height: 120px;
}
span.statistic {
    float: left;
    width: 180px;
    clear: both;
	padding-left: 5px;
    margin: 12px 0 8px 5px;
	height:22px;
}
span.statistic a {
   text-decoration:none;
}
table.statistic th {
    font-size: 11px;
    color: #fff;
    background-color: #f75d00;
    text-align: center;
    font-weight: normal;
    width: 60px;
}
table.statistic td {
    font-size: 18px;
    color: #f75d00;
    background-color: #d9d9d9;
    text-align: center;
    font-weight: bold;
    height: 24px;
	padding:3px;
}
div.navigation {
    width: 720px;
    height: 40px;
    float: left;
    margin-bottom: 5px;
}

div.content {
    width: 470px;
    float: left;
    margin-right: 10px;
}

div.content.wide {
    width: 960px;
}
div.content h4 {
    position: absolute;
    top: -25px;
    left: 0;
    height: 27px;
    padding: 3px 5px 0 5px;
    background-color: #000;
    float: left;
    color: #fff;
    font: 18px "Trebuchet MS";
    margin: 0 0 0 10px;
    font-weight: normal;
}
div.celebbox {
	width:720px;
    padding: 15px 0px 0px 0px;
	float: left;
    margin: 25px 0 5px 0;
    position: relative;
	background: #C6C6C6;    

}
div.celebbox div.tabs {
    width: 720px;
    margin-left: 0px;
    margin-top: -8px;
}
div.celebbox div.tabs a {
    color: #000;
    background-color: #d1d1d1;
}
div.celebbox div.tabs a:hover,
div.celebbox div.tabs a.actual{
    background-color: #e2e2e2;
}

div.celebbox div.bio{ 
	padding:0px;
	background-color: #e2e2e2;
}

div.celebbox div.bio p{ 
	padding:10px;
    font-size: 14px;
	line-height:20px;
}

div.orange,
div.gray {
    width: 450px;
    padding: 0 10px 5px 10px;
    float: left;
    margin: 25px 0 10px 0;
    position: relative;
}
div.orange p,
div.gray p { margin: 15px 0 10px 0; }
div.orange { background-color: #f9d681; }
div.gray {
    background: #e2e2e2;
    padding: 10px 5px 5px 5px;
    width: 460px;
}
div.big-box div.releated {
    float: left;
    margin: 0;
}
div.twitts {
    width: 220px;
    padding: 5px;
    background-color: #eee;
    clear: both;
}
div.twitts.even { 
	background-color: #e2e2e2;
}
div.twitts a {
    color: #ed008c;
    text-decoration: none;
    font: 12px;
}
div.twitts p {
    margin:0px 0 0 0;
}

div.active-users {
    width: 220px;
    height: 50px;
    padding: 5px;
    background-color: #eee;
    clear: both;
}
div.active-users span.male,
div.active-users span.female {
    float: right;
    clear: none;
}
div.active-users.even { background-color: #e2e2e2; }
div.active-users img { margin: 0 5px 0 0; }
div.active-users h5 { margin: 3px 0 0 0; }
div.active-users h5 a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}
div.active-users a {
    color: #ed008c;
    text-decoration: none;
    font: 14px "Trebuchet MS";
}
div.active-users p {
    margin: 5px 0 0 0;
}
div.gray div.tabs {
    width: 470px;
    margin-left: -10px;
    margin-top: 10px;
}
div.gray div.tabs a {
    color: #000;
    background-color: #d1d1d1;
}
div.gray div.tabs a:hover,
div.gray div.tabs a.actual{
    background-color: #e2e2e2;
}

ul.information {
    padding: 0;
    margin: 0;
    list-style-type: none;
	float:left;
}
ul.information li {
    background-color: #d1d1d1;
    color: #010101;
    font-size: 12px;
    font-weight: bold;
    min-height: 18px;
    padding: 3px 0 3px 10px;
    margin: 0;
    float: left;
    width: 220px;

}
ul.information li.title {
    background: transparent url(/gfx/bg_information.gif) no-repeat 0 0;
    height: 24px;
    width: 230px;
    padding: 0;
    margin: 0;
}
ul.information li span {
    background-color: #f75d00;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 4px;
    margin: 4px 0 0 10px;
    float: left;
}

/*
**  footerdata
**/
div.footerdata {
    clear: both;
    float: left;
    height: 70px;
    width: 970px;
    margin-top: 5px;
    padding: 10px 0 0 10px;
    background-color: #fff;
}
div.footer-users {
    float: left;
    clear: none;
    width: 170px;
    border-right: 1px solid #f2e7cd;
    background-color: #e4cf9b;
}
div.last-refresh2,
div.last-refresh {
    float: left;
    height: 52px;
    width: 390px;
    padding: 8px 0 0 5px;
    background-color: #e4cf9b;
	position:relative;
}
div.last-refresh2 {
    width: 200px;
	text-align:right;
	padding:8px 10px 0 0;
}
div.last-refresh span {
    margin-bottom: 5px;
}
div.last-refresh div.link{
    position:absolute;
	bottom:5px;
	left:5px;
}
div.last-refresh div.link a{
	padding: 3px;
    background-color: #ed008c;
    color: #fff;
	float:right;
    text-decoration: none;
	margin-right:10px;
}


/*
**  loginbox
**/
div.login-box,
div.loggedin-box {
    width: 224px;
    height: 110px;
    float: left;
    background: transparent url(/gfx/bg_login.jpg) no-repeat top center;
}
div.loggedin-box {
    background-position: bottom center;
    font: 12px "Trebuchet MS";
    color: #000;
    width: 212px;
    padding: 0 0 0 12px;
}
div.login-box a {
    color: #ed008c;
    font-size: 14px;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    margin: 10px 18px 0 25px;
    float: left;
	font-weight: bold;
}
div.loggedin-box a {
    color: #ed008c;
    font-size: 14px;
    text-decoration: none;
    font: 14px "Trebuchet MS";
}
div.messages {
    width: 40px;
    height: 35px;
    float: right;
    background: transparent url(/gfx/icon/messages.gif) no-repeat 0 0;
    position: relative;
}
div.messages-number {
    position: absolute;
    top: 6px;
    right: 0px;
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    text-align: center;
    width: 14px;
    height: 15px;
    background: transparent url(/gfx/icon/messages-number.gif) no-repeat 0 1px;
}
.mr7 {
    margin-right: 7px;
}
/*
**  search
**/
div.search {
    width: 445px;
    height: 110px;
    float: left;
    background: transparent url(/gfx/bg_search.jpg) no-repeat 0 0;
}

div.search select {
    width: 94px;
    height: 30px;
    padding: 5px 3px 5px 3px;
    border: 0;
    background-color: #fff;
    margin: 32px 16px 0px 21px;
    font: 14px "Trebuchet MS";
    color: #000;
}

div.search input#searchtext {
    width: 220px;
    border: 0;
    padding: 6px 0;
    margin: 32px 5px 0 0px;
    font: 14px "Trebuchet MS";
    background-color: #fff;
    color: #6c6c6c;
	float:left;
}
div.search input#searchbutton {
    width: 80px;
    height: 60px;
    margin: 30px 0 0 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

/*
**  form-reg
**/
div.box form {
    width: 690px;
    float: left;
    padding: 22px 5px 5px 5px;
    background-color: #e2e2e2;
}
div.field {
    width: 330px;
    height: 45px;
    float: left;
    padding: 10px 5px;
    background-color: #c6c6c6;
    position: relative;
    margin: 0 10px 22px 0;
}
div.field.error {
    background-color: #F75D00;
}

div.field.second { margin-right: 0; }
div.field label {
    position: absolute;
    top: -16px;
    left: 10px;
    font: 14px "Trebuchet MS";
    background-color: #000;
    color: #fff;
    padding: 3px 4px;
}
div.field label.radio,
label.radio {
    position: relative;
    top: 4px;
    left: 5px;
    background-color: transparent;
    font: 12px "Arial";
    color: #010101;
    padding: 0;
    float: left;
    margin: 0;
}
div.field input {
    position: absolute;
    top: 13px;
    left: 5px;
    width: 315px;
    padding: 5px;
    border: 0;
    background-color: #fff;
}
div.field input.radio,
input.radio {
    position: relative;
    top: 5px;
    left: 0;
    width: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    float: left;
    margin: 0;
}
div.field label.extended,
label.extended {
	margin-right:20px;
}

div.field input.half {
    left: 5px;
    width: 148px;
}
div.field input.second-half {
    left: 172px;
    width: 148px;
}
div.field span.help {
    position: absolute;
    top: 44px;
    left: 5px;
    color: #6c6c6c;
}
div.field span.second-help {
    position: absolute;
    top: 44px;
    left: 172px;
    color: #6c6c6c;
}

div.field span.checkbox-help {
    position: absolute;
    top: 32px;
    left: 5px;
    color: #6c6c6c;
    line-height: 14px;
}
form a {
    background-color: #f4ae04;
    color: #010101;
    text-decoration: none;
    padding: 2px 4px;
}
div.field.error label.radio,
div.field.error span.checkbox-help,
div.field.error span.second-help,
div.field.error span.help {
    color: #fff;
}

/*
**  form-login
**/
div.login-layer-box {
    width: 360px;
    float: left;
    background-color: #fff;
    position: relative;
}

div.login-layer-box div.error{
    color: #ed008c;
	font-weight:bold;
	text-align:center;
	width:330px;
	margin-top:-18px;
	float:left;
	font-size:14px;
}

div.login-layer-box a.positioned-more {
    position: absolute;
    bottom: -5px;
    right: 0;
    display: block;
    height: 18px;
    padding: 2px 5px 0 5px;
    background-color: #ed008c;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
div.login-layer-box form {
    width: 340px;
    height: 170px;
    float: left;
    padding: 22px 5px 5px 5px;
    margin: 0 0 0 5px;
    background-color: #e2e2e2;
}
div.login-layer-box div.field { height: 30px; }
div.login-layer-box a.forgetpass {
    background-color: transparent;
    color: #ed008c;
    text-decoration: none;
    padding: 0;
    float: right;
    margin: 6px 6px 0 0;
}

/*
**  tabs
**/
div.tabs {
    width: 100%;
    height: 35px;
    background-color: #c6c6c6;
    float: left;
    margin-bottom: 5px;
}
div.tabs a {
    display: block;
    height: 25px;
    padding: 5px 8px 0 8px;
    margin: 5px -4px 0 5px;
    float: left;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    background-color: #d7d7d7;
    color: #000;
    text-align: center;
}
div.tabs a:hover,
div.tabs a.actual { background-color: #fff; }

/*
**  pager
**/
div.pager {
    width: 700px;
    height: 31px;
    float: left;
    margin: 8px 0 5px 0;
}
div.pager.wide {
    width: 960px;
    margin: 8px 0 0px 0;
}
div.pager div.fleft span.sum {
    display: block;
    height: 17px;
    padding: 1px 5px;
    margin-right: 5px;
    border: 1px solid #ed008c;
    background-color: #ed008c;
	color: #fff;
    float: left;
}
div.pager div.fleft a,
div.pager div.fleft span.actual {
    display: block;
    width: 21px;
    height: 19px;
    padding-top: 2px;
    color: #fff;
    margin-right: 1px;
    background-color: #ed008c;
    float: left;
    text-decoration: none;
    text-align: center;
}
div.pager div.fleft.buttons {
	float:right;
}
div.pager div.fleft.buttons a{
    margin-right: 0px;
    margin-left: 2px;
 	width:100px;
}
div.pager div.fleft span.actual.wide,
div.pager div.fleft a.active.wide {
	width: 25px;
}
div.pager div.fleft span.actual.extrawide,
div.pager div.fleft a.active.extrawide {
	width: 32px;
}

div.pager div.fleft.buttons a.newtopic {
	background: transparent url(/gfx/pager/prevprev.gif) no-repeat 0 0;
	width:60px;
}
div.pager div.fleft a.prevprev { background: transparent url(/gfx/pager/prevprev.gif) no-repeat 0 0; }
div.pager div.fleft a.prev { background: transparent url(/gfx/pager/prev.gif) no-repeat 0 0; }
div.pager div.fleft a.next { background: transparent url(/gfx/pager/next.gif) no-repeat 0 0; }
div.pager div.fleft a.nextnext { background: transparent url(/gfx/pager/nextnext.gif) no-repeat 0 0; }
div.pager div.fleft a:hover,
div.pager div.fleft span.actual { background-color: #000; }
div.pager div.fright a {
    display: block;
    padding: 2px 18px 0 5px;
    margin-right: 4px;
    height: 19px;
    float: left;
    color: #000;
    text-decoration: none;
    background: #e2e2e2 url(/gfx/pager/order.gif) no-repeat top right;
}
div.pager div.fright a.ordered.up {
    color: #fff;
    background: #f75d00 url(/gfx/pager/order_up.gif) no-repeat top right;
}
div.pager div.fright a.ordered.down {
    color: #fff;
    background: #f75d00 url(/gfx/pager/order_down.gif) no-repeat top right;
}
div.pager div.fright a.listview {
    margin-right: 1px;
    background: transparent url(/gfx/pager/listview.gif) no-repeat 0 0;
}
div.pager div.fright a.tnview {
    margin-right: 0;
    background: transparent url(/gfx/pager/tnview.gif) no-repeat 0 0;
}
div.pager div.fright a.listview.actual,
div.pager div.fright a.tnview.actual { background-position: bottom center; }

/*
**  form-news
**/
form.newssearch {
    width: 210px;
    background-color: #f75d00;
    padding: 10px;
    float: left;
    color: #fff;
}
form.newssearch label {
    color: #fff;
    float: left;
    width: 70px;
    padding-top: 3px;
}
form.newssearch input {
    background-color: #fff;
    padding: 3px 2px 2px 2px;
    float: left;
    border: 1px solid #de5400;
    width: 132px;
    margin-bottom: 2px;
}
form.newssearch select {
    background-color: #fff;
    padding: 3px 2px 2px 2px;
    float: left;
    border: 1px solid #de5400;
    width: 138px;
    margin-bottom: 2px;
}
form.newssearch input.smaller {
    width: 105px;
}
form.newssearch input.small {
    width: 40px;
}
form.newssearch {
    width: 210px;
    background-color: #f75d00;
    padding: 10px;
}

/*
**  menu
**/
div#menu {
	height: 64px;
    padding-left: 466px;
    float: left;
    background: transparent url(/gfx/bg_menu_.gif) no-repeat 0 0;
}
div#menu a {
    display: block;
    height: 40px;
    float: left;
    text-decoration: none;
    text-indent: -10000px;
    background: transparent url(/gfx/bg_links_.gif) no-repeat 0 0;
}
div#menu a.menu01 {
    width: 104px;
    background-position: 0 0;
}
div#menu a.menu02 {
    width: 110px;
    background-position: -104px 0;
}
div#menu a.menu03 {
    width: 108px;
    background-position: -214px 0;
}
div#menu a.menu04 {
    width: 101px;
    background-position: -322px 0;
}
div#menu a.menu05 {
    width: 118px;
    background-position: -423px 0;
}
div#menu a.menu06 {
    width: 105px;
    background-position: -541px 0;
}
div#menu a.menu07 {
    width: 82px;
    background-position: -646px 0;
}
div#menu a.menu01:hover,
div#menu a.actual01 { background-position: 0 -40px; }
div#menu a.menu02:hover,
div#menu a.actual02 { background-position: -104px -40px; }
div#menu a.menu03:hover,
div#menu a.actual03 { background-position: -214px -40px; }
div#menu a.menu04:hover,
div#menu a.actual04 { background-position: -322px -40px; }
div#menu a.menu05:hover,
div#menu a.actual05 { background-position: -423px -40px; }
div#menu a.menu06:hover,
div#menu a.actual06 { background-position: -541px -40px; }
div#menu a.menu07:hover,
div#menu a.actual07 { background-position: -646px -40px; }

/*
**  links
**/
div.footer a {
    color: #c6c6c6;
    text-decoration: none;
    float: left;
    margin: 38px 45px 0 0;
}
div.footer a:hover { text-decoration: underline; }

/*
**  images
**/
img { border: 0; }
img.language { margin: 128px 0px 0 0; }

/*
**  span
**/
div.footer span {
    color: #606060;
    margin: 40px 0 0 0;
}
span.male,
span.female {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 5px 0;
    background: transparent url(/gfx/male.png) no-repeat top center;
}
span.female { background: transparent url(/gfx/female.png) no-repeat top center; }
p.date {
    color: #555;
    line-height: 0;
}

/*
**  common
**/
a { outline: none; }
label { cursor: pointer; }
fieldset { border: none; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }


.w110 {
	width:105px;
}

div.box a.positioned-more,
div.orange a.positioned-more {
    position: absolute;
    bottom: -5px;
    right: -5px;
    display: block;
    height: 18px;
    padding: 2px 5px 0 5px;
    background-color: #ed008c;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

div.box a.positioned-more {
    bottom: 5px;
    right: 5px;
}

span.fans {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}
span.fantitle {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #F75D00;
}


/*
**  latest topics
**/
div.more-pinned-topic {
	width:450px;
    float: left;
    margin: 3px 0 3px 0px;
    color: #000;
	padding:3px 5px 3px 5px;
}

div.more-pinned-topic h3{
	margin: 0px;
	padding: 0px;
    color: #000;
    text-decoration: none;
    font: 14px "Trebuchet MS";
	font-weight:bold;
    padding-bottom: 3px;
}

div.more-pinned-topic h3 a {
    font: 14px "Trebuchet MS";
	text-decoration:none;
	color: #000;
	font-weight:bold;
}


div.reviews {
    width: 450px;
    padding: 5px;
	margin-top: 5px;
    background-color: #eee;
	float:left;
	position:relative;
}
div.reviews.even { background-color: #e2e2e2; }
div.reviews img { margin: 0 5px 0 0; }
div.reviews a {
    color: #ed008c;
    text-decoration: none;
}
div.reviews p { margin: 0px; }


div.big-gray {
    width: 680px;
    padding: 0 10px 0px 10px;
    float: left;
    margin: 25px 0 10px 0;
    position: relative;
    background: #e2e2e2;
}
div.big-gray p {
    font-size: 12px;
	text-align:justify;
}

div.big-gray ol li{
    margin: 5px 0px 0px 0px;
}
div.big-gray ol{
	padding:0 0 0 20px;
}

div.big-gray.noh4 {
    margin: 0 0 10px 0;
}
div.big-gray p a {
    background-color: #f4ae04;
    color: #000;
    text-decoration: none;
    padding: 2px;
}

div.big-gray h3 a {
    position: absolute;
    top: -25px;
    left: 0;
    height: 27px;
    padding: 3px 5px 0 5px;
    background-color: #000;
    float: left;
    color: #fff;
    font: 18px "Trebuchet MS";
    margin: 0 0 0 10px;
    font-weight: normal;
	text-decoration:none;
}

.newsimg {
	padding: 0 10px 10px 0;
}


/**
* jAlert v.1.0.0
* Copyright (c) 2008 Julian Castaneda
* http://www.smooka.com/blog/
* Requires: jQuery 1.2+
*/

.msg-box-cont{
	color:#000000;	
	z-index:1014; 
	position: absolute;
	padding:0px;
	padding-top:4px;
	margin:0px;
	display:none;
	top:185px;
	height:28px;
	width:491px;
}
.msg-box-cont table {
	margin:5px;
	padding:0px;
	border:0px;
}

.msg-box-cont a{
	color:#000;
}

.msg-btn{
	width:15px;
	height:15px;
	cursor:pointer;
	position:relative;
	padding:0px;
	margin:0px;
	top:-4px;
	right:10px;
	background:url(/gfx/jalert/msg-close-sprite.gif) no-repeat;
}
.msg-text{
	font-size:12px;
	font-weight:bold;
	margin-left:4px;
	margin-right:4px;
	margin-top:2px;
}

.msg-icon{
	height:16px;
	width:16px;
	float:left;
	top:3px;
	margin:0px 8px 0px 2px;
	background:url(/gfx/jalert/msg-icon-sprite.png) no-repeat;
}

.err_msg_cont{
	width:100%;
	padding:5px;
	color:#000000;
	margin-left:20px;
}


.msg-icon-success{background-position:0px 0px;}
.msg-icon-warning{background-position:0px -16px;}
.msg-icon-fatal{background-position:0px -32px;}
.msg-icon-info{background-position:0px -48px;}

.msg-fatal,
.msg-success{
	background-color:#fff;
}
.msg-fatal a:hover,
.msg-success a:hover{
	color:#006600;
}

.msg-warning{
	border:1px solid #FFCC00;
	background-color:#FFFF99;
}
.msg-warning a:hover{
	color:#FF3300;
}

.msg-fatal a:hover{
	color:#660000;
}

.msg-info{
	border:1px solid #0159BA;
	background-color:#CAD3FF;
}
.msg-info a:hover{
	color:#003366;
}

.close-success{background-position:0px 0px;}
.close-success:hover{background-position:-15px 0px;}

.close-warning{background-position:0px -15px;}
.close-warning:hover{background-position:-15px -15px;}

.close-fatal{background-position:0px -30px;}
.close-fatal:hover{background-position:-15px -30px;}

.close-info{background-position:0px -45px;}
.close-info:hover{background-position:-15px -45px;}




div.box-forum {
	width:960px;
    padding: 2px 0px 0px 0px;
    margin: 25px 0 10px 0;
    position: relative;
	background: #C6C6C6;    
	float:left;
}
div.box-forum.noh4 {
    padding: 0px;
    margin: 0 0 10px 0;
}

div.box-forum table{ 
	width:100%;
	padding:5px;
	background-color: #C6C6C6;
}
div.box-forum table th{ 
	background-color: #C6C6C6;
	padding:2px 2px 2px 10px;
}

div.box-forum table tr.odd{ 
	padding:5px;
	background-color: #eee;
}
div.box-forum table tr.even{ 
	background-color: #e2e2e2;
}
div.box-forum table tr td{ 
	padding: 8px 5px 8px 10px
}
div.box-forum table tr td{ 
	font-size:12px;
	position:relative;
	vertical-align:middle;
}

div.box-forum table tr td.acenter{ 
	text-align:center;
}

div.box-forum table h5{  
	padding:0px;
	margin:0 0 2px 0;
}

div.box-forum table h5 a{  
    color: #ed008c;
    text-decoration: none;
    font: 15px "Trebuchet MS";
	font-weight:bold;
}

div.box-forum table h6{ 
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}

div.box-forum table h6 a{ 
    color: #000;
    text-decoration: none;
    font-size: 12px;
	font-weight:none;
}
div.box-forum table a{ 
    color: #ed008c;
    text-decoration: none;
    font-size: 12px;	
}
div.box-forum table a.title{ 
    color: #000;
    text-decoration: none;
    font-size: 13px;	
	display:block;
	float:left;
}

div.box-forum table span{ 
    display:block;
	text-align:right;
	float:right;
	bottom:10px;
	right:140px;
}




div.box-forum-pinned {
	width:750px;
    padding: 5px 0px 0px 0px;
	float: left;
    margin: 25px 0px 10px 0;
    position: relative;
	background: #C6C6C6;    
	float:left;
}
div.box-forum-pinned.thin {
	width:200px;
    margin: 25px 0px 10px 10px;
}

div.box-forum-pinned table{ 
	width:100%;
	padding:5px;
	background-color: #C6C6C6;
}
div.box-forum-pinned table th{ 
	background-color: #C6C6C6;
	padding:0px 2px 0px 10px;
}

div.box-forum-pinned table tr.odd{ 
	padding:5px;
	background-color: #e2e2e2;
}
div.box-forum-pinned table tr.even{ 
	background-color: #eee;
}
div.box-forum-pinned table tr td{ 
	padding: 5px 5px 5px 10px
}
div.box-forum-pinned table tr td{ 
	font-size:12px;
	position:relative;
	vertical-align:middle;
}


div.box-forum-pinned table h5{  
	padding:0px;
	margin:0 0 2px 0;
}


div.box-forum-pinned table h6{ 
	padding:0px;
	margin:0px;
	margin-bottom:0px;
}

div.box-forum-pinned table a{ 
    color: #ed008c;
    text-decoration: none;
    font-size: 12px;	
}

div.box-forum-pinned table span{ 
    background-color: transparent;
    color: #000;
    text-decoration: none;
    font-size: 12px;
	font-weight:none;
    padding: 0px;
}
div.box-forum-pinned table span.title { 
    background-color: transparent;
    color: #000;
    text-decoration: none;
    font-size: 12px;
	font-weight:bold;
    padding: 0px;
}
div.box-forum-pinned table span.title a{ 
    color: #000;
}
div.box-forum.hidden {
    background-color: #ED008C;
}


.acenter{ 
	text-align:center;
}

div.forum-navigation {
    background-color: #F9D681;
	width:945px;
    font-size: 12px;
	color: #000;
	padding:8px;
	font-weight:bold;
}

div.forum-navigation a{
	color: #000;
    text-decoration: none;

}

.arrow {
	margin: 0 3px 0 3px;
}



/*
**  pager
**/
div.topicpager {
    float: left;
	margin: 0 0 0 10px;
	font-size: 10px;
}

div.topicpager a {
    display: block;
    width: 16px;
    color: #fff;
    margin-right: 1px;
    background-color: #e2e2e2;
    float: left;
	border: 1px solid #eee;
    text-decoration: none;
    text-align: center;
	font-size: 10px;
}
div.topicpager a wide{
    width: 50px;
}

div.post-box {
    background-color: #e2e2e2;
	width:950px;
	margin:5px;
	float:left;
}

div.post-data{
	clear:both;
}
div.post-content{
    background-color: #eee;
	padding:10px;
	font-family: "Verdana";
	overflow:hidden;
}
div.post-footer{
	background-color: #eee;
	padding:5px 10px 5px 10px;
	float:left;
	width:930px;
}
div.post-signature{
	border-top:1px solid #e2e2e2;
	padding-top:5px;
}

div.post-footer a.button {
    display: block;
	text-decoration:none;
    height: 17px;
    padding: 2px 5px 2px 5px;
    background-color: #ed008c;
	color: #fff;
    float: right;
}
div.post-footer a.button:hover {
    background-color: #000;
}

div.post-data table{
    background-color: #e2e2e2;
}
div.post-data table h5 {
	margin: 3px 0px 6px 0;
}
div.post-data table span.male,
div.post-data table span.female {
    background-color: #e2e2e2;
	float:none;
}
span.female { background: transparent url(/gfx/female.png) no-repeat top center; }

div.post-box a {
    color: #ed008c;
    text-decoration: none;
	margin-left:2px;
}
div.post-header a {
    color: #000;
    text-decoration: none;
}

div.post-data table h5 a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;	
	margin: 0px;
}
div.post-data table h5 a:hover {
//    background-color: #ed008c;	
}

div.post-data table tr td{
	padding: 2px 2px 2px 2px;
	vertical-align:top;
}

div.post-data table tr td.middle{
	vertical-align:middle;
}
div.post-data table tr td.favs{
	padding:5px;
	vertical-align:top;
	text-align:left;
}
div.post-data table tr td.favs fieldset{
	float:none;
	padding:10px;
	text-align:left;
	border:1px solid #eee;
}

div.post-header {
	background-color: #C6C6C6;
	padding:0 0 2px 10px;
	font-weight:bold;
	float:left;
	width:940px;
}

div.post-header span {
	float:right;
	margin-right:5px;
}
img.lastpage {
	margin: 3px 0 3px 0;
}
img.avatar {
	margin-right: 3px;
}

div.attachments {
	text-align:center;
}
div.attachments img {
	padding: 5px;
}

div.quotetop {
	color:#333;
	font-size:10px;
	margin:0px 20px 0;
	padding:3px 3px 0px 5px;
}
div.quotemain {
	background: transparent url(/gfx//quotes.gif) no-repeat scroll 8px 5px;
	font-style: italic;
	margin:-5px 0 0px 20px;
	padding:5px 20px 7px 35px;
	color:#333;
}



/* 
 * SELECTBOX
 */

 div.selectbox-wrapper {
	position:absolute;
	background-color:white;
	margin: 62px 16px 0 21px;
	padding:0px;
	font: 14px "Trebuchet MS";
	color: #000;
	text-align:left;
	max-height:200px;
	border: 1px solid #e2e2e2;
	overflow:auto;
}
div.selectbox-wrapper ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #eee;
}
div.selectbox-wrapper ul li.current { 
  background-color: #e2e2e2;
}
div.selectbox-wrapper ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:6px 0 0 5px;
	cursor:pointer;
}

.selectbox 
{
	font-size:14px;
	display : block;
	text-align:left; 
	background: transparent url('/gfx/bg_search_select.gif') no-repeat top left;
	cursor: pointer;
	width: 88px;
	border: 0;
	margin: 32px 16px 0 22px;
	font: 14px "Trebuchet MS";
	color: #000;
	padding:7px 0 5px 5px;
	float:left;
}


/*
**  forms
**/
div.forms form,
div.big-box.forum form {
    width: 950px;
    padding: 10px 5px 5px 5px;
    background-color: #c6c6c6;
	margin-top:15px;
	float:left;
}
div.forms form {
    width: 690px;
}
div.forms input.submit,
div.big-box.forum input.submit {
    width: 140px;
	padding:5px;
	display:block;
    background-color: #ed008c;
    color: #fff;
    text-decoration: none;
	font:12px Arial;
	border: none;
    font-weight: normal;
}
div.forms form span.help,
div.big-box.forum form span.help{
	margin:5px;
	display:block;
}

div.smiley-container {
	width:135px;
	height:215px;
    background-color: #e2e2e2;
	margin: 5px;
	padding:20px 10px 10px 10px;
	margin-left: 0px;
}

form.wide a {
    background-color: transparent;
}

div.dinfield {
    background-color: #e2e2e2;
	width:680px;
	padding:5px 5px 5px 5px;
	clear:both;	
	margin-bottom:15px;
}
div.dinfield.error {
	border: 5px solid #ed008c;
}
span.dinfield-header {
    position: relative;
    top: 0px;
    left: 10px;
    font: 14px "Trebuchet MS";
    background-color: #000;
    color: #fff;
    padding: 3px 4px;
}
div.dinfield input {
	margin-left:5px;
}

div.dinfield label.radio,
label.radio {
    position: relative;
    top: 4px;
    left: 5px;
    background-color: transparent;
    font: 12px "Arial";
    color: #010101;
    padding: 0;
    float: left;
    margin: 0;
}
div.dinfield span {
    color: #6c6c6c;
}

div.uploadField {
	margin:10px;
	cursor:hand;
}

#attaches-box table tr th{
	padding: 3px;
	margin:5px;
	text-align:left;
}

#attachContainer {
	width:660px;
	margin:5px;
	background:#eee;
}
#attachContainer td{
	padding:3px;
	background:#e2e2e2;
}


/*
 * Autocomplete
 */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/gfx/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #c6c6c6;
	color: white;
}



/*
 *profile
 */

 div.status {
	height:30px;
    width: 595px;
    padding: 0 10px 5px 10px;
    float: left;
    margin: 0px 0 5px 0;
    position: relative;
	background: #f9d681 url('/gfx/status-quote.gif') no-repeat 10px 7px;
 }
 div.status p {
    font: 13px "Trebuchet MS";
	margin: 9px 0 0 25px;
	font-style:italic;
 }
 div.last-active-text {
	height:15px;
    width: 615px;
    padding: 0px;
    float: left;
    margin: -2px 0 7px 0;
    position: relative;
    font: 11px "Trebuchet MS";
 }
 div.last-active-text span {
    float: right;
 }

 div.status div.user-avatar {
	bottom:-20px;
	right:-105px;
	position: absolute;
 	height:100px;
    width: 100px;
	background-color: #f9d681;
}
div.status div.user-avatar img{
	padding:0px;
}
div.status h4 {
    position: absolute;
    top: -25px;
    left: 0;
    height: 27px;
    padding: 3px 5px 0 5px;
    background-color: #000;
    float: left;
    color: #fff;
    font: 18px "Trebuchet MS";
    margin: 0 0 0 10px;
    font-weight: normal;
}




/*
**  tabs
**/
div.big-box.forum div.tabs {
    width: 100%;
    height: 35px;
    background-color: #c6c6c6;
    float: left;
    margin-bottom: 5px;
}
div.big-box.forum div.tabs a {
    display: block;
    height: 25px;
    padding: 5px 8px 0 8px;
    margin: 5px -4px 0 5px;
    float: left;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    background-color: #d7d7d7;
    color: #000;
    text-align: center;
}
div.big-box.forum div.tabs a:hover,
div.big-box.forum div.tabs a.actual { background-color: #fff; }

.cke_show_borders{
	font-size:14px;
}

ul.information a {
	text-decoration:none;
	color: #000;
}


div.celeb-fan {
    width: 223px;
    height: 50px;
    padding: 5px;
	margin: -2px 0px 8px 5px;
    background-color: #eee;
	float:left;
	position:relative;
}
div.celeb-fan.myfriend {
    background-color: #f9d681;
}

div.celeb-fan.even { background-color: #e2e2e2; }
div.celeb-fan img { margin: 0 5px 0 0; }
div.celeb-fan h3 { margin: 3px 0 0 0; }
div.celeb-fan h3 a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}
div.celeb-fan a {
    color: #ed008c;
    text-decoration: none;
    font: 14px "Trebuchet MS";
}
div.celeb-fan p { margin: 5px 0; }

div.celeb-fan span.male,
div.celeb-fan span.female {
    float: right;
}

div.celeb-fan div.stat {
	width:252px;
	height:50px;
	position:relative;
	bottom:52px;
	right:-442px;
	text-align:right;
	padding:5px;
}

div.celeb-fan div.stat span.s{
    color: #fff;
	width:13px;
    font: 12px "Trebuchet MS";
    padding: 2px 4px 2px 4px;
    background-color: #000;
	margin:5px 0 0 5px;
	display:block;
	float:left;
	text-align:center;
}
div.celeb-fan div.stat span.n{
	width:50px;
    color: #fff;
    text-decoration: none;
    font: 12px "Trebuchet MS";
    padding: 2px 4px 2px 4px;
    background-color: #F75D00;
	display:block;
	float:left;
	text-align:left;
	margin:5px 0 0 0;
}

div.celeb-fan-footer {
	background-color:#eee;
	float:left;
	margin:-10px 5px 15px 5px;
	width:700px;
	padding:7px;
	border-top:3px solid #e2e2e2;
	position:relative;
}
div.bolha a.button,
div.celeb-fan-footer a.button {
    display: block;
	text-decoration:none;
    height: 17px;
    padding: 2px 5px 2px 5px;
    background-color: #ed008c;
	color: #fff;
	margin-left:5px;
	float:right;
}
div.celeb-fan-footer a.button {
	position:absolute;
	right:6px;
	bottom:6px;
}

div.celeb-fan-footer a.button:hover {
    background-color: #000;
}

div.date {
	font-weight:bold;
	font-size:11px;
	margin:0 0 2px 10px;
	background-color: #C6C6C6;
}


div.bolha {
	width:710px;
	float:left;
	margin:5px;
}
div.bolha img{	
	float:left;
	margin-right:5px;
	margin-top:-3px;
}
div.bolha div.desc{
	float:left;
	padding:5px;
	margin-bottom:-5px;
	width:690px;
	margin-top:2px;
}
div.bolha div.desc span a,
div.bolha div.desc span{
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}

div.bolha div.bolha-footer{
	padding:5px;
	clear:both;
}
.odd {
    background-color: #eeeeee;
}


/*
** user-box
**/
div.user-box {
    width: 130px;
    height: 140px;
    float: left;
    background: transparent url(/gfx/bg_starbox.gif) no-repeat bottom center;
    margin-right: 6px;
    padding: 5px 0 5px 5px;
    color: #fff;
    font: 14px "Trebuchet MS";
    position: relative;
	border:0px solid black;
    text-decoration: none;
}
div.mb10 div.user-box { margin-bottom: 10px; }
div.user-box.last { margin-right: 0; }
div.user-box span.star-name {
    position: absolute;
	bottom: 16px;
    left: 10px;
    color: #fff;
    font: 14px "Trebuchet MS";
    text-decoration: none;
}
div.user-box span.user-box.longname {
    bottom: 7px;
    text-decoration: none;
}
div.user-box span.user-box a {
    color: #fff;
    text-decoration: none;
}
div.user-box span.malefemale {
    position: absolute;
    top: 5px;
    right: 4px;
    display: block;
    width: 22px;
    height: 96px;
}
div.user-box span.malefemale.sx1 {
    background: transparent url(/gfx/male.png) no-repeat bottom left;	
}
div.user-box span.malefemale.sx2 {
    background: transparent url(/gfx/female.png) no-repeat bottom left;	
}



div.myevents {
	width:670px;
    float: left;
    margin: 5px 0 5px 0px;
    color: #000;
	padding:3px 5px 3px 5px;
}
div.myevents img {
	margin-right:4px;
}
div.myevents span {
	margin: 0px;
	padding: 0px;
    color: #000;
    text-decoration: none;
    font: 14px "Trebuchet MS";
	font-weight:bold;
    padding-bottom: 3px;
}

div.myevents span a {
    font: 12px "Trebuchet MS";
	text-decoration:none;
	color: #000;
	font-weight:bold;
}

a.user {
    color: #ed008c;
    text-decoration: none;
    font-size: 12px;	
}




div.celeb-box,
div.editor-box {
    width: 230px;
    height: 50px;
    padding: 5px;
	margin: 0 0px 8px 0;
    background-color: #E2E2E2;
	float:left;
	position:relative;
}

div.celeb-box img,
div.editor-box img { margin: 0 5px 0 0; }
div.celeb-box span.name,
div.editor-box span.name { 
	margin: 3px 0 0 0; 
	display: block;
}
div.celeb-box span.name a,
div.editor-box span.name a {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #000;
}
div.celeb-box a,
div.editor-box a {
    color: #ed008c;
    text-decoration: none;
    font: 14px "Trebuchet MS";
}
div.celeb-box p,
div.editor-box p { margin: 5px 0; }

div.editor-box span.male,
div.editor-box span.female {
    float: right;
}

div.celeb-box {
	width: 220px;
	margin: 0;
}
div.celeb-box.even {
   background-color: #eee;
}


#comments {
    background-color: #FFF;
}
#comments div {
	width:430px;
	padding:5px;
	background-color: #FFF;	
}
#comments p {
	text-align:left;
	font-size:12px;
	line-height:140%;
	margin:0px;
	padding:5px 0 5px 0;
}
#comments img {
	padding-right:10px;
}

#comments div.odd {
    background-color: #EEEEEE;	
}
#comments div span {
	color: #666;
}




/* -- FancyBox  ------------------------------- */


html, body { height: 100%; }
div#fancy_overlay {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #693275;
	display: none;
	z-index: 30;
}
* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
div#fancy_wrap { text-align: left; }
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(/gfx/fancy/fancy_progress.png) no-repeat;
}
div#fancy_loading_overlay {
	position: absolute;
	background-color: #fff;
	z-index: 30;
}
div#fancy_loading_icon {
	position: absolute;
	background: url(/gfx/fancy/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}
div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #fff;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #fff;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: 0;
	right: 0;
	height: 24px;
	width: 25px;
	background: url(/gfx/fancy/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}
a#fancy_left { left: 0px; }
a#fancy_right { right: 0px; }
span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url(/gfx/fancy/fancy_left.png) no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url(/gfx/fancy/fancy_right.png) no-repeat;
}
a#fancy_left:hover { visibility: visible; }
a#fancy_right:hover { visibility: visible; }
a#fancy_left:hover span { left: 5px; }
a#fancy_right:hover span { right: 0px; }
.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_n.png) repeat-x;
}
div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_ne.png) no-repeat;
}
div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/gfx/fancy/fancy_shadow_e.png) repeat-y;
}
div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_se.png) no-repeat;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_s.png) repeat-x;
}
div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_sw.png) no-repeat;
}
div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(/gfx/fancy/fancy_shadow_w.png) repeat-y;
}
div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(/gfx/fancy/fancy_shadow_nw.png) no-repeat;
}
div#fancy_title {
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}
div#fancy_title div {
    color: #fff;
    text-decoration: none;
    font: 14px "Trebuchet MS";
    padding: 3px;
    background-color: #F75D00;
}
div#fancy_title table { margin: 0 auto; }
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}



/* -- SWFUpload  ------------------------------- */

td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

.progressWrapper {
	width: 660px;
	margin:5px;
	overflow: hidden;
}

.progressContainer {
	padding:3px;
	border: solid 1px #eee;
	background-color: F9D681;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #eee;
	background-color: F9D681;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #eee;
	background-color: #F9D681;
}

/* Current */
.green {
	border: solid 1px #eee;
	background-color: #F9D681;
}

/* Complete */
.blue {
	border: solid 1px #eee;
	background-color: #e2e2e2;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #000;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	vertical-align: top;
}

/*   */

.funcbutton {
	float:left;
	bottom: 5px;
    right: 5px;
    display: block;
    height: 18px;
    padding: 2px 5px 0 5px;
    background-color: #ed008c;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
	margin:0px 10px 5px 0;
	cursor:pointer;
}

div.photo,
div.photo-profile {
	float:left;
	height: 180px;
	width:150px;
	padding:5px;
	background-color: #eee;
	margin:5px 5px 5px 5px;
	text-align:center;
}
div.photo.myprofile {
	background-color: #f9d681;;
}

div.photo-profile {
	margin:5px 10px 5px 10px;
	height: 180px;
}

span.help {
    color: #6c6c6c;
}
span.ptitle:hover {
	background-color: #FFFABF;
}
span.ptinput {
	display:none;
	float:left;
	margin:0px;
	padding:0px;
}

.handle {
	cursor:move;
}
.ui-sortable-placeholder {
	height:200px;
	float:left;
	width:140px;
	margin-bottom:2px;
	margin-top:2px;
}



div#avatar {
background-color:#d2d2d2;
 float:right;
 height:145px;
 width:110px;
 padding:5px;
 margin-left:10px;
 font-weight:bold;
 text-align:center;
}

div#avatar img {
	padding:3px;
}
