@CHARSET "UTF-8";
/* ---------------- BEGIN Forum Stats Table	---------------------------------*/
div.shell
{
	clear:	both;
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    word-wrap: break-word;
    position: relative;
    padding: 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

div.shell:before {
    content: "";
    position: absolute;
    border-top: 1px solid #067fc6;
    border-left: 1px solid #067fc6;
    border-right: 1px solid #067fc6;
    -webkit-transform: skew(0,-8deg);
    transform: skew(0,-8deg);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 50%;
    margin: 0 -25px;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.shell:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #067fc6;
    border-left: 1px solid #067fc6;
    border-right: 1px solid #067fc6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    height: 65%;
    margin: 0 -25px;
    bottom: 0;
    z-index: 4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

div.toprow
{
	clear:				both;
	/*float:				left;
	width: 				850px;*/
	background-color:   #656a6d;
	color: 				#e4e2d5;
	
}
div.grp
{
/*	float:				left;*/
}
div.hdr
{
	text-align: center;
    margin: -20px 0 24px 0;
    margin: -2rem 0 2.4rem 0;
    font-size: 20px;
    text-align: center;
    color: #141414;
    z-index: 20;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;	
}
div.leftgroup
{
	width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	position: relative;
    z-index: 150;
}
div.leftgroup a
{
text-decoration:none;
	background: -moz-linear-gradient(left, #007cc3 0%, #59c3f1 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, #007cc3), color-stop(100%, #59c3f1));
		background: -webkit-linear-gradient(left, #007cc3 0%, #59c3f1 100%);
		background: -o-linear-gradient(left, #007cc3 0%, #59c3f1 100%);
		background: -ms-linear-gradient(left, #007cc3 0%, #59c3f1 100%);
		background: linear-gradient(to right, #007cc3 0%, #59c3f1 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc3', endColorstr='#59c3f1', GradientType=1 );
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		color: #30a0d9;
		display:block;
}		
div.content
{
	display: inline-block;
    padding: 10px 0 10px 0;
    border-bottom: solid 1px #f1f1f1;
    margin: 0px;
}

div.counter
{
	width: 10%;
    display: none;
}
div.forum
{
	width: 85%;
}
div.messages
{
	width: 10%;
    text-align: right;
}
div.middlegroup
{
	width:				100%;
	border-left:		solid 1px #dcdcdc;
	border-right:		solid 1px #dcdcdc;
	display:none;
}
div.member
{
	width:				100%;
}
div.rightgroup
{
	width:				100%;
	display:none;
}
div.thread
{
	width:				185px;
}
div.memberright
{
	width:				105px;
	text-align:			right;
}
div.date
{
	width:				60px;
	text-align:			right;
}
span.eipstattitle
{
	font-size:			16px;
	color: 				#e4e2d5;
}
span.eipstattitle a
{
	text-decoration:	underline;
	color: 				#e4e2d5;
}
span.eipstattitle a:hover
{
	text-decoration:	underline;
	color: 				#e4e2d5;
}
/* ---------------- END Forum Stats Table	---------------------------------*/