/* reset css 8*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS HEADINGS */
h1, h2, h3, h4 {  font-weight: normal; }
h1 { font-size: 20px; }
h2 { font-size: 22px; line-height: 1.4em }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }

body {
	color:#FFF;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #666666;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link, a:visited {
	text-decoration:none;
	color:#0037A1;
	border:0;
}
a:hover {
	text-decoration:underline;
	color:#666;
	border:0;
}
a:active {
	text-decoration:underline;
	color:#0037A1;
	border:0;
}
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
}
h2.pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font: normal 19px/22px Arial, Helvetica, sans-serif;
	color: #666666;
}
img {
	border:none;
	margin:0;
	padding:0;
}
img.alignleft {
	margin-right:10px;
	margin-bottom:5px;
}
img.alignright {
	margin-bottom:5px;
	margin-left:10px;
}
hr {
	height:1px;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CFCFCF;
	border-right-color: #CFCFCF;
	border-bottom-color: #CFCFCF;
	border-left-color: #CFCFCF;
}
blockquote {
	margin:0 20px 10px 10px;
	padding:10px 15px;
	background: #F2F2F2;
	border-left: 5px solid #DADBDC;
}
* html blockquote {
	height:1%;
}
blockquote blockquote {
	margin-right:5px;
	margin-left:0;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-color:#D6DBE0;
	border-bottom-color:#D6DBE0;
	border-style:solid none;
}
blockquote p {
	margin:0;
	padding:0 0 5px;
}
#wrap {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:0;
}
#sidebar a, #header a, #fullheader a {
	color:#FFF;
}
#header {
	clear:left;
	height:168px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background:url(images/header-bg.png) no-repeat left bottom;
}
#header h1 {
	font-size:34px;
	position:absolute;
	width:425px;
	left:50px;
	top:37px;
	font-weight:400;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#header h1 a:hover {
	color: #B1B1B1;
	text-decoration: none;
}
#fullheader {
	clear:left;
	height:168px;
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	background:url(images/fullheader-bg.png) no-repeat left bottom;
}
#fullheader h1 {
	font-size:34px;
	position:absolute;
	width:425px;
	left:50px;
	top:37px;
	font-weight:400;
	line-height:38px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#fullheader h1 a:hover {
	color: #B1B1B1;
	text-decoration: none;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	position:absolute;
	width:425px;
	top:80px;
	left:50px;
	color:#B1B1B1;
	margin:0;
	padding:0;
}
/*-- Top navigation settings --*/
.Menu {
	position:absolute;
	float:right;
	height:36px;
	right:0;
	top:0;
	width:900px;
}
.Menuleft {
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:36px;
}
.Menuright {
	background-image:url(images/menu-right.gif);
	background-repeat:no-repeat;
	background-position:right top;
	height:36px;
}
/*
.Menu ul {
	background-color:#000;
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:0;
}
.Menu ul ul {
	position:relative;
	top:0;
	right:15px;
	float:right;
	margin:0;
	padding:0 0 0 15px;
}
.Menu li {
	display:inline;
	font-size:11px;
	line-height:36px;
	margin:0;
	padding:0;
}
.Menu a {
	display:inline;
	margin:0;
	padding:9px 5px 11px;
}
.Menu a:hover {
	background-image:url(images/menu-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
}
*/
/*-- Header search settings --*/
#header .search, #fullheader .search {
	position:absolute;
	top:135px;
	width:180px;
	right:12px;
}
#header .search form,#fullheader .search form {
	padding-right:0;
	padding-left:0;
	margin:0;
}
#header .search input, #fullheader .search input {
	border:1px solid #333333;
	color:#FFF;
	font-size:11px;
	width:180px;
	background-color:#666666;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}
/*-- Header RSS settings --*/
#rss {
	position:absolute;
	height:60px;
	width:340px;
	top:50px;
	right:10px;
	background-image:url(images/rss-large.gif);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:right;
	padding-right:75px;
}
#rss p {
	line-height:18px;
	margin:0;
	padding:0;
}
/*-- Begin page content CSS --*/
#content {
	width:1000px;
	position:relative;
	float:left;
	background:url(images/content-bg.png) repeat-y left;
	color:#333;
	padding:0;
}
#fullcontent {
	width:1000px;
	position:relative;
	float:left;
	color:#333;
	padding:0;
}
.postwrap h1 {
	font-size:19px;
	font-style:normal;
	line-height:22px;
	font-weight:bold;
	font-variant:normal;
	margin:0;
	padding:0px;
}
.postwrap {
	float:left;
	width:505px;
	padding:10px 10px 10px 65px;
}
.posthead {
	background:url(images/dotline.gif) repeat-x left bottom;
	padding-bottom:10px;
	position:relative;
	clear:left;
	padding-top: 8px;
}
#content .posthead h1 a {
	color:#000;
}
.news_image {
  float: left;
  margin: 0 10px 5px 0;
}
.postauthor {
	color:#999;
	padding-top:1px;
	font-size:10px;
	font-weight:700;
	line-height:20px;
}
.postdate {
	position:absolute;
	top:0;
	left:-65px;
	text-align:center;
	background:url(images/post-date.png) no-repeat left top;
	width:44px;
	margin:0;
	padding:11px 8px 10px 4px;
}
.postdate small {
	font-size:10px;
	color:#000;
	font-weight:700;
}
.postdate .month {
	display:block;
	text-transform:uppercase;
	font-size:9px;
	padding-bottom:0;
}
.postdate .day {
	display:block;
	letter-spacing:-1px;
	color:#000;
	background-color: transparent;
	font:bold 22px/24px Arial;
}
.postdate .year {
	display:block;
}
.postcontent {
	background:url(images/dotline.gif) repeat-x left bottom;
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	font-size:12px;
}
.fullpostcontent {
	background:url(images/dotline.gif) repeat-x left bottom;
	padding-top:10px;
	padding-bottom:10px;
	line-height:17px;
	font-size:12px;
	color: #ffffff;
}
.fullpostcontent a {
  color: #FFFFFF;
  text-decoration: underline;
}
.fullpostcontent a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.postinfo {
	padding-top:15px;
}
.postinfo li {
	list-style-type:none;
	display:inline;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 10px 0 0;
	padding:5px 0 5px 18px;
}
.postcat {
	background:url(images/icon-category.gif) no-repeat left center;
}
.postcomments {
	background:url(images/icon-comment.gif) no-repeat left center;
}
.more-link {
	font-size:11px;
	font-weight:700;
}
/*-- Comment Settings --*/
#commentblock {
	width:498px;
	float:left;
	margin:10px 0;
	padding:0;
	background-color: #F2F2F2;
	border: 1px solid #DBDBDB;
}
.comment-wrap {
	padding-right:13px;
	padding-left:17px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comments-top {
	background-image:url(images/comments-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:12px;
	width:500px;
}
.comments-btm {
	background-image:url(images/comments-btm.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	height:12px;
	width:500px;
}
#commentblock ol {
	list-style-type:none;
	margin:0;
	padding:0 0 10px;
}
.commentdate {
	font-size:12px;
	padding-left:0;
}
#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}
.commentlist li.alt .commenttext {
	background-color:#FFF;
	background-image:url(images/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
}
#commentblock ol.commentlist li {
	padding-top:10px;
}
.commentname {
	color:#333;
	margin:0;
	padding:5px 5px 5px 0;
}
.commentinfo {
	clear:both;
}
.commenttext {
	clear:both;
	width:445px;
	background-color:#FFF;
	background-image:url(images/comment-text-top.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:3px 0 10px;
	padding:20px 10px 0;
}
/*-- Sidebar settings --*/
#sidebar {
	float:right;
	width:410px;
	color:#FFF;
	margin-top:0px;
	position:relative;
	font-size:11px;
}
#sidebar h2 {
	background-color:#000;
	font-size:14px;
	font-weight:bold;
	border:1px solid #7C7C7C;
	margin:0;
	padding:4px 0 5px 8px;
}
#sidebar ul li strong {
	color:#CCCCCC;
}
#sidebar-top {
	width:400px;
	padding:5px;
}
.sidebar-top-box {
	border:1px solid #000000;
	margin-bottom:10px;
	color:#FFFFFF;
	padding:0;
	background-color: #7C7C7C;
}
.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}
#sidebar-top h2 {
	margin-top: 0;
	color:#FFF;
	border: 1px solid #000000;
}
#sidebar-top .textwidget {
	background-color:#7C7C7C;
	border:1px solid #000;
	margin-bottom:10px;
	padding:7px;
}
#sidebar-top ul ul {
	list-style-type:none;
	background-color:#7C7C7C;
	border:1px solid #000000;
	margin-bottom:10px;
	padding:10px 7px 7px 12px;
}
#sidebar-top ul ul li {
	padding-left:10px;
	list-style-type:none;
	background-image:url(images/lidot.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-bottom:3px;
}
#sidebar-top ul li a {
	text-decoration:none;
}
.box-padding {
	padding:7px;
}
.box-padding table {
  width: 90%;
  margin: 0 auto ;
}
.box-ads {
	padding:7px 0px 2px 7px;
	background-color: #000000;
}
.box-ads img {
	margin-bottom: 5px;
}

#sidebar-top .box-ads a{
    text-decoration:none;
}
#sidebar-left {
	float:left;
	width:215px;
	padding:0 10px 0 5px;
}
#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:10px 0;
}
#sidebar-right {
	float:right;
	width:165px;
	padding:0 5px 0 10px;
}
#sidebar-left ul ul, #sidebar-right ul ul {
	padding-left:5px;
}
html, #sidebar ul, #sidebar-wrap ul, .rel-posts ul {
	margin:0;
	padding:0;
}
#sidebar-right li, #sidebar-left li {
	background:url(images/lidot.gif) no-repeat left top;
	list-style:none;
	margin:0;
	padding:0 0 5px 8px;
}
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 8px;
}
#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

/*-- Footer settings --*/
#footer {
	float:left;
	width:950px;
	position:relative;
	background:url(images/footer.png) no-repeat left top;
	height:45px;
	color:#CCCCCC;
	font-size:11px;
	padding:55px 0 0 50px;
}
#wrap #footer p {
	margin:0 0 5px;
	padding:0;
}
#footer a {
	color:#CCCCCC;
	text-decoration:underline;
}
#footer a:hover {
	color:#000000;
	text-decoration:none;
}
#fullfooter {
	float:left;
	width:950px;
	position:relative;
	height:45px;
	color:#CCCCCC;
	font-size:11px;
	padding:5px 0 0 50px;
}
#wrap #fullfooter p {
	margin:0 0 5px;
	padding:0;
}
#fullfooter a {
	color:#CCCCCC;
	text-decoration:underline;
}
#fullfooter a:hover {
	color:#000000;
	text-decoration:none;
}
/*-- Page navigation plugin - wp-pagenavi --*/
.Nav {
	margin-bottom:15px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
.Nav a:hover {
	color: #666666;
	text-decoration: none;
}
/*-- Post RSS and Trackback settings --*/
.Note li {
	list-style-type:none;
	font-size:11px;
	margin:0;
	padding:2px 0 2px 15px;
}
.NoteRss {
	background:url(images/NoteRss.png) no-repeat left top;
}
.NoteTrackBack {
	background:url(images/NoteTrackBack.png) no-repeat left top;
}
/*-- Related Posts plugin settings --*/
.rel-posts {
	background-image:url(images/dotline.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin:0 0 10px;
	padding:0 0 10px;
}
.rel-posts li {
	list-style-type:none;
	font-size:11px;
	background-image:url(images/read-more-icon.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	padding:2px 0 2px 15px;
}
/*-- Sociable plugin settings --*/
.sociable_tagline {
	margin-bottom:8px;
}
span.sociable_tagline:hover span {
	display:none;
}
/*-- Breadcrumb NavXT plugin settings --*/
.breadcrumb {
	list-style-type:none;
	color:#999;
	font-size:10px;
	font-weight:700;
	margin:0 0 10px;
	padding:0;
}
#recentcomments {
	color:#CCC;
}
/*-- Wordpress calendar settings --*/
#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#wp-calendar .pad {
	background-color: #525252;
}
#wp-calendar caption {
	font-size:12px;
	font-weight:700;
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
}
#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #525252;
	line-height:15px;
}
#wp-calendar th {
	background-color: #000000;
	border: 1px solid #000000;
}
#wp-calendar tbody {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#wp-calendar tbody a {
	font-weight:700;
	color:#FFF;
	background-color:#000;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tbody a:hover {
	font-weight:700;
	color:#FFF;
	background-color:#999999;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}
#wp-calendar tfoot {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #525252;
}
#wp-calendar tfoot a:hover {
	background-color:#999999;
	text-decoration:none;
}
#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
}
#wp-calendar tfoot td {
	padding:0;
}
/*-- Other grouped selectors --*/
form, .postinfo ul, .Note {
	margin:0;
	padding:0;
}
input, textarea, select {
	font-family:'Verdana';
	color:#282b31;
	font-size:11px;
}
.Note li a {
	color:#000;
}
.postinfo li a, #sidebar-top a, #sidebar a:hover {
	text-decoration:underline;
}

#credit {
	color: #999999;
	margin-top: 8px;
}
#credit a {
	color: #999999;
}

div.dropSep { width: 0px; height: 36px; }
#nav li.fs-linkSep { background-image: none !important;}
#nav {
	position:absolute;
	float:right;
	right:0;
	top:0;
	list-style: none;
	background-color:#000;
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0 15px 0 0;
	padding:0 0px 0 15px;
}
#nav ul {
	background-image:url(images/menu-left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	margin:0;
	list-style: none;
	padding:0;
	cursor: pointer;
}
#nav li {
	float: left;
	font-size:11px;
	line-height:36px;
  cursor: pointer;

}
#nav li a {
  margin: 0 0 ;
  padding: 0 9px ;
	display: block;
	text-decoration: none;
}
#nav li#active a,
#nav li a:hover,
#nav li.sfhover a,
#nav li:hover a {
	display: block;
	text-decoration: none;
	background-image:url(images/menu-hover.gif);
	background-repeat:repeat-x;
	background-position:left top;
	text-decoration:none;
	color: #ccc;
}
#nav li#active,
#nav li.sfhover,
#nav li:hover {
	cursor: pointer;
}
#nav li.sub-sfhover,
#nav li.sub:hover {
	cursor: pointer;
}
#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover,
#nav li.sub:hover a,
#nav li.sub:hover a:hover {
}
#nav li#active a,
#nav li a:hover,
#nav li.sfhover a,
#nav li:hover a {
	display: block;
	text-decoration: none;
}
#nav li#active,
#nav li.sfhover,
#nav li:hover {
	cursor: pointer;
}
#nav li.sub-sfhover,
#nav li.sub:hover {
	cursor: pointer;
}
/* LEVEL 2 */
#nav li li a {
	margin-left: 0px;
	display: block;
	padding: 0;
	float: none;
	padding-left: 15px;
	width: 180px;
	width/* */:/**/165px;
	width: /**/165px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
#nav li li a:hover {
	background-color: #ddd;
	color: #000;
}
#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #000;
	line-height: 28px;
}
#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}
#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	padding-bottom: 0px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}
#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }
#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul,
#nav li.sub-sfhover ul ul ul,
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul,
#nav li.sub-sfhover li.sfhover ul,
#nav li.sub-sfhover li li.sfhover ul,
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
}
#nav a.sub:hover {
}

.tbox {
	width: auto;
	color: #000;
  background-color: #7C7C7C;
  border:1px solid #525252;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	margin: 5px 5px ;
}
#submitnews_item {
  width: 350px;
}
.tbox.chatbox {
	width: 90%;
	padding : 2px;
	color: #000;
  background-color: #7C7C7C;
  border:1px solid #525252;
	margin: 10px auto;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 2px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {
  width: 98%;
  background-color: transparent;
  border: 0px none;
	padding: 2px;
	margin-top: 3px;
  }
#comment.tbox.comment {
  width: 98%;
	padding : 2px;
	color: #000;
  background-color: #7C7C7C;
  border:1px solid #525252;
}
#contactForm textarea.tbox {
  width: auto;
	padding : 2px;
	color: #000;
  background-color: #7C7C7C;
  border:1px solid #525252;
}
input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	border: 0 none;
	font-size: 80%;
	color: #ddd;
	text-align: left;
}
#commentform .helpbox{
  width: 98%;
	border-collapse: collapse;
	padding: 1px;
}
.helpbox {
  width: 98%;
	background-color: transparent;
	border: 0px none;
	border-collapse: collapse;
	padding: 3px;
}
.indent {
	margin-right:5px;
	margin-left:20px;
	border-top-width:1px;
	font-style: italic;
	padding: 5px 25px ;
  border: 2px #000000 solid;
  border-left: 5px #000000 solid;
}
.indent a {
	color: #000;
}
.nextprev{
	border: 0px none;
	background-color: transparent;
	border-collapse: collapse;
	padding: 15px;
	text-align: left;
	width: auto;
	font-size: 13px;
	font-weight: bold;
}
.nextprev_link {
	color: #000;
  background-color: #7C7C7C;
  border:1px solid #525252;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.nextprev_link:hover {
  background-color: #000;
  color:#FFFFFF;
}
.nextprev_current {
  background-color: #000;
  color:#FFFFFF;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.smallblacktext {
	font-size: 10px;
	font-weight: bold;
}
.smalltext2 {
	font-size: 11px;
	font-weight: normal;
}
.defaulttext, .caption, .bodytable, .mediumtext
{
	font-size: 11px;
	font-weight: normal;
}
.fborder {
  background-color: #7C7C7C;
	padding: 3px;
	margin-top: 3px;
	text-align: left;
}
/* forum parent headers, forum captions */
.forumheader {
  color: #ffffff;
  background-color: #7C7C7C;
  border:1px solid #000000;
  padding: 8px 3px;
  font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.nforumcaption{
  background-color: #7C7C7C;
  border:1px solid #000000;
	padding: 3px;
	font-size: 110%;
	text-align: left;
}
.finfobar{
  background-color: #7C7C7C;
	padding: 3px;
	font-size: 100%;
	text-align: left;
}
/* two left columns */
.forumheader2{
  color: #ffffff;
  background-color: #7C7C7C;
  border:0px none #7C7C7C;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}
/* all the rest of the forum tables */
.forumheader3{
  color: #ffffff;
  background-color: #525252;
  border:0px none #7C7C7C;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}
.forumheader3 a {
  color: #ffffff;
  text-decoration: underline;
}
.forumheader3 a:hover {
  color: #ffffff;
  text-decoration: none;
}
.forumborder {
  background-color: #7C7C7C;
  border:1px solid #525252;
	vertical-align: top;
	text-align: left;
}
hr {height:1px;border:none;border-top:1px solid #333; width:95%;}
/* where it says forum, information and all tables across */
.fcaption {
  background-color: #000;
  border:1px solid #000;
  border-collapse: collapse;
  vertical-align: top;
  padding: 0 10px ;
	font-size: 13px;
	text-align: left;
	line-height: 40px;
}
.fcaption a {
	padding-right:4px;
	text-decoration: underline;
}
.e107banner {
  margin: 10px auto ;
  text-align: center;
}