﻿body
{
	background: url(../images/body-bg.gif) repeat-y center center #0a3f34;
/*	background:#0D4AA0 url(../images/main_bg.jpg) no-repeat fixed center top; */
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0;
	padding: 0;	
}
a
{
	text-decoration: underline;
	color: #37983d;
}
a:hover
{
	text-decoration: none;
}
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:#0D4AA0;
}
/*Facebox CSS*/
#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



/* Home Page Secondary Actions */

.secondary-actions {
	padding: 8px 20px 8px 20px;	
	background: #eaf5e5;
	border: 1px solid #88c6a0;
}

