﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #e7e7e7;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
	line-height: 1.22;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
.semi-bold
{
    font-weight:600;
}
.content
{
	background-repeat: repeat-x;
	font-size: 14px;
	position:relative;
	min-height: 600px;
}
.required
{
    color:#e13131;
}
.oz-overlay-white
{
    background-color: rgba(255, 255, 255, .85);
    border-radius: 2px;
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.oz-overlay-black
{
    background-color: rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.oz-overlay-gray
{
    background-color: rgba(255, 255, 255, .85);
    border-radius: 2px;
    color: #5b5b5b;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
}
.oz-overlay-dark-gray
{
    background-color: rgba(91, 91, 91, .85);
    border-radius: 2px;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 12px;
}
a, img{
    border:0;
    outline:none
}
a:active, a:link, a:visited, a:hover{
    color: #2facd5;
	text-decoration: none;
     border:0;
    outline:none
}
h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	font: arial;
}
h3
{
	font-size: 12px;
	padding: 15px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}
th.large
{
	font-size: 16px;
}
p.std
{
	margin: 5px 0px 5px 0px;
	padding-left: 0px
}
span.reg
{
	font-size: 9px;
	vertical-align: top;
}
#sitenavlinks
{
	padding-top: 0px;
	line-height: 13px;
	font-size: 11px;
	color: #111111;
}
#sitenavlinks a
{
	line-height: 13px;
	font-size: 11px;
	color: #5f5f5f;
	vertical-align:top;
}
.bllt
{
	line-height: 14px;
	padding: 5px 5px 0px 20px;
	background: url(/images/bllt1.gif) no-repeat left 7px;
	color: #5f5f5f;
	font-weight: bold;
	display: block;
	background-color: #ffffff;

}
.bllt2
{
	padding: 5px 5px 0px 20px;
	font-weight: normal;
	background: url(/images/bllt2.gif) no-repeat left 5px;
	display: block;
	line-height: 15px;
    background-color: #ffffff;
}
.filelist td 
{ 
    padding-bottom: 3px; 
    padding-top:3px; 
    padding-right:4px; 
}
.errorbox
{
    background: url("/images/redbackground.png") repeat 0 0 transparent;
    background-position: center center;
    color: #FFF;
    -webkit-appearance: none;
    overflow: auto;
    border: 1px solid #7f7f7f;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
    outline: none;
    display: none;
    position: inherit;
}

