﻿

/* Red: #d11611 */


body, html
    {
    margin: 0px 0px 0px 0px;
    height: 100%;    
    }

body
	{
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/template/checkerPlate-background2.jpg);
	background-attachment: fixed;
	}
	
table
	{
	font-size: 8pt;
	border: 0px #ccccff solid;
	}

table.OuterTemplate
	{
	width: 100%;
	height: 100%;
	}
	
table.OuterTemplate td.left
	{
	/* background-image: url(images/template/bg-left-light.jpg); */
	background-image: url(images/template/leftShadow.png);
	background-position: right top; 
	background-repeat: repeat-y;
	}

table.OuterTemplate td.right
	{
	/* background-image: url(images/template/bg-right-light.jpg); */
	background-image: url(images/template/rightShadow.png);
	background-position: left top; 
	background-repeat: repeat-y;
	}
	
table.OuterTemplate td.body
	{
	width: 1000px; 
	background-color: #999999;
	vertical-align: top;
	}
	
table.body
	{
	background-color: #ffffff;
	width: 1000px;
	height: 100%;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	}
	
table.body td.header
	{
	/* background-color: #d11611; */
	background-color: #cccccc;
	background-image: url(images/template/header-bg2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: left;
	}
	
td.tdContactInfo
    {
    color: white; 
    vertical-align: top; 
    background-image: url(images/template/UnderNav-bg.jpg); 
    background-position: center top; 
    background-repeat: repeat-x;
    text-align: center;
    height: 100%;
    }
    
td.tdSiteMap
    {
    font-weight: bold;
    }
    
td.tdSiteMap a
    {
    text-decoration: none;
    color: #d11611;
    }
    
td.tdSiteMap a:hover
    {
    text-decoration: underline;
    color: #000000;
    }    

/* #### Imported from 1800's style #### */

td.PreviewItemHeader
    {
    padding: 4px; 
    color: #ffffff;
    background-image: url('images/template/GlassHeadBG.jpg');   
    }

table.tblViewItems
    {
    border-bottom: dotted 1px #dddddd;
    margin-bottom: 2px;
    }
    
table.tblViewItems a
    {
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    color: #d11611;   
    }
    
table.tblViewItems a:hover
    {
    color: #000000;
    }


a.hypRecentThumb img
    {
    height: 60px;
    }


