﻿/* 
    Main Screen Geometry 
    ====================

    body            the obvious.
    .region_top     div holding title information.
    #pane_banner     div holding a 60x468 banner advert area.
    #region_right     div holding a 160x vertical advert area.
    #region_main       div holding the main contents (rendered via a control).
      #pane_footer   div holding the common footer area.  Defaults to bottom of the region_main.
    .region_left       div holding the menu area.
    #logo           div holding the site logo.

*/


/* 
    General Text Styling
    ====================

    Default text styling for the body
    Default text styling for tags P H1 H2 H3 H4 A
    Default text styling for .popup class (applied to text which has a tooltip but no link)
    menulist        Styling for the OL
    menuentry   Styling for each LI
    menuheading Styling for interspersed headings
*/

body 
{
    font-family: Verdana,Helvetica,Arial,Sans-serif;
    font-size: 0.8em;
}

p
{
    padding:0px;
    margin-top: 8px;
    margin-bottom: 10px;
    text-indent: 0px;
}

h1 
{
    font-size:1.6em;
    margin-top: 16px;
    margin-bottom: 4px;
}

h2 
{
    margin-bottom: 4px;
    font-size:1.3em;
    margin-bottom: 4px;
}

h3 
{
    font-size:1.1em;
    margin-bottom: 4px;
    margin-bottom: 4px;
}

h4 
{
    margin-bottom: 4px;
    margin-bottom: 4px;
    font-size:1.0em;
    font-weight:bold;
    padding: 5px 0px 2px 0px;
}

a
{
    text-decoration: none;
    color:#000;
}

a:hover 
{
    color:#000;
    text-decoration: underline;
}

 
.popup
{
    text-decoration: none;
    color:#000;
}

.menulist
{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}        

.menuentry
{
    font-size:1.2em;
    font-weight: bold;
    list-style-type: none;
    margin: 2px;
    margin-left:12px;
    text-align:left;
}        

.menuheading
{
    border-bottom: 1px solid #999;
    font-weight: bold;
    font-size:1.0em;
    margin-top: 12px;
    color: #AAA;
    text-align:left;
}        




xxxxxxxxxxx



/*  General EEFault Tags and Classes
    ================================ */

body
{
    margin: 5px;
    padding: 5px;
}

h1 
{
    font-size:1.5em;
}

h2 
{
    font-size:1.3em;
}

h3 
{
    font-size:1.1em;
}

h4 
{
    font-size:1.0em;
    font-weight:bold;
    margin: 0px;
    padding: 5px 0px 2px 0px;
}

p
{
    margin-top: 4px;
    margin-bottom: 8px;   
}

.popup
{
    text-decoration: none;
    color:#00A;
    cursor: help;
    background-color: #FFF;
}



/*  Screen Geometry
    =============== */

.region_enclosure 
{
    margin:0px;
    padding: 0px;
}
    
.region_menu
{
    display:none;
    visibility: hidden;
}

.region_main {
    margin: 0px;
    padding: 0px;
}

.pane_printonlyfooter
{
    width:100%;
}

/* 
    Predefined Panes
    ================ */

.pane_header 
{
    display:none;
    visibility: hidden;
}

.pane_advertising 
{
    display:none;
    visibility: hidden;
}

.pane_menu 
{
    display:none;
    visibility: hidden;
}

.pane_footer
{
    margin:0px;
    padding:0px;
    text-align:center;
}

.pane_banner {
    display:none;
    visibility: hidden;
}

