﻿body {
    font-size:12px;
    font-family:Verdana, Arial;
    color:#6F6F6F;
    width:670px;
    border:1px solid #ccc;
    margin:10px auto;
    padding:15px;
    padding-bottom:0;
}
a {
    color:#358CFF;
}
h1 {
	font-family: "Arial Black", Arial;
	font-size: 16pt;
	color: #204161;
	padding-top: 15px;
}
h2 {
    font-size:13px;
}
li {
    margin:3px;
    margin-top:5px;
    margin-left:20px;
}
.adm_topbottomborder {

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	border-right:1px solid #ccc;*/
}
.adm_bottomborder {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #2C617B;
}
.schoolname, .app_schoolname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #204161;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;

}
.schooldescrip{
    font-size:14px;
    text-transform:uppercase;
    color:#6F6F6F;
}
.classname, .rec_classname {
    color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
		margin-left:20px;
}
.bigbutton {
    float:right;    
    margin-right:5px;
     border:1px solid #6e7a8a;
     *margin-left:10px; /*IE 7 hack*/
}
.bigbutton a
{    
    background-repeat:repeat-x;
    height:16px;   /*28px - 6 for top padding */
    text-align:center;
    display:block;
    padding:3px 18px 1px 18px;
    border:1px solid white;
    color: White;
    text-transform: uppercase;
    font-size: 11px;
    font-weight:bold;
    text-decoration:none;

}
.bigbutton a:hover{
    text-decoration:underline;
}
.bigbutton .inner
{
   /* background-image: url('images/bg_button2.jpg');*/
    background-color: #7E899A;
}
.bigbutton a:hover{
    color:White;
}
.loginbox {
    float: right; 
    border: 1px solid #ccc; 
    margin: 10px 0; 
    padding:  0 15px; 
    padding: 15px;
    margin-left: 15px; 
    margin-right: 30px;
    width:270px;
    *width:230px;
}
.loginbox p{    
    *margin:7px;/*IE 7 hack*/
}
.loginbox h2{
    *margin:7px;/*IE 7 hack*/
}
.loginbox .lbl{
    display:inline-block;
    min-width:72px;
}

.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #848889;
}
.bottomnav a:link, .bottomnav a:visited {
     text-decoration: none;
     color: #848889;
}
.bottomnav a:hover {
      text-decoration: underline;
	  color: red;
}
