﻿@import url("EarthySkin_Menu.css");
@import url("EarthySkin_Store.css");


* /* Defaults for all objects */
{
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

/****
	HTML
*/
a, a:active, a:link
{
    color: #990000;
    text-decoration: none;
}

a:hover
{
    color: #990000;
    text-decoration: underline;
}

p
{
    padding-bottom: 10px;
}

/*	
	*******************
	BASIC PAGE ELEMENTS
	*******************
*/



body /* General Body styles */
{
    text-align:center;
    background-image: url(   'EarthySkin/Background_Body.jpg' );
    background-repeat: repeat;
    height: 100%;
    font-family: Georgia, Verdana;
    font-size: small;
}

.LOGO
{

    height: 50px;
    width: 360px;
    background-image: url('EarthySkin/LogoWords.gif');
    background-repeat: no-repeat;
    background-position:  top left;
    cursor:hand;
}

.PageFrame
{
    border: 2px solid #D2B48C;
    width: 950px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-image: url(   'EarthySkin/Background_PageFrame.png' );
    background-repeat: repeat;
    padding: 0px;
}

.CenterNote, .CenterNote TD
{
    color: #996633;
    font-size: .7em;
}

.CornerMenu
{
    /*width: 200px;*/
    width: 175px;
    height: 35px;
    display:  inline-block;
    background-image: url('EarthySkin/CornerMenu_350x40.gif');
    background-position: top right;
    background-repeat: no-repeat;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
    padding-left:10px;
}

.CornerMenu span, .CornerMenu a, .CornerMenu a:link, .CornerMenu a:hover, .CornerMenu a:active
{
    font-size: 12px;
    color: TAN;
    padding-right: 30px;
}



/*	
	*******************
	CONTENT ELEMENTS
	*******************
*/

table.ControlPanel /* Control Panel Box*/
{
    background-color: White;
    border-color: Black;
    border-width: 2px;
    border-style: solid;
}

.TopPane /*Top Content Pane*/
{
    width: 950px;
    overflow: hidden;
}

.LeftPane /*Left Content Pane*/
{
    width: 200px;
    overflow: hidden;
}

.ContentPane /*Main Content Pane*/
{
    width: 750px;
    overflow: hidden;
}

.BottomPane /*Bottom Content Pane*/
{
    width: 950px;
    overflow: hidden;
}


/*	
	*******************
	GENERIC LAYOUT CLASSES
	*******************
*/

.FullWidth /*Class to make tables or other objects full width*/
{
    width: 100%;
}

.FloatRight
{
    float: right;
}

.FloatLeft
{
    float: left;
}

.ClearFloats
{
    clear: both;
}

/*
    ***
    CONTAINER ELEMENTS
    ***
  */




.SimpleFrame
{
}

.SimpleFrameContent
{
    padding: 5px;
}


.WhiteFrame
{
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    background-color: White;
    border: 2px solid #D2B48C;
}

.WhiteFrameContent
{
}

.LinkBox
{
    width: 166px;
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    border: 2px black solid;
}

.Title
{
    font-weight: bold;
    font-size:1.1em
}
