﻿
/* this is the class that is applied to 2 structural hacks in the markup. The first "meaningless" element is used to clear #left in NN6 and the last one is used to clear #container in NN4 */
.clearing {height:1px;clear:both;line-height:1px;}

.masterPageTitle {
    text-align:center;
    color: Navy;
    font-family: "Trebuchet MS", sans-serif;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.pageFooter
{
    border: none;
    text-align:center;
	display:inline;
	clear: both;
}

.pageLayoutHeader
{
    text-align:center;
    width:100%;
    margin: 0 -1px;
    /*
	display:inline;
	width: 800px;
	margin-left: 90px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	float: left;
	clear: both;
*/
}

.buttonMenuDiv 
{
    text-align:center;
    display:block;
    margin:0;
    padding:0;
    border:none;
    clear:both;
}


.sideMenuColumn
{
    position:relative;
	display:inline;
	margin-right:5px;
/*	border:outset 4px gray; */
	width:160px;
}

.sideMenuBox, #menu_side
{
	border:outset 4px gray;
    display:inline;
	margin-left: 10px;
	/* 
	float:left;
 */
}

.paddedBody 
{
    padding: 0 15px;
}

.stripedHeaders 
{
    padding:4px 4px;
    margin:0;
}

.EvenRowColor
{
    background-color:#FFFFFF;
}

.OddRowColor
{
    background-color:#E0E0E0;
}

.NavBarColors
{
    background-color:#a8c7d3;
    color:Navy;
}