/************************************
*                                   *
*   radiogames.de community         *
*   Copyright 2007, Andreas Egerer  *
*   www.two12.net media             *
*   modern.media.solutions          *
*                                   *
************************************/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

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

a:link, a:visited {
	color:#f46621;
	text-decoration: none;
	border-bottom: 1px dotted white;
}
	
a:hover { 
	color:#b04f1f;
	text-decoration: none;
	border-bottom: 1px dotted white;
 }
 
h1 {
    color: #000000;
    font-family: "Trebuchet ms", Arial, Helvetica, sans-serif;
    font-size: 24px;
}
 
h2 {
	color: #f46621;
	font: 20px "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
    width: 100%;
    border-bottom: 1px solid #f46621;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#nojs {
	float: left;
	display: block;
	width: 100%;
	height: 15px;
	padding-left: 30px;
	background-color: #fff;
	border-bottom: 1px solid #999999;
	color: red;
}

#nojs a {
	color: black;
}

#oldbrowser {
	float: left;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding-left: 30px;
	background-color: #fff;
	border-bottom: 1px solid #999999;
	font-size: 12px;
	color: red;
}

#oldbrowser a {
	color: black;
}

#navi_games {
	float: left;
	background: url(../../img/bg_gamenavi.png) no-repeat;
	width: 920px;
	height: 20px;
	margin: 0 0 0 20px;
	padding: 2px 0 0 20px;
	color: #fff;
}

#navi_games a:link, #navi_games a:visited {
	border: none;
	color:#FFCC00;
}

#navi_games a:hover {
	border: none;
	color: #ffe371;
}

#toplogin {
	display: none;
	float: left;
	background: url(../img/bg_toplogin.png) no-repeat;
	width: 920px;
	height: 27px;
	margin: 0 0 0 20px;
	padding: 3px 0 0 350px;
	color: #fff;
}

.toploginfield {
	display: inline;
	border: 1px solid #ffffff;
	background-color: #e5e5e5;
	width: 100px;
	height: 15px;
}

#topnavi {
	float: left;
	background: url(../img/bg_topnavi.png) no-repeat;
	width: 920px;
	height: 40px;
	margin: 0 0 0 20px;
	padding: 0;
	color: #c2c2c2;
}

#topnavi a:link, #topnavi a:visited {
	color: #c2c2c2;
	text-decoration: underline;
	border: none;
}

#topnavi a:hover {
	color: #ffffff;
	border-bottom: none;
	text-decoration: underline;
	border: none;
}

#category {
	float: left;
	margin: 3px 0 0 15px;
	font-size: 17px;
}

#category a {
	float: left;
	width: 120px;
	height: 29px;
	margin: 0 10px 0 10px;
	padding-top: 4px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

a.active_category:link, a.active_category:visited {
	text-decoration: none;
	background: url(../img/bg_category_active.png) no-repeat;
}

#login_register {
	margin: 9px 30px 0 0;
	float: right;
}

#logout {
	margin: 3px 10px 0 0;
	float: right;
}

#wrapper {
    float: left;
    width: 920px;
    margin: 5px 0 0 20px;
    padding: 0px;
    text-align: left;
}

#header {

}

#headerlogo {
    float: left;
    margin: 5px 20px 20px 0;
}

#menu {
    width: 920px;
    height: 40px;
    margin: 12px 0 0 0;
	padding: 0;
    background: url(../img/bg_menu.png) no-repeat;
}

#menu ul {
    padding: 0 0 0 116px; 
	margin: 0 0 0 40px;
}

#menu ul li {
    float: left;
    width: 150px;
    padding: 0 0 0 0;
    font-size: 15px;
    color: #ffffff;
    list-style-type: none;
    display: inline;
}

#menu a:link, #menu a:visited {
    float: left;
    padding: 13px 0 0 10px;
	color:#FFFFFF;
	text-decoration: none;
	border: none;
}
	
#menu a:hover { 
    padding: 13px 0 0 10px;
    float: left;
    height: 27px;
	color: #f46621;
	text-decoration: none;
	border: none;
}

a.active_menu { 
    padding: 13px 0 0 10px;
    float: left;
	width: 150px;
    height: 27px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	background: url(../img/bg_menu_active.png) no-repeat;
}

a.active_menu_last { 
    padding: 13px 0 0 10px;
    float: left;
    width: 150px;
    height: 27px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	background: url(../img/bg_menu_active_lastitem.png) no-repeat;
}

#submenu {
    float: left;
    width: 920px;
    height: 25px;
    margin: 0;
    padding: 0;
    background: url(../img/bg_submenu.png) repeat-x;
}

#submenu ul {
    float: right;
    margin: 0 15px 0 0;
    padding: 0;
}

#submenu ul li {
    float: left;
    margin: 1px 10px 0 0;
    width: 100px;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    list-style-type: none;
}

#submenu a:link, #submenu a:visited {
    float: left;
    padding: 6px 0 0 0;
    width: 120px;
    height: 25px;
    font-size: 12px;
    color: #000000;
    border: none
}

#submenu a:hover {
    float: left;
    padding: 6px 0 0 0;
    font-size: 12px;
    color: #666666;
    border: none;
}

a.active_submenu {
    float: left;
    padding: 6px 0 0 0;
    font-size: 12px;
    color: #000000;
    border: none;
    background: url(../img/bg_submenu_active.png) no-repeat;
}

#content_splash {
	float: left;
    width: 920px;
    height: 500px;
    margin: 0 0 0 0;
    background: url(../img/bg_splash_new.jpg) no-repeat;
}

#content {
    float: left;
    width: 920px;
    padding: 5px 0 0 20px;
    margin: 0 0 0 0;
    background: url(../img/bg_content.png) repeat-y;
}

#preloader {
    float: left;
    height: 300px;
    background: url(../img/loading.gif) no-repeat;
    background-position: center top;
}

#mainbox {
    float: left;
    display: none;
    width: 550px;
}

#sidebox {
    float: right;
    margin-right: 30px;
    padding-bottom: 30px;
    width: 300px;
    text-align: left;
}

#adbox {
    float: right;
    margin-right: 70px;
    width: 250px;
    text-align: left;
}

.profileinfo {
	padding-bottom: 30px;
}

.profileinfo td {
    width: 200px;
    height: 20px;
    background-color: #fff;
    border-bottom: 1px solid #fbbf9b;
}

.profileinfo tr {
    border: #999999;
}


#footer {
    float: left;
    width: 920px;
    height: 40px;
    padding: 2px 0 0 10px;
    color: #ffffff;
    background: url(../img/bg_footer.png) no-repeat;
}

#home {
    float: left;
}

#home ul {
    font-size: 30px;
}

#loginbox {
    float: right;
    width: 285px;
    height: 475px;
    margin: 0 20px 0 0;
    background: url(../img/bg_loginbox.png) repeat-y;
    padding: 25px 0 0 15px;
}

.field_input_veryshort { 
    display: inline; 
    margin: 2px; 
    width: 18px;
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_input_short { 
    display: inline; 
    margin: 2px; 
    width: 25px;
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_input_normal { 
    display: inline; 
    margin: 2px; 
    width: 90px;
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
    background: none;
}

.field_input_long { 
    display: inline; 
    margin: 2px; 
    width: 180px;
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_input_middle { 
    display: inline; 
    margin: 2px; 
    width: 130px;
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_input_variable { 
    display: inline; 
    margin: 2px; 
    height: 16px;
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_textarea {
    display: inline; 
    margin: 2px; 
    border: 1px solid #f46621;
    font-size: 12px;
    color: #333333;
}

.field_login { 
    display: inline; 
    margin: 2px; 
    width: 250px;
    height: 35px;
    border: 1px solid #f46621;
    font-size: 30px;
    color: #333333;
    background: none;
}

.field_register { 
    display: inline; 
    margin: 2px; 
    width: 250px;
    height: 20px;
    border: 1px solid #f46621;
    font-size: 18px;
    color: #333333;
    background: none;
}

.field_register_medium { 
    display: inline; 
    margin: 2px; 
    width: 200px;
    height: 20px;
    border: 1px solid #f46621;
    font-size: 18px;
    color: #333333;
    background: none;
}

.field_register_short { 
    display: inline; 
    margin: 2px; 
    width: 60px;
    height: 20px;
    border: 1px solid #f46621;
    font-size: 18px;
    color: #333333;
    background: none;
}

.field_register_veryshort { 
    display: inline; 
    margin: 2px; 
    width: 25px;
    height: 20px;
    border: 1px solid #f46621;
    font-size: 18px;
    color: #333333;
    background: none;
}

fieldset.register {
    width: 300px;
    background-color: #fff7e5;
}

fieldset.register legend {
	color: #f46621;
	font: 20px "Trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#registerbox {
  	width: 850px;
	min-height: 500px;
    padding: 5px;
    background: url(../img/bg_register.jpg) no-repeat right;
}

#tooltips {
	position: absolute;
	display: none;
	z-index: 1;
    margin: 100px 0 0 350px;
    padding: 5px;
    width: 300px;
    background: url(../img/bg_tooltip.png) repeat-x;
    border: 1px solid #f46621;
    font-size: 14px;
}

#errors {
	position: absolute;
	display: inline;
	z-index: 2;
    margin: 100px 0 0 350px;
    padding: 5px;
    width: 300px;
    background: url(../img/bg_errors.png) repeat-x;
    border: 1px solid #f46621;
    font-size: 14px;
}

#infobox {
    width: 95%;
    border: 1px solid #f46621;
    background: url(../img/bg_tooltip.png);
    background-repeat: repeat;
    padding: 5px;
}

#smspayoptions td {
	padding: 5px 5px 5px 5px;
}

#sms_games {
	width: 99%;
}

#sms_games tr {
    background: url(../img/bg_tooltip.png);
    background-repeat: repeat;
    padding: 5px;
}

#sms_games td {
	padding: 5px;
}

#smspayoptions {
	width: 99%;
}

#smspayoptions tr {
    background: url(../img/bg_tooltip.png);
    background-repeat: repeat;
    padding: 5px;
}

#smspayoptions_sub {
	width: 99%;
}

#bankinfo {
	width: 80%;
	padding-left: 20px;
}

#bankinfo td {
	border-bottom: 1px solid #f46621;
}

#registration_done {
    width: 400px;
    border: 1px solid #f46621;
    background: url(../img/bg_tooltip.png) repeat-x;
    margin: 50px 0 0 100px;
    padding: 5px;
    font-size: 14px;
}

#minimenu {
    float: right;
    margin-right: 20px;
}

#whatsup_message {
    width: 98%;
}

.smalltext {
    font-size: 10px;
    color: #999999;
}

.biggertext {
    font-size: 17px;
    font-weight: bold;
}
.userpic_small {
    width: 50px;
    height: 50px;
    border: 0px solid #dbdbdb;
    padding: 2px;
}

.center {
    width: 95%;
    text-align: center;
}

.right {
    width: 95%;
    text-align: right;
}

.error {
    color: red;
    font-weight: bold;
}

#profile_userpic {
    position: absolute;
    float: left;
    display: none;
    width: 400px;
}

#profile_userpic_edit {
    display: none;
    position: absolute;
    z-index: 1;
    float: left;
    width: 290px;
    height: 290px;
    background: url(../img/bg_blacktrans.png);
    font-size: 11;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

#grouppic {
	float: left;
	width: 350px;
}

#grouppic_edit {
    display: none;
    position: absolute;
    z-index: 1;
    float: left;
    width: 340px;
	height: 245px;
    background: url(../img/bg_blacktrans.png);
    font-size: 11;
    text-align: center;
    color: #ffffff;
    padding: 5px;
}

#randomuser {
	margin-top: 15px;
	padding: 5px;
    width: 430px;
    float: right;
    margin: 0 70px 0 0;
    border: 1px solid #e0e0e0;
}

#profile_userdata {
    width: 430px;
    float: right;
    margin: 0 70px 0 0;
}

#profile_additionaldata {
    float: left;
    width: 900px;
}

#profile_data_edit {
    display: none;
}

#profile_otherdata_edit {
    display: none;
}

#profile_otherdata {
}

#profile_friends {
	float: left;
    width: 400px;
	margin: 10px 0 10px 0;
}

#profile_map {
	float: right;
    width: 430px;
	margin: 10px 0 10px 0;
}

#profile_groups {
	float: left;
    width: 850px;
	margin: 10px 0 10px 0;
}

#profile_hobbies_edit {
    display: none;
}

#profile_hobbies {
	float: left;
    width: 400px;
	margin: 10px 0 10px 0;
}

#profile_music_edit {
	display: none;
}

#profile_music {
	float: right;
    width: 430px;
	padding: 10px 70px 10px 0;
}

#profile_movies_edit {
	display: none;
}

#profile_movies {
	float: left;
    width: 400px;
	padding: 10px 0 10px 0;
}

#profile_books_edit {
	display: none;
}

#profile_books {
	float: right;
    width: 430px;
	padding: 10px 70px 10px 0;
}

#profile_aboutme_edit {
	float: left;
    display: none;
    width: 850px;
	padding-top: 20px;
}

#profile_aboutme {
	float: left;
    width: 850px;
	padding-top: 50px;
}

#userpreview td {
    width: 50px;
    height: 50px;
    padding: 1px;
}

#userheader {
    float: left;
    width: 550px;
    height: 60px;
    background: url(../img/bg_userheader.gif) no-repeat;
    padding: 2px;
}

#gbentries {
    float: left;
    display: none;
}

table#gbhead {
    width: 850px;
    border: 0;
    margin: 0;
    padding: 0;
    background: url(../img/bg_gbheader.gif) no-repeat;
    font-weight: bold;
}

table#gbhead td {
    height: 15px;
    padding: 5px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

table#gbhead td.gbhead_author {
    width: 130px;
    margin: 0;
    border-right: 1px solid #ffbf74;
}

table.post {
    width: 850px;
    margin-left: 0px;
    padding: 0px;
    border: 1px solid #ffbf74;
}
    

#gbentries table {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

#gbentries .author {
    width: 130px;
    margin: 0;
    padding: 5px;
    background-color: #fff4d7;
    border-right: 1px solid #ffbf74;
}

table.post td.posttime {
    background-color: #fff4d7;
    height: 20px;
    vertical-align: middle;
    padding: 5px;
}

table.post td.newpost_buttons {
    background-color: #fff4d7;
    height: 20px;
    vertical-align: middle;
    padding: 4px 15px 2px 0px;
    text-align: right;
}

#gbentries td {
    vertical-align: top;
    border: 0;
}

#gbentries td.posting {
    width: 700px;
    float: left;
    vertical-align: top;
    margin-top: 10px;
    padding: 5px;
    overflow: auto;
}

#newgbentry {
    display: none;
}

#adbanner {
    margin: 0 0 10px 40px;
}

#friendrequest {
    border: 1px solid #f46621;
    background: url(../img/bg_tooltip.png) repeat-x;
    padding: 5px;
}

#invitefriend {
	display: none;
	border: none;
	padding-left: 0;
	margin-left: 0;
}

.cut {
	width: 95%;
	border-bottom: #ffffff;
}

#overview_widgets {
	width: 880px;
}

td.ov_widget {
	width: 430px;
	border: 1px solid #e0e0e0;
	background: url(../img/bg_boxes.png) repeat;
	margin: 5px;
	padding: 5px;
	vertical-align: top;
}

#photoalbum {
	width: 99%;
}

#photoalbum td {
	width: 25%;
	padding: 5px;
	/*background: url(../img/bg_photothumb.jpg) repeat-x;*/
	background-color: #efefef;
	border: 1px solid #d9d6d6;
	vertical-align: top;
	text-align: center;
}

.photooptions {
	display: none;
	width: 95%;
    border: 1px solid #f46621;
    background: url(../img/bg_tooltip.png) repeat-x;
    padding: 5px;
}

td#statusbarbox{
	width: 300px;
	height: 10px;
	border: 1px solid #999999;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#statusbar {
	font-size: 10px;
	text-align: center;
}

#picnavi {
	width: 99%;
}

#picnavi td {
	text-align: center;
}

tr.msgheader:hover {
	background-color: #e3d387;	
}

.smsgameselection:hover {
	background-color: #e3d387;	
}

#smsfacts {
	font-size: 13px;
	list-style-image: url(../img/symbol_hook.jpg);
}

/*########
# RATING #
########*/

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url("../img/star_small.gif") left -1000px repeat-x;
}
.star-rating{
position:relative;
width:100px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
margin-top: 5px;
margin-bottom: 5px;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}
.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}


.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display:inline-block;
vertical-align: middle;
}

.small-star{
width:75px;
height:15px;
margin-top: 0;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url("../img/star_new.png");
line-height: 15px;
height: 15px;
}

#marqueecontainer {
	float: left;
	position: relative;
	width: 300px; /*marquee width */
	height: 300px; /*marquee height */
	overflow: hidden;
	text-align: center;
}

#picmarquee td {
	margin: 5px;
	padding: 5px;
	border: 1px solid #efefef;
	text-align: center;
}

input.textbutton {
	margin: 0;
	padding: 0;
	background: none;
	color: red;
	border: none;
}

.profilelink a:link {
	color: #666666;
}

.profilelink a:hover {
	color: #333333;
}
