
/* aforum */
#aforum {
	color: #000;
}
#aforum .smallerText {
	font-size: x-small;
}
#aforum h3 {
	margin: 0;
	padding: .2em 0 .5em .5em;
}

#aforum td {
}
#aforum a {
	text-decoration: underline;
}
#aforum a:hover {
	text-decoration: none;
}

#aforumMainNavLinks {
	text-align: right;
	width: 100%;
	border-bottom: 1px solid #999;
	margin-bottom: 1em;
}

#aforumMainNavLinks.links ul li {
	display: inline;
	list-style: none;
	margin-top: 0;
	padding-top: 0;
}
#aforumStats, #aforumActiveDiscussions {
	padding-top: .5em;
	font-size: 95%;
}
#aforumStats .aforumHeaderBar {
	font-size: 95%;
}
#aforum .bottomStats, #aforumActiveDiscussions {
	font-size: 90%;
}
#aforumStats .aforumCategory {
	font-weight: bold;
	background-color: #ccc;
	color: #000;
}
#aforumStats .categoryDisplay td {
	padding: .5em 0;
	border-bottom: 1px solid #999;
}
#aforumStats .categoryDisplay a {
}
#aforum .floatRight {
	float: right;
	width: 40%;
	text-align: right;
}
#aforum .floatLeft {
	float: left;
	width: 50%;
}
#aforum .aforumHeaderBar, #aforumFooterBar, table thead tr {
	border: 1px solid #999;
	background: #E6E6E6;
	color: #000;
	padding: .1em;
}
#aforum .aforumHeaderBar {
	margin-top: .5em;
}
#aforum .messageTopic {
	font-weight: bold;
}
#aforum .topicTitle {
	font-style: italic;
}
#aforum .messageInfo td {
	font-size: 50%;
	border-bottom: 1px solid #999;
}


#aforumFooterBar {
	text-align: center;
	font-size: x-small;
	padding: .5em;
	margin-top: 1em;
}
#aforum .aforumCount {
	text-align:right;
	}
#aforum .aforumNewMsgs {
	padding: 1em 0;
}

.aforumTopicView {
	text-align: center;
}
#aforum .aforumTopicView {
}
	
#aforumPoweredBy {
	display: none;
}	
	
#aforum td {
	vertical-align: top;
}
#aforum .separator td {
	background: #f7f7f7;
	border: 1px solid #999;
}
#aforum .messageView {
	width: 100%;
}

#aforum .categoryTitle {
	background: #E6E6E6;
	border-top: 7px solid #fff;
}
#aforum .aforumListing {
}
#messageReply, #messagePost {
}

#aforumWhois {
	background: #fff;
	padding: 1em;
	border: 1px solid #999;
	font-size: .9em;
}
#aforumWhois .floatLeft {
	float: left;
	width: auto;
}
#aforum .alignRight {
	text-align: right;
}

	
/*admin styles*/	
#aforumAdmin {
	margin-left: .25em;
	line-height: 1.5;
}
#navLaforumAdmin {
	float: left; 
	width: 20%; 
	color: #000; 
	padding: .5em; 
	background: #dedede;
	border: 1px solid #333;
	font-size: 95%;
}
#navLaforumAdmin ul {
	margin: 0; 
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-style: italic;
}
#navLaforumAdmin ul ul li {
	margin-left: .5em;
	font-weight: normal;
}
#aforumAdminInfo {
	 float: left; 
	 width: 70%; 
	 padding: 1em;
}
#aforumAdminInfo ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
#aforumAdminInfo ul li {
}
#aforumAdmin .aforumCategoryTopicEdit {
	background: #dedede;
	border: 1px solid #333;
	padding: .5em;
	margin-bottom: 1em;
}
#aforumAttributes td {
	padding-top: 1em;
}

#newestMembers {
	display: none;
}

#google {display:none;}

.PostedByInfo {
	font-size: 90%;
}

.notImplemented {
	display: none;
}
