﻿body
{
	background: #999999;
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
a
{
	text-decoration: none;
	color:#000000;
}
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
{
	color: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.alternate li
{
	background-color: #AAA7A5;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 4px 0 4px 10px;	
}
.alternate li.alt
{
	background-color: #8F8F8F;
}
.alternate li a
{
	color: #fff;
}
.alternate .more_link
{
	background-color: #8F8F8F;
	padding: 0;
}
.alternate .full_link
{
	background-color: #8F8F8F;
	font-weight: bold;
	padding: 4px 10px 4px 0;
	text-align: right;
	text-transform: uppercase;
}
.alternate .more_link a
{
	background: url(../icon/read_02.gif) no-repeat 0 50%;
	color: #fff;
	display: block;
	font-weight: bold;
	margin-left: 8px;
	padding: 6px 0 6px 20px;
	text-transform: uppercase;
}
.alternate_ordered
{
	clear: both;
	color: #fff;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.alternate_ordered li
{
	background-color: #AAA7A5;
	padding: 4px 0 4px 10px;
	margin: 0;
}
.alternate_ordered li a
{
	color: #fff;
}
.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: #4E4E4E;
	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: #E5E6E1;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.pgatable tr.alt
{
	background-color: #F2F2F0;
	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:#016F4A;
}

.emailfriend
{
	float: left;
	margin-right: 10px;
	width: 320px;
}
