@charset "utf-8";
/* CSS Document */
BODY		{ background-color: #FFF; }
BODY, TABLE	{ color: #111; font-family: 'Tahoma', 'Arial', 'Verdana'; font-size: 11px; }
TH		{ background-color: #D4D4D4; }
H1		{ margin-bottom: 5px; margin-top: 0px; }
P		{ margin-top: 0px; margin-bottom: 10px; }
UL		{ margin-left: 2em; margin-top: 1em; }

.sitemenu	{ background-color: #EEE; background-image: url('./images/menu_back.gif'); background-position: left top; background-repeat: repeat-y; border-right: solid 1px #CCC; }
.menuitem	{ margin-top: 0px; margin-bottom: 5px; }
.main		{ background-color: #FCFCFC; margin-top: 1px; padding-bottom: 30px; }
.tbl		{ border: solid 1px #EEE; border-top: none; border-bottom: none; }
.td1		{ background-color: #FAFAFA; }
.td2		{ background-color: #F0F0F0; }
.td3		{ background-color: #E8E8E8; }
.td1u		{ background-color: #48F4FF; }
.td2u		{ background-color: #44EEFF; }
.ch		{ background-color: #EEEEEE; border: solid 1px #DDD; }
.onepictbl	{ background-color: #F0F0F0; background-image: url('./images/pic_back.gif'); background-position: left top; background-repeat: repeat-x; border: solid 1px #E4E4E4; border-bottom: solid 1px #AAA; border-right: solid 1px #CCC; }
.thtd		{ border-right: solid 1px #D4D4D4; padding: 15px; }
.thimg		{ border: solid 1px #DDD; }
.pagesbar	{ background-color: #EEE; border: solid 1px #CCC; }
.errors		{ background-color: #F0F0F0; background-image: url('./images/pic_back.gif'); background-position: left top; background-repeat: repeat-x; border: solid 1px #E4E4E4; }
.titletext { font-family: 'Tahoma', 'Arial', 'Verdana'; font-size: 32px; color: #F00 }
.titleRight { background-color: background-image:url(images/rightcurve.png); }
.botleft { background-image:url(images/botleft.png); background-repeat:no-repeat }
.botright { background-image:url(images/botright.png); background-repeat:no-repeat }
.whiteText { font: Lucida Grande; color:#FFFFFF; font-size:11px; font-weight:bold; }

.menu {
	margin: 0;
	padding: 0;
	width: 150px;
	list-style: none;
	background: #fff;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 39px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 39px;
	background-repeat: no-repeat;
}
.random {background-image: url(images/images/random.png);}
.random a {background-image: url(images/images/randomover.png);}
.top10 {background-image: url(images/images/top10.png);}
.top10 a {background-image: url(images/top10over.png);}
.newest {background-image: url(images/newest.png);}
.newest a {background-image: url(images/newestover.png);}
.upload {background-image: url(images/upload.png);}
.upload a {background-image: url(images/uploadover.png);}
ul.menu li a:hover {background: none;}
.fbcomments {min-height:205px;margin-top:20px;padding:10px;width:576px;}
.fblikebox {min-height:315px;width:470px;background-color: #F7F7F7;border:2px solid #E3E4E6;}