﻿html
{
	height: 100%;
}

body
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	height: 100%;
	margin: 0 0 0 0;
}

form
{
	height: 100%;
}

#container
{
	min-height: 100%;
	position: relative;
}

#topSection
{
}

#middleSection
{
	padding-bottom: 67px;
}

#bottomSection
{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 67px;
}

h1
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
}

h2
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 14pt;
	font-weight: bold;
}

h3
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

h4
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.slideshow
{
	width: 100%;
	height: 286px;
}

.layout
{
	width: 100%;
}

.contentArea
{
	width: 1080px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.topNavigation
{
	background-color: #111a60;
	height: 51px;
}

.disasterBanner
{
	background-color: #c81d1d;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	padding-top: 6px;
	padding-bottom: 8px;
}

.noSpacing
{
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}

.smallPadding
{
	font-size: 6px;
}

.finePrint
{
	font-size: 9pt;
}

.errorMessage
{
	color: Red;
}

img
{
	border-style: none;
}

table.outerPageLayout
{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

table.innerPageLayout
{
	width: 990px;
	margin: 0 auto;
}

td.leftEdge
{
	background: #e0e0e0;
	background: -moz-linear-gradient(left, #e0e0e0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e0e0e0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left, #e0e0e0 0%,#ffffff 100%);
	background: -o-linear-gradient(left, #e0e0e0 0%,#ffffff 100%);
	background: -ms-linear-gradient(left, #e0e0e0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=1 );
	background: linear-gradient(left, #e0e0e0 0%,#ffffff 100%);
}

td.rightEdge
{
	background: #e0e0e0;
	background: -moz-linear-gradient(left, #ffffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(left, #ffffff 0%,#e0e0e0 100%);
	background: -o-linear-gradient(left, #ffffff 0%,#e0e0e0 100%);
	background: -ms-linear-gradient(left, #ffffff 0%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=1 );
	background: linear-gradient(left, #ffffff 0%,#e0e0e0 100%);
}

td.edgeBackground
{
	background-color: #e0e0e0;
}

td.leftHeading
{
	text-align: left;
	vertical-align: middle;
	padding-bottom: 10px;
}

td.rightHeading
{
	text-align: right;
	vertical-align: middle;
	font-size: 16pt;
	color: Gray;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	white-space: nowrap;
}

td.topAddress
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 5px;
	white-space: nowrap;
}

td.topMenu
{
	font-size: 9pt;
	border-top: solid 1px #cc0000;
	border-bottom: solid 1px #cc0000;
	background-color: #f0f0f0;
	text-align: center;
}

table.mainLayout
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.leftMenu
{
	width: 170px;
	vertical-align: top;
	padding-right: 8px;
	padding-top: 10px;
}

div.leftMenu
{
	padding-bottom: 3px;
}

div.leftMenuApp
{
	text-align: right;
	padding-bottom: 3px;
}

div.leftSubmenu
{
	padding-bottom: 3px;
	text-indent: -25px;
	margin-left: 40px;
}

.homeLinks
{
	padding-top: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.homeLink
{
	margin-right: 0px; /* was 20 */
}

.tinyHeading
{
	font-size: 8pt;
}

hr.red
{
	color: #cc0000;
	background-color: #cc0000;
	height: 1px;
	border-width: 0;
}

hr.siteHighlight
{
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border-width: 0;
}

.userInfoPanel
{
	background-color: #f0f0f0;
	margin-bottom: 20px;
	padding: 4px;
	border: 1px solid #1920b9;
}

.userInfoPanelHeading
{
	font-size: 8pt;
	font-weight: bold;
}

.userInfoPanelNextHeading
{
	font-size: 8pt;
	font-weight: bold;
	margin-top: 4px;
}

.userInfoPanelText
{
	padding-left: 2px;
}

.userInfoPanelLogOutLink
{
	margin-top: 4px;
}

.unbuggeredTable
{
	margin-left: auto;
}

td.content
{
	padding-left: 20px;
	padding-right: 10px;
	vertical-align: top;
	border-left: 1px solid #cccccc;
}

td.content p:first-child
{
	margin-top: 0px;
}

td.contentGap
{
	height: 20px;
}

td.bottomGap
{
	height: 20px;
}

.bottomNavigation
{
	background-color: #111a60;
	height: 67px;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}

.emphasisText
{
	color: Red;
	font-style: italic;
}

.finePrint
{
	color: Gray;
	font-size: 8pt;
}

.unreadDocuments
{
	color: Red;
	font-weight: bold;
}

.blankCell
{
	background-color: White;
	color: White;
	text-decoration: none;
	font-size: 0pt;
}

.unassigned {
	font-family: Arial;
	font-weight: bold;
	color: #BB6600;
}

.assigned {
	font-family: Arial;
	font-weight: bold;
	color: #009900;
}

.faqQuestion {
	font-weight: bold;
}
.faqAnswer { font-weight:normal; }
.faqAnswerCentered { font-weight:normal; text-align:center; }
li.faq { margin-top:6px; }
.faqlink { font-weight:normal; }
.faqCategory { font-weight:bold; padding-top:6px; }

li.spaced { margin-top:6px; }

li.coverageItem
{
	padding-top: 6px;
}

li.coverageSubitem
{
}

li.bulletin
{
	margin-top: 6px;
}

li.linkItem
{
	padding-top: 6px;
}

p.statuteText
{
}

td.statuteNumber
{
	vertical-align: top;
	padding-right: 10px;
}

td.statuteItem
{
	padding-bottom: 12px;
}

p.statuteFooter
{
	margin-top: 20px;
	font-size: 8pt;
}

td.footer
{
	text-align: center;
	border-top: solid 1px #cc0000;
	padding-top: 5px;
}


.portalGridHeader
{
	background-color: #CCCCCC;
}

.portalGridHeaderCentered
{
	background-color: #CCCCCC;
	text-align: center;
}

.portalGridLine
{
	background-color: #ffffff;
}

.portalGridAlternate
{
	background-color: #e8e8ff;
}

.portalGridLineCentered
{
	background-color: #ffffff;
	text-align: center;
}

.portalGridAlternateCentered
{
	background-color: #e8e8ff;
	text-align: center;
}

.portalGridEmpty
{
	background-color: #e8e8ff;
	text-align: center;
}

.portaldetails
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.portaldetailsboxed
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

.portaldetailspadding
{
	font-size: 1pt;
}

.portaldetailsheader
{
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	background-color: #CCCCCC;
}

.educationHeader
{
	text-align: center;
	font-weight: bold;
}

.educationItem
{
	text-align: center;
}

.required
{
	color: Red;
}

.formQuestion
{
	vertical-align: top;
}

.formAnswer
{
	vertical-align: top;
}

.formAnswerNote
{
	vertical-align: top;
	font-size: 8pt;
	font-style: italic;
}

.errorListHeader
{
	color: #ff0000;
	font-weight: bold;
}

.errorListHeaderForCustomer {
	color: #ff0000;
	font-weight: normal;
}

.errorListItem
{
	color: #cc0000;
}

.uploadInfoMessage
{
	color: #cc0000;
}

.quoteField
{
	width: 170px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.quoteHeading
{
	text-align: right;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-right: 6px;
	vertical-align: top;
}

.quotePadding
{
	font-size: 4pt;
}

.quoteTable
{
	text-align: right;
	padding-right: 40px;
}

.quoteWarning
{
	color: #cc0000;
}

.lossHeading
{
	text-align: right;
	vertical-align: top;
}

.lossPadding
{
	font-size: 6pt;
}

.errorReport
{
	font-family: Courier New, Courier;
	font-size: 8pt;
	color: #CC0000;
}

.addPhotoLink
{
	font-size: 10pt;
	font-weight: bold;
}

table.systemMessage
{
	border: 4px solid #cc0000;
	width: 100%;
	margin-bottom: 4px;
}

td.systemMessage
{
	background-color: #ffffff;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
	padding: 4px;
}

.centerPad { padding-left:20px; padding-right:20px; }
.rightPad { padding-right:20px; }

.leftGridCell { padding-right: 6px; }
.centerGridCell { padding-left: 6px; padding-right: 6px; }
.rightGridCell { padding-left: 6px; }

.crHeader
{
	font-weight: bold;
}

.crLabel
{
	text-align: right;
	padding-right: 4px;
}

.crValue
{
}

.dlg_Fill
{
	background-color: #000020;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.dlg_Outline
{
	border: 1px solid Black;
}

.dlg_Header
{
	background-color: Black;
	color: White;
	font-weight: bold;
	padding: 4px;
}

.dlg_Background
{
	background-color: #F0F0F0;
	padding: 4px;
}
	
.dlg_Label
{
	font-size: 10pt;
	vertical-align: top;
}

.dlg_Notice
{
	font-size: 8pt;
	vertical-align: top;
	color: Red;
	text-align: right;
}

.dlg_Value
{
	font-size: 10pt;
	vertical-align: top;
}
	
.dlg_ValueRight
{
	font-size: 10pt;
	vertical-align: top;
	text-align: right;
}
	
.dlg_Spacer
{
	font-size: 6pt;
}
	
.oldText
{
	text-decoration: line-through;
}

.newText
{
	color: #c00000;
}

.centered
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.red
{
	color: #CC0000;
}

.left
{
	text-align: left;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

table.announcement
{
	width: 750px;
}

td.announcement
{
	border: 1px solid #cc0000;
	padding: 4px;
}

.rightSpacing
{
	margin-right: 4px;
}

.matchText
{
	font-size: 10pt;
}

.matchAppText
{
	font-size: 10pt;
	padding-right: 10px;
	border-right: 1px solid black;
}

.matchButton
{
	font-size: 10pt;
}

.xrefText
{
	font-size: 10pt;
	vertical-align: top;
}

.xrefButton
{
	font-size: 10pt;
	vertical-align: top;
}

.paymentsReceivedHeader
{
	font-weight: bold;
	text-decoration: underline;
	padding-left: 5px;
	padding-right: 5px;
}

.paymentsReceivedItem
{
	padding-left: 5px;
	padding-right: 5px;
}

.adminFunctionsLink
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.waitMessage {
	font-weight: bold;
	color: darkblue;
}

.cPortalActionLeft {
	text-align: left;
	padding-left: 10px;
	padding-bottom: 2px;
}

.cPortalActionRight {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 2px;
}

.w-100 {
	width: 100%;
}

.noBreak {
	white-space: nowrap;
}

.collapsedTable {
	border-collapse: collapse;
}

.collapsedTableWithPad4 {
	border-collapse: collapse;
}

.collapsedTableWithPad4 td {
	padding: 4px;
}

.collapsedTableWithPad8 {
	border-collapse: collapse;
}

	.collapsedTableWithPad8 td {
		padding: 8px;
	}

input[type="radio"] {
	accent-color: #000000;
}

input[type="checkbox"] {
	accent-color: #000000;
}

a:link    { color: #000090; }
a:visited { color: #000090; }
a:active  { color: #000090; }
a:hover   { color: Blue;     }

a.endorsement:link    { color: #0000f0; font-weight: normal; }
a.endorsement:visited { color: #0000f0; font-weight: normal; }
a.endorsement:active  { color: #0000f0; font-weight: normal; }
a.endorsement:hover   { color: Blue; font-weight: normal;     }

a.topMenu:link    { text-decoration: none; color: Black; padding-right: 15px; }
a.topMenu:visited { text-decoration: none; color: Black; padding-right: 15px; }
a.topMenu:active  { text-decoration: none; color: Black; padding-right: 15px; }
a.topMenu:hover   { text-decoration: none; color: Blue;   padding-right: 15px; }

a.topMenuSelected:link    { text-decoration: none; color: #cc0000; padding-right: 15px; }
a.topMenuSelected:visited { text-decoration: none; color: #cc0000; padding-right: 15px; }
a.topMenuSelected:active  { text-decoration: none; color: #cc0000; padding-right: 15px; }
a.topMenuSelected:hover   { text-decoration: none; color: Blue;   padding-right: 15px; }

a.leftMenu:link    { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftMenu:visited { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftMenu:active  { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftMenu:hover   { text-decoration: underline; color: Blue;   padding-right: 10px; }

a.leftSubmenu:link    { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftSubmenu:visited { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftSubmenu:active  { text-decoration: none;      color: Black; padding-right: 10px; }
a.leftSubmenu:hover   { text-decoration: underline; color: Blue;   padding-right: 10px; }

a.bottomNavigation:link    { color: #ffffff; font-weight: normal; text-decoration: none; }
a.bottomNavigation:visited { color: #ffffff; font-weight: normal; text-decoration: none; }
a.bottomNavigation:active  { color: #ffffff; font-weight: normal; text-decoration: none; }
a.bottomNavigation:hover   { color: #ffffff; font-weight: normal; text-decoration: underline; }

a.leftLink:link    { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:visited { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:active  { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:hover   { color: #1920b9; font-weight: normal; text-decoration: underline; }

a.leftLink:link    { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:visited { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:active  { color: #1920b9; font-weight: normal; text-decoration: none; }
a.leftLink:hover   { color: #1920b9; font-weight: normal; text-decoration: underline; }

a.whiteLink:link    { color: #ffffff; font-weight: bold; text-decoration: underline; }
a.whiteLink:visited { color: #ffffff; font-weight: bold; text-decoration: underline; }
a.whiteLink:active  { color: #ffffff; font-weight: bold; text-decoration: underline; }
a.whiteLink:hover   { color: #d0d0d0; font-weight: bold; text-decoration: underline; }

a.copyLink       { text-decoration: none;      color: #0000cc; cursor: pointer; font-size: 10pt; }
a.copyLink:hover { text-decoration: underline; color: Blue;     cursor: pointer; font-size: 10pt; }



.enhancedUploadButton {
	opacity: 0;
	width: 0.1px;
	height: 0.1px;
	position: absolute;
}

#btnBrowse {
	font-weight: bold;
}
