/* 2Games.com forum layout elements
-------------------------------------------------------------- */
.forumBodyContainer
{
	float: left;
	width: 625px;
}


.forumLeftColumn
{
	float: left;
	width: 380px;
}



.forumLeftColumnSubTopic
{
	float: left;
	width: 370px;
}


.forumMiddleColumn
{
	float: left;
	text-align: center;
	width: 110px;
	height: 19px;
	padding-top:2px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: white;
}


.forumMiddleColumnSubTopic
{
	float: left;
	text-align: center;
	width: 110px;
	height: 21px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: #a8a8a8;
	vertical-align: middle;

}

.forumRightColumnSubTopic
{
	float: left;
	text-align: center;
	width: 110px;
	height: 21px;

}

.forumRightColumn
{
	float: left;
	text-align: center;
	height: 19px;
	padding-top:2px;
	width: 110px;

}

.repliesContainer
{
	float: left;
	width: 600px;
	font-size: 14px;
	font-weight: normal;
}

.repliesText
{
	float: left;
	width: 480px;
	margin-bottom: 5px;
}

.welcome
{
	float: left;
	width: 400px;
	text-align: middle;
	margin-top: 15px;	
}

.searchFloatRight
{
	float: right;
	text-align: right;
	padding: 3px;
	background-color: #e7e7e7;

}

.searchFloatLeft
{
	float: left;
	padding: 3px;
	background-color: #e7e7e7;	
}

.postNewTopic
{
	margin-right: auto;
	text-align: right;
	float: left;
	width: 220px;
	margin-top: 15px;	
}

a:link.editPost
{
	display: block;
	float: left;
	background-color: #8395b5;
	text-align: center;
	font-size: 11px;
	color: white;	
	padding: 3px;
	margin-top: 5px;
	width: 50px;
	font-weight: bold;
}

a:visited.editPost
{
	display: block;
	float: left;
	background-color: #8395b5;
	text-align: center;
	font-size: 11px;
	color: white;	
	padding: 3px;
	margin-top: 5px;
	width: 50px;
	font-weight: bold;
}

a:link.deletePost
{
	display: block;
	float: left;
	background-color: #da6100;
	text-align: center;
	font-size: 11px;
	color: white;	
	padding: 3px;
	margin-top: 5px;
	margin-left: 5px;
	width: 50px;
	font-weight: bold;
}
a:visited.deletePost
{
	display: block;
	float: left;
	background-color: #da6100;
	text-align: center;
	font-size: 11px;
	color: white;	
	padding: 3px;
	margin-top: 5px;
	margin-left: 5px;
	width: 50px;
	font-weight: bold;

}


a.replyQuote
{
	display: block;
	float: left;
	background-color: #ebebeb;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	width: 50px;
	font-weight: bold;
}

a:link.replyQuote
{
	display: block;
	float: left;
	background-color: #ebebeb;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	width: 50px;
	font-weight: bold;
}
a:visited.replyQuote
{
	display: block;
	float: left;
	background-color: #ebebeb;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	width: 50px;
	font-weight: bold;
}




label
{
	float: left;
	display: block;
	margin-right: 10px;
	width: 160px;
	text-align: right;
}

fieldset
{    
float: left;
border: 1px solid;
border-color: #a8a8a8;
padding: 10px;
}

.noFieldset
{
	display: none;

}

.forumRegisterList li
{
	float: left;
	display: block;
	width: 500px;
	margin-bottom: 5px;
	list-style: none;
}

input.forumRegisterButton
{
	font-weight: bold;
	text-transform: uppercase;
	width: 400px;
	height: 50px;
	display: block;
	margin-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #b1b843;
	background: #eff2c6;
	background: -moz-linear-gradient(90deg, #cfd74d, #eff2c6);
	background: -webkit-gradient(linear, left bottom, left top, from(#cfd74d), to(#eff2c6));
	padding: 10px 25px;
	text-decoration: none !important;
	cursor: pointer;
}

input
{
	border: 1px solid;
	border-color: #a8a8a8;
	font-size: 12px;
}

.mustFill
{
	font-weight: bold;
}

.smallText
{
	font-size: 12px;
	font-style: italic;
	white-space: nowrap;
}


.forumHeaderLeft
{
	float: left;
	width: 310px;

}

.forumHeaderRight
{
	float: left;
	width: 305px;

}

.signIninput
{
	border: 1px solid;
	border-color: #a8a8a8;
	font-size: 10px;
	width: 100px;
}
input.signInButton
{
	font-weight: bold;
	text-transform: uppercase;
	width: 160px;
	height: 20px;
	display: block;
	margin-top: 5px;
}



ul.signIn
{
	font-size: 11px;
	list-style: none;
	text-align: left;
	padding: 0;
	float: left;
}


.signInlabel
{
	display: block;
	text-align: left;
	padding: 0;
}


fieldset.signInfieldset 
{    
float: left;
width: 270px;
height: 120px;
border: 1px solid;
border-color: #a8a8a8;
margin-left: 5px;
padding-left: 5px;
}


.mainTopic
{
	float: left;
	width: 610px;
	background-color: #667C9F;
	background: -moz-linear-gradient(90deg, #373441, #667C9F);
	background: -webkit-gradient(linear, left bottom, left top, from(#373441), to(#667C9F));
	color: white;
	padding: 5px;
	margin-top: 10px;
	/*border-bottom: 3px solid;*/
	border-color: #373441;
	text-shadow: black 0px 1px 0px; 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


h4 a:link
{
	color: white;
}

 h4 a:visited
{
	color: white;
}


.subTopic
{
	float: left;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 15px;
	border-bottom: 1px solid;
	border-color: #a8a8a8;
	font-size: 14px;
	font-weight: bold;
}

.subTopicDescription
{
	font-size: 12px;
	color: #626262;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	
}

.subTopicLink
{
	text-decoration: underline;
}
a.subTopicLink
{
	color: #626262;
	text-decoration: underline;
}

.lastPostInfo
{
	font-weight: normal;
	font-size: 12px;

}

img.soundIcon
{
	vertical-align: middle;
}


a.commentGame
{
	display: block;
	float: left;
	padding: 3px;
	width: 180px;
	background-color: red;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;

}



a:link.commentGame
{
	display: block;
	float: left;
	padding: 3px;
	width: 180px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;

}



a:visited.commentGame
{
	display: block;
	float: left;
	padding: 3px;
	width: 180px;
	background-color: red;
	color: white;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;

}

p.lastPostInfo
{
	font-size: 12px;
	color: #626262;;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0;
	
}


a.lastPostInfo
{
	font-size: 11px;
	color: #626262;;
	font-weight: bold;
}

.lastPostImportant
{
	font-weight: bold;
	color: #5b5b5b;
}

.userPicture
{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 5px;
}

.forumPagesLinks
{
	font-size: 11px;
	color: red;
}

a.forumPagesLinks
{
	font-size: 12px;
	color: red;
}



/* Forum styles end */


