/* 
************************************************************************
* THIS PRODUCT IS THE PROPRIETARY AND SOLE PROPERTY OF ANCHOR          *
* CONSULTING/NEXARIO SOLUTIONS.  USE, DUPLICATION, OR DISSEMINATION    *
* IS SUBJECT TO PRIOR WRITTEN PERMISSION OF ANCHOR CONSULTING.         *
*                                                                      *
* COPYRIGHT 1999-2007 ANCHOR CONSULTING / NEXARIO SOLUTIONS            *
* (UNPUBLISHED).  ALL RIGHTS RESERVED.                                 *
************************************************************************
*/

body {
	background-color: #D7D7D7;
	margin: 2px 0 2px 0;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.85em;
}

a {
	color: #000080;
	text-decoration: none; 
}


a:hover {
	color: #ffffff;
	background: #000080;
}

a:visited {
	color: #000080;
}

.DocTitle {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
}

.PhotoCaption {
	text-align: center;
	font-size: 0.6em;
}

.CopyrightText { 
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.6em;
	text-align: left;
	background: #EEEEEE;
	color: #666666}

.CopyrightText a { 
	color: #666666;
	text-decoration: underline;
}

.CopyrightText a:visited { 
	color: #666666;
	text-decoration: underline;
}

.CopyrightText a:hover { 
	text-decoration: none; 
	color: #0000FF;
}

table.ListText {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.75em;	
}

table.ListText td {
    text-align: left;
    padding: 0 10px 10px 0;
	vertical-align: top
}

table.Stats {
    border-spacing: 0px;
    border-collapse: collapse;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.75em;		
}

table.Stats th {
    text-align: left;
    font-weight: bold;
    padding: 0.1em 0.5em;
    border-bottom: 2px solid #FFFFFF;
    background: #DBE2F1;
}

table.Stats td {
    text-align: right;
    border-bottom: 2px solid #FFFFFF;
    border-left: 1px solid #CCCCCC;
    padding: 0.1em 0.5em;
    background: #DBE2F1;
}

table.Stats td.LeftMost {
	text-align: left;
}

table.Stats thead th {
    background: #687EAB;
    color: #FFFFFF;
    text-align: center;
}

table.Stats th.AlignRight {
    text-align: Right;
}