﻿/*******************************************************************/
/*                                                                 */
/* tebstroops.css - Definition of global styles used               */
/*                  throughout tebstroops.org.                     */
/*                                                                 */
/* Copyright © 2005-2010 Teb's Troops, Inc. All rights reserved.   */
/*                                                                 */

BODY, P, A, LI, TD
{
    font-family: "Verdana", "Arial", sans-serif;
    font-size: 8pt;
    color: black;
}

FORM, LABEL, INPUT, TEXTAREA, SELECT, BUTTON, FIELDSET, LEGEND, OBJECT
{
    font-family: "Tahoma", "MS Sans Serif", sans-serif;
    font-size: 8pt;
    color: black;
}

BODY
{
    background-color: white;
    margin-left: 8px;
    margin-top: 8px;
}

IMG
{
    border: none;
}

A:link, A:visited
{
    color: #323C19;
}

A:hover, A:active
{
    color: #46320F;
}

BUTTON
{
    width: 7em;
    height: 2em;
}

TD
{
    text-align: left;
    vertical-align: top;
}

UL LI
{
    padding-top: 1em;
    padding-bottom: 1em;
}

.pageHeader
{
    height: 67px;
    color: white;
    background-color: #323C19;
}

.leftColumn
{
    width: 180px;
    background-color: #7D6E4B;
}

.leftColumn A:link, .leftColumn A:visited
{
	color: white;
}

.leftColumn A:hover, .leftColumn A:active
{
	color: white;
}

.centerColumn
{
    padding: 1.5em;
}

.rightColumn
{
    width: 18em;
    background-color: #7D6E4B;
    padding: 1.5em;
}

.pageFooter
{
    height: 3em;
    border-top: solid 1px black;
    padding-left: 1em;
    padding-top: 1em;
}

.sectionTitle
{
    font-size: 12pt;
    font-weight: bold;
    border-bottom: solid 1px #323C19;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}

.itemTitle
{
    font-weight: bold;
    margin-bottom: 1.5em;
}

.itemBody
{
    margin-bottom: 2em;
}

.itemBodyHome IMG
{
    border: solid 2px black;
}

.itemNote
{
    color: #777777;
    margin-top: 1.5em;
}

.itemSpacer
{
    height: 2em;
}

.homeImage
{
    border: solid 2px black;
    margin-left: 1em;
    margin-bottom: 1em;
}

.homeText
{
    text-align: justify;
}

.linkSpacer
{
    width: 180px;
    height: 75px;
}

.linkImage
{
    position: relative;
    left: 1em;
    margin-bottom: 2em;
}

.navigationLink
{
	margin-left: 2.5em;
}

.bannerAd
{
    text-align: center;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}

.swagImage
{
    margin-left: 1em;
    margin-bottom: 1em;
}

.swagCall
{
    font-size: 12pt;
    font-weight: bold;
    color: #323C19;
    text-align: center;
    text-transform: uppercase;
}

.thumbnail
{
    border: solid 2px black;
}

.thumbnailCaption
{
    font-size: 7pt;
}

.fakeLink
{
	color: #323C19;
	text-decoration: underline;
}

.noSpam
{
	font-weight: bold;
}

.ledgerEven
{
	padding: 0.5em;
}

.ledgerOdd
{
	background-color: gainsboro;
	padding: 0.5em;
}

.accessKey
{
    text-decoration: underline;
}
