﻿body {
    margin-left: 10px;
    /*width: 1374px;*/
	width: 980px;
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
}

body.fullWidth {
    width:100%;
}

div.spaceMe {
    margin-top: 20px;
}

div.spaceAfter {
    margin-bottom: 20px;
}

.header {
    font-weight: bold;
    font-size: 10pt;
    color: #003366;
    font-family: Arial, Sans-Serif;
    text-align: center;
}

.logo {
    text-align: center;
}

.copy {
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
}

td.smallcell {
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
    line-height:13px;
	color:black;
}

h1.studentStyle {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13pt;
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #193191; 
	text-decoration: none;
	text-align:center;
	margin-top:20px;
	margin-bottom:25px;
}

h2.adminStyle {
	font-family:Verdana;
	font-size:14px;
	margin-bottom:3px;
	margin-top:25px;
	color:black;
}

.pink9 {
    font-size:9pt;
    color:#BD0634;
    font-weight:bold;
}

.blue9 {
    font-size:9pt;
    color:#000080;
    font-weight:bold;
}

.red9 {
    font-size:9pt;
    color:#ff0000;
    font-weight:bold;
}

div.relative {
    position:relative;
    width:600px
}

div.sameLine {
    position:absolute;
    left:300px;
    top:0px
}

div.error {
   font-size:9pt;
   color:Red;
   font-weight:bold;
}

.table_heading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#BD0634
}

.table_content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color:#F8E6EA;
}

.center {
    text-align:center
}

.right {
    text-align:right
}

img {
    border-style:none
}

.displayNone {
	display:none;
}

.buttonblue {font-family: Arial, Helvetica, sans-serif; background-color:#003366; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; text-transform: none; color: #ffffff; text-decoration: none}

.pink9 {  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #BD0634; text-decoration: none}
a.pink9:hover{  font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; color: #BD0634; text-decoration: underline}

A.boldMe { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #000099; text-decoration: underline; } 
A.boldMe:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ff0000; text-decoration: none; }

table.filterTable {
    border-spacing: 2px;
}

table.filterTable th, table.filterTable td {
    padding: 3px;
}