body {
	background-color: #535151;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 80%;
}

.full-width-table {
	width: 100%;
}

th {
	text-align: left;
}

a,
a:link,
a:active,
a:visited {
	color: #184F83;
	text-decoration: underline;
}

a:hover {
	color: #444444;
}

h1 {
		font-weight: normal;
		font-size: 20px;
		color: #000000;
	}

h2 {
		font-weight: normal;
		font-size: 17px;
		color: #8AAF55;
	}

h3 {
		font-weight: normal;
		font-size: 14px;
		color: #791900;
	}

img {
	border: 0px;
}

.label {
	font-weight: bold;
}

.sub-note {
	font-size: 95%;
	color: #505050;
}

.share-buttons {
	width: 250px;
	font-weight: bold;
	float: right;
}

.article-quote {
	margin-left: 30px;
	color: #586F37;
}

.align-right {
	text-align: right;
}

.article-page-list {
	text-align: right;
}

.little-note {
	border-top: 2px solid #019F00;
	border-bottom: 2px solid #019F00;
	background-color: #EFFFEF;
}

dt {
	font-weight: bold;
	margin-top: 5px;
}


.wrapper {
	width: 95%;
	margin: 0 auto;
}

.wrapper-info {
	background-color: #000000;
	color: #FFFFFF;

	text-align: right;
	height: 21px;
	padding-top: 4px;
	padding-right: 6px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

	.wrapper-info a,
	.wrapper-info a:link,
	.wrapper-info a:visited,
	.wrapper-info a:active {
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}

	.wrapper-info a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

.wrapper-header-container {
	background-color: #CDCCC7;
	color: #000000;
	padding: 5px;
	clear: both;
	display: block;
	height: 53px;
}

	.wrapper-header-container h1 {
		font-size: 35px;
		margin: 0px;
		padding: 0px;
		font-weight: normal;
	}

	.wrapper-banner {
		width: 400px;
		float: left;
	}

	.wrapper-more {
		float: right;
	}

	.wrapper-more-user {
		text-align: right;
	}

	.wrapper-more-user a,
	.wrapper-more-user a:link,
	.wrapper-more-user a:visited,
	.wrapper-more-user a:active {
		color: #000000;
		text-decoration: none;
	}

	.wrapper-more-networks {
		padding-top: 5px;
		text-align: right;
	}

	.wrapper-menu {
		background-color: #8A8A8A;

		padding-top: 8px;
		padding-left: 10px;
		height: 30px;
	}

	.wrapper-submenu ul,
	.wrapper-menu ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
		list-style-type: none;
	}

	.wrapper-submenu ul li,
	.wrapper-menu ul li {
		display: inline;
	}

	.wrapper-menu ul li a {
		color: #FFFFFF;

		text-decoration: none;
		padding: 5px 5px 5px 5px;
		display: block;
		float: left;
		font-size: 13px;
		height: 20px;
		margin-right: 10px;
		cursor: pointer;
		font-weight: bold;
	}

	.wrapper-menu ul li.selected a {
		background-color: #CDCCC7;
		color: #000000;

		padding: 5px 8px 5px 8px;
		-webkit-border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		-webkit-border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
	}

	.wrapper-submenu {
		background-color: #CDCCC7;
		color: #000000;

		padding: 10px 5px 5px 10px;
		height: 20px;
		-webkit-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		-webkit-border-radius-bottomright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
	}

	.wrapper-submenu ul li {
		margin-right: 20px;
	}

	.wrapper-submenu ul li a {
		color: #000000;

		text-decoration: none;
	}

	.wrapper-submenu ul li.selected a {
		font-weight: bold;
	}

	.wrapper-submenu ul li a:hover {
		color: #8A8A8A;
	}

	.wrapper-body {
		background-color: #FFFFFF;

		min-height: 350px;
		margin: 10px 0px 10px 0px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}

		.wrapper-container {

		}

		.wrapper-details {
			width: 150px;
			float: left;
			padding: 10px 0px 0px 2px;
		}

			.wrapper-details h3 {
				font-size: 100%;
			}

			.wrapper-details ul {
				margin: 0px;
				padding: 0px;
				list-style: none;
				list-style-type: none;
			}

			.wrapper-details ul.fancy-menu li {
				font-weight: bold;
				font-size: 12px;
			}

			.wrapper-details ul.fancy-menu li a {
				text-decoration: none;
				padding: 5px 0px 5px 15px;
				display: block;
			}

			.wrapper-details ul.fancy-menu li.selected a {
				text-decoration: none;
				background-color: #E5E5E5;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
			}

		.wrapper-content {
			margin-left: 175px;
			padding: 5px;
		}

	.wrapper-footer {
		background-color: #929292;
		text-align: center;
		padding: 5px;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
p.report-warning {
background-color: #FFF6BF;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 20px;
color:#996666;
border-top: 2px solid #ffd324;
border-bottom: 2px solid #ffd324;
}

p.report-alert {
background-color: #FBEEF1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 20px;
color: #8E6A64;
border-top: 2px solid #FEABB9;
border-bottom: 2px solid #FEABB9;
}

p.report-info {
background-color:#F8FAFC ; 
background-position: 15px 50%; 
text-align: left; 
padding: 5px 20px 5px 20px; 
color:#5E6273; 
border-top: 2px solid #B5D4FE; 
border-bottom: 2px solid #B5D4FE;
}

p.report-complete {
background-color: #E6FFE1;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 20px;
color:#48793F;
border-top: 2px solid #BCDFB5;
border-bottom: 2px solid #BCDFB5;
}

p.report-feed {
background-color: #E0E0E8;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 20px;
color: #333333;
border-top: 2px solid #85BBDB;
border-bottom: 2px solid #85BBDB;
}

p.report-download {
background-color: #F0F0F0;
background-position: 15px 50%;
text-align: left;
padding: 5px 20px 5px 20px;
color: #666666;
border-top: 2px solid #c0c0c0;
border-bottom: 2px solid #c0c0c0;
}

select {
	border: 1px solid #99A7AF;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:12px;
	padding:2px;
}

textarea {
	border: 1px solid #99A7AF;
	padding: 3px;
	font-size: 12px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}

input[type="text"],
input[type="password"] {
	border: 1px solid #99A7AF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	padding: 3px; 
}

input[type="button"],
input[type="submit"] {
	padding: 2px 15px 3px 15px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #000000;
	border-right-color: #000000;
	background-color: #A6B3BB;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	text-align: center;
}

.label {
	font-weight: bold;
	text-align: right;
}

.small {
	font-size: 70%;
}

.subtext {
	font-size: 80%;
	color: #808080;
}

.align-right {
	text-align: right;
}

dt {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

.align-center {
text-align: center;
}

.page-links {
	text-align: right;
}

.page-current {
	font-weight: bold;
}

/* ------------ */


.forum-table {
border-top: 1px solid #8A8A8A;
border-left: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
}

.forum-topiclist-table {
width: 99%;
border-top: 1px solid #8A8A8A;
border-left: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
}

.forum-table .forum-list-title {
height: 40px;
}

.forum-topic-table {
background-color: #FFFFFF;
border-left: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
}

.forum-topic-table-alt {
background-color: #E5E5E5;
border-left: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
}

.forum-topic-table-deleted {
background-color: #EFC2C9;
}

.forum-section-head-split,
.forum-section-head {
background-color: #8A8A8A;
color: #FFFFFF;
font-weight: bold;
border-bottom: 1px solid #8A8A8A;
padding: 2px;
min-width: 640px;
}

.forum-section-head a {
color: #000000;
}

.forum-section-head-split {
min-width: 0px;
}

.forum-nothing,
.forum-title-area {
background-color: #FFFFFF;
}


.forum-header-author,
.forum-header-points,
.forum-header-title,
.forum-header-topics,
.forum-header-replies,
.forum-header-latest {
background-color: #CDCCC7;
border-bottom: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
font-weight: bold;
padding: 2px;
}

.forum-header-title {
width: 450px;
}

.forum-header-latest {
border-right: 0px;
}

.forum-header-author,
.forum-header-points,
.forum-header-topics,
.forum-header-replies,
.forum-header-latest {
text-align: center;
}

.forum-list-author,
.forum-list-points,
.forum-list-replies,
.forum-list-title,
.forum-list-topics,
.forum-list-comments,
.forum-list-latest {
background-color: #FFFFFF;
border-bottom: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
height: 34px;
text-align: center;
}

.forum-list-title {
text-align: left;
padding-left: 2px;
vertical-align: top
}

.forum-list-title a {
font-weight: bold;
}

.forum-list-latest {
border-right: 0px;
font-size: 11px;
}

.forum-topic-table,
.forum-topic-table-alt {
height: 200px;
min-width: 640px;
}

.forum-topic-vote {
border-left: 1px solid #8A8A8A;
border-bottom: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
text-align: right;
width: 100px;
}

.comment-user-info,
.forum-topic-username,
.forum-topic-userinfo,
.forum-topic-ip {
width: 200px;
}

.forum-topic-ip,
.forum-topic-username {
border-bottom: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
padding: 0px 0px 0px 2px;
}

.forum-topic-useropts,
.forum-topic-top,
.forum-topic-data,
.forum-topic-control,
.forum-topic-date {
border-bottom: 1px solid #8A8A8A;
padding: 0px 2px 0px 2px;
}

.forum-topic-top,
.forum-topic-control {
text-align: right;
width: 145px;
}

.forum-topic-userinfo {
border-bottom: 1px solid #8A8A8A;
border-right: 1px solid #8A8A8A;
padding: 2px;
}

.forum-topic-control,
.forum-topic-useropts, 
.forum-topic-top {
font-size: 11px;
}

.forum-topic-top {
text-align: right;
}

.forum-topic-username,
.forum-topic-date,
.forum-topic-control,
.forum-topic-ip,
.forum-topic-useropts,
.forum-topic-top {
height: 1.2em;
}




.forum-topic-data .quote {
border: 1px solid #c0c0c0;
width: 95%;
margin-right: auto;
margin-left: auto;
margin-top: 4px;
margin-bottom: 4px;
background-color: #2F2F2F;
}

.forum-topic-data .code {
border: 1px solid #c0c0c0;
width: 95%;
margin-right: auto;
margin-left: auto;
margin-top: 4px;
margin-bottom: 4px;
background-color: #2F2F2F;
font-size: 12px;
color: #277F52;
font-family: monospace;
}

.forum-topic-data .quote .title {
font-weight: bold;
}

.forum-topic-data .list,
.forum-topic-data .num {
margin-left: 20px;
}

.forum-topic-data .list ul,
.forum-topic-data .num ul {
margin: 0px;
padding: 0px;
}

.forum-topic-table-deleted .quote {
background-color: #EFB3BC;
}

.forum-topic-data .topic-edit {
font-size: 10px;
color: #9F9F9F;
font-style: italic;
}

.forum-topic-data .topic-edit span {
font-weight: bold;
}

.forum-toolbar {
background-color: #CDCCC7;
border-top: 1px solid #444444;
border-left: 1px solid #444444;
border-right: 1px solid #444444;

}

.comment-user-info .custom-title,
.forum-topic-userinfo .custom-title {
font-size: 80%;
}


a.sticky {
color: red;
}
