/* ============== Overall ============== */
html {
	padding: 0;
}
body {
	font: 12px Tahoma, Verdana, Arial, sans-serif;
	background: #e9e9e9 url('img/bg2.jpg') repeat-x center top;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	margin: 0;
	padding: 0;
}
/* ============== Overall ============== */
a {
	text-decoration: none;
	border-width: 0;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	border-bottom: 2px solid #E5374C;
}
#adminmenu a {border-bottom: 0;}
#menumain a {border-bottom: 0;}
#menumain-footer a {border-bottom: 0;}
#maincont img a  {border-bottom: 0;}
/* ============== Overall ============== */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #title a, #subtitle a, .small a, #newstitle a, #adminmenu a {
	text-decoration: none;
}
#subtitle {text-align:right;padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid lightgrey;font-size:90%;}
h1 {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}
h3 {
	font-size: 140%;
	margin: 1em 1em 1em 0;
	letter-spacing: -1px;
	font-weight: normal;
}
h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 1em 1em 0;
}
h5 {
	font-size: 95%;
	margin: 1em 1em 1em 0;
}
h6 {
	font-size: 90%;
	margin: 1em 1em 1em 0;
}
.bbstyle1 {
	font-size: 160%;
}
.bbstyle2 {
	font-size: 130%;
}
.bbstyle3 {
	font-size: 120%;
	font-weight: bold;
}
.bbstyle4 {
	font-size: 110%;
}
.bbstyle5 {
	font-size: 110%;
	color: #ff9000;
}
.bbstyle6 {
	font-size: 80%;
	color: grey;
}
.bbstyle7 {
}
.bbstyle8 {
}
.bbstyle9 {
}
/* ============== Various ============== */
.disp {
	padding: 12px;
	margin: 0;
}
.block {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #EAEAEA;
	background-color: #F8F8F8;
}
.block h4 {
	margin-top: 0;
}
.error {
	padding: 24px 8px 24px 8px;
	margin: 0;
	color: #CC1212;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}
.codetitle {
	font-size: 10px;
	color: #59739B;
	padding: 5px;
	margin-top: 5px;
	width: 15%;
	border: 1px solid #EAEAEA;
	background-color: #EAEAEA;
	border-bottom: 0px;
}
.code {
	font-size: 11px;
	font-weight: bold;
	color: #59739B;
	border: 1px solid #EAEAEA;
	background-color: #F8F8F8;
	padding: 10px;
	margin-bottom: 5px;
	font-family: monospace;
}
blockquote {
	font-size: 12px;
	color: #59739B;
	padding: 10px;
	margin: 5px;
	margin-bottom: 10px;
	font-family: tahoma;
	display: block;
	background: #F0F0F0;
	border: 1px solid #cccccc;
	overflow: auto;
}
.valid {
	height: 48px;
	text-align: center;
	vertical-align: middle;
}
.download {
	font-size: 110%;
	text-align: center;
	background-color: #E8E8E8;
	padding: 16px;
	margin-top: 16px;
}
.paging {
	text-align: center;
	padding: 12px;
	text-align: right;
	font-size: 90%;
}
.coltop {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background: #E3E3E3!important;
	color: #8F8F8F;
	padding: 5px;
}
.centerall {
	text-align: center;
}
.desc {
	font-size: 95%;
	padding: 3px;
	color: #646464;
}
.spoiler {
	padding: 8px;
	margin: 8px;
	border: 1px dashed #CCCCCC;
	background-color: #DBE5E9;
}
.odd {
	background-color: #F1F1F1!important;
}
.even {
	background-color: #EBEBEB!important;
}
li {
	margin: 2px;
}
img {
	border-width: 0;
}
ul {
	list-style-type: square;
}
hr {
	border: 0px;
	border-top: 1px solid #cccccc;
}
form {
	margin: 0;
}
.colleft {
	float: left;
	margin: 0px 4px 0px 4px;
}
.colright {
	float: right;
	margin: 0px 4px 0px 4px;
}
.bar_front {
	background: url('img/bar.gif') left top;
	border-right: 0px solid #333333;
	padding: 0;
	color: #DDDDDD;
	height: 10px;
}
.bar_back {
	background-color: #EBECF1;
	border: 1px solid #BBBBBB;
	margin: 0 7px 0 7px;
	height: 10px;
}
.bbcodes a img {
	border: 1px outset #A0A0A0;
	background-color: #999BAC;
}
.smilies a img {
	border: 0;
	background-color: transparent;
}
.today {
	border: 1px dashed #DDAA00;
}
.signature {
	color: #979797;
	font-size: 80%;
	max-height: 96px;
	overflow: auto;
}
.signature a {
	color: #000000;
}
.small {
	font-size: 9px;
}
.yes {
	font-weight: bold;
	color: #6FD45B;
}
.no {
	font-weight: bold;
	color: #D45B5B;
}
#wallpaper a {
	width: 25px;
	height: 25px;
	display: block;
	margin: 2px;
	float: right;
	border: 2px solid #cccccc!important;
}
#wallaper a:hover {
	border: 2px solid #737373!important;
}
/* ============== Tables ============== */
table td {
	vertical-align: top;
}
table.flat {
	width: 99%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.flat td {
	padding: 5px;
	margin: 0
}
table.main {
	width: 99%;
	margin: 0;
	padding: 5px;
}
table.main td {
	padding: 5px;
}
table.cells {
	width: 99%;
	margin: 0;
	padding: 5px;
}
table.cells td {
	padding: 5px;
	background-color: #EFEFEF;
	margin: 0;
}
table.list {
	width: 99%;
	margin: 0;
	padding: 5px;
}
table.list td {
	padding: 5px;
}
/* ============== Forms ============== */
input {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	padding: 3px;
}
input, select {
	margin: 3px;
}
select {
	border: 1px solid #c5c5c5;
	padding: 0px;
	background: #f6f6f6;
	font-size: 9px;
	padding: 3px;
}
textarea {
	padding: 3px;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
}
form {
	margin: 0;
}
/* ============== wrapper ============== */
#wallpaper {
	margin: 30px;
}
/* ========== LAYOUT ========== */
#header {
	height: 204px;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 20px;
	padding: 0;
}
#header2 {
	height: 60px;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0;
	background: #000000 url('img/header.png') no-repeat center top;
}
#content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}
#maincont {
	width: 783px;
	float: right;
}
#newstitle {
	font-size: 18px;
  border-bottom:1px solid #EBEBEB;
}
#menus {
	width: 180px;
	float: left;
}
#news {
	float: left;
	display: block;
	padding: 10px;
	color: grey;
	font-size: 11px;
}
#news a {
	color: grey;
}
#news a:hover {
	text-decoration: underline;
	border-bottom: 2px solid #E5374C;
}
#main {
	float: left;
	width: 100%;
}
#liststyle-cat {
	width: 100%;
	display: block;
	margin: 2px;
	float: left;
}
#liststyle-cat a {
	text-decoration: none;
	display: block;
	background: #EFEEEE;
	padding: 10px;
	width: 100%;
}
#liststyle-cat a:hover {
	background: #E9E3D9;
}
#liststyle-row {
	width: 88%;
	display: block;
	margin: 2px;
	float: left;
	text-align: left;
	font-size: 16px;
}
#liststyle-row a {
	text-decoration: none;
	display: block;
	height: 50px;
	background: #EFEEEE;
	padding: 10px;
}
#liststyle-row a:hover {
	background: #F1EBE0;
}
/* ========== BREADCRUMBS ========== */
#breadcrumb {
	width: 783px;
	margin: 0 auto;
	float: left;
}
#breadcrumb-header {
	background: url('img/breadcrumb_bg.png') no-repeat center top;
	height: 30px;
	width: 783px;
	float: left;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
}
#breadcrumb-header a {
	padding: 10px 10px 10px 20px;
	font-weight: bold;
	color: #767676;
	text-decoration: none;
	font-size: 12px;
	background: url('img/breadcrumb_sep.png') no-repeat left 1px;
}
#breadcrumb-header a:hover {
	color: orange;
}
#breadcrumb-content {
	width: 743px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 1px solid #D8D8D8;
	margin: 0px;
	margin-top: -10px;
	float: left;
	font-size: 12px;
	color: #767676;
	background: url('img/directory_bg.gif') repeat-y center left;
}
#breadcrumb-footer {
	width: 783px;
	margin: 0px;
	margin-bottom: 50px;
	text-align: center;
	float: left;
	height: 5px;
	background: url('img/directory_capbg.png') no-repeat center top;
}
/* ========== MENU: MAINMENU ========== */
#menumain-header {
	background: url('img/breadcrumb_headerbg.png') no-repeat center top;
	height: 5px;
	width: 180px;
	display: block;
	float: left;
}
#menumain {
	width: 185px;
	float: left;
	background: url('img/directory_headerbg.gif') repeat-y center left;
}
#menumain a {
	padding: 5px;
	display: block;
	float: left;
	width: 153px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-left: 20px;
	text-decoration: none;
	color: black;
}
#menumain a:hover {
	font-weight: bold;
	background: #E5E5E5;
}
#menumain-footer {
	width: 180px;
	margin: 0px;
	float: left;
	margin-bottom: 10px;
	float: left;
	height: 5px;
	background: url('img/directory_headercapbg.png') no-repeat center top;
}
/* ========== IE FIXES ========== */
*html #breadcrumb-content {
	width: 743px;
}
*html #breadcrumb-header {
	height: 27px;
}
*html #breadcrumb-header.smallhead {
	height: 27px;
}
*html #breadcrumb-header a {
	padding: 10px 10px 10px 20px;
	padding-bottom: 6px;
}
*html #menumain-footer {
	height: 4px;
}
*html #menumain a {
	width: 152px;
}
*html #news {
	border-bottom: 1px dotted #cccccc;
}
*html #overlay {
	position: relative;
	height: 204px;
	width: 980px;
}
/* ========== PNGFIX ========== */
#overlay, #header2, #menumain, #menumain-header, #menumain-content, #menumain-footer, #breadcrumb-header, #breadcrumb-header a, #breadcrumb-content, #breadcrumb-footer {
	behavior: url(skins/crystal/iepngfix.htc);
}
