body {
	background:  #82C0F0 url(https://hastspel.org/images/bg.png) left top fixed;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

h1 {
	color: #10458A;
	font-size: 20px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-weight: normal;
}

input::-moz-focus-inner {
    border:0;
    padding:0;
}

.newest_games {
	border: 5px solid #ff0000;
	border-radius: 5px;
}

.notification {
	z-index: 4;
	position: fixed;
	top: 0px;
	right: 0px;
	
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.80);
	color: #fff;
	font-family: Arial;
	font-size: 13px;
	padding: 5px;
	margin: 10px 10px 0px 0px;
	cursor: default;
	opacity: 0.0;
	filter: alpha(opacity = 0);
	display: none;
	border: 1px solid #000;
}
.notification a {
	color: #000;
	padding: 1px 8px;
	border-radius: 8px;
	text-decoration: none;
	font-size: 11px;
	background-color: #e7e7e7;
}
.notification a:hover {
	background: #fff;
}
.notification_icon {
	float: left;
	margin-right: 5px;
}
.notification_message {
	float: left;
	margin-right: 7px;
}
.notification_quit {
	font-size: 10px;
	background-color: #ac1818;
	color: #fff;
	margin: 2px 2px 0px 0px;
	padding: 1px 3px;
	font-weight: bold;
	cursor: pointer;
	float: right;
}
.notification_quit:hover {
	background-color: red;
}

#error_message, #pm_task_complete {
	background: #4a81aa;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #e8edf6;
	font-size: 14px;
}
#error_message a, #pm_task_complete a {
	color: #fff;	
}

/* REQ:5 STAR RATING CSS */
	#rateStatus{float:left; clear:both; width:100%; height:16px;}
    #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(https://hastspel.org/templates/indigo/images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(https://hastspel.org/templates/indigo/images/empty_star.png) no-repeat;width:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }
    
/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid #182434;
    display: none;
    
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
    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(https://hastspel.org/templates/indigo/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: #335181 url(https://hastspel.org/templates/indigo/images/highscores_header.png) repeat-x;
	font-size: 14px;
	color: #fff;
	padding: 5px 0px;
	padding-left: 8px;
	text-shadow:1px 1px 1px #000;
	overflow: auto;
	border-bottom: 1px solid #0e2234;
}
#ava-popup-content {
	padding: 10px;
	text-align: center;
}
#ava-popup-content input[type=text] {
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
#ava-popup-content input[type=submit] {
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 6px 15px;
	color: #3d3d3d;
}

#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_text {
	font-size: 14px;
	margin-bottom: 10px;
}
#the_report {
	background: url(https://hastspel.org/templates/indigo/images/textbox_shadow.png) repeat-x #fff;
	border: 1px solid #b5b5b5;
	padding: 4px;
}
#featured_games_container {
	/*left: -980px;*/
	overflow: auto;
	width: 10200px;
	position: relative;
}
.report_button_container {
	margin-top: 10px;
}

.gfl {
	float: left;
}
.gfr {
	float: right;
}
.ad_center {
	text-align: center;
	margin: 6px 0px;
}
.main_width {
	width: 1020px;
	margin: auto;
	overflow: auto;
}

.view_game_stats {
color: white;
background: #1C6ED6;
border: 2px solid #1C6ED6;
border-radius: 3px;
padding-left: 3px;
padding-right: 3px;
font-size: 14px;
}

.header_container {
	overflow: hidden !important;
}
.header_logo {
	float: left;
	margin-bottom: 3px;
	margin-top: 3px;
}
.header_search {
	float: left;
	padding-top: 2px;
	padding-left: 2px;
}
.header_search_left {
	float: left;
}
.header_search_right {
	float: left;
	border: 1px solid #D3E1F7;
	background-color: #98999B;
	border-radius: 0px 5px 5px 0px;
	border-left: 0px;
	height: 24px;
	padding-top: 4px;
	padding-right: 5px;
}
#search_textbox {
	background-color: #D3E1F7;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #D3E1F7;
	color: #313131;
	font-size: 15px;
	padding: 5px 0px 5px 5px;
	width: 230px;
	height: 18px;
	
	border-right: 0px;
	border-radius: 5px 0px 0px 5px;
}
.header_search_button {
	padding: 0px;
	margin: 0px;
}
.main_menu {
	background: #1C6ED6;
	height: 41px;
	font-size: 14px;
	color: #b5b5b5;
	font-family: Arial;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.main_menu a {
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
}
.main_menu a:hover {
	color: #fff;
	text-decoration:none;
}

.cat_menu {
	background:  #B3D0E7 url(https://hastspel.org/images/fon_menu_left.jpg) left top fixed;
	font-size: 14px;
	color: #1C6ED6;
	font-family: Arial;
	margin: auto;
	padding-top: 7px;
	padding-bottom: 5px;
	text-decoration:none;
	padding-left: 5px;
}
.cat_menu a {
	color: #fff;
	background: #fff;
	text-decoration: none;
	font-family: Verdana;
	display: block;
	float: left;
	padding: 2px 5px;
	font-weight: bold;
	border: 1px solid #b5b5b5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px #999;
	-webkit-moz-shadow: 0 1px 2px #999;
}


.cat_menu a:hover {
	background: #fff;
	color:#ED191E;
	text-decoration: none;
	border: 1px dotted #ED191E;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px #999;
	-webkit-moz-shadow: 0 1px 2px #999;
	text-shadow: 1px 1px 1px #999;
	
}


.pages_menu {
	float: left;
	margin-left: 3px;
}
.pages_menu a {
	font-size: 13px;
	display: block;
	float: left;
	height: 23px;
	padding: 10px 12px 5px 10px;
	margin-top: 1px;
}
.pages_menu a:hover {
	border-bottom: 2px solid #fff;
	height: 23px;
}
.user_area {
	float: right;
	height: 41px;
}
.user_area_ddc {
	position: relative;
}
.user_area_dropdown {
	position: absolute;
	margin-top: 40px;
	margin-right: 5px;
	
	overflow: inherit;
	width: 100%;
	min-width: 150px;
	right: 0px;
	
	display: none;
	z-index: 5;
	color: #6e6e6e;
}
.user_area_dropdown_top {
	background: url(https://hastspel.org/templates/indigo/images/ua_dd_top.png) right bottom no-repeat;
	height: 10px;
}
.user_area_dropdown_main {
	background: #289AF2;
	background: rgba(40,154,242,0.95);
	padding: 5px 0px;
	border-top: 0px;
	
	-moz-box-shadow: 1px 4px 6px #4a4a4a;
	-webkit-box-shadow: 0px 1px 6px #4a4a4a;
	box-shadow: 0px 1px 6px #4a4a4a;
}
.user_area_dropdown_main a {
	display: block;
	padding: 2px 10px;
}
.user_area_dropdown_main a:hover {
	color: #0e366c;
	background-color: #efede7;
}
.ua_avatar {
	float: left;
	margin-top: 7px;
}
.ua_info {
	float: left;
}
.ua_username {
	float: left;
	padding-top: 10px;
	margin: 0px 5px 0px 5px;
	font-size: 14px;
}
.ua_points {
	float: left;
	padding: 2px 3px;
	margin: 9px 10px 0px 0px;
	border: 1px solid #505050;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
}
.ua_notifications {
	float: left;
	font-size: 12px;
	color: #3a3a3a;
	margin-right: 7px;
	margin-top: 3px;
}
.ua_notifications_left {
	float: left;
}
.ua_notifications_right {
	float: left;
}
.ua_unregistered {
	margin: 3px 15px 0px 10px;
	color: #fff;
	font-size: 12px;
}
.ua_unregistered a {
	font-size: 14px;
}

.categories_menu {
	background-color: #261208;
	padding: 10px;
	height:550px;
	font-size: 14px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #1F2B40;
	margin-bottom: 15px;
	color: #1b2737;
}
.categories_menu a {
	color: #dee9ff;
	text-decoration: none;
}
.categories_menu a:hover {
	text-decoration: underline;
}
/* SIDEBAR */
.module_header {
	color: #fff;
	padding: 5px 0px 5px 8px;
	overflow: auto;
	background: #1C6ED6;
	font-size: 14px;
	border-bottom: 1px solid #0e1823;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.module_title {
	float: left;
}
.module_icon {
	float: right;
	margin-right: 10px;
}
.module {
	background: #fff;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.module a {
	color: #1C6ED6;
	text-decoration: none;
	font-size: 13px;
}
.module_menu a {
	color: #1C6ED6;
	text-decoration: none;
	font-size: 12px;
}
.module_notice {
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px;
}
.module a:hover {
	text-decoration: underline;
}
.module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.module li {
	padding:5px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #333;
	font-size: 12px;
	color: red;
}
.ad_small_square {
	text-align: center;
	margin-bottom: 10px;
}
.more_links {
	text-align: right;
	margin: 5px 10px;
}
.tag_cloud_container {
padding: 4px;
}
.tag_cloud {
	padding: 0px 10px;
	text-align: center;
}
/* VIEW GAME */
.view_game_header {
	overflow: auto;
	margin: 20px 0px;
	color: #fff;
	background-color:#1C6ED6;
}
.view_game_header_left {
	float: left;
	overflow: auto;
}
.view_game_thumbnail {
	float: left;
	margin-right: 15px;
}
.view_game_title_ratings {
	float: left;
}
.ratings_left {
	float: left;
	margin-right: 10px;
}
.ratings_right {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
.view_game_title h1 {
	font-size: 24px;
	margin-top: 3px;
	margin-bottom: 0px;
	font-weight: normal;
	padding: 0px;
}
.view_game_admin_options a {
	font-size: 10px;
	color: #fff;
}
.view_game_ratings {
	blah: ;
}
.view_game_header_right {
	padding-top: 10px;
	float: right;
}
.fav_button {
	float: right;
	font-family: Arial;
	font-weight: bold;
}
.fav_button a {
	display: block;
	width: 115px;
	height: 23px;
	background: url(https://hastspel.org/templates/indigo/images/fav_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #453d01;
	font-size: 12px;
	text-shadow: 0 1px #f9d67e;
}
.fav_button a:hover {
	background-position: 0px -31px;
}
.fav_button a:active {
	background-position: 0px 0px;
}
.game_button {
	float: right;
	margin-right: 5px;
	font-family: Arial;
	font-weight: bold;
}
.game_button a {
	display: block;
	width: 115px;
	height: 23px;
	background: url(https://hastspel.org/templates/indigo/images/game_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #2e3949;
	font-size: 12px;
	text-shadow: 0px 1px 0px #8ab3da;
}
.game_button a:hover {
	background-position: 0px -31px;
}
.game_button a:active {
	background-position: 0px 0px;
}
.view_game_embed_container {
	text-align: center;
	padding: 0px;
	background: #fff;
	border: 1px solid #fff;
	border-bottom: 0px;
}
.ad_info {
	font-size: 14px;
	margin-bottom: 20px;
}
.ad_info a {
	color: #7b7b7b;
}
.view_game_details {
	background:#1C6ED6;
	border: 1px solid rgb(172, 137, 137);
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px;
	overflow: auto;
	font-size: 14px;
}
.view_game_details a {
	color: #fff;
	text-decoration: none;
}
.view_game_details a:hover {
	color: #fff;
	text-decoration: underline;
}
.view_game_details h2 {
	font-weight: normal;
	color: #FFD600;
	margin: 7px 0px;
	font-size: 18px;
}
.view_game_details_left {
	float: left;
	width: 480px;
	color: #fff;
}
.view_game_details_right {
	float: left;
	width: 460px;
	margin-left: 30px;
}
.view_game_stats {
	color: #FFD600;
	font-size: 14px;
}
.share_options {
	overflow: auto;
	margin-bottom: 10px;
	width:456px;
	background: #1C6ED6;
	border: 1px solid #d8ddd7;
	border-radius: 5px;
	padding: 10px 5px;
}
.social_text {
	font-size: 12px;
	color: #fff;
}
.social_icons {
	float: left;
	margin-right: 20px;
	padding-left: 10px;
}
.refer_textbox {
	border: 1px solid #c3c3c3;
	width: 180px;
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
}

/* Challenege a friend */
#game_message {
	background: url(https://hastspel.org/templates/indigo/images/highscores_header.png) #30518d;
	width: 90%;
	margin: auto;
	margin-top: 15px;
	padding: 5px 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-family: Helvetica;
	font-size: 14px;
	border: 1px solid #5c6982;
}
#game_message a {
	color: #fff;
}

.challenge_buttons {
	border-top: 1px solid #bdbdbd;
	margin-top: 8px;
	padding-top: 8px;
}

.challenge_no_score {
	font-family: Verdana;
	font-size: 14px;
}

/* Challenge a friend PM */
.challenge_pm_container {
	width: 400px;
	background: url(https://hastspel.org/templates/indigo/images/homepage_game_bg.png) #e2e4e5 repeat-x;
	border:1px solid #b6bcc7;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	margin: auto;
	margin-top: 10px;
	overflow: auto;
}
.challenge_pm_image {
	float: left;
}
.challenge_pm_info {
	float: left;
	padding: 10px;
	font-size: 14px;
	color: #56616b;
}

/* View game highscores */
.view_game_highscores_header {
	background:#D3E1F7;
	height: 24px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 0px 0px 10px;
	color: #261208;
	text-shadow: 1px 1px 1px #000;
	overflow: auto;
	padding-right: 6px;
	width:453px;
}
.view_game_highscores {
	background: #1C6ED6;
	border: 1px solid #d8ddd7;
	border-top: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width:467px;
}
.highscore_title {
	background-color: #e0e0e0;
	padding: 5px 10px;
	border-bottom: 1px solid #cbd0cb;
	color: #555755;
}
.game_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 0px 20px;
	margin: 0px;
	font-family: Verdana;
}
.game_highscore_container {
	height: 35px;
	background: url(https://hastspel.org/templates/indigo/images/highscore_seperator.png) repeat-x bottom;
}
.game_highscore_container a {
	color: #323232;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 130px;
}
.game_highscore_name a {
	text-decoration: none;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 120px;
	color: #393a39;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #545454;
	width: 120px;
}
.game_no_highscores {
	font-family: Arial;
	color:#fff;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	text-align: center;
	margin-top: 5px;
	height: 20px;
}
.game_highscore_pages a {
	color: #505050;
	text-decoration: none;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: bold;
	color: #555755;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 166px;
	color: #555755;
	font-weight: bold;
}

/* RANDOM GAMES */
.random_games {
	background:#fff;
	border: 1px solid #fff;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
}
.random_games_title {
	margin-bottom: 10px;
	color: #313131;
}
.random_game {
	float: left;
	overflow: auto;
	width: 323px;
	margin-bottom: 15px;
}
.random_game_image {
	float: left;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.75);
	border: 1px solid #aaaec4;
}
.random_game_info {
	float: left;
	font-size: 12px;
	width: 219px;
	color: #000;
	margin-left: 8px;
	margin-right: 10px;
}
.random_game_info a {
	text-decoration: none;
	font-size: 10px;
}
.random_game_head a {
	color: #1C6ED6;
	text-decoration: none;
	font-size: 14px;
}
.random_game_head a:hover {
	color: #1C6ED6;
	text-decoration: underline;
}

/* GAME COMMENTS */
.view_game_comments {
	background: #fff;
	border: 1px solid #fff;
	border-top: 0px;
	overflow: auto;
	padding: 10px;
	padding-bottom: 30px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.view_game_comments_title {
	margin-bottom: 10px;
	color: #313131;
}
.view_game_comment_form_container {
	margin: auto;
	color:#333;
	width: 480px;
}
.add_comment_box {
	background:#fff;
	border: 1px solid #d0d0d0;
	width: 470px;
	height: 80px;
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	color: #222222;
}
.comment_button_container {
	text-align: right;
	margin-top: 5px;
}
#comment_submit, #report_submit, #close_report {
	background:#AD5532;
	border: 1px solid #dedede;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 3px 10px;
	color: #fff;
}
#comment_submit:hover, #report_submit:hover, #close_report:hover {
	border-color: #9e9e9e;
	cursor: pointer;
}
#report_submit, #close_report {
	border-color: #b8b8b8;
}

/* REQUIRED COMMENTS LI STYLING */
#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 10px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 90%;
	margin: auto;
}
/* END OF REQ STYLING */
.comment_avatar {
	float: left;
	margin: 0px 10px 0px 5px;
}
.comment_content {
	float: left;
	width:705px;
	padding-top: 3px;
}
.comment_username {
	color: #989898;
	font-size: 13px;
}
.comment_username a {
	text-decoration: none;
	color: #3b3b3b;
}
.thecomment {
	font-size: 14px;
}
.comment_pages {
	width: 90%;
	margin: auto;
	text-align: center;
	margin-top: 10px;
	height: 30px;
	font-size: 14px;
}
.comment_pages a {
	border: 1px solid #b1b1b1;
	border-radius: 2px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	color: #5d5d5d;
}
.comment_pages a:hover {
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
	border-color: #7c7c7c;
}
.comment_pages a b {
	color: #1a2938;
}
.footer {
	padding: 20px;
	text-align: center;
	color: #234164;
	font-size: 14px;
}
.footer a {
	color: #261208;
	text-decoration: none;
}

/* HOMEPAGE */
.homepage_featured {
	width:1002px;
	margin:0px auto;
	background: #1C6ED6;

	padding: 3px;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}
.homepage_featured_header {
	overflow: auto;
}
.homepage_featured_buttons {
	float: right;
	cursor: pointer;
}
.homepage_featured_title {
	color: #ffffff;
	margin-bottom: 5px;
	float: left;
}

.menu_category {
	float: left;
	width: 67px;
	height: 67px;
	overflow: hidden;
	margin: 2px 3px;
	padding:3px;
	border:1px solid #AD5532;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: #1C6ED6;
}

.menu_category2 :hover {
	background-color:#FF9900;
}

.menu_category_modules {
 margin-right:3px;
	float: left;
	width: 120px;
	height: 121px;
	overflow: hidden;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background: url(https://hastspel.org/images/ramka_01.png) no-repeat;
}

.menu_category_modules:hover {
	background: url(https://hastspel.org/images/ramka_02.png) no-repeat;
}

.menu_category_modules img {
	margin-top: 10px;  
	-webkit-box-shadow: 0 1px 2px #D18C35;	
	-webkit-moz-shadow: 0 1px 2px #D18C35; 
	box-shadow: 0px 0px 4px 1px #D18C35;
}

.menu_category_modules img:hover {
	margin-top: 8px; 
	margin-right: 4px; 
	-webkit-box-shadow: 0 7px 2px #D135D1;	
	-webkit-moz-shadow: 0 7px 2px #D135D1; 
	box-shadow: 0px 0px 7px 2px #D135D1;
}

.category_menu {
	float: left;
	width: 78px;
	height: 78px;
	overflow: hidden;
	margin: 4px 5px;
	padding: 5px;
	border: 1px solid #261208;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
}

.featured_game {
	float: left;
	overflow: hidden;
	margin: 4px 5px;
	padding: 5px;
	border: 1px solid #261208;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #000000;
}
.featured_game_image {
	float:left;
	text-align: center;
	border: 1px solid #000000;
}
.featured_game_info {
	float: left;
	width: 215px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 12px;
	color: #383f4a;
}
.featured_game_info a {
	color: #313131;
}
.featured_game_options {
	margin-top: 3px;
	font-size: 10px;
	text-transform: uppercase;
}
.featured_game_options a {
	text-decoration: none;
	color: #67747f;
}
.featured_game_options a:hover {
	text-decoration: underline;
}
.featured_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.featured_game_head a {
	font-size: 14px;
	color: #313131;
	text-decoration: none;
}
.featured_game_head a:hover {
	text-decoration: underline;
}

.homepage_game {
	float: left;
	width: 220px;
	padding: 3px;
	margin: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1C6ED6 0%, #ffffff 30%, #ffffff 63%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 */

}

.homepage_game:hover {
	float: left;
	width: 220px;
	padding: 3px;
	margin: 5px;
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1C6ED6 0%, #ffffff 30%, #1C6ED6 51%, #ffffff 70%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(51%,#1C6ED6), color-stop(70%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.google_game {
	padding: 5px;
	margin-bottom: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1C6ED6 0%, #ffffff 30%, #ffffff 63%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 */

}

.google_game:hover {
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1C6ED6 0%, #ffffff 30%, #1C6ED6 51%, #ffffff 70%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(51%,#1C6ED6), color-stop(70%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.home_game_image {
	float: center;
	text-align: center;

}
.home_game_info {
	float: left;
	width:220px;
	text-align: left;
	margin-top: 2px;
	font-size: 12px;
	color: #383f4a;
}
.home_game_info a {
	color: #313131;
}
.home_game_options {
	margin-top: 3px;
	font-size: 10px;
	text-transform:uppercase;
}
.home_game_options a {
	text-decoration: none;
	color: #67747f;
}
.home_game_options a:hover {
	text-decoration: underline;
}
.home_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.home_game_head a {
text-align:center;
	font-size: 12px;
	color: #313131;
	text-decoration:none;
}
.home_game_head a:hover {
	text-decoration: underline;
}
.homepage_main {
	overflow: auto;
}
.homepage_right {
	float: right;
	width: 715px;
}
.homepage_left {
	float: left;
	width: 300px;
}
.home_cat_row {
	overflow: auto;
	margin-bottom: 5px;
}
.homepage_category {
padding: 3px;
overflow: auto;
}
.home_cat_title {
	overflow: auto;
	padding: 8px 0px 5px 8px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 2px;
	background: #1C6ED6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.home_cat_name {
	float: left;
}
.home_cat_name a, .home_cat_link a {
	text-decoration: none;
	color: #fff;
}
.home_cat_name a:hover, .home_cat_link a:hover {
	color: #fff;
	text-decoration: underline;
}
.home_cat_link {
	float: right;
	font-size: 12px;
	margin-right: 14px;
	margin-top: 2px;
}

/* CATEGORY PAGE */
.category_container {
	overflow: auto;
}
.category_left {
	float: left;
	width: 99.5%;
	background: #fff;
	border: 1px solid #fff;
}
.category_right {
	float: right;
	width: 250px;
	padding-right:5px;
}
.category_options {
	overflow: auto;
	padding: 10px 0px 8px 8px;
	border-bottom: 1px solid #a6a6a6;
	background: #1C6ED6;
	font-size: 14px;
	color: #b0bdd3;
	margin-bottom: 6px;
}
.category_options a {
	color: #ffffff;
	text-decoration: none;
}
.category_options a:hover {
	text-decoration: underline;
}
.category_game {
	padding:4px 4px 4px 4px;
	float: left;
}
.category_game_image {
	float: left;
	width: 180px;
	padding: 2px;
	margin: 2px;
	text-align: center;
	border: 3px solid #1C6ED6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(left,  #1C6ED6 0%, #ffffff 30%, #ffffff 63%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(63%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(to right,  #1C6ED6 0%,#ffffff 30%,#ffffff 63%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 */
}

.category_game_image:hover{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px 1px #999;
	-moz-box-shadow: 0px 0px 4px 1px #999999;
	box-shadow: 2px 3px 5px black;
	background: #1C6ED6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #1C6ED6 0%, #ffffff 30%, #1C6ED6 51%, #ffffff 70%, #1C6ED6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1C6ED6), color-stop(30%,#ffffff), color-stop(51%,#1C6ED6), color-stop(70%,#ffffff), color-stop(100%,#1C6ED6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* IE10+ */
	background: linear-gradient(135deg,  #1C6ED6 0%,#ffffff 30%,#1C6ED6 51%,#ffffff 70%,#1C6ED6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1C6ED6', endColorstr='#1C6ED6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.category_game_info {
	float: left;
	width:200px;
	text-align: left;
	margin-left: 0px;
	margin-top: 2px;
	font-size: 12px;
	color: #050B99;
}
.category_game_info a {

}
.category_game_options {
	margin-top: 3px;
	font-size: 10px;
	text-transform:uppercase;
}
.category_game_options a {
	text-decoration: none;
	color: #67747f;
}
.category_game_options a:hover {
	text-decoration: underline;
}
.category_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.category_game_head a {
	font-size: 14px;
	color: #1F8611;
	text-decoration:none;
}
.category_game_head a:hover {
	color: #1F8611;
	text-decoration: underline;
}
.category_pages, .tag_pages {
	background: #1C6ED6;
	overflow: auto;
	padding: 5px;
	width: 99%;
}
.category_pages_inner {
	overflow: auto;
}
.category_pages a, .tag_pages a {
	border: 1px solid #a4b4d8;
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: block;
	float: left;
	margin-right: 4px;
	border-radius: 3px;
	font-size: 15px;
}
.category_pages a:hover, .tag_pages a:hover {
	border-color: #fff;
	color: #fff;
}
/* PROFILE */
.profile_header {
	background:#6F0606;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #1c355c;
	border-bottom: 0px;
	color: #282f3a;
}
.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: 75px;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 40px;
	padding: 0px;
	float: left;
	color:#fff;
}
.profile_points {
	float: left;
	margin-left: 10px;
	color: #fff;
	padding: 0px 5px 0px 5px;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 14px;
	background: #D3E1F7;
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #1c355c;
	border-top: 0px;
	padding: 7px 10px;
	color: #313131;
}
.profile_stats a {
	color: #313131;
	border: 1px solid #b5b5b5;
	padding: 2px;
	border-radius: 3px;
	text-decoration: none;
}
.profile_button a {
	font-family: Arial;
	display: block;
	width: 115px;
	height: 23px;
	background: url(https://hastspel.org/templates/indigo/images/profile_button.png);
	text-align: center;
	padding-top: 8px;
	text-decoration: none;
	color: #545454;
	font-size: 12px;
	text-shadow: 0px 1px 0px #d6d6d6;
	float: right;
	margin: 10px 10px 0px 0px;
}
.profile_button a:hover {
	display: block;
	background-position: 0px -31px;
}
.profile_button a:hover {
	display: block;
}
.profile_main {
	overflow: auto;
}
.profile_right {
	width: 70%;
	float: right;
}
.profile_column2 {
	font-size: 14px;
	margin-bottom: 20px;
}
.user_info a {
	color: #67747F;
	font-size: 14px;
}
.user_info a:hover {
	color: #e2e2e2;
}
.right_title {
	color: #0066FF;
}
.profile_content_item {
	background: #D3E1F7;
	overflow: auto;
	border: 1px solid #1c355c;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.fav_container {
	padding: 10px;
	color: #313131;
}
.fav_container a {
	color: #2F447C;
}
.fav_container a:hover {
	color: #4361B0;
}
.profile_comment {
	line-height: 150%;
	margin-bottom: 5px;
	overflow:hidden;
	background: #ffffff repeat-x;
	border: 1px solid #d3d3d3;
}
.profile_comment .comment_username {
	background: url(https://hastspel.org/templates/indigo/images/profile_comment.png) bottom;
	padding: 0px 4px;
}
.profile_comment .thecomment {
	padding: 4px 6px;
}
.profile_left_header {
	overflow: auto;
	padding: 8px 0px 5px 8px;
	border-bottom: 1px solid #a6a6a6;
	margin-bottom: 2px;
	background:#6F0606;
	color: #fff;
	font-size: 14px;
}
.profile_left {
	float: left;
	width: 29%;
}
.profile_module_header {
	color: #fff;
	padding: 5px 0px 5px 8px;
	overflow: auto;
	background: #1C6ED6;
	font-size: 14px;
	border-bottom: 1px solid #0e1823;
	margin-bottom: 5px;
}
.profile_module {
	background: #D3E1F7;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 1px solid #0e1823;
	color: #313131;
	font-size: 14px;
}
.profile_module_content {
	padding: 8px 0px 4px 8px;
	word-wrap: break-word;
}
.profile_module_content a {
	color: #b5bdd1;
}
/* EDIT PROFILE */
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px;
	overflow:auto;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #353535;
	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;
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg.png) repeat-x #fff;
}
.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;
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg.png) repeat-x #fff;
}
.profile_submit_button {
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
	border: 1px solid #767676;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 3px 10px;
	color: #3d3d3d;
	float: right;
}
.profile_submit_button:hover {
	border-color: #0c2450;
	color: #000;
}
.sig_editor {
	margin-top: 10px;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 32px;
	border-bottom: 1px solid #1c1b23;
	margin-bottom: 2px;
}
.user_highscore_container a {
	color: #313131;
	text-decoration: none;
}
.user_highscore_container a:hover {
	text-decoration: underline;
}
.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;
	color: #313131;
	text-align: right;
}
.user_no_highscores {
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	text-align: center;
}
.user_highscore_pages a {
	color: #313131;
}
#user_highscore_header {
	height: 25px;
	font-weight: bold;
}
#user_highscore_header .user_highscore_score {
	color: #3D5680;
	padding: 0px;
}
#user_highscore_header .user_highscore_name {
	color: #3D5680;
	padding: 0px;
	width: 41%;
}
/* NEWS */
.news_left {
	float: left;
	width: 1015px;
}
.news_options {
	color: #fff;
	margin-bottom: 10px;
}
.news_options a {
	color: #fff;
}
.news_wrapper {
	background-color: #fff;
	padding-bottom: 1px;
	border-bottom: 1px solid #4b5668;
	margin-bottom: 10px;
	border: 1px solid #1c355c;
}
.news_header {
	background: url(https://hastspel.org/templates/indigo/images/profile_container.png) bottom;
	overflow:auto;
	width:100%;
	padding-bottom: 5px;
	border-bottom: #d9d9d9 1px solid;
}
.news_image {
	float: right;
	width: 60px;
	margin: 5px 8px 0px 0px;
}
.news_title {
	float: left;
	font-size: 18px;
	padding-left: 10px;
	padding-top: 16px;
}
.news_title a {
	color: #1a2e4c;
	text-decoration: none;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	font-family: Arial;
}
.news_footer {
	text-align: right;
	padding: 3px 10px;
}
.news_footer a {
	color: #1a2e4c;
	text-decoration: none;
	font-size: 15px;
}
.news_footer a:hover {
	text-decoration: underline;
}

/* News comments */
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#news_comments ul li {
	line-height: 150%;
	margin-bottom: 5px;
	padding: 5px 0px 10px 0px;
	overflow:hidden;
	border-bottom: 1px solid #d9d9d9;
	color: #565656;
	width: 95%;
	margin: auto;
}
.news_comments_container {
	border: 1px solid #c8c8c8;
	border-top: 0px;
	background: #eff2f7 url(https://hastspel.org/templates/indigo/images/profile_container.png) repeat-x;
	margin-bottom: 15px;
	overflow: auto;
	padding-bottom: 20px;
}
.news_comments_header {
	color: #fff;
	margin-bottom: 5px;
}
.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: 0px 10px 0px 5px;
}
.news_comment_content {
	float: left;
	width:620px;
	padding-top: 3px;
}
.news_comment_username {
	color: #989898;
	font-size: 13px;
}
.news_comment_username a {
	text-decoration: none;
	color: #3b3b3b;
}
.news_thecomment {
	font-size: 14px;
}


/* MISC PAGES */
.misc_container {
	overflow: auto;
}
.misc_left {
	float: left;
	width: 99%;
	background-color: #fff;
	padding: 5px;
	font-size: 15px;
	color: #272a34;
}
.misc_left a {

}
.misc_left a:hover {
	color: #313131;
	text-decoration: underline;
}
.misc_right {
	float: right;
	width: 250px;
	margin-right:5px;
}

/* Member list */
#member_list {
	width: 100%;
}
#member_list td {
	border-bottom: 1px solid #CFCFCF;
	height: 40px;
	font-size: 14px;
	color:#313131;
}
#member_list td a {
	color: #313131;
}
#member_list img {
	margin-top: 5px;
}
.member_list_pages {
	width: 715px;
	margin-top: 15px;
}
/* Friends */
.friends_header, .friend_requests_header, .links_header {
	font-size: 16px;
	border-bottom: 1px solid #AD5532;
	color:#313131;
}
.friends_container, .friend_requests_container {
	margin: 7px 0px;
}

.friend_container {
	padding: 5px;
	height: 50px;
	margin-bottom: 5px;
	border: 1px solid #bfbfbf;
	background: url(https://hastspel.org/templates/indigo/images/profile_container.png);
}
.friend_container a {
	color: #1a2e4c;
} 
.friend_avatar {
	float: left;
}
.friend_username {
	float: left;
	padding: 8px 0px 0px 15px;
	font-size: 16px;
}
.friend_buttons {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}

.friend_last_login {
	font-size: 14px;
}
.no_friends {
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
/* Link exchange */
.add_link_form_container {
	margin-bottom: 10px;
}
.link_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 5px 0px 10px 0px;
	font-size: 13px;
	border-bottom: 1px solid #AD5532;
	width: 515px;
	margin: auto;
}
.link_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 9px;
	color:#313131;
}
.link_form_element {
	float: left;
}
.link_form_element input {
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}
.link_button_container {
	text-align: right;
}
.link_button, .dropdown-submit, .pm_button, .challenge_buttons input {
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
	border: 1px solid #b3bac1;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 6px 15px;
	color: #3d3d3d;
}
.link_button:hover, .dropdown-submit:hover, .pm_button:hover, .challenge_buttons input:hover {
	border-color: #6c6c6c;
}
.link_exchange_info {
	margin: 10px 0px 15px 0px;
	font-size: 14px;
	color:#313131;
}
.link_item {
	margin-top: 5px;
}

/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	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 #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_footer a {
	text-decoration: none;
}
.pm_table td {
	border-bottom: 1px solid #c6c6c6;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}

/* SEARCH/TAGS - BASED ON CATEGORY GAMES CSS */
.search_game {
	padding:5px 5px 5px 2px;
	float: left;
}
.search_game .category_game_info {
	width: 200px;
}
.search_game a {
	color: #313131;
}
.search_game a:hover {
	color: #313131;
	text-decoration:underline;
}
.misc_left .category_pages, .tag_pages {
	width: 99%;
}
.tag_pages {
	margin-top: 10px;
}
.tag_sort_options {
	margin-bottom: 10px;
	color:#fff;
	background: #1C6ED6;
	padding:10px;
}
.tag_sort_options a {
	margin-bottom: 10px;
	color:#fff;
	text-decoration: none;
}
.tag_sort_options a:hover {
	margin-bottom: 10px;
	color:#fff;
	text-decoration: underline;
}

/* General */
.form_textbox {
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 320px;
	padding: 3px 5px;
}

/* Submit game */

.submit_text_box {
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	border: 1px solid #d0d0d0;
	height: 25px;
	font-size: 14px;
	width: 400px;
	padding: 3px 5px;
}
.submit_text_area {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#fff;
	background: url(https://hastspel.org/templates/indigo/images/textbox_bg2.png) repeat-x #fff;
	width: 400px;
	height: 80px;
	border: 1px solid #d0d0d0;
}
.submit_form_element_container {
	overflow: auto;
	margin: 0px 0px 3px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 13px;
	border-bottom: 1px solid #AD5532;
}
.submit_form_lable {
	float: left;
	width: 180px;
	font-size: 14px;
	padding-top: 2px;
	color:#313131;
}
.submit_form_element {
	float: left;
	color:#313131;
}
.submit_button_container {
	text-align: right;
	padding-right: 10px;
	padding-top: 8px;
}
.submit_button {
	background: url(https://hastspel.org/templates/indigo/images/simple_gradient.png);
	border: 1px solid #afafaf;
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 5px;
	padding: 3px 10px;
	color: #3d3d3d;
}
.submit_button:hover {
	border-color: #14629a;
	cursor: pointer;
}