﻿/********************** ADMIN styles *********************/
.admin 
{
    position:relative;
    clear: both;
    width: 1028px;
	margin: 5px auto 1px auto;

	background-color: #dadada;	
	height: 56px;
    padding: 0;
	font-weight: normal;
	border: 1px solid #336633;
	font-size: 85%;
	text-decoration: none;
}

.admin p {
	position: relative;
	margin: 0px;
	padding: 10px;
}

.adbut {
	clear: both;		
	color: #336633;
	background-color: #FFF;	
	padding: 1px 5px;
	text-decoration: none;
	line-height: 2em;
	border: 1px dotted #333;
	
}
.adbut a:link, .adbut a:visited { 
	text-decoration: none; 
}
.adbut a:hover {
	text-decoration: none;
	background-color: #111111;
	color: #FFF;
	border: 1px dotted #dadada;
}

.r { float: right; }
.l { float: left; }

.hidden {
	position: absolute;
	left: -2000px;
	width: 1000px;
}

#page_content 
{
    margin: 75px 30px 0 50px;
    border: 0px solid red;
    z-index: 10;
    font-size: 11px;
}

.spot 
{
    width: 100px;
    font: normal 9px/1.2 "Lucida Grande", Verdana, Helvetica, Tahoma, Sans-serif;
    text-align: center;
    color: #666;
}

.school_label 
{
    color: #58a2d4; 
    width: 150px; 
    float: left; 

}

dl {
	margin: 5px 0 5px;
}

dt {
    display: inline-block ;
	width: 130px;
    float: left;
	color: #58a2d4; 
	padding: 3px 0 3px 0;
	clear: right;
}

dd 
{
    clear: right;
	margin-left: 150px;
	padding: 3px 0 3px 0;
	width: 585px;
	color: #666;
}

.center { text-align: center; } 

#pagenums { float: right; clear: both; vertical-align: bottom; margin: 0 20px 30px 0;}
#pagenums ol { list-style: none; list-style-image: none; }
#pagenums ol li 
{
    list-style: none; 
	font-size: 0.95em;
	display: block; 
	position: relative; 
	float: left;
	margin: 0px 0px 0px 5px;
	width: 18px;
	height: 19px;
	text-align: center;
	vertical-align : bottom ;
	border: 1px solid #dadada;
}
#pagenums ol li a {
	text-decoration: none;

	display: block ;
}

#pagenums ol li a:hover 
{
    text-decoration: none;
}
.pageon {
	
	padding-bottom: 0px;
	color: #000;
	border: 1px solid #cc3333;
	background-color: #dadada;
}

.bizscroll 
{
    height: 200px; 
    overflow: scroll;
}

.bizscroll_alumni
{
    height: 250px; 
    overflow: scroll;
}