/*
default.css

Description:
Default stylesheet used by all browsers, in all media modes.

Version
0.7 - August 14, 2006

Author:
Sing Chan, schan@habaneros.com
*/


/* Import newer browser stylesheet */
/* @import url("default_screen.css"); */



/****************************************************

	General CSS Classes

****************************************************/

.hidden {
    display: none;
}

.clearBoth
{
    clear: both;
}

.clearLeft  
{
    clear: left;
}

.indent 
{
    margin-top: 1em;
    padding-left: 40px;
}

.alignLeft
{
    text-align: left !important;
}

.alignCenter 
{
    text-align: center !important;
}

.alignRight 
{
    text-align: right !important;
}

.floatLeft 
{
    float: left !important;
}

.floatRight
{
    float: right !important;
}

.micetype
{
    font-size: 85%;
}

.micetype td, .micetype th
{
	font-size: 96%;
}

.flat 
{
  height: 1px;
  overflow: hidden;
}



/****************************************************

	hidden

****************************************************/

.areapane .module .moduleHeader, .areapane .SubHead, .headerpane .module .moduleHeader, .headerpane .SubHead, .footerpane .module .moduleHeader, .footerpane .SubHead, .rightpane .listLinks span.separator, .toggleSearch
{
    display: none;
}



/****************************************************

	HTML Elements

****************************************************/

img {
    border: 0;
}



/****************************************************

	Layout Rules

****************************************************/

#colLeft, #colCenter, #colRight {
    float: left;
}

#colLeft, #colRight {
    width: 20%;
}

#colCenter {
    width: 58%;
}

#Footer {
    clear: both;
}

#Upgrade {
    color: #900;
}

#formSearch 
{
    margin-bottom: 1em;
}



/****************************************************

	Navigation Elements

****************************************************/

.areapane, .headerpane, #navPrimary {
    margin: 0.5em 0 0 0;
}

#navAreas {
    font-weight: bold;
}

#SitePath {
    margin-bottom: 1em;
}



