body {
	margin: 0px;
	padding: 0px;
	background:#444444 url(images/bg5.png);
	
	
}

h1 { font-family: defused, Georgia, serif; }
h2 { font-family: defused, Arial, sans-serif; }
h3.alert { font-family: defused, Arial, sans-serif; }

img {
	border: 0px;
}
/* REQUIRED CSS STYLES */
.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
}

#comments ul li {
	color:#FFF;
	line-height: 150%;
	margin-bottom:8px;
	border:1px solid #dcd6d4;
	padding: 4px;
	overflow:auto;
	width:435px;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #dfdfdf;
	height: 40px;
}
#member_list td a {
	color: #ffffff;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */
.header_container {
	height: 225px;
	width: 1260px;
	background:#444444 url(images/YM_Header_Oben.gif);
	background-repeat: no-repeat;
	background-position:center;
}

.logo_container {
	
	float: left;

	
}
	

.logo {
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	padding-bottom: 4px;
	padding-top: 55px;
	

	
}
.user_area {
	background:#e2e2e2 url(images/UA.jpg);
	background-repeat: no-repeat;
	background-position:center;
	color: #fff;
	font-family: Arial;
	
	float: right;
	height: 50px;
	width: 360px;
	
	border-top: 0px;
	border: 1px solid black;
	
	margin-top: 10px;
	margin-right: 60px;
}

.user_area_container {
	float:right;
}


.ua_avatar {
	float: left;
	margin: 5px 4px 0px 5px;
}
.ua_username {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
	float:left;
}
.ua_unregistered {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}
.ua_points {
	float: left;
	background-color: #565455;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	border: 2px solid #484647;
	-moz-border-radius: 12px;
	margin: 5px 0px 0px 5px;
}
.ua_info {
	float: left;
	font-size: 14px;
	margin-right: 10px;
}
.ua_info a {
	color: #dcdcdc;
	text-decoration: none;
}
.ua_info a:hover {
	text-decoration: underline;
}


.main_menu_container {
	height: 75px;
	width: 1260px;
	background:#444444 url(images/YM_Header_Unten.gif);
	background-repeat: no-repeat;
	background-position:center;
	font-family: 'defused';
	font-size: 14px ;
	text-align: left;
	text-shadow: #2f0000 1px 1px; color:#e80000;
	
}

.main_menu_container a {
	color: #fff;
	text-decoration: none;
}
.main_menu_container a:hover {
	color: #fff;
	border-bottom: 1px dotted #e80000;
	color: #e80000
}

.main_menu_container_footer {
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	text-shadow: #c0c0c0 1px 1px; color:red;

}
.main_menu_container_footer a {
	color: #fff;
	text-decoration: none;
}
.main_menu_container_footer a:hover {
	color: #8B0000;
	border-bottom: 1px dotted #8B0000;
}




.main_menu {
	width: 1140px;
	height: 25px;
	margin: auto;
	padding: 25px 0px 0px 0px;
	text-align: center;
}
.content_container {
	width: 1245px;
	margin: auto;
	color: #fff
}
.pages_menu {
	
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	
	float: left;
	width: 550px;
	
	padding: 75px 4px 4px 380px;
	
}
.pages_menu a {
	color: #FFF;
	text-decoration: none;
}
.pages_menu a:hover {
	color: #C00;
}
.search_contain {
	float: left;
	width:auto;
	height: 25px;
	padding: 0px 0px 0px 0px;
	
}
.search_button_contain {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	height: auto;
	
}
.search_box {
	background:#e2e2e2 url(images/Search.jpg);
	background-repeat: no-repeat;
	background-position:center;
	color: #fff;
	height: 25px;
	margin-top: 8px;
	margin-right: 8px;
	font-size: 16px;
	padding: 2px 0px 0px 4px;
	width:210px;
}

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

.tags {
	font-family: Arial;
	text-shadow: #c0c0c0 1px 1px; color:red;
	height: 50px;
	font-size: 25px;
	color: #8B0000;
}

.tags_1 {
	font-family: Arial;
	text-shadow: #c0c0c0 1px 1px; color:red;
	height: 50px;
	font-size: 18px;
	color: #8B0000;
}

.tags_2 {
	font-family: Arial;
	text-shadow: #c0c0c0 1px 1px; color:red;
	height: 22px;
	font-size: 30px;
	color: #8B0000;
}

.tags_3 {
	padding: 0px 0px 0px 10px;
	font-family: Arial;
	height: 50px;
	font-size: 10px;
	color: #8B0000;
}

.tags_4 {
	font-family: Arial;
	height: 50px;
	font-size: 20px;
	color: #8B0000;
}

.tags_5 {
	font-family: Arial;
	height: 50px;
	font-size: 14px;
	color: #8B0000;
}


.abstandhalter {
	height: 22px;
	margin-top: 5px;
	margin-right: 3px;
	font-size: 15px;
	padding: 2px 0px 0px 4px;
	width:210px;
}

.textfeld {
	float: left;
	height: 22px;
	width:160px;
	text-align: left;
	padding-left: 5px;
}






.title {
	font-family: Arial;
	text-shadow: #c0c0c0 1px 1px; color:red;
	color: #ffffff;
	font-size: 18px;
}
.title_small {
	font-family: Arial;
	text-shadow: #c0c0c0 1px 1px; color:red;
	height: 35px;
	font-size: 20px;
	color: #ffffff;
	padding-top: 15px;
	font-size: 22px;
}
.leaderboard {
	background: url(images/bg_fun.png);
	background-repeat: no-repeat;
	text-align: center;
	padding: 55px 0px 0px 4px;
	
	width: 1200px;
	height: 230px;
}
.ad_banner {
	text-align: center;
	padding-bottom: 15px;
}
.ad_small_square {
	background: url(images/BG_Werbung.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 0px;
	height: 290px;
	
}

.ad_small_square_NoText {
	background: url(images/BG_Werbung_Ohne.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 0px;
	height: 290px;
	
}

.ad_small_square_200px {
	text-align: center;
	font-size: 55px;
}

.ad_skyscraper {
	background: url(images/BG_Werbung_Lang.png);
	background-repeat: no-repeat;
	text-align: center;
}
.main_left {
	width:700px;
	float: right;
	margin-right: 20px;
}

.main_right {
	margin-top: 100px;
	width: 255px;
	float: left;
}

.main_right_2 {
	margin-top: 100px;
	width: 255px;
	float: right;
}

.misc_container {

	background:#444444 url(images/bg.png);
	margin-bottom: 10px;
	padding: 8px;
	font-family: Arial;
	overflow:auto;
	width:703px;
}
.misc_container a {
	color: #ffffff;
}
.misc_container a:hover {
	color: #ffffff;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.footer {
	padding: 50px 0px 30px 0px;
	text-align: center;
	font-family: Arial;
	color: #a8a8a8;
	font-size: 12px;
}
.footer a {
	color: #fff;
}
.more_links {
	text-align: center;
}
/* HOMEPAGE */
.featured_games {
	background:#535353 url(images/bg.png);
	margin-bottom: 10px;
	padding: 0px 0px 10px 0px;
	overflow:auto;
	width:708px;
}
.home_category {

	background:#444444 url(images/bg.png);
	margin-bottom: 10px;
	overflow:auto;
	padding-bottom:15px;
	width:708px;
	
}
.home_cat_title {
	border: 1px solid #444444;
	border-bottom: 0px;
	font-family: Arial;
	background: url(images/module_header.png);
	background-repeat: no-repeat;
	height: 45px;
	width:700px;
	font-size: 18px;
	padding: 2px 0px 0px 5px;
}
.home_cat_name {
	font-size: 18px;
	float: left;
	text-shadow: #2f0000 1px 1px; color:#ffffff;
	
}


 .home_cat_name a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.home_cat_link {
	float: right;
	font-size: 14px;
	margin-top: 2px;
	text-decoration: underline;
	color: white;
}

.home_cat_title a {
	color: White;
	text-decoration: none;
}
.homepage_game {
	float: left;
	width: 350px;
	margin-top: 10px;
	
}
.home_game_image {
	float: left;
	background: url(images/thumb_back.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	width: 80px;
	height: 70px;
	text-align: center;
	margin-left: 8px;
}




.home_game_info {
	float: left;
	padding-left: 5px;
	width: 255px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	color: #FFF;
	font-size: 12px;
	padding-top: 5px;
}

.home_game_rating {
	float: left;
	text-align: right;
}

.home_game_info a {
	color: #cdcdcd;
}
.home_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 11px;
	color: #FFF;
	font-style:oblique;
	font-weight:bold;
}
.home_game_head a:hover {
	color: #951510;
}

.module {
	background: url(images/Modul.png);
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 10px;
}
.module a {
	color: #FFF;
}
.module a:hover {
	color: #791513;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	padding:4px;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
}

.module_header {
	margin: 3px;
	background: url(images/module_header_1a.png);
	background-repeat: no-repeat;
	text-shadow: #2f0000 1px 1px; color:red;
	height: 45px;
	width: 255px;
	
}

.module_icon {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 4px 0px 0px 5px;
	width: 28px;
	height: 32px;
}

.module_text {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
	padding-left: 8px;
	float: left;	
}

/* VIEW GAME */
.game_container {
	background:#535353 url(images/bg.png);
	border: 1px solid #c8c8c8;
	margin-bottom: 15px;
	text-align: center;
	padding-bottom: 30px;
}
.game_info_container {
	border: 1px solid #c8c8c8;
	background:#444444 url(images/bg.png);
	margin-bottom: 15px;
	overflow:auto;
	width:100%;
}
.game_info_content {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	
}
.game_info_header {
	margin: 3px;
	background: url(images/module_header_1.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 350px;
	text-shadow: #2f0000 1px 1px; color:red;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	
}
.game_info_icon {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	float: left;
	padding: 4px 0px 0px 5px;
	width: 28px;
	height: 32px;
}

.game_info_text {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
	padding-left: 8px;
	float: left;	
}

.gi_column1 {
	float: left;
	width: 100px;
	padding: 18px 0px 10px 10px;
	text-align: center;
	font-family: Arial;

}
.gi_column2 {
	float: left;
	width: 550px;
	padding-left: 8px;
	padding: 10px 0px 20px 0px;
}

.gi_column3 {
	float: left;
	width: 350px;
	padding-left: 8px;
	padding: 10px 0px 20px 30px;
}

.game_options {
	margin-bottom: 30px;
	font-family: Arial;
	background: url(images/module_header.png);
	height: 48px;
	background-repeat: no-repeat;
	color: #fff;
	overflow:auto;
	width:992px;
	padding-top: 9px;
	padding-left: 8px;
}
.game_options_column1 {
	float: left;
	padding-top: 5px;
	margin-right: 4px;
	
}
.game_options_column2 {
	float: left;
	padding-top: 5px;
	margin-right: 5px;
	width:105px;
}
.button2 a {
	width: 123px;
	height: 23px;
	background: #ae3632 url(images/button2.png);
	padding-top: 9px;
	padding-right: 5px;
	margin: 0px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.button2 a:hover {
	display: block;
	background-color: #cf0000;
}
.button3 a {
	width: 123px;
	height: 23px;
	background: #dadada url(images/button3.png);
	padding-top: 9px;
	padding-right: 5px;
	margin: 0px 5px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.button3 a:hover {
	display: block;
	background-color: #dedede;
}

.game_column1 {
	background:#444444 url(images/bg.png);
	border: 1px solid #c8c8c8;
	margin: 0px 15px 15px 0px;
	text-align: center;
	width: 49%;
	float: left;
}
.game_column2 {
	background:#444444 url(images/bg.png);
	border: 1px solid #c8c8c8;
	width: 100%;
	float: left;
	padding-bottom: 15px;
	margin-bottom: 15px;
	
}
.comments_container {
	background:#444444 url(images/bg.png);
	padding: 10px;
}
.add_comment_box {
	border: 1px solid #ccc;
	width: 525px;
}
.new_comment_container {
	text-align: left;
	font-family: Arial;
}
.comment_button_container {
	padding-top:5px;
	padding-right: 60px;
	text-align:right;
	margin-bottom: 10px;
}
.comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.comment_content {
	float: left;

}
.comment_username {
	color: #730702;
	padding-top: 6px;
}
.comment_username a {
	color: #fff;
	text-decoration: none;
}
.thecomment {
	color: #fff;
	border-top:1px solid #dcd6d4;
}
.random_game {
	background:#444444;
	float: left;
	margin-top: 10px;
}
.random_game_image {
	float: left;
	padding: 5px 5px 0px 5px;
	text-align: center;
	border: 1px solid #ccc;
	height: 65px;
	width: 60px;
	margin-left: 8px;
}
.random_game_info {
	float: left;
	padding-left: 5px;
	width: 390px;
	text-align: left;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 12px;
	padding-top: 5px;
}
.random_game_info a {
	color: #cdcdcd;
}
.random_game_head a {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	color: #000;
}
.random_game_head a:hover {
	color: #951510;
}

.facebook_like {
	margin-left: 10px;
	margin-right: 3px;
	font-size: 15px;
	padding: 10px 10px 0px 0px;
	width:100px;
}


/* CATEGORY */
.category_container {
	background:#535353 url(images/bg.png);
	margin-bottom: 15px;
	overflow: auto;
	width:700px;
}
.sort_options {
	border: 1px solid #c8c8c8;
	border-bottom: 0px;
	padding: 8px;
	font-family: Arial;
	font-size: 14px;
	background:#444444 url(images/bg.png);
}
.sort_options a {
	color: #fff;
}
.category_pages {
	margin: auto;
	background: #e7e2e4;
	border: 1px solid #bab6b8;
	margin: 15px;
	text-align: center;
	padding: 5px;
	font-family: Arial;
	width:660px;
}
.category_pages a {
	color: #9a0100;
	padding: 3px;
	text-decoration: none;
}
/* PROFILE */
.profile_container {
	border: 1px solid #c8c8c8;
	background:#444444 url(images/bg.png);
	margin-bottom: 15px;
	overflow:auto;
	width:100%;
}
.profile_container a {
	color: #fff;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 80px;
	float: left;
	padding-top: 20px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	background-position:top right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 30px;
	font-family: Arial;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	background-color: #9f0c07;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 12px 0px 12px;
	-moz-border-radius: 12px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 16px;
	font-family: Arial;
}
.profile_button a {
	background: #ae3632 url(images/button2.png);
	width: 150px;
	height: 23px;
	padding-top: 2px;
	padding-right: 4px;
	margin: 10px 15px 0px 0px;
	float: right;
	font-family: Verdana;
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.profile_button a:hover {
	display: block;
	background-color: #cf0000;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	border: 1px solid #c8c8c8;
	background:#444444 url(images/bg.png);
	font-family:Geneva, Verdana, sans-serif;
	font-size: 18px;
	margin-bottom: 20px;
}
.user_info {
	padding: 10px;
	overflow: hidden;
}
.user_info a {
	color: #000;
}
.right_title {
	color: #fff;
}
.profile_content_item {
	border: 1px solid #c8c8c8;
	background:#444444 url(images/bg.png);
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
}
.profile_comment {
	border:1px solid #dcd6d4;
	margin-bottom: 10px;
	padding: 10px;
}
.profile_left_header {
	background: #eeeeee;
	height: 28px;
	padding-top: 12px;
	padding-left: 15px;
	color: #99080a;
	font-family: Arial;
	font-size: 14px;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:auto;
	width:680px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #fff;
	font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
/* NEWS */
.news_wrapper {
	border: 1px solid #c8c8c8;
	background:#444444 url(images/bg.png);
	margin-bottom: 15px;
}
.news_header {
	background:#282828 url(images/bg.png);
	overflow:auto;
	width:100%;
}
.news_image {
	float: left;
	width: 60px;
	margin: 5px 0px 0px 5px;
}
.news_title {
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 8px;
}
.news_title a {
	color: #c0c0c0;
	text-decoration: none;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	font-family: Arial;
}
/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #ffffff;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_table td {
	border-bottom: 1px solid #ffffff;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}




.homeplayed{
float:left;
padding:5px;
}








/*
	Featured Content Slider
	by: Chris Coyier
*/
*											{ margin: 0; padding: 0; }
body 										{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

					  				  
/*
	UTILITY STYLES
*/				  				  
					  				  
.floatLeft 									{ float: left; margin-right: 20px;}
.floatRight									{ float: right; }
.clear 										{ clear: both; }
a											{ outline: none; }


/*
	PAGE STRUCTURE
*/
#page-wrap 									{ width: 700px; margin: 25px auto; position: relative; min-height: 400px;
											  background: url(/images/bg.png) top center no-repeat; }


/*
	TYPOGRAPHY
*/
ul											{ list-style: square inside; }
a, a:visited								{ color: #ffffff; text-decoration: none; }
a:hover, a:active							{ color: white; }
blockquote									{ padding: 0 20px; margin-left: 20px; border-left: 20px solid #ccc; font-size: 14px; 
									  		  font-family: Georgia, serif; font-style: italic; margin-top: 10px;}

/*
	SLIDER
*/
.slider-wrap								{ width: 419px; position: absolute; top: 35px; left: 142px; }			
.stripViewer .panelContainer 
.panel ul									{ text-align: left; margin: 0 15px 0 30px; }
.stripViewer								{ position: relative; overflow: hidden; width: 419px; height: 305px; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; }
.stripViewer .panelContainer .panel			{ float: left; height: 100%; position: relative; width: 419px; }
.stripNavL, .stripNavR, .stripNav			{ display: none; }
.nav-thumb 									{ border: 1px solid black; margin-right: 5px; }
#movers-row									{ margin: -43px 0 0 62px; }
#movers-row div								{ width: 20%; float: left; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(/images/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; width: 62px;  margin-top: -20px; 
											  position: relative; padding-top: 18px; z-index: 9999; }
.active-thumb 								{ background: transparent url(/images/icon-uparrowsmallwhite.png) top center no-repeat; }








/* Friend List */

/* Friend List Request Dialog */

.generic_dialog { position: absolute; display: none; height:0; left:0; overflow:visible; position:fixed; top:35%; width:100%; z-index:101; }
table.pop_dialog_table { border-collapse:collapse; direction:ltr; margin:auto; table-layout:fixed; width:465px; }

/* Dialog Outter Transparent Shadow */

td.pop_topleft, td.pop_topright, td.pop_bottomleft, td.pop_bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
td.pop_topleft { background:url('../../includes/modules/friendlist/images/dialog.png') no-repeat 0 0; }
td.pop_topright { background:url('../../includes/modules/friendlist/images/dialog.png') no-repeat 0 -10px; }
td.pop_bottomleft { background:url('../../includes/modules/friendlist/images/dialog.png') no-repeat 0 -20px; }
td.pop_bottomright { background:url('../../includes/modules/friendlist/images/dialog.png') no-repeat 0 -30px; }
td.pop_top, td.pop_bottom { background:url('../../includes/modules/friendlist/images/dialog.png') repeat-x 0 -40px; }
td.pop_side { background:url('../../includes/modules/friendlist/images/dialog.png') repeat-y -10px 0; }

/* Dialog Title */

td.pop_content h2.dialog_title { background:#6D84B4 none repeat scroll 0 0; border:1px solid #3B5998; color:white; font-size:14px; font-weight:bold; margin:0; }
td.pop_content h2 span { display:block; padding:4px 10px 5px; }

/* Dialog Body */

td.pop_content { background-color:white; direction:ltr; padding:0; }
td.pop_content .dialog_content { border-left:1px solid #555555; border-right:1px solid #555555; border-top:0px solid #555555; border-bottom:1px solid #555555; background:#FFFFFF 0 0;  }
td.pop_content .dialog_body { border-bottom:1px solid #CCCCCC; padding:10px; }

/* Dialog Buttons */

td.pop_content .dialog_buttons { background:#F2F2F2 none repeat scroll 0 0; padding:8px; text-align:right; }
td.pop_content .dialog_buttons input { margin-left:5px; }

/* Buttons Container */
.UIButton{text-decoration:none;background-image:url('../../includes/modules/friendlist/images/buttons.png');border-style:solid;border-width:1px;display:-moz-inline-box;display:inline-block;outline:none;vertical-align:bottom; padding-left:6px; padding-right:6px; padding-top:3px; padding-bottom:3px}
.UIButton:hover{text-decoration:none}
.UIButton:active{text-decoration:none}
.UIButton:active{-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05)}
.UIButton_Text{background-color:transparent;border:none;cursor:pointer;display:block;font-size:11px;font-weight:bold;line-height:14px;line-height:13px;margin:0;overflow:visible;padding:0;padding-bottom:1px;width:auto}
.UIObjectListing_ActionContainer .UIActionMenu{text-align:center;}
.UIActionButton{margin:5px}
.UIActionButton_SuppressMargin{margin:0}

/* Add as Friend / Close Dialog Button */

.UIButton_Gray{background-color:#eee;border-color:#999 #999 #888;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.1)}
.UIButton_Gray:active{background-color:#ddd;background-image:url('none');border-color:#999}
.UIButton_Gray .UIButton_Text{color:#333}

/* Send Request Button */

.UIButton_Blue{background-color:#5b74a8;background-position:0 -48px;border-color:#29447e #29447e #1a356e;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.12)}
.UIButton_Blue:active{background-color:#4f6aa3;background-image:url('none');border-color:#29447e}
.UIButton_Blue .UIButton_Text{color:#fff}

/* Friends Page Remove X */
.FriendList_RemoveLink {
	background: url('../../includes/modules/friendlist/images/remove.gif') no-repeat left top;
	display: block;
	height: 18px;
	width: 18px;
	text-decoration: none
}
.FriendList_RemoveLink:hover {
	background-position: right top;
	text-decoration: none;
}


#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
	padding:8px 10px 15px 8px;
	font-family: Arial;
}

#news_comments ul li {
	color:#FFF;
	line-height: 150%;
	border:1px solid #dcd6d4;
	padding: 4px;
	overflow:auto;
	width:650px;
	margin: auto;
	margin-bottom:8px;
}



.news_comments_container {
	border: 1px solid #c8c8c8;
	border-top: 0px;
	background-color: #fff;
	margin-bottom: 15px;
	overflow: auto;
	width:718px;
}
.news_comments_header {
	margin: 3px;
	background: url(images/module_header.png);
	height: 45px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 2px;
}
.news_add_comment_box {
	border: 1px solid #ccc;
	width: 450px;
	margin-top: 10px;
}
.news_new_comment_container {
	text-align: left;
	font-family: Arial;
}
.news_comment_button_container {
	padding-top:5px;
	text-align:right;
	margin-bottom: 10px;
	width: 450px;
}
.news_comment_avatar {
	float: left;
	margin: 4px 10px 0px 5px;
}
.news_comment_content {
	float: left;
	width: 580px;
}
.news_comment_username {
	color: #2f2f2f;
	padding-top: 6px;
}
.news_comment_username a {
	color: #730702;
	text-decoration: none;
}
.news_thecomment {
	color: #2f2f2f;
	border-top:1px solid #dcd6d4;
}

/* SUBMIT GAME */

.tb-submit {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.ta-submit {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* MODULE NOTICE */

.module_notice {
	text-align: center;
	padding: 5px;
}

/* GAME DESC LINKS FOR TAGS */
.game_info_content a {
	color: #4d4d4d;
}

/* ADS */

.ad_info {
	font-family: Arial;
	padding-bottom: 10px;
}
.ad_info a {
	color: #790500;
}

/* TAG CLOUD */

.tag_cloud {
	text-align: center;
	padding: 6px;
}

/* Social buttons */
.social_text {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.refer_textbox {
	height: 15px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 4px;
}

/* Facebook login */
.facebook_message {
	margin: 10px 0px 30px 0px;
}

/* Reports */
#reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.game_report_text {
	font-family: Arial;
}
.comment_report_text {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 3px solid #363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: url(images/module_header.png);
	height: 45px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 2px;
}
#ava-popup-content {
	padding: 10px;
}
#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_textbox {
	border: 1px solid #7b7b7b;
	width: 577px;
}
/* Game page highscores */
.game_right_container {
	float: left;
	width: 49%;
}
.profile_right_container {
	float: right;
	width: 28%;
}
.game_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
}
.game_highscore_container {
	height: 35px;
}
.game_highscore_container a {
	color: #323232;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 33%;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 28%;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #545454;
	width: 17%;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.game_highscore_pages a {
	color: #505050;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: normal;
	color: #000;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 41%;
}
.highscore_title {
	font-family: Arial;
	text-align: center;
	padding-top: 3px;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 35px;
}
.user_highscore_container a {
	color: #323232;
}
.user_highscore_avatar {
	float: left;
}
.user_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.user_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.user_highscore_pages a {
	color: #505050;
}
#user_highscore_header {
	height: 35px;
}
#user_highscore_header .user_highscore_score {
	font-weight: normal;
	color: #000;
}
#user_highscore_header .user_highscore_name {
	padding-left: 0px;
	width: 41%;
}
/* Module highscores */
.module_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.module_highscore_container {
	height: 35px;
}
.module_highscore_container a {
	color: #323232;
}
.module_highscore_avatar {
	float: left;
}
.module_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.module_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.module_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.module_highscore_pages a {
	color: #505050;
}
#module_highscore_header {
	height: 35px;
}
#module_highscore_header .module_highscore_score {
	font-weight: normal;
	color: #000;
}
#module_highscore_header .module_highscore_name {
	padding-left: 0px;
	width: 41%;
}
