﻿/* global */
body
{
	background-color: #f2f2f2;
	font-family: Verdana;
	font-size: 16px;
	color: #555555;
	margin: 5px;
}

h1
{
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	color: #761bb0;
}

a img { border: 0; padding: 0; margin: 0; }

.main
{
	width: 950px; 
	margin-right: auto; 
	margin-left: auto;
}

.studentnavbar
{
	clear: both
}

.content
{
	width: 950px;
	background-color: White;
	border-color: #6b7277;
	border-style: solid;
	border-width: 3px	
}

.school_name
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color: #761bb0;
	margin-top: 0px;
	margin-bottom: 10px;
}

.customizebutton
{
	float: right;
	width: auto;
}

.sub_nav
{
	clear: both; 
	margin-left: 32px; 
	margin-right: 32px; 
	margin-top: 10px; 
	width: 886px
}

.page_content
{
	padding-top: 36px;
	clear: both
}

.sub_page_content
{
	margin-left: 32px; 
	margin-right: 32px;
	position: static;
}

.footer
{
	text-align: center;
	font-size: 11px;
	color: #791bb4;
	margin-top: 50px;
	padding-bottom: 8px;
	clear: both
}

a.footer
{
	font-weight: bold;
	font-size: 11px;
	color: #791bb4;
	text-decoration: none;
}

a.footer:hover
{
	text-decoration: underline;
}

.bold
{
	font-weight: bold
}

/* home */
.calltoaction_top
{
	background-image: url(../Images/Student/hm_calltoaction_top_bluebkgd.gif); 
	width: 886px; 
	min-height: 97px;
	background-repeat: no-repeat;
}

.calltoaction_stretchable
{
	background-image: url(../Images/Student/hm_calltoaction_stretchable_bluebkgd.gif); 
	background-repeat: repeat-y;
	width: 886px
}

.calltoaction_bottom
{
	background-image: url(../Images/Student/hm_calltoaction_bottom_bluebkgd.gif); 
	width: 886px; 
	height: 11px
}

.calltoaction_header
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #454f87;
	text-align: center;
}

.calltoaction
{
	font-family: Verdana;
	font-size: 18px;
	color: #555555;
	margin-left: 45px;
	margin-right: 45px
}

.homepage_lefticondiv
{
	margin-right: 85px;
}

.homepage_righticondiv
{
	margin-left: 115px;
}

.homepage_lefticonimg
{
	float: left; 
	margin-right: 15px;
	width: 100px;
	height: 100px;
}

.homepage_righticonimg
{
	float: right; 
	margin-left: 15px;
	width: 100px;
	height: 100px;
}

.lavender_line
{
	background-color: #761bb0;
	height: 2px;
	margin-left: 210px;
	margin-right: 210px;
	margin-top: 20px;
	margin-bottom: 20px
}

/* register/unregister */

.error
{
	font-family: Verdana;
	font-size: 14px;
	color: red; 
}

.helptext
{
    font-size: 11px;
    font-family: Verdana;
    color: #555555;
    width: 450px;
    margin-left: 237px;
}

.label
{
    width: 225px;
    height: 20px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    color: #555555;
    float: left;
    clear: left;
    top: 0px;
    position: relative;
    text-align: right;
    padding-right: 10px;
    margin-right: 0px;
}

.requiredlabel
{
    width: 225px;
    height: 20px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    color: #555555;
    float: left;
    top: 6px;
    position: relative;
    text-align: right;
    padding-right: 10px;
    margin-right: 0px;
}

.radiolabel
{
    font-family: Verdana;
    font-size: 15px;
    color: #555555;
    margin-left: 0px;
    margin-right: 30px;
}

.columnheader
{
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
}

.inputcolumn
{
	margin-left: 235px;
	margin-bottom: 0px;
	padding: 0px;
}

.inputbox
{
    border: 1px solid #6b7277;
    height: 26px;
    line-height: 26px;
    width: 220px;
    vertical-align: middle;
    margin-top: 0px;
    margin-bottom: 3px;
    font-family: Verdana;
    color: #555555;
    background-color: #e6d7f3;
    font-size: 15px;
}

.requiredindicator
{
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
    color: #fd7f20;
    position: relative;
}

.hidden
{
	display:none;
}

/* debug */
div
{
	/*  border: solid 1px black  */
}

.bannerimage
{
	max-height: 150px;
	max-width: 950px;
}

.missingvariable
{
	font-style: italic;
	color: Red;
}

th a
{
	text-decoration: none;
}

th a:hover
{
	text-decoration: underline;
}
