﻿body
{
	/*background: url(../images/main_bg_v2.jpg) no-repeat 50% 0 #000 fixed;
	background: url(../images/main_bg_v2.jpg) no-repeat #000000;*/
	background: url(../images/main_bg_v2.jpg) repeat-y #000000;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#000000;
}
a
{
	text-decoration: none;
	color:#16990E;
}
a:hover
{
	text-decoration: underline;
}
input
{
	font-size: 11px;
}

img
{
	border: 0;
}
/* -- generic top/tail column margins -- */
.mb10
{
	margin-bottom: 10px;
}
.mt10
{
	margin-top: 10px;
}
/* -- alternating row style -- */
.alternate
{
	clear: both;
	color: #fff;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.alternate li
{
	background: #548424;
	padding: 4px 0 4px 10px;
	margin: 0;
	border-top:1px solid #ffffff;
	color:#BADBAF;
	list-style:none;
}
.alternate li:hover
{
	background: #000000;	
	color:#ffffff;
}
.alternate li a
{
	color:#BADBAF;
}
.alternate li:hover a
{
	text-decoration:none;
}
.alternate .full_link
{
	color:#BADBAF;
}
.alternate .full_link a
{
	font-weight: bold;
	letter-spacing: 1px;	
	text-transform: uppercase;
	background:#548424;	
}
.alternate .full_link:hover
{
	background:#548424;	
	color:#BADBAF;	
}
.alternate .full_link a:hover
{
	color:#BADBAF;
	text-decoration:underline
}
.alternate .more_link 
{
	color:#BADBAF;
}
.alternate .more_link a
{
	font-weight: bold;
	letter-spacing: 1px;	
	text-transform: uppercase;
	background:#548424;	
}
.alternate .more_link:hover
{
	background:#548424;	
	color:#BADBAF;	
}
.alternate .more_link a:hover
{
	color:#BADBAF;
	text-decoration:underline
}
.alternate_ordered
{
	clear: both;
	color: #fff;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.alternate_ordered li
{
	background: #548424;
	padding: 4px 0 4px 10px;
	margin: 0;
	border-top:1px solid #ffffff;
	color:#BADBAF;
}
.alternate_ordered li:hover
{
	background: #000000;	
	color:#ffffff;
}
.alternate_ordered li a
{
	color:#BADBAF;
}
.alternate_ordered li:hover a
{
	color: #ffffff;	
	text-decoration:none;
}
.alternate_ordered .more_link
{
	background: #8F8F8F;
}
.alternate_ordered .full_link
{
	background-color: #8F8F8F;
	font-weight: bold;
	padding: 4px 10px 4px 0px;
	text-align: right;
}
.alternate_ordered .more_link a
{
	background: url(../icon/read_01.gif) no-repeat 0 0;
	font-weight: bold;
	letter-spacing: 1px;
	padding-left: 16px;
	text-transform: uppercase;
}
/* -- general table styles -- */
table.pgatable
{
	border-color: #fff;
	clear: both;
	width: 100%;
}
.pgatable th
{
	background-color: #061C06;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	padding: 4px;
	text-align: left;
}
.pgatable td
{
	color: #000;
	font-size: 11px;
	padding: 4px;
}
.pgatable td a
{
	color: #000;
	text-decoration: underline;
}
.pgatable tr
{
	background-color: #BADBAF;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.pgatable tr.alt
{
	background-color: #DCECD7;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.smalltext td,
.smalltext th
{
	font-size:11px;
}
/*General paging styles*/
.paging{
	width:100%;
	float:left;
	text-align:center;
	border-top:1px dotted #c0c0c0;
	border-bottom:1px dotted #c0c0c0;
}
.currentpage{
	padding:0px 5px;
	font-weight:bold;
	display:inline;
	color:#000000;
}
a.pagelink{
	display:inline;
	padding:0px 5px;
	color:#16990E;
}
.notfound
{
	text-indent:10px;
	line-height:20px;
	color:#ffffff;
}
