﻿.xsmall
{
	font-weight: bold;
	font-size: x-small;
	color: Navy;
}

.redcalibri
{
	font-family: Calibri;
	color: Red;
}

.header
{
	font-family: Calibri;
	font-weight: bold;
	font-size: x-large;
	color: Gray;
	background-color: AliceBlue;
	height: 30px;
	width: 100%;	
}

.navybold
{
    color: Navy;
    font-weight: bold;
}

/* oet.css */
body
{
    background-color:#efefe7;
    text-align:center;
}

.bordertl
{
    vertical-align:top;
}

.bordertr
{
    vertical-align:top;
}

div.pagecontainer
{
    width:975px;
    margin:0 auto;
    background-color:#FFFFFF;
}

div.navbar
{
    background-color:#003063;
    font-family:Arial;
    font-size:10pt;
    color:White;
    text-align:right;
    height:25px;
}

div.navbar a
{
    color:White;
    text-decoration:none;
}

div.navbar a:hover
{
    text-decoration:underline;
}

div.siteTitle
{
    font-family: Arial, Helvetica, sans-serif, Verdana;
    color:White;
    text-align: center;
    background-color:#003063;
}

div.applicationcontent
{
    border:solid 5px #003063;
}

div.appnavbar, .appfooterbar
{
    font-family:Arial;
    font-size:10pt;
    background-color:#B5C3D6;
    text-align:left;
    height:25px;
}

div.appfooterbar
{
    padding-left:9px;
    padding-top:3px;
    height:22px;
}

div.appnavbar a
{
    color:Black;
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    text-decoration:none;
}

div.appnavbar a:hover
{
    text-decoration:underline;
}

div.formcontent
{
    text-align:left;
    padding:3px;
    font-family:Arial;
    font-size:10pt;
}

.fleft
{
    float:left;
}

.fright
{
    float:right;
}

.cboth
{
    clear:both;
}

.cright
{
    clear:right;
}

.cleft
{
    clear:left;
}

div.textleft
{
    text-align:left;
}

div.textright
{
    text-align:right;
}

div.pad
{
    padding:3px;
}

div.textleft
{
    text-align:left;
}

div.textright
{
    text-align:right;
}

div.textcenter
{
    text-align:center;
}

span.bold
{
    font-weight:bold;
}

span.underlined
{
    text-decoration:underline;
}

span.formLoginLabel
{
    display:block;
    float:left;
    width:80px;
}

input.formLoginField
{
    display:block;
    float:left;
    border-color:#6699CC;
    border-width:1px;
    border-style:solid;
    width:150px;
}

span.alert
{
    color:Red;
    font-weight:bold;
}

div.pagecontent
{
    width:955px;
}

div.pagecontent a
{
    color:#003063;
}

div.browsersupport
{
    margin-top: 9px;
    margin-left: 6px;
    text-align:left;
    font-family:Arial;
    font-size: 11px;
    color:#888888;
}

p.help_desk_info
{
    margin-top: 1.0em;
    text-align: justify;
}

h4
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
}

.aligncenterpage {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.roundedcorner {
    background: #fff;
    font-family: Times New Roman, Times, serif;
    font-size: 11pt;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
    margin-bottom: 1px;
    padding: 3px;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}  
	

