/* *** qm_main.css *** */
/* *** an external style sheet for common parts of the web pages *** */


body
{
	background-color: white;
	height: 100%;
	width: 100%;
	margin-top: 70px;
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right:0px;
}


/*************************************************************************/
/* *** divs, headers, and footers *** */

.logo
{
  display: inline-block;
  margin-top: 15px;
  cursor: pointer; }
  .logo > img {
    display: block;
    height: 34px;
    width: auto;
	margin: 0px;
}

div.header
{
	position: fixed;
	top: 0;
	text-align: left;
	height: 65px;
	width: 100%;
	background-color: #34599b;
	display: table;
}

div.main
{
	width: 98%;
	margin: 0px auto;
}

div.title
{
	width:100%;
	text-align:center;
}

div.footer
{
	position: fixed;
	bottom: 0;
	text-align: center;
	height: 25px;
	width: 100%;
	background-color: white;
	border-top:1px solid gray;
	font-family: "gergia", "times new roman";
	color: #000000;
	font-size: 10px;
	padding-top: 10px;
}

div.center
{
	display:table;
	margin:0 auto;
}

div.box
{
	border:1px solid #cccccc;
}

div.boxpad20
{
	border:1px solid gray;
	padding:20px;
}


div.popupcenter
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #e8eef7;
	border:1px solid gray;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	padding: 5px;
}


/*************************************************************************/
/* *** misc *** */

table.SolidCollapse2px
{
	border-width:2px;
	border-style:solid;
	border-collapse:collapse;
}

table.ListHeader1
{
	border-collapse:collapse;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	border-spacing:1px;
	padding:1px;
}

tr.SolidCollapse2px
{
	border-width:2px;
	border-style:solid;
	border-collapse:collapse;
}

td.Dotted
{
	border-style:dotted;
	border-width:1px;
	padding:2px;
}

td.LeftBorder
{
	border-style:none none none solid;
	border-width:1px;
	padding:8px;
}

td.NoBorder
{
	border-style:none;
	border-width:1px;
	padding:8px;
}

td.Spacer
{
	border-style:none;
	border-width:1px;
	padding:1px;
}

td.ListHeader1
{
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-variant:small-caps;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeader2
{
	padding-left:5px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeader2center
{
	padding-left:5px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeader2centerSmallCaps
{
	padding-left:5px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:bold;
	font-variant:small-caps;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeaderSmall
{
	padding-left:5px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:regular;
	font-size:13px;
	color:#ffffff;
	text-align:left;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeaderSpacer
{
	padding-left:1px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
}

td.ListHeader30pxCenter
{
	padding-left:5px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:bold;
	font-variant:small-caps;
	font-size:30px;
	color:#ffffff;
	text-align:center;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListHeader2NoPad
{
	padding-left:0px; 
	background-color:#005E8D;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
	font-weight:bold;
	color:#ffffff;
	text-align:left;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

td.ListRecord
{
	padding-left:5px;
	background:#ffffff;
	border:1px;
	border-color:#cccccc;
	border-style:solid;
}


a.ActiveSmallCapsOri
{
	color: #003246;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.ActiveSmallCaps
{
	color: #0012b5;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.ActiveNormal
{
	color: #0012b5;
	font-size: 12px;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.ActiveCurrent
{
	color: #ff0000;
	font-size: 12px;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a:Hover
{
	color: #b40a0a;
	font-size: 12px;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.CalendarActive
{
	color: #003246;
	font-size: 12px;
	font-variant: small-caps;
	text-decoration: none;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.CalendarInactive
{
	color: #aaaaaa;
	font-size: 12px;
	font-variant: small-caps;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

a.Title70px
{
	color: #193A9A;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 70px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

a.Title70px:Hover
{
	color: #b40a0a;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 70px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
}

.Footer11px
{
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	color: #304F7B;
	font-size: 11px;
	text-align: center;
	margin-right: 10px;
}

.NoteNormal
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}


.NoteError
{
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.NoteSmall
{
	color: #ff0000;
	font-size: 10px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.Note3px
{
	color: #ff0000;
	font-size: 3px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.LabelLarge
{
	color: #000064;
	font-size: 20px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.LabelMedium
{
	color: #000064;
	font-size: 16px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.Label14px
{
	color: #000064;
	font-size: 14px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.Label30px
{
	color: #000064;
	font-size: 30px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.LabelNormal
{
	color: #000064;
	font-size: 12px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.GreenNormal
{
	color: #32cd32;
	font-size: 12px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.Title24px
{
	color: #193A9A;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.Title50px
{
	color: #193A9A;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 50px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.Title70px
{
	color: #193A9A;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 70px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.TitleBlack70px
{
	color: #000000;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	font-size: 70px;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

.Value24px
{
	color: #000000;
	font-size: 24px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.ValueLarge
{
	color: #000000;
	font-size: 20px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.Value30px
{
	color: #000000;
	font-size: 30px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.ValueNormal
{
	color: #000000;
	font-size: 12px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

/*************************************************************************/
/* Navigation dropdown menu */

.NavMenu
{
	float:right;
	border: none;
	display: table;
	height: 65px;
}

.NavFiller
{
	color: #d5dbE5;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	border: none;
	display: table-cell;
	vertical-align: middle;
}

.NavDropBtn {
	color: #d5dbE5;
	background-color: #34599b;
	padding: 0px 16px;
	font-size: 14px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	border: none;
}

.NavDropDown {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
}

.NavDropDown-Content {
	margin-top: 5px;
	display: none;
	position: absolute;
	right: 0;
	background-color: #e8eef7;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.NavDropDown-Content a {
	padding: 5px 4px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	color: #10559a;
	border: 1px dotted #b2ceff;
}

.NavDropDown-Content a.fill {
	padding: 0px 4px;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-family: "helvetica", "calibri", "georgia", "times new roman";
	color: #10559a;
	border: 1px dotted #b2ceff;
}


.NavDropDown-Content a:hover
{
	color: #10559a;
	font-size: 14px;
	background-color: #b2ceff;
}

.NavDropDown-Content a.fill:hover
{
	padding: 0px 4px;
	color: #10559a;
	font-size: 14px;
	background-color: #e8eef7;
}

.NavDropDown:hover .NavDropDown-Content
{
	display: block;
}

.NavDropDown:hover .NavDropBtn
{
	color: #ffffff;
}


