@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background-color: #e1e1e1;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}

td
{
	vertical-align: top;
}

img
{
	border: none;
}

h2 a
{
	float: right;
	vertical-align: bottom;
	padding-top: 5px;
}

#shape
{
	margin: 0 auto;
	width: 900px;
	background-color: #fff;
	border: #acacac solid 1px;
	border-top: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#outer_shape
{
	margin: 0 auto;
	width: 902px;
	border: #cecece solid 1px;
	border-top: none;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
}

#header
{
	height: 68px;
	background: url(images/back_header.png) repeat-x;
	border-bottom: #acacac solid 1px;
}

#header img
{
	float: left;
	border: none;
}

#header ul, #footer ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#navi li
{
	float: left;
	height: 68px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	background: url(images/spacer_header.png) left top no-repeat;
	padding-top: 23px;
}

#navi a
{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navi a:hover, #navi .selected
{
	text-decoration: underline;
}

#search
{
	display: block;
	float: right;
	height: 56px;
	width: 195px;
	background: url(images/spacer_header.png) left top no-repeat;
	text-align: center;
	padding-top: 12px
}

#quicksearch
{
	width: 133px;
	height: 17px;
	padding: 0;
	border: none;
	background: url(images/textbox_search.png) top left no-repeat;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 3px;
	margin: 0;
}

#advanced_search
{
	display: block;
	width: 158px;
	height: 18px;
	background: url(images/button_advanced_search.png) top left no-repeat;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 6px;
	padding-top: 2px;
}

#custom_area, #javascript_warning
{
	background-color: #fff0d3;
	border-bottom: #acacac solid 1px;
	padding: 3px;
	padding-bottom: 3px;
	font-size: 12px;
}

#custom_area a
{
	margin: 1px;
	padding: 2px;
	padding-left: 26px;
	padding-right: 20px;
	border-right:  #acacac solid 1px;
	color: #000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px 4px;
}

#javascript_warning
{
	padding: 3px;
	padding-left: 26px;
	background: #ffd3d3 url(images/icons/error.png) no-repeat 10px 5px;
	font-weight: bold;
}

#javascript_warning a
{
	font-weight: normal;
}

#custom_area a:hover
{
	text-decoration: underline;
}

#content
{
	padding: 14px;	

}

#content h2
{
	font-size: 16px;
	border-bottom: #000 solid 1px;
}

#news
{
	width: 600px;
	float: left;
}

.newspost
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #474747 dashed 1px;
}

.date
{
	background: url(images/date.png);
	width: 32px;
	height: 32px;
	float: left;
	font-size: 9px;
	text-align: center;
	padding-top: 1px;
	margin-right: 10px;
}

.date span
{
	display: block;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
}

.newspost h4
{
	font-size: 12px;
	font-weight: normal;
	float: left;
	padding-bottom: 5px;
}

.newspost h4 a
{
	display: block;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.newstext
{
	clear: both;
	margin-top: 10px;
	color: #474747;
	line-height: 18px;
	clear: both;
}

#sidepanel
{
	width: 258px;
	float: right;
	margin-left: 14px;
}

.showbox
{
	width: 256px;
	height: 197px;
	background-position: 0px -40px;
	position: relative;
	border: #404040 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.showbox div
{
	position: absolute;
	padding: 3px;
	padding-left: 5px;
	font-size: 12px;
	color: #fff;
	z-index: 10;
}

.showbox .shade_top
{
	position: absolute;
	top: 0;
	z-index: 1;
	background-color: #000;
	width: 256px;
	padding-left: 0;
	padding-right: 0;
	opacity: 0.5;
}

.showbox .shade_bottom
{
	height: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 1;
	background-color: #000;
	width: 256px;
	padding-left: 0;
	padding-right: 0;
	opacity: 0.5;
}

.showbox .info_bottom
{
	position: absolute;
	bottom: 0px;
	height: 30px;
	width: 210px;
	overflow: hidden;
}

.showbox .indicators
{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	height: 30px;
	padding: 0;
	margin: 0;
	text-align: right;
}

.indicators img
{
	margin: 0;
	padding: 0;
	margin-right: 3px;
	margin-bottom: 2px;
}

.showbox a
{
	color: #fff;
	text-decoration: none;
}

.showbox a:hover
{
	text-decoration: underline;
}

.showbox .info_bottom  .matlink
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	height: 17px;
}

.matcard
{
	position: relative;
	float: left;
	background-color: #7c7c7c;
	border: #404040 solid 1px;
	padding: 5px;
	padding-right: 2px;
	margin: 14px;
	height: 68px;
	width: 249px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#newmats .matcard
{
	margin: 0;
	margin-top: 14px;
	color: #fff;
}

.matcard .previewimage
{
	float: left;
	border: #fff solid 1px;
	padding: 1px;
	margin-right: 5px;
}

.matcard a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

.matcard a:hover
{
	text-decoration: underline;
}

.matcard .matlink
{
	font-weight: bold;
}

.matcard .indicators
{
	float: right;
	width: 42px;
	height: 28px;
	text-align: right;
}

.matcard .actionbar
{
	position: absolute;
	bottom: 5px;
	left: 78px;
	display: none;
}

.matcard:hover .actionbar
{
	display: block;
}

/* Login Page, Register Page */
#loginForm
{
	margin: 40px auto;
	width: 400px;	
}

#loginForm h3
{
	border-top: #eee solid 1px;
	padding-top: 20px;
	margin-top: 20px;
	color: #AF0000;
}

#loginForm table
{
	width: 100%;
	border-spacing: 5px;
}

#loginForm table .c2
{
	width: 10px;
}

#loginForm table .c2 input
{
	width: 230px;
}

#nickOK
{
	color: #007A00;
}

#nickERR
{
	color: #7A0000;
}

#footer
{
	height: 68px;
	background: url(images/back_footer.png) repeat-x;
	text-align: center;
	font-size: 11px;
	color: #acacac;
}

#footer ul
{
	padding: 0;
	margin: 0;
	padding-top: 10px;
	float: none;
	margin-bottom: 5px;
}

#footer li
{
	padding: 0;
	margin: 0;
	display: inline;
	padding-right: 8px;
	padding-left: 5px;
	border-right: #cecece solid 1px;
}

#footer li:last-child
{
	border: none;	
}

#footer a
{
	color: #cecece;
	text-decoration: none;
	font-size: 12px;
}

#footer a:hover
{
	text-decoration: underline;	
}