body {
  margin-top: 0px;
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: 1px #4E1410 solid;
}

/* The text input fields background colour */
input.post, textarea.post, select.post {
	background-color : #FFFFFF;
}
input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #FFCC66;
	color : #000000;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
	/* Tab Menu CSS */
}

/* Begin Left Nav Tabs CSS */
#tabs {
	width: 12em;
	/*padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Arial, Verdana;
	font-size: 12px;
	/*background-color: #90bade;*/
	background-color: #F4F7F9;
	color: #333;
}

#tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #B0BDC6;
}

#tabs li {
  /*border-bottom: 1px solid #90bade;*/
	/*border-bottom: 1px solid #B0BEC7;*/
	margin: 0;
}

#tabs li a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	background-color: #F4F7F9;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #tabs li a {
	width: auto;
}

#tabs li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;*/
	background-color: #B0BDC6;
	color: #FFF;
}

#tabs li.tabHeader {
	color: #491110;
	text-align: center;
	font-weight: bold;
}

#tabs li.tabSelected a {
	background-color: #B0BDC6;
	color: #FFF;
}
/* End Left Nav Tabs CSS */

/* Begin Cover List CSS */
#covers {
	width: 12em;
	/*padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Arial, Verdana;
	font-size: 12px;
	/*background-color: #90bade;*/
	background-color: #F4F7F9;
	color: #333;
	margin-left: 20%;
}

#covers ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #B0BDC6;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #B0BDC6;
}

#covers li {
  /*border-bottom: 1px solid #90bade;*/
	border-bottom: 1px dashed #B0BDC6;
	margin: 0;
	font-size: 10px;
}

#covers li:hover {
  background-color: #B0BDC6;
	color: #FFF;
}

#covers li a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	background-color: #F4F7F9;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
}

html>body #covers li a {
	width: auto;
}

#covers li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;*/
	background-color: #B0BDC6;
	color: #FFF;
}

#covers li.tabDetails {
	padding: 1px 1px 1px 0.5em;
	font-size: 10px;
}

#covers li.tabHeader, #covers li.tabHeader:hover {
	color: #491110;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #F4F7F9;
}

#covers li.tabSelected a {
	background-color: #B0BDC6;
	color: #FFF;
}
/* End Cover List CSS */

/* Begin Cover List CSS */
#details {
	width: 12em;
	/*padding: 0 0 1em 0;*/
	margin-bottom: 1em;
	font-family: Arial, Verdana;
	font-size: 12px;
	/*background-color: #90bade;*/
	background-color: #F4F7F9;
	color: #333;
	margin-left: 20%;
}

#details ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #B0BDC6;
	border-left: 1px solid #B0BDC6;
	border-right: 1px solid #B0BDC6;
}

#details li {
  /*border-bottom: 1px solid #90bade;*/
	border-bottom: 1px dashed #B0BDC6;
	margin: 0;
	font-size: 10px;
}

#details li:hover {
  background-color: #B0BDC6;
	color: #FFF;
}

#details li a {
	display: block;
	padding: 1px 1px 1px 0.5em;
	background-color: #F4F7F9;
	color: #000;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
}

html>body #details li a {
	width: auto;
}

#details li a:hover {
	/*border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;*/
	background-color: #B0BDC6;
	color: #FFF;
}

#details li.tabDetails {
	padding: 1px 1px 1px 0.5em;
	font-size: 10px;
}

#details li.tabHeader, #details li.tabHeader:hover {
	color: #491110;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background-color: #F4F7F9;
}

#details li.tabSelected a {
	background-color: #B0BDC6;
	color: #FFF;
}
/* End Cover List CSS */

.newsTable {
  border-collapse: collapse;
  border: 1px solid #B0BDC6;
}

.newsHeader {
  background-image:url('../images/news_header_bkg.jpg'); background-repeat: repeat-x;
  color : #491110;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

.newsHeader a, .newsHeader a:Visited {
  	color : #491110;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.newsHeader a:Hover {
  	color : #491110;
	text-decoration: none;
	border-bottom: 1px dashed #491110;
}

.newsBody {
  color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
   padding-left: 5px;
   padding-right: 5px;
	text-decoration: none;
}

.newsBody a, .newsBody a:Visited {
  	color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

.newsBody a:Hover {
  	color : #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.pageBody {
  color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
   padding-left: 5px;
   padding-right: 5px;
	text-decoration: none;
}

.recentTopics {
  color : #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
   padding-left: 5px;
	text-decoration: none;
}

.recentTopics a, .recentTopics a:Visited {
  color : #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 1px;
   padding-left: 5px;
	text-decoration: none;
}

.recentTopics a:Hover {
  	color : #FFF;
	text-decoration: none;
	background-color: #B0BDC6;
}

.newsFooter, .newsFooter a, .newsFooter a:Visited {
  color : #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

.newsFooter a:Hover {
  border-bottom: 1px solid #000;
}

.copyright, .copyright a, .copyright a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #000;
 text-decoration: none;
}

.copyright a:hover{
 color: #000;
 text-decoration: none;
 border-bottom: 1px dashed #000;
}

.menuText {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #FF9900;
 text-decoration: none;
 font-weight: bold;
}

.menuText a, .menuText a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #000;
 text-decoration: none;
 font-weight: normal;
}

.menuText a:hover{
 color: #000;
 text-decoration: none;
 border-bottom: 1px solid #000;
 font-weight: normal;
}

.articleText, .articleText a, .articleText a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: #000;
 text-decoration: none;
}

.articleText a:hover{
 color: #000;
 text-decoration: none;
 border-bottom: 1px dashed #000;
}

.articleTextSmall, .articleTextSmall a, .articleTextSmall a:visited {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 color: #000;
 text-decoration: none;
}

.articleTextSmall a:hover{
 color: #000;
 text-decoration: none;
 border-bottom: 1px dashed #000;
}

.tblSpecs	{
  border-collapse: collapse;
  background: #F4F7F9;
  /*border-top: 1px solid #B0BDC6;
  border-left: 1px solid #B0BDC6;*/
  font-size: 12px;
  font-family: "Verdana";
}

.tblSpecs td{
  font-size: 12px;
  padding: 5px;
  font-family: "Verdana";
  border-bottom: 1px dashed #B0BDC6;
  /*border-right: 1px solid #B0BDC6;*/
}

.tblSpecs td.tblEmp td.tblText {
  font-size: 12px;
  padding: 5px;
  border-bottom: 1px dashed #B0BDC6;
  /*border-right: 1px solid #B0BDC6;*/
}

.tblSpecs ul,.tblSpecs li {
  font-size: 12px;
  margin: 0px 5px;
  padding: 0px;
}

.adminTable {
	color: #4E1410; 
	border: 1px #4E1410 solid;
}

.tableHead {
	color: #FFFFFF; 
	background-color:#4E1410; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 8pt;
}

#statusDiv {
	position: absolute;
	left: -1px;
	top: -25px;
	width: 225px;
	height: 35px;
	z-index: 5;
	text-align: right;
	border: 1px solid #8899aa;
	background-color: #F4F7F9;
	font-family: verdana,sans-serif;
	font-size: 10px;
	color: #000000;
}

#statusDiv a {
	font-size:10px;
	color:#809bb4;
	text-decoration:none;
}

#statusDiv a:hover {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#controlDiv {
	position: absolute; 
	left: 10; 
	top: 65;
	font-family: verdana,sans-serif;
	font-size: 10px;
	color: #000000;
}

/* Begin Thumbnail CSS */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span.thumb{ /*CSS for enlarged image*/
position: absolute;
z-index:1;
padding-left: 20px;
left: -2500px;
/*border: 1px #B0BDC6 solid;*/
background: url(http://s164060672.onlinehome.us/thecoverproject/images/cover_arrow.gif) no-repeat;
}

html>body .thumbnail span.thumb {
display: none;
left: 0px;
}

.thumbnail span.thumb img{ /*CSS for enlarged image*/
border-width: 0;
border: 1px #B0BDC6 solid;
}

.thumbnail:hover span.thumb{ /*CSS for enlarged image on hover*/
/*background-color: #B0BDC6;*/
top: 0px;
left: 12em; 
}

html>body .thumbnail:hover span.thumb {
display: block;
}
/* End Thumbnail CSS */

/*Paginator*/
.paginator {
	MARGIN:0px;
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
.paginator A {
  padding:2px 4px 2px 4px;
	TEXT-DECORATION: none;
	background-color: #FFCC66;
	color: #660000;
	font-family: Arial;
	font-size: 11px;
	border: solid #FF9900 1px;
		font-weight: bold;
}
.paginator A:visited {
  padding:2px 4px 2px 4px;
	TEXT-DECORATION: none;
	background-color: #FFCC66;
	color: #660000;
	font-family: Arial;
	border: solid #FF9900 1px;
}
.paginator .this-page {
	padding:2px 4px 2px 4px;
	font-family: Arial;
	font-size: 16px;
	border: solid #660000 1px;
	COLOR: #fff;
	TEXT-DECORATION: none;
	background-color: #F8981D;
		font-weight: bold;
}
.paginator A:hover {
	COLOR: #fff;
	TEXT-DECORATION: none;
	background-color: #F8981D;
	border: solid #660000 1px;
}
/* End Paginator */
