﻿.boldtext 
{
	font-weight: bold;
}
	
.centered 
{
	text-align: center;
}

.alt_row
{
	background-color: #eee;
}

/*.table 
{
	width: 100%;
	border: none;
	table-layout: fixed;
}*/
	
.label_display 
{
	color: #023467;
	font-weight: bold;
}

.display_results 
{
	text-align: center;
	font-weight: bold;
	padding-top: 2.5em;
	padding-bottom: 1.0em;
}
	
.results_heading 
{
	font-weight: bold;
	color:#023467;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	margin-top: 1em;
}

.cell_bold_left
{
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-top: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

.cell_textleft
{
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-top: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	text-align: left;
}

.cell_textcenter
{
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-top: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	text-align: center;
}

.natext
{
	color: Red;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-top: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	text-align: center;
}

.header
{
	background-color: #ccc;
	font-weight: bold;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: none;
	border-top: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: middle;
	vertical-align: middle;
	text-align: center;
}

.redtext
{
	color: Red;	
}

#adobe_box 
{
	background-color: #dfdfdf;
	border:solid 1px black;
	padding:0px 3px;
}

.aligncenterpage {
    position: fixed;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* oet.css */
body
{
    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;
}
