@charset "utf-8";
/* CSS Document */

/* Page Properties */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color:#FFF;
	font:Arial, Helvetica, sans-serif;
	color:#000;
}

/* Div Properties */
div.top {
	margin-top:0px;
	width:100%;
	height:75px;
	background-image:url(images/body/top.jpg);
	background-repeat:repeat-x;
	text-align:left;
}

div.menuBar {
	margin-top:0px;
	width:100%;
	height:25px;
	background-image:url(images/body/menu.jpg);
	background-repeat:repeat-x;
	font-size:16px;
	padding-top:2px;
}

div.pageTitle {
	margin-top:0px;
	width:100%;
	height:50px;
	background-image:url(images/body/pageTitle.jpg);
	background-repeat:repeat-x;
	text-align:left;
	font-size:25px;
	padding-top:10px;
}

div.end {
     text-align:left;
     position:fixed;
     bottom:0px;
     left:0px;
     width:100%;
	 height:20px;
	 background-image:url(images/body/end.jpg);
	 background-repeat:repeat-x;
	 font-size:12px;
	 padding:0px;
	 vertical-align:bottom;
}

div.body {
	background-image:url(images/body/bodyBG.jpg);
	background-repeat:repeat;
	padding:5px;
	text-align:left;
	border:solid;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
}

div.NoBGBody {
	/*background-image:url(images/body/bodyBG.jpg);
	background-repeat:repeat;*/
	padding:5px;
	text-align:left;
	border:solid;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:1px;
}

div.action {
	width: 90%;
	background-color:#CCC;
	border:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	margin-left:5%;
	margin-right:5%;
	margin-top:5px;
	margin-bottom:5px;
}

div.pagJump {
	width:100%;
	text-align:left;
}

div.nextAndBack {
	width:100%;
	text-align:right;
}

div.post {
	width:100%;
	text-align:center;
}

div.refreshTime {
	width:100%;
	text-align:left;
}

div.infoPanel {
	width:100%;
	border:thin;
	background-image:url(images/body/infoPanel.jpg);
	background-repeat:repeat;
	text-align:center;
}

div.ad {
	background-color:#FFF;
	text-align:center;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	visibility:none;
}

div.adold {
	background-color:#FFF;
	text-align:center;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

div.userBar {
	background-image:url(images/body/userInfo.jpg);
	background-repeat:repeat;
	border:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	width:90%;
	margin-right:5%;
	margin-left:5%;
	padding:5px;
}

div.message {
	width:80%;
	margin-right:10%;
	margin-left:10%;
	margin-top:20px;
	border:solid;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	background-color:#0F0;
	text-align:left;
	padding:5px;
}
	

/* table Properties */

td.posterInfo {
	width:150px;
	text-align:left;
	vertical-align:top;
	background-image:url(images/body/userInfo.jpg);
	background-repeat:repeat;
}

td.postBody {
	width:100%;
	text-align:left;
	padding:5px;
	vertical-align:top;
	background-color:#FFF;
}

td.spacer {
	/*background-color:#CCC;*/
	background-image:url(images/body/bodyBG.jpg);
	background-repeat:repeat;
	width:100%;
	height:5px;
}

td.FF {
	width:200px;
}

td.status {
	width:200px;
	background-color:#CCC;
	vertical-align:top;
	text-align:left;
}

td.newPost {
	width:200px;
	background-color:#CCC;
	vertical-align:top;
	text-align:left;
}

td.news {
	background-color:#CCC;
	vertical-align:top;
	text-align:left;
	padding:5px;
	background-image:url(images/body/bodyBG.jpg);
	background-repeat:repeat;
}

/* Link Properties */
a:link
{
	color: #00F;
	text-decoration: none;
}

a:visited
{
	color: #00F;
	text-decoration: none;
} 

a:active
{
	color: #00F;
	text-decoration: none;
}

a:hover
{
	color: #F00;
	text-decoration: none;
}

a:link IMG
{
	border: 0px;
}

a:visited IMG
{
	border: 0px;
} 

a:active IMG
{
	border: 0px;
}