﻿INPUT {
	font-family: Arial;
	font-size: .95em;
}
TEXTAREA {
	font-family: Arial;
	font-size: .95em;
}
table.label {
	margin-left: 10px;
	margin-right: 20px;
	border-collapse: collapse;
}
table.label th {
	text-align: left;
	padding: 2px;
	font-size: 14pt;
	font-family: Arial,Verdana,Helvetica;
	color: #003F87;
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: #C0C0C0;
	border-collapse: separate;
	letter-spacing: 0.1cm;
}
table.label td {
	font-size: 10pt;
	font-weight: 500;
	font-family: Arial,Verdana,Helvetica;
	color: #111111;
	margin-left: 20px;
}
table.rounded {
    border-collapse: separate;
    border: 1px solid #999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border-spacing: 0 !important;
    width: auto;
    padding: 0;
}
table.rounded td {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    padding: 5px !important;
}
table.rounded th {
    font-weight: bold;
    border-left: 1px solid #999;
    border-top: none;
    padding: 5px !important;
    text-align: left;
    border-bottom: none;
}
table.rounded td:first-child, table.rounded th:first-child { border-left: none; }
#header {
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica;
    text-decoration: underline;
}
.subheader {
    font-size: 11pt;
    font-weight: bold;
    text-decoration: underline;
    margin: 20px 0 5px;
}
#text, .text {
	font-size: 9pt;
	font-family: Arial,Verdana, Helvetica;
}
.bold { font-weight: bold; }
#button {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#label, .label {
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica;
	margin-top: 10px;
	margin-bottom: 0;
}
h1 {
	font-size: 1.5em;
	text-decoration: none;
	color: #444;
}
h2 {
	/*secondary header*/
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
body {
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	padding: 10px;
}
p {
	/*paragraph text*/
	font-size: 9pt;
	font-family: arial;
}
td {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
}
td.medheader {
	font-size: 11pt;
	font-weight: bold;
	font-family: arial;
	vertical-align: top;
}
.smallheader b, .smallheader font { text-transform: none; }
.smallheader {
	text-transform: uppercase;
	color: #555;
	font-size: 10pt;
	padding-right: 10px;
	font-weight: bold;
}
.regulartext {
	font-size: 9pt;
	font-family: Arial;
}
a:link {
	font-size: .9em;
	text-decoration: none;
	color: #004b8d;
}
.rounded a:link { font-size: inherit; }
a:link:hover { text-decoration: underline; }
a:not([href]):hover { cursor: default; }
#redbold, .redBold {
	color: #FF0000;
	font-weight: bold;
}
#small, .small {
	font-size: 8pt;
	font-family: arial;
}
.smaller { font-size: 9px; }
#bigtext {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial;
}
#biglabel {
	font-size: 14px;
	font-weight: bold;
}
#buttonPrimary::-moz-focus-inner, 
.buttonPrimary::-moz-focus-inner, 
#buttonSecondary::-moz-focus-inner, 
.buttonSecondary::-moz-focus-inner, 
.buttonOption::-moz-focus-inner,
#button::-moz-focus-inner, 
.button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
#buttonSecondary, .buttonSecondary, .buttonSecondary:link, a.buttonSecondary:link, .buttonSecondary:visited, a.buttonSecondary:visited, .buttonSecondary:hover, a.buttonSecondary:hover,
.button:not(.buttonPrimary):not(.buttonOption), input[type="button"]:not(.buttonPrimary):not(.buttonOption), .ui-dialog-buttonset button:not(.buttonPrimary):not(.buttonOption), 
button:not(.buttonPrimary):not(.buttonOption) {
	font-size: 0.95em;
	background-color: #999;
}
.buttonSecondary:focus, a.buttonSecondary:focus, input[type="button"]:not(.buttonPrimary):not(.buttonTertiary):focus {
    border-color: none;
}
.buttonSecondary:active, a.buttonSecondary:active, input[type="button"]:not(.buttonPrimary):not(.buttonTertiary):active {
    background-color: #999;
}
.buttonSecondary:disabled, a.buttonSecondary.disabled, input[type="button"]:not(.buttonPrimary):not(.buttonTertiary):disabled {
    background-color: #999;
    color: #FFF;
}
#buttonPrimary, .buttonPrimary { margin: 0 6px; }
#buttonPrimary, .buttonPrimary, .buttonPrimary:link, a.buttonPrimary:link, .buttonPrimary:visited, a.buttonPrimary:visited, .buttonPrimary:hover, a.buttonPrimary:hover, 
input[type="submit"]:not(.buttonSecondary):not(.buttonOption), .button:not(.buttonSecondary):not(.buttonOption), input[type="button"]:not(.buttonSecondary):not(.buttonOption), 
.ui-dialog-buttonset button:not(.buttonSecondary):not(.buttonOption), button:not(.buttonSecondary):not(.buttonOption) {
    background-color: #777;
    border-color: none;
}
.buttonPrimary:active, a.buttonPrimary:active, input[type="submit"]:not(.buttonSecondary):not(.buttonTertiary):active {
    background-color: #777;
}
.buttonPrimary:disabled, a.buttonPrimary.disabled, input[type="submit"]:not(.buttonSecondary):not(.buttonTertiary):disabled {
    background-color: #777;
    border-color: none;
    color: #FFF;
}
.button:not(.buttonSecondary):not(.buttonOption):hover, input[type=button]:not(.buttonSecondary):not(.buttonOption):hover, #buttonPrimary:hover, .buttonPrimary:hover, 
.ui-dialog-buttonset .ui-state-hover, .ui-dialog-buttonset .ui-state-focus {
    background: none !important;
	background-color: #444 !important;
	border: none !important;
}
.button, input[type=button], #buttonPrimary, .buttonPrimary, #buttonSecondary, .buttonSecondary, .buttonOption, .ui-dialog-buttonset button,
button, input[type="submit"], input[type="button"] {
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border: none;
	overflow: visible;
	cursor: pointer;
	border-radius: 3px;
	min-width: 60px;
	padding: 5px;
    box-sizing: unset;
    height: auto;
    line-height: normal;
    margin: unset;
}
.button {
	font-size: 1.2em !important;
	padding: 10px;
}
input.buttonOption[type=button], .buttonOption {
	font-size: 0.95em;
	border: 1px solid #777 !important;
	border-radius: 4px !important;
	background-color: #FFF !important;
	color: #000 !important;
	margin: 0 6px 0 0;
}
input.buttonOption[type=button]:hover, .buttonOption:hover {
	background-color: #E6E6E6 !important;
}
.btnGoogleDriveImg {
    display: block;
    float: left;
    margin-right: 3px;
    width: 16px;
    height: 16px;
}
.btnDropboxImg {
    background: url("../../images/dbx-saver-status.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    height: 14px;
    margin: 0 5px 0 2px;
    vertical-align: bottom;
    width: 15px;
}
div.clear {	clear: both; }
#smallinstructions {
	font-size: 8pt;
	color: #0369b1;
	margin-left: 20px;
}
.smallinstructions {
	font-size: 0.9em;
	color: #0369b1;
	margin: 5px 0;
}
.instructions {
	margin: 4px;
	padding: 4px;
	font-size: 0.95em;
	background-color: #ffff66;
	border: 1px solid #bababa;
	color: #141400;
}
.viewMobile {
	background: #efefef;
	color: #999999;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	height: 24px;
	padding-top: 5px;
	font-size: .9em;
	cursor: pointer;
}
.headerText { text-decoration: underline; }
#content > div { height: 100px; }
#content {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
#linearBg2 {
	/* fallback */
	background-color: #666666;
/*	background: url(images/linear_bg_2.png);*/
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0 0, 0 100%, #333333, to(#666666)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #333333, #666666); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #333333, #666666); /* IE 10 */
	background: -ms-linear-gradient(top, #333333, #666666); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #333333, #666666);
}
#CenteredApply {
	width: 125px;
	height: 50px;
	position: absolute;
	left: 33%;
	font-size: 10pt;
	font-family: Arial,Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 4px outset;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #666666;
}
.hidden { display: none !important; }
.displayNone {display: none; }
.alignRight { text-align: right; }
.alignMiddle { vertical-align: middle; }
.floatRight { float: right; }
.floatLeft { float: left; }
.fullWidth { width: 100% !important; }
.width-30 { width: 30% !important; }
.width-50 { width: 50% !important; }
.width-70 { width: 70% !important; }
.inlineBlock { display: inline-block; }
hr { margin: 0; }
.mobileFooter
{
    position: relative;
    top: 100px;
}