﻿
#leftMenu
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    font-family: Trebuchet MS;
    font-size: 9.5pt;
}

#leftMenu LI
{
    margin: 8px 0px 8px 6px;
}

#leftMenu LI A
{
    color: White;
}

#leftMenu LI:first-letter, #leftMenu LI A:first-letter
{
    font-weight: bold; /*color: #990000;*/
}

#leftMenu LI A:hover
{
    color: Yellow;
}

#pageTitle
{
    padding: 12px;
    text-align: center;
    color: Black;
    font-size: 18pt;
    font-weight: bold;
/*    
    border-bottom: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    background-color: #EEEEEE;
*/
    color:White;
    background-color:#9999EE;
    background-image:url(bgs/ptbg.jpg);
}


#spacer250
{
    height: 250px;
}

#spacer400
{
    height: 400px;
}

#spacer600
{
    height: 600px;
}

.listCell, .selectedListCell
{
    padding-left: 4px;
}

.selectedListCell
{
    background-color: Navy;
    color: White;
}

.selectedListCell a
{
    color: White;
    text-decoration: none;
    cursor: default;
}

.mgTitle
{
    height: 35px;
    font-weight: bold;
    font-size: 18pt;
    padding-left: 14px;
    padding-top: 6px;
    padding-bottom: 0px;
}

.leaveSpaceOnTop
{
    padding-top: 10px;
}

.showonprint
{
    display: none;
}

.adminTitle
{
    background-color: #990000;
    background-color: #b30214;
    color: White;
    font-family: Times New Roman,Georgia;
    font-size: 18pt;
    height: 40px;
    vertical-align: middle;
    text-align: center;
}

.specialTitle
{
    font-size: 38pt;
    padding: 20px;
    padding-bottom: 0px;
    color: #BBBBFF;
}

.noticeHL
{
    font-weight:bold;
    color:Red;
}

.lbbar
{
	text-align:left;
	padding:5px;
	padding-top:15px;
}

.lbbar A
{
	margin-left:15px;
	font-weight:bold;
}

.floatText
{
	position:absolute;
	top:-20px;
	left:60px;
	background-color:InfoBackground;
	border:1px solid Gray;
	padding:2px;
	width:200px;
}
