/*
 * @author neil k. palmer
 * @created september, 2004
 * @purpose cascading style sheet for small schools
 */


.next
{
	background-color:#990000;
	background-image:url("../images/button_Submit.gif");
	align:center;
	width:118px;
	height:35px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:0px;
	font-family:arial;
	border:0px;
	
} 

.smallfont
{
	
	color:#000000;
	font-weight:normal;
	font-size:11px;
	font-family:arial;
	border:0px;
	
} 

#popUpTitlePrg {
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 43px;
    top:84px;
    left: 0px;
    background-color: #ffffff;
    text-align:left;
}
#popupTopLinkPrg {
    position: absolute;
    z-index: 1;
    width: 330px;
    height: 43px;
    top:84px;
    left: 290px;
    background-color: #ffffff;
}