﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Modified by: Jed Johnson 01.04.2017
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
b {
    font-weight: bold;
}

/* End of reset.css */

html {
	background-color: #f9f9f9;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	border-top: solid 10px #000;
	color: #333;
	font-size: .95em;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

a {
	color: #0000ee;  /*#333;*/
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited,
	a:active, a:hover {
		color: #551a8b;  /*#333;*/
	}

	a:hover {
		background-color: #c7d1d6;
	}


header, footer, hgroup,
nav, section {
	display: block;
}

mark {
	background-color: #a6dbed;
	padding-left: 5px;
	padding-right: 5px;
}

.hr
{
	display: block;
	margin: 0.3em;
	border-style: solid;
	border-width: 1px;
	color: ActiveCaption;
}

.hr3
{
	display: block;
	margin: 0.3em;
	border-style: solid;
	border-width: 3px;
	color: black;
}

.riTextBox
{
    border-radius: 4px 4px 4px 4px;
}
.riTextBox:focus
{
    border-radius: 4px 4px 4px 4px;
}
.riTextBox:hover
{
    border-radius: 4px 4px 4px 4px;
}

.RadWindow rwIcon
{
    background-position: 0;
}

RadGrid .Row1 td
{
    padding-top: 2px; 
    padding-bottom: 2px; 
    height: 40px; 
    vertical-align: middle;
}

.RadButton.rbLinkButton.css3Shadows
{
	border: 0;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #666;
	font-weight: 600;
	margin-right: 6px;
}
 
.RadButton.rbLinkButton.css3Shadows:hover
{
	border: 0;
	box-shadow: 1px 2px 4px #999;
	font-weight: 600;
	margin-right: 6px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}


h1, h2, h3,
h4, h5, h6 {
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
    font-weight: bold;
}

h2 {
	font-size: 1.75em;
    font-weight: bold;
}

h3 {
	font-size: 1.2em;
    font-weight: bold;
}

h4 {
	font-size: 1.1em;
    font-weight: bold;
}

h5, h6 {
	font-size: 1em;
    font-weight: bold;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}

.content-wrapper {
	margin: 0 auto;
	max-width: 960px;
}

.content-wrapper-ballot {
	margin: 0 auto;
	max-width: 800px;
}

#body {
	clear: both;
	padding-bottom: 10px;
}

	.main-content {
		background: url("../Images/accent.png") no-repeat;
		padding-left: 10px;
		padding-top: 30px;
	}

	.featured + .main-content {
		background: url("../Images/heroAccent.png") no-repeat;
	}

header .content-wrapper {
	padding-top: 20px;
}


footer {
	clear: both;
	background-color: #e2e2e2;
	font-size: .8em;
}

.site-title {
	color: #c8c8c8;
	font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
}

#menu
{
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: -8px;
	margin-left: -140px;
	margin-right: -60px;
	padding: 0;
	text-align: right;
}

	#menu li {
		display: inline;
		list-style: none;
		padding-left: 15px;
	}

		#menu li a {
			background: none;
			color: #999;
			text-decoration: none;
		}

		#menu li a:hover {
			color: #333;
			text-decoration: none;
		}

.featured {
	background-color: #fff;
}
	.featured .content-wrapper {
	    background-color: #00610f;
	    color: #fff;
	    padding: 10px 10px 10px 10px; 
    }
		.featured hgroup.title h1, .featured hgroup.title h2 {
			color: #fff;
		}
		.featured p {
			font-size: 1.1em;
            line-height: 1.4em;
		}

hgroup.title {
    margin-left: 3px;
	margin-bottom: 3px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}

.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

ol.round {
	list-style-type: none;
	padding-left: 0;
}

	ol.round li {
		margin: 25px 0;
		padding-left: 45px;
	}

		ol.round zero {
			background: url("../Images/orderedList0.png") no-repeat;
		}

		ol.round one {
			background: url("../Images/orderedList1.png") no-repeat;
		}

		ol.round two {
			background: url("../Images/orderedList2.png") no-repeat;
		}

		ol.round three {
			background: url("../Images/orderedList3.png") no-repeat;
		}

		ol.round four {
			background: url("../Images/orderedList4.png") no-repeat;
		}

		ol.round five {
			background: url("../Images/orderedList5.png") no-repeat;
		}

		ol.round six {
			background: url("../Images/orderedList6.png") no-repeat;
		}

		ol.round seven {
			background: url("../Images/orderedList7.png") no-repeat;
		}

		ol.round eight {
			background: url("../Images/orderedList8.png") no-repeat;
		}

		ol.round nine {
			background: url("../Images/orderedList9.png") no-repeat;
		}

article {
	float: left;
	width: 70%;
}

aside {
	float: right;
	width: 25%;
}

	aside ul {
		list-style: none;
		padding: 0;
	}

		aside ul li {
			background: url("../Images/bullet.png") no-repeat 0 50%;
			padding: 2px 0 2px 20px;            
		}

.bullet {
	background: url("../Images/bullet.png") no-repeat 0 50%;
    padding-bottom: 2px;
    padding-left: 20px;
}

fieldset.open-auth-providers {
	margin-top: 15px;
}

	fieldset.open-auth-providers button {
		margin-bottom: 12px;
	}

.contact-wrapper {
	margin: 0 auto;
}

.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 5px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

input[type="button"] {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

.validator
{
	color: Red;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.rddlPopup .rddlItem {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.2em;
}

.RadDropDownList_Office2007 .rddlInner {
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-size: 1.0em;
}

.RadDropDownList_Bootstrap .rddlInner {
    font-size: 1.0em;
}

.errorMessage {
    margin-top: .5em;
    font-size: 1.0em;
    vertical-align: top;
    overflow: auto;
}

.alert {
	margin-top: 10px;
	font-weight: bold;
}

.visible-xs-block,
.visible-sm-block,
.visible-md-block,
.visible-lg-block {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block;
  }
}

@media (max-width: 600px) {
    img {
        display: none;
    }
}

.label {
    width: 100%;
	font-size: 1.6em;
	font-weight: 600;
	text-align: left;
    margin-left: 4px;
    margin-bottom: 4px;
	float: left;
}

.labelValue {
    float: left;
    margin-top: 6px;
    margin-left: -1.4em;
    width: 15em;
    min-width: 10em;
}

.labelDetail {
    margin-top: 1.0em;
    text-align: right;
    float: right;
}

.labelDetail1 {
    margin-right: 5px;
    text-align: right;
}

.detailItem {
    display: inline-block;
    margin-left: 1.0em;
    margin-bottom: 2px;
}

.labelSpacer {
    float: left;
    margin-bottom: 6px;
    width: 9em;
    min-width: 9em;
}

.labelSpacer10 {
    float: left;
    width: 10em;
    min-width: 10em;
    text-align: right;
    margin-top: .5em;
}

.moveLabel {
    margin-left: .4em;
}

.stdLabel {
    margin-top: .2em;
    margin-right: .2em;
    text-align: right;
    font-weight: 600;
}

.stdLabelTitle {
    margin-top: .2em;
    margin-right: .5em;
    text-align: right;
    font-weight: 600;
}

.stdLabel1 {
    float: right;
    margin-top: .3em;
    text-align: right;
    font-weight: 500;
}

.stdLabel2 {
    float: right;
    margin-top: .5em;
    text-align: right;
    font-weight: 600;
}

.stdLabel3 {
    float: right;
    margin-top: .5em;
    margin-right: .4em;
    text-align: right;
    font-weight: 600;
}

.stdLabel4 {
    width: 11.7%;
    margin-right: .4em;
    float: left;
    text-align: right;
    font-weight: 700;
}

.dialogLabelSpacing {
    margin-top: .2em;
    margin-right: -.8em;
}

.dialogTextSpacing {
    margin-top: .5em;   
    margin-left: -.8em;
}

.dialogFieldSpacing {
    margin-top: .5em;   
    margin-right: -.8em;
}

.dialogFieldSpacing1 {
    margin-top: .9em;   
    margin-right: -.8em;
}

.EM3Spacer {
    margin-top: 1em;
}

.panelStyle {
    color: lightgoldenrodyellow;
}

.panelFull {
    margin: 0 auto;
}

.panelInfo {
    display: inline-block;
    margin-top: 6px;
    width: 100%;    
    vertical-align: top;
}

.panelResv {
    display: inline-block;
    margin-top: 6px;
    width: 60%;    
    vertical-align: top;
}

.panelCommands {
    display: inline-block;
    margin: 10px;
    width: 50%;    
    vertical-align: top;
}

.buttonSubmit {
    margin-top: 2em;
    float: left;
}

.buttonSpacer {
    margin-right: .25em;
}

.css3Shadows
{
	border: 0;
	border-radius: 4px;
	box-shadow: 1px 2px 4px #666;
    border-color: #2e6da4;
	font-weight: 600;
	margin-right: 6px;
    background-color: #337ab7;
    color: #fff;
}

.borderCssClass div {
    border: 1px solid red;
}

field
{
    margin-top: 1em;
    margin-bottom: 1em;
}

fieldset.form
{
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 1em;
    padding: 0;
    border-style: none;
}

fieldset.form legend
{
    margin-left: 1em;
    font-size: 16px;
    color: #302E22;
}

fieldset.form ol
{
    list-style: none;
}

fieldset.form li
{
    float: left;
    clear: left;
    width: 100%;
}

submit
{
    clear: both;
    float: none;
    width: auto;
    margin-top: 1em;
}

fieldset.form label
{
    float: left;
    width: 8em;
    /*margin-right: 1em;*/
}

.notice
{
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    margin-top: 1em;
    margin-bottom: .5em;
    border: 2px solid #ddd;
}

.notice
{
    background: #f6fffc;
    color: #000;
    border-color: #00610f;
}

.notice a
{
    color: #00610f; 
}

.gridPosition {
    margin-left: -15em;
    margin-top: -1em;
}

.gridPositionResv {
    margin-left: -5em;
}

.buttonPosition {
    margin-top: 1.0em;
    display: inline-flex;
}

.resvLabel {
    margin-top: .5em;
    text-align: left;
}

.resvLabelRequired {
    margin-top: .5em;
    text-align: left;
    font-style: italic;
}

.resvField {
    margin-top: .2em;
    text-align: left;
}

.resvFieldPrice {
    margin-top: .5em;
    text-align: left;
}

.linkField {
    margin-top: .7em;
    text-align: left;
    color: darkblue;
}

.updateBox {
    font-weight: 600;
    text-align: left;
}

.menuButton {
    margin-left: 5.0em;
    margin-bottom: 1.0em;
}

.menuButtonCancel {
    margin-left: 1.0em;
    margin-bottom: 1.0em;
}