﻿/* ---------------------------------------------------------------------- */
/* Main Master CSS                                                        */
/* ---------------------------------------------------------------------- */
/* DO NOT DEFINE COLORS IN THIS STYLE SHEET. */
/* COLORS ARE DEFINED IN THEMES */

.leftColumn {
	float: left;
	width: 25%;
	height: auto;
	background: #FFFFFF;
	padding-top: 7px;
	margin-left: 2px;
}
.rightColumn {
    width: 72.5%;
    height: auto;
    background: #FFFFFF;
    margin-left: 26.5%;
	padding-top: 7px;
}
#slideShow {
    height: 232px;
    width: 306px;
    padding: 0;
    margin: 5px 20px 10px 5px;
}
#slideShow img {
    padding: 15px;
    border: 1px solid #ccc;
    height: 200px;
    width: 275px;
    top: 0;
    left: 0;
}
.titlebar {
    clear: both;
    width: 100%;
    padding: 0px;
    border-style: solid;
    border-width: 1px;
    border-left-style: none;
    border-right-style: none;
    font-size: 0.9em;
    font-weight: bold;
}
/* Main Master Footer */
.footerDisplay {
    width:100%;
    position:fixed; 
    bottom: 36px;   /* Set to 1 pixel above Footer (Height in .footer below) */
    z-index: 1000;
}
/* Main Master is now absolute 04/24/2010   SGY*/
.footer {
    width: 100%;
    position: absolute; /*fixed;*/
    height: 35px;   /* THIS MUST MATCH value subtracted from window height in splitter.js!!! Fix the height so scrollbars on splitter will line up */
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
}
.footertxt {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: #999999;
}
/* Scroll Master needs to be fixed for now 04/24/2010   SGY*/
.scrollFooter {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    border-top-style: solid;
    border-top-width: 1px;
}
.mainPage {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
