/*body
{
    height: 100%;
	font-size: small;
	color: navy;
	font-family: Verdana;
}*/
#wrap {
    min-height: 100%;
}
#main {
    overflow: auto;
    padding-bottom: 90px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
}
tr.BorderRowBlue
{
    width: 100%;
    height: 2px;
    background-color: #4455aa;
}
tr.BorderRowGold
{
	width: 100%;
	height: 2px;
    background-color: #ffee99;
}
.SimpleText
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    font-style: normal;
    white-space: normal;
    color: #000055;
}

.SimpleTextItalic {
    font-family: 'Segoe UI';
    font-size: 9pt;
    font-style: italic;
    white-space: normal;
    color: maroon;
}

.BoldText
{
    font-family: 'Segoe UI';
    font-size: 10pt;
    font-style: normal;
    white-space: normal;
    color: #000055;
    font-weight: bold;
}

.LargeBoldText
{
    font-family: 'Segoe UI';
    font-size: 12pt;
    font-style: normal;
    white-space: normal;
    color: #000055;
    font-weight: bold;
}
.LinkStyle
{
	font-size: 9pt;
	font-family: Verdana;
}
.LinkStyle10 {
    font-size: 10pt !important;
    font-family: Verdana;
}

.SPSHeading
{
	font-weight: bold;
	font-size: larger;
	color: white;
	font-family: Verdana;
	background-color: #483d8b;
}
.SPSServeArizona
{
	font-weight: bold;
	font-size: large;
	color: red;
	font-family: 'Times New Roman' , Verdana;
}
.gridbase
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana, Arial;
}
.gridbase10 {
    font-size: 10pt !important;
    font-family: Verdana, Arial;
}
.baseFont12  {
    font-size: 12pt !important;
    font-family: Verdana, Arial;
}

.gridbaseinfo
{
	font-size: 8pt;
	color: maroon;
	font-family: Verdana, Arial;
	font-style: italic;
}
.gridHeading
{
	font-size: 8pt;
	color: navy;
	font-weight: bold;
	font-family: Verdana, Arial;
}
.gridbasereadonly
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	font-size: 8pt;
	border-left: #cc9966 1px solid;
	color: navy;
	border-bottom: #cc9966 1px solid;
	font-family: Verdana, Arial;
}
.gridbasejustright
{
	font-size: 8pt;
	color: navy;
	font-family: Verdana, Arial;
	text-align: right;
}
.gridbasereadonlyRJ
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	font-size: 8pt;
	border-left: #cc9966 1px solid;
	color: navy;
	border-bottom: #cc9966 1px solid;
	font-family: Verdana, Arial;
	text-align: right;
}
.SPSSuccessMess {
    font-size: 10pt;
    color:forestgreen;
    font-weight: normal;
    font-family: Verdana, Arial;
    font-style: italic;
    font-weight: bold;
}
.SPSErrorMess {
    font-size: 10pt;
    color: #FF0000;
    font-weight: normal;
    font-family: Verdana, Arial;
    font-style: italic;
    font-weight: bold;
}
.copyright
{
	font-size: 7pt;
	color: navy;
	font-family: Verdana, Arial;
}
.EmailAddressError
{
    background-color: #CC0000;
    font-weight: bold;
    color: #FFFFCC;
}
.td
{ 
	border-bottom: solid black 2px; 
	border-top: solid black 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}
.ModalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
    background-color: #FFFFFF;
    color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    font-family: Tahoma;
}
#successalertmsg {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 135%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333F31;
    height: 20px;
    color: #F3FDED;
    font: 20px/40px arial, sans-serif;
    opacity: .9;
    display: none;
}

#pleasewaitmsg {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 135%;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #99E6FF;
    height: 20px;
    color: #000000;
    font: 20px/40px arial, sans-serif;
    opacity: .9;
    display: none;
}

#headersection {
    width: 100%;
    height: auto;
}

#title {
    position: relative;
    /*margin-left: 25px;*/
    font-family: Arial;
    font-size: 18pt;
}

