﻿body {
    overflow-x:scroll;
}
table.border input[type="submit"] {
    padding-left: inherit;
    padding-right: inherit;
}
.left
{
    text-align: left;
}
.fiftyPercent
{
    width: 50%;
}
.requiredFieldLogin
{
    float: right;
    width: 20px;
    text-align: center;
}
.floatRight
{
    float: right;
}
.floatLeft
{
    float: left;
}
.clearDiv
{
    clear: both;
}
.red
{
    color: #990000;
    padding: 5px;
}
.requiredField
{
    float: left;
    width: 20px;
    text-align: center;
    color: #990000;
}
.center
{
    text-align: center;
}
.bold
{
    font-weight: bold;
}
.headerRowStyle
{
    background-color: #c20430;
    color: White;
}
.rowStyle
{
    background-color: #FFF;
}
.altRowStyle {
    background-color: #c8c8c8;
}
.buttonStyle
{
    background-color: Transparent;
    border: none;
    color: #c20430;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
}
.buttonStyleWhite
{
    background-color: Transparent;
    border: none;
    color: White;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
}
#news2
{
    width: 500px;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #c20430;
    min-height: 150px;
}
#news2 h1
{
    margin-bottom: 8px;
    background-color: #C20430;
    margin: 0px -10px 3px -10px;
    padding: 3px;
}
.border
{
    border: solid 1px #C20430;
}
.rightAlign
{
    text-align: right;
}
#studentInfo
{
    width: 520px;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #C20430;
    min-height: 150px;
}
#studentInfo h1
{
    margin-bottom: 8px;
    background-color: #C20430;
    margin: 0px -10px 3px -10px;
    padding: 3px;
}
#scsuSubsiteArea
{
    width: auto;
    display: table;
}
/*#header
{
    background-color: #C20430;
}*/
.bottomPadding
{
    padding-bottom: 15px;
}
#studentInfo
{
    width: 500px;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #C20430;
    min-height: 40px;
}
.instructions
{
    width: 600px;
    padding-bottom: 15px;
}
.noWrap
{
    white-space: nowrap;
}
.msgBlock
{
    width: 500px;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #C20430;
}

#navigation div
{
    /*color: White;
    background: #C20430 url( "Images/tab-red-left2.gif" ) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;*/
}
#navigation div input[type="submit"] {
    padding: 10px 10px;
    }
    #navigation div span {
        /*background: url( "Images/tab-red-right2.gif" ) right top no-repeat;
    padding-right: 10px;*/
    }
#navigation div, #navigation div span
{
    display: block;
    float: left;
}
/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation div, #navigation div span
{
    float: none;
}
/* End IE5-Mac hack */
#navigation div:hover
{
    /*color: White;
    background: #482828 url( "Images/tab-brown-left2.gif" ) left top no-repeat;
    text-decoration: none;
    padding-left: 10px;*/
}
#navigation div:hover span
{
    /*background: url( "Images/tab-brown-right2.gif" ) right top no-repeat;
    padding-right: 10px;*/
}
.selectedDiv
{
    color: White !important;
    background: #482828 /*url( "Images/tab-brown-left2.gif" ) left top no-repeat*/ !important;
    text-decoration: none !important;
    padding: 2px !important;
}
.selectedSpan
{
    /*background: url( "Images/tab-brown-right2.gif" ) right top no-repeat !important;*/
    padding: 2px !important;
}
#navigation
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li
{
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}
.TabButtonStyle
{
    background-color: Transparent;
    border: none;
    color: white;
    font-weight: bold;
    vertical-align: bottom;
    text-align: left;
    cursor: pointer;
}

#requestBorderMin
{
    width: 740px;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #C20430;
    min-height: 150px;
}
#requestBorderMin h1
{
    margin-bottom: 8px;
    background-color: #C20430;
    margin: 0px -10px 3px -10px;
    padding: 3px;
}
.viewBorder
{
    border: solid 1px #482828;
    width: 100%;
}
.NotOnFile
{
    color: #990000;
    font-weight: bold;
}
#requestBorder
{
    width: 100%;
    margin: 10px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #C20430;
    min-height: 150px;
}
#requestBorder h1
{
    margin-bottom: 8px;
    background-color: #C20430;
    margin: 0px -10px 3px -10px;
    padding: 3px;
}
#content
{
    width: auto;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    margin: 2px;
}
input[type="checkbox"], input[type="radio"] {
    margin: 0px 0.5em;
}