﻿.hline
{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}

a.inbox
{
	background-image: url('/Images/icon_inkorg.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.bigarrow
{
	background-image: url('/Images/icon_bigpil.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}


a.arrow
{
	background-image: url('/Images/pil_gron.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.accept
{
	background-image: url('/Images/icon_accept.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.edit
{
	background-image: url('/Images/icon_edit.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.write
{
	background-image: url('/Images/icon_write.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 2px;
	padding-left:			20px;
	color:					#000000;
	font-size:				12px;
}

a.friendrequest
{
	background-image:		url('/Images/icon_friendrequest.png');
	background-repeat:		no-repeat;
	background-position:	left;
	padding-top: 2px;
	padding-left:			20px;
	color:					#000000;
	font-size:				12px;
}

a.answer
{
	background-image: url('/Images/icon_write.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	margin-right:10px;
	color: #000000;
}

a.tag
{
	background-image: url('/Images/icon_tag.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.comment
{
	background-image: url('/Images/icon_comment.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.delete
{
	background-image: url('/Images/icon_delete.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.cancel
{
	background-image: url('/Images/icon_cancel.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.mess_read
{
	background-image: url('/Images/icon_mess_read.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

a.mess_unread
{
	background-image:		url('/Images/icon_mess_unread.png');
	background-repeat:		no-repeat;
	background-position:	left;
	padding-left:			22px;
	color:					#000000;	
}

a.mess_answered
{
	background-image: url('/Images/icon_mess_answered.png' );
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #000000;
}

.list_games
{
	position: relative; /*margin-right:			10px;*/ /*margin-left:			10px;*/
	width: 523px;
	margin-top: 10px;
}

.list_games th
{
	padding: 0 0 5px 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
	color: #ee332d;
	font-size: 12px;
}

.list_games td
{
	padding: 3px 3px 3px 3px;
	font-size: 12px;
}

.puff_type4
{
	position: relative; /*margin-left:				10px;*/
	margin-right: 10px;
	margin-bottom: 10px;
}

.register_sidebar_active
{
	color: Black;
}

.register_sidebar_active .header1
{
	color: #ee332d;
	font-weight: bold;
}

.register_sidebar_active .header2
{
	color: #ee332d;
	font-weight: bold;
}

.register_sidebar_inactive
{
	color: #ababab;
}

.register_sidebar_inactive .header1
{
	color: #ababab;
}

.register_sidebar_inactive .header2
{
	color: #ababab;
}


.register_movenextbutton
{
	float: right;
	margin-top: 15px;
}

.list_forums
{
	position: relative;
	margin: 0 10px 0 0;
	width: 100%;
}

.list_forums th
{
	padding-left: 5px;
	text-align: left;
	border-bottom: solid 1px #ccc;
}

.list_forums td
{
	padding-left: 5px;
}

.general_list
{
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	width: 563px;
}

.general_list th
{
	padding-left: 5px;
	text-align: left;
	border-bottom: solid 1px grey;
}

.general_list td
{
	padding-left: 5px;
}

.wide_list
{
	width: 900px;
}

.messages_list
{
	width: 600px;
}

.messages_list th
{
	padding-left: 5px;
	text-align: left;
	background-color: #ccc;
}

ul
{
	padding: 0px;
	margin: 0px;
}

li
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.modalPopup
{
	width: 200px;
	height: 100px;
	background-color: #ccc;
}

.modalBackground
{
	background-color: #ccc;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#login_inner .top_icon
{
	float: left;
	margin-left: 15px;
	padding-top: 0px;
}

.subMenuItemsList
{
	margin: 3px 0px 3px 10px;
}

.subMenuItemsList .item
{
	margin: 3px 0px 0px 0px;
}

.subMenuItemsList a
{
	font-size: 11px;
	color: #000;
}
/*
.messageBox_Error
{
	border: solid 1px #CC0000;
	background: #F7CBCA;
	color: #CC0000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
	width: 200px;
	margin: 5px 0px 5px 0px;
}
*/
.write_panel
{
	width: 486px;
	margin: 0px;
	overflow: hidden;
}

.write_panel_forum
{
	width: 538px;
	margin: 0px;
	overflow: hidden;
}

.write_panel select
{
	border: solid 1px #d6d6d6;
	font-size: 12px;
	background-color: #fff;
}

.write_panel_link
{
	margin-bottom: 10px;
}

/*.write_panel input
{
	width:230px;	
}*/

/*.write_panel select
{
	width:255px;	
}*/

/*.write_panel textarea
{
	width:480px;
	height:100px;
}*/

.alignCenter
{
	text-align: center;
}

.alignRight
{
	text-align: right;
}

.alignLeft
{
	text-align: left;
}

.leftpadding
{
	padding-left: 5px;
}
.rightpadding
{
	padding-right: 5px;
}

.leftmargin
{
	margin-left: 5px;
}

.rightmargin
{
	margin-right: 5px;
}

.errormessage
{
	font-size: 12px;
	color: #f00;
}

.bgLightGray
{
	background-color: #f1f1f1;
}

.input_textarea
{
	border: solid 1px #d6d6d6;
	font-size: 12px;
	padding: 2px 2px 2px 2px;
	background-color: #fff;
	width: 450px;
}

.input_textarea_tipfriend
{
    font-family: corbel, tahoma, helvetica, arial, verdana;
}

.messageBox_Ok
{
	border: solid 1px #00a408;
	background: #67c86b;
	color: #000;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	width: 98%;
}

.messageBox_Error
{
	border: solid 1px #ee332c;
	background: #f4706c;
	color: #000;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	width: 98%;
}

.messageBox_Info
{
	border: solid 1px #515151;
	background: #bfbfbf;
	color: #000;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	margin: 5px 0px 5px 0px;
	width: 98%;
}

.searchtag
{
	color: #ee332d;
}

.ajax_loader
{
	position:absolute;
	right: 30px;
	height: 24px;
}

div.breadcrumb
{
	width: 520px;
	background-color: #efefef;
	height: 22px;
	margin: 15px 0px 15px 0px;
}

div.breadcrumb div.breadcrumbtext
{
	color: #595959;
	font-weight: bold;
	font-size: 12px;
	padding: 4px 0 0 7px;
}

div.breadcrumb a
{
	font-size: 12px;
	font-weight: bold;
}

.puff_wide
{
	position: relative;
	width: 538px;
	margin-left: 10px;
	margin-bottom: 10px;
	display: inline;
}

.icon_margin
{
	margin-left:16px;
}
.inputpassword
{
	background: #fff url(/images/input_bg_losenord.png) no-repeat 3px 4px;
}

.inputuser
{
	background: #fff url(/images/input_bg_epostadress.png) no-repeat 3px 4px;
}

.inputclear
{
	background-color: #fff;
}

.yellowFadeTop
{
	background: url(/Images/bg_games_start_upper.png) no-repeat left top;
}

.yellowFadeBottom
{
	background: url(/Images/bg_games_start_lower.png) no-repeat right bottom;
}

.startpage .AspNet-DataList table
{
	width: 100%;
}

.startpage .AspNet-DataList table td
{
	text-align: center;
}

.marginright
{
	margin-right: 6px;
}

.leftpadding10
{
	padding-left: 10px;
}

table thead th
{
	border: none;
	color: #f0f;
}

.friendSearch
{
	width: 225px; margin-top: 5px; margin-bottom: 5px;
}