/*

  Style sheet for the AE Site.

*/

html
{
    padding: 0px;
    margin: 0px;
    height:100%;
}
body
{
    height:100%;
    padding: 0px;
    margin: 0px auto;

    background: Black;
    
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
}

/* Defaults */
div
{
}
table
{
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}
tr
{
    padding: 0px;
    margin: 0px;
}
td
{
    padding: 0px;
    margin: 0px;
    
    font-size: 10pt;
    vertical-align: top;
}
a
{
    text-decoration: none;
    color: #949451;
}
a:hover
{
    text-decoration: underline overline;
}
a:visited
{
}
h1  /* Page title! */
{
    padding: 5px 5px 0px 0px;
    margin: 0px;
    
    font-size: 12pt;
    font-weight: normal;
    font-variant: small-caps;
    vertical-align: bottom;
}
h2  /* Menu group header! */
{
    vertical-align: bottom;
    padding: 5px 5px 2px 10px;
    margin: 0px;
    
    background: #ECE2B6 url('../images/Ae/menugroupbg.jpg') repeat-y 100% 0px;
    color: #949451;
    
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}
p.Quote
{
    font-family: Times;
    font-style: italic;
    font-size: 13pt;
    letter-spacing: -0.02em;
    color: rgb(130, 186, 102);
/*    color: black; */
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 0px;
}

/* Main centering */
#Main
{
	width: 780px;
    height: 100%;
	margin: 0px auto;
	text-align: left;
}
table.Main
{
    height: 100%;
}

/* Header */
td.HeaderLeft
{
    width: 200px;
    height: 120px;
    padding: 0px 15px 5px 0px;
    
    background: #4D6E3C url('../images/Ae/headerbg.jpg') 100% 0px repeat-y;
    color: #949451;
    
    font-variant: small-caps;
    font-weight: bold;
    font-size: 10pt;
    text-align: right;
    vertical-align: bottom;
}
.HeaderLeft a
{
    color: #82BA66;
}

td.HeaderRight
{
    width: 520px;
    
    background: #191919 url('../images/Ae/header.jpg') 0px 100% no-repeat;
    color: #949451;

    font-variant: small-caps;
    font-size: 10pt;
    text-align: right;
    vertical-align: top;
    padding: 2px 5px 0px 0px;
}

/* Content */
td.ContentLeft
{
    background: #2E2E2E url('../images/Ae/menubg.jpg') 100% 0px repeat-y;
}
td.ContentRight
{
    padding: 0px 20px 5px 30px;
    
    background: #202020;
    color: #7E7A6C; /* #4E4A3C; */
}

/* Main Menu */
#MainMenu
{
}
ul
{
    margin: 0px 5px 5px 10px;
    padding: 0px;
    
    list-style-type: none;
}
li
{
    margin: 2px 0px 0px 0px; 
    padding: 0px;
    
    /* border-bottom: dotted 1px #CDCED6; */
    
    vertical-align: middle;
    font-variant: small-caps;
}
#MainMenu a
{
    color: #949451;
}
#MainMenu a:hover
{
    color: #689451;
    text-decoration: none;
}

/* Site map path */
#SiteMapPath
{
    font-size: 8pt;
}

/* Display */
div.Display
{
    clear: right;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    
}
.ContentLeft div.Display
{
}
.ContentRight div.Display
{
    width: 520px;
    min-width: 520px;
}

/* Left side */
.ContentLeft .DisplayHeader
{
    vertical-align: bottom;
    padding: 5px 5px 2px 10px;
    margin: 0px;
    
    background: #ECE2B6 url('../images/Ae/menugroupbg.jpg') repeat-y 100% 0px;
    color: #949451;
    
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}

.ContentLeft .DisplayContent
{
    color: #949451;
    padding: 5px 5px 2px 10px;
    
    font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    font-variant: small-caps;
}

.ContentLeft .DisplayFooter
{
    display: none;
}

.ContentLeft a
{
    color: #949451;
}

/* Center */
div.DisplayHeader
{
    font-variant: small-caps;
    padding-bottom: 5px;
}
div.DisplayContent
{
    padding: 2px 0px 5px 0px;
    
    font-family: Georgia;
}
div.DisplayFooter
{
    padding: 5px 0px 15px 0px;
    border-top: dotted 1px #383838;
    font-size: 8pt;
    clear: both;
}
div.DisplayNavigation
{
    float: right;
}

img.DisplayFullImage
{
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px; 
}
img.DisplayPreviewImage
{
    float: left;
    clear: left;
    margin-right: 10px;
}

/* Footer */
td.FooterLeft
{
    background: White url('../images/Ae/menubg.jpg') 100% 0px repeat-y;
}
td.FooterRight
{
    background: white;
}

input.LoginInput
{
    width: 85px;
    font-size: 8pt;
    border: solid 1px #202020;
    background: #303030;
}
input.LoginButton
{
    font-size: 8pt;
    border: solid 1px #202020;
    background: #303030;
}

/* Admin stuff */
#NodeMenu
{
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 8pt;
}
div.DisplayMenu
{
    float: right;
}

/* Programs */
table.Programs
{
    color: Black;
}
td.Program1
{
    background: #f8f0ea;
    color: Black;
}
td.Program2
{
    background: #f6e3d3;
    color: Black;
}

/* Contributors */
table.Contributor
{
    color: Black;
}
#ContributorImage
{
    padding: 3px 5px 5px 0px;
    margin: 0px;
}

/* WebRadio */
#WebRadio
{
    /* padding-left: 15px; */
    text-align: center;
    font-size: 7pt;
}

/* Partners */
#Partners
{
    padding: 10px 0px 10px 0px;
    text-align: center;
    font-size: 7pt;
}

/* Editor */
td.EditorLeft
{
    color: #7f9db9;
}
td.EditorRight
{
    color: #7f9db9;
}

/* Gallery */
table.Gallery
{
    display: block;
    width: 100%;
}
td.GalleryItem
{
    text-align: center;
    vertical-align: bottom;
}
img.GalleryPreviewImage
{
}
p.GalleryImageName
{
    text-align: center;
    font-weight: bold;
}
img.GalleryImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.GalleryImageDescription
{
}

