﻿/* Default CSS Stylesheet for a new Web Application */

body /* Changed from GeneralPage */
{
	background: #322a15;	
	margin: 0px;
	font-family: Arial, Verdana;
	font-size:12px;	
}

textarea
{
	font-size:12px;
	font-family:Arial, Verdana;
}

table{font-size:12px;}

.GeneralTable
{
	background-color: #fff; /* Background Color */
}



#PageSubTable
{
    width:734px;
    margin:0 auto;
    border:1px solid #000;
    border-width: 0px 1px 1px;
    background:#fff;
}
.TopBanner
{
	background:url('images/topbanner.jpg') no-repeat;
	height:197px;
	vertical-align:bottom;
	padding:0 10px 5px 50px;
	border:0;
}

.TopBanner a
{    
    text-align:center;
    display:inline;
    background:url('images/link_sep.gif') no-repeat right;
    padding-right:15px;
    color:#a98c3d;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    margin:0 5px;        
}

.TopBanner a:hover, body.home #t-home, body.weathervanes #t-weathervanes, body.cupolas #t-cupolas, 
body.test #t-test, body.gacc #t-gacc , body.links #t-links, body.contact #t-contact
{color:#fadd1b;}


.LeftColumn
{	
	color: #000000;		
	vertical-align: top;	
    width:42%;
    height:100%;
    background:#fff;
	padding-top:2px;
	border:0;	
}

#LeftColumnCell
{
	height:100%;
}

.LeftColumnText
{
	
	padding:2px 0 3px 3px;
}


.Content
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	color: #000; /* Font Color */	
	background-color: #FFFFFF; /* Background color */	
	text-align: left; /* Text Align */	
}


.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #a98c3d; /* Font Color */		
	background: #4e340f; /* Background Image */
	text-align: center; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
	height:25px;
	border:0;
}

.FooterText
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C6BFA5; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: center; /* Align Text */
	vertical-align: top; /* Vertical Align Text */
}

.Instructions
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #E7E3D7; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ErrorMessages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #C90D4F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Messages
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #4E340F; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Text Align */
}

.Headings
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
}


.AlternatingContent
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ContentTableHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Heading Font Size */
	color: #FFFFFF; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #374C5F; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.ContentTableHeader2
{
	font-family: Verdana, Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 13pt; /* Heading Font Size */
	color: #FFFFFF; /* Heading Font Color */
	font-weight: bold; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background-color: #374C5F; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.ContentTable
{
	
}

.ContentTableHorizontal
{
	background-color: #E7E3D7;
}

