﻿html, body, #content {
	border: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*text-indent: 25pt;*/
}

body {
	background-color: #ffeaab;
}

#content {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

#header 
{
	height: 89px;
	width: 100%;
	text-align: left;
	vertical-align: top;
	background-image: url(images/headerBG.gif);
	background-repeat: repeat-x;
	background-color: #8EB3D9;
}

#footer 
{
	height: 25px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	background-image: url(images/footerBG.gif);
	background-repeat: repeat-x;
	background-color: #ffeaab;

	font-size: 7pt;
	color: #000000;
}

.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.CellHI {
	background-color: #B8C9D9;
}

.CellHIObesity {
	background-color: #E0F3E3;
}

.CellLO {
	background-color: #A3BED9;
}

.CellLOObesity {
	background-color: #BAE4C1;
}

.CellAccent {
	background-color: #FFEAAB;
}

.DropDownList, .ListBox, .TextBox {
	background-color: #FFEAAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 4mm;
	font-style: normal;
	font-weight: bolder;
	color: #000000;
}








.formRadio {
}
.Discipline{
	background : transparent;
}
.contentSubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.textNoindentSMALL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textNoindent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.textNoindentRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
        color: #FF0000;
}
.tableCellReport{
	background : #FAFAD2;
}

p.contestfont{
        font-size: 17px;
}

.LinksIndexingQuery9{
        font-family: Arial, sans-serif;
        font-size: 11pt;
}

#OfflineNotice {
    background-color: #006680;
    bottom: 0;
    color: white;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    position: fixed;
}

    #OfflineNotice table {
        margin: 20px 0;
        text-align: left;
    }

    #OfflineNotice .fa-exclamation-circle {
        color: #fec057 !important;
        font-size: 36px;
        margin-right: 16px;
    }

    #OfflineNotice .fa-times {
        cursor: pointer;
        font-size: 20px;
        margin-left: 8px;
        padding: 8px;
    }