﻿/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

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, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table:not(.article_reset table), caption, tbody, tfoot, thead,  tr:not(.article_reset tr),  th:not(.article_reset th),  td:not(.article_reset td), article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
   margin: 0;
   padding: 0;
   font: 14px/18px "Helvetica",Arial,sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
   display: block;
   font-family: Rockwell, 'Crete Round', Glypha, Boton, Soho, Memphis, serif;
}

body
{
   line-height: 1;   
}

ol, ul
{
   list-style: none;
}

blockquote, q
{
   quotes: none;
}

   blockquote:before, blockquote:after, q:before, q:after
   {
      content: none;
   }

table
{
   border-collapse: collapse;
   border-spacing: 0;
}


#StatusBar
{
   width: 100%;
}

/* BEGIN: Override jQuery UI theme for notificaton messages */
.jnotify-item-wrapper
{
   width: 100% !important;
   float: left !important;
   height: 85px;
   background-color: #B0E16F;
}

.jnotify-item
{
   width: 100% !important;
   float: left !important;
   background-color: #B0E16F;
   height: 85px;
   text-align: center;
}

.jnotify-item-close
{
   float: right !important;
   margin: -7px 5px 0 0;
   cursor: pointer;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
   border-bottom-right-radius: 2px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
   border-bottom-left-radius: 2px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
   border-top-right-radius: 2px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
   border-top-left-radius: 2px !important;
}

.ui-state-highlight
{
   background-image: none !important;
}

.ui-icon-info
{
   background: none !important;
}

.jnotify-item-wrapper span
{
   font-style: italic;
   font-size: 16pt;
   font-weight: 600;
   font-family: Georgia, 'Crete Round', Rockwell, Glypha, Boton, Soho, Memphis, serif;
   line-height: normal;
}

.jnotify-item-wrapper .ui-state-highlight
{
   padding-top: 20px;
   border: none;
}

.jnotify-item-wrapper .ui-icon-circle-close
{
   height: 49px;
   width: 49px;
   background-image: url("../../Content/Images/Icons/button.jNotify.Black.Close.png");
   background-position: 0px 0px;
}

.jnotify-item strong
{
   font-style: italic;
   font-size: 18pt;
   font-weight: 600;
   font-family: Georgia, 'Crete Round', Rockwell, Glypha, Boton, Soho, Memphis, serif;
}
/* END: Override jQuery UI theme for notificaton messages */

.email
{
   color: #0097ff;
   font-size: 1.2em;
}
/*  End Eric Meyer's Reset CSS v2.0*/

hr
{
   width: 80%;
   margin: 0 auto 0 auto;
   border: 0;
   height: 1px;
   background: #333;
   background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
   background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
   background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
   background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.ipad, .ipod, .iphone, .android
{
   -webkit-text-size-adjust: none;
}

input[type="text"], input[type="password"], input[type="email"]
{
   -moz-transition: background 85ms ease-in 0s, border-color 85ms ease-in 0s;
   -o-transition: background 85ms ease-in 0s, border-color 85ms ease-in 0s;
   -webkit-transition: background 85ms ease-in 0s, border-color 85ms ease-in 0s;
   transition: background 85ms ease-in 0s, border-color 85ms ease-in 0s;
   width: 222px;
   margin-bottom: 5px;
}

.hidden_required
{
   height: 0px;
   overflow: hidden;
}

.ldld-select-small, .field-select-medium, .field-select-large, .field-select-xlarge
{
   height: 40px;
   overflow: hidden;
   background: url("../Images/drop-down-list-arrow2.png") no-repeat right #F0F0F0;
   border: 1px solid #BFBFBF;
   margin: .1em;
   line-height: normal !important;
   float: left;
   /* Rounded corners */
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   -khtml-border-radius: 5px;
   -moz-appearance: none;
}

.field-select-small
{
   width: 80px;
}

.field-select-medium
{
   width: 190px;
}

.field-select-large
{
   width: 240px;
}

.field-select-xlarge
{
   width: 285px;
}

   .field-select-small select, .field-select-medium select, .field-select-large select, .field-select-xlarge select
   {
      background: transparent;
      border: 0;
      border-radius: 0;
      line-height: 1.1;
      height: 34px;
      -webkit-appearance: none;
       -moz-appearance: none;
   }

      .field-select-small select:focus, .field-select-medium select:focus, .field-select-large select:focus, .field-select-xlarge select:focus
      {
         outline: none;
      }

.field-select-small select
{
   width: 111px;
}

.field-select-medium select
{
   width: 221px;
}

.field-select-large select
{
   width: 271px;
}

.field-select-xlarge select
{
   width: 310px;
}

select
{
   -moz-box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance: none;
   background-color: #E9E9E9;
    background: url("../Images/drop-down-list-arrow2.png") no-repeat right #F0F0F0;
   border: 1px solid #BFBFBF;
   border-radius: 3px 3px 3px 3px;
   display: block;
   margin-bottom: 12px;
   min-height: 35px;
   padding: 8px;
   width: 100%;
   
}

select::-ms-expand {
    display: none;
}

textarea, input
{
   -moz-box-sizing: border-box;
   background-color: #E9E9E9;
   border: 1px solid #BFBFBF;
   border-radius: 3px 3px 3px 3px;
   display: block;
   margin-bottom: 12px;
   min-height: 30px;
   padding: 8px;
}

.clearfix
{
   clear: both;
}

input[type="checkbox"]
{
   margin: 0px;
   line-height: normal;
}

input[type="text"]
{
   padding: 1em;
   margin: .1em;
}

input[type="password"], input[type="text"]
{
   background: #f0f0f0;
   border: none;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
   font-size: 16px;
   padding: 10px;
   display: inline;
   float: left;
}

   input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover
   {
      border-color: #777777;
   }

input.input-error[type="text"]:hover, input.input-error[type="password"]:hover, input.input-error[type="email"]:hover, textarea.input-error:hover
{
   border-color: #A82424;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus
{
   background: none repeat scroll 0 0 #FCFCFC;
   border-color: #2887BD;
   -webkit-box-shadow: 0 0 2px #2887BD;
   box-shadow: 0 0 2px #2887BD;
}

input.input-error[type="text"]:focus, input.input-error[type="password"]:focus, input.input-error[type="email"]:focus, textarea.input-error:focus
{
   background-color: #F8F7F7;
   border-color: #A82424;
   -webkit-box-shadow: 0 0 2px #BD2828;
   box-shadow: 0 0 2px #BD2828;
}

.highlight_text
{
   color: #1487C9;
}

p
{
   margin: 1em;
}

.underline
{
   text-decoration: underline;
}

.bolditalic
{
   font-weight: bold;
   font-style: italic;
}

.faintitalic
{
   font-size: .8em;
   font-style: italic;
   font-weight: 500;
}

.field
{
   float: left;
   width: 100%;
}

   .field input, .field select
   {
      background: #f0f0f0;
      border: none;
      font-size: 10pt;
      display: block;
      height: 40px;
      /*width here caused registration
     forms to display improperly*/
      /* width:100%;*/
      /* Rounded corners */
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -khtml-border-radius: 5px;
   }

.fieldLabel
{
   color: #4A4A4C;
   font-size: 11pt;
   padding-top: .25em;
   padding-bottom: .25em;
}

.fieldValidator
{
   color: red;
}

/* Button decoration */
/* Buttons */
.std_button
{
   font: 14px/18px "Helvetica",Arial,sans-serif;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96db6b), to(#57ae28)); /* Safari 4-5, Chrome 1-9 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96db6b', endColorstr='#57ae28'); /* for IE */
   background: -webkit-linear-gradient(top, #96db6b, #57ae28); /* Safari 5.1, Chrome 10+ */
   background: -moz-linear-gradient(top, #96db6b, #57ae28); /* Firefox 3.6+ */
   background: -ms-linear-gradient(top, #96db6b, #57ae28); /* IE 10 */
   background: -o-linear-gradient(top, #96db6b, #57ae28); /* Opera 11.10+ */
   -webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -moz-border-radius: 3px; /* Firefox 1-3.6 */
   border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   padding: 10px 20px 10px 20px;
   border: 1px solid #549904;
   border-top: 1px solid #7cc708;
   border-bottom: 1px solid #357600;
   font-size: 20px;
   font-weight: bold;
   color: #296611;
   -webkit-box-shadow: 0 0 2px #3B3B3B;
   box-shadow: 0 0 2px #3B3B3B;
}

   .std_button:hover, .std_button:focus
   {
      /*-webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateX(0);*/
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5\90)";
      filter: alpha(opacity=90);
      /* This works in IE 8 & 9 too */
      -moz-opacity: 0.9; /* Older than Firefox 0.9 */
      -khtml-opacity: 0.5; /* Safari 1.x (pre WebKit!) */
      opacity: 0.9; /* Modern!*/
   }


   .std_button[disabled], .std_button[disabled]:hover, .std_button[disabled]:active
   {
      background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#87a1a9), to(#536974)); /* Safari 4-5, Chrome 1-9 */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87a1a9', endColorstr='#536974'); /* for IE */
      background: -webkit-linear-gradient(top, #87a1a9, #536974); /* Safari 5.1, Chrome 10+ */
      background: -moz-linear-gradient(top, #87a1a9, #536974); /* Firefox 3.6+ */
      background: -ms-linear-gradient(top, #87a1a9, #536974); /* IE 10 */
      background: -o-linear-gradient(top, #87a1a9, #536974); /* Opera 11.10+ */
      -webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -moz-border-radius: 3px; /* Firefox 1-3.6 */
      border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      padding: 10px 20px 10px 20px;
      border: 1px solid #8e96a1;
      font-size: 20px;
      color: #fff;
      text-decoration: none;
   }

.std_button_disabled, .std_button_disabled:hover, .std_button_disabled:active
{
   font: 14px/18px "Helvetica",Arial,sans-serif;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3a3a3), to(#666666)); /* Safari 4-5, Chrome 1-9 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8babb7', endColorstr='#666666'); /* for IE */
   background: -webkit-linear-gradient(top, #a3a3a3, #666666); /* Safari 5.1, Chrome 10+ */
   background: -moz-linear-gradient(top, #a3a3a3, #666666); /* Firefox 3.6+ */
   background: -ms-linear-gradient(top, #a3a3a3, #666666); /* IE 10 */
   background: -o-linear-gradient(top, #a3a3a3, #666666); /* Opera 11.10+ */
   -webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -moz-border-radius: 3px; /* Firefox 1-3.6 */
   border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   border: 1px solid #565656;
   border-top: 1px solid #848484;
   border-bottom: 1px solid #363636;
   padding: 10px 20px 10px 20px;
   font-size: 20px;
   color: #fff;
   text-decoration: none;
   text-align: center;
   -webkit-box-shadow: 0 0 2px #3B3B3B;
   box-shadow: 0 0 2px #3B3B3B;
}

.alt_static_button,
.alt_button
{
   font: 14px/18px "Helvetica",Arial,sans-serif;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8babb7), to(#566c79)); /* Safari 4-5, Chrome 1-9 */
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8babb7', endColorstr='#566c79'); /* for IE */
   background: -webkit-linear-gradient(top, #8babb7, #566c79); /* Safari 5.1, Chrome 10+ */
   background: -moz-linear-gradient(top, #8babb7, #566c79); /* Firefox 3.6+ */
   background: -ms-linear-gradient(top, #8babb7, #566c79); /* IE 10 */
   background: -o-linear-gradient(top, #8babb7, #566c79); /* Opera 11.10+ */
   -webkit-border-radius: 3px; /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -moz-border-radius: 3px; /* Firefox 1-3.6 */
   border-radius: 3px; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   border: 1px solid #515764;
   border-top: 1px solid #7a81af;
   border-bottom: 1px solid #313743;
   padding: 10px 20px 10px 20px;
   font-size: 20px;
   color: #fff;
   text-decoration: none;
   text-align: center;
   -webkit-box-shadow: 0 0 2px #3B3B3B;
   box-shadow: 0 0 2px #3B3B3B;
}

   .alt_static_button:hover,
   .alt_button:hover
   {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5\90)";
      filter: alpha(opacity=90); /* This works in IE 8 & 9 too */
      -moz-opacity: 0.9; /* Older than Firefox 0.9 */
      -khtml-opacity: 0.5; /* Safari 1.x (pre WebKit!) */
      opacity: 0.9; /* Modern!*/
   }

.alt_static_button /*no media queries applied*/
{
   margin: 0 auto;
   width: 230px;
}



.fieldBox
{
   float: left;
   margin-right: 1em;
}


/**********  Commands ************/

.commands
{
   margin: 1em auto 1em auto;
   text-align: center;
   float: right;
   width: 100%;
   cursor:pointer;
}

.center_button {
   margin-right: auto;
   margin-left: auto;
}

.right_button
{
   float: right;
   margin-left: 1em;
}

/* BEGIN: Command buttons */
.command_buttons
{
   position: fixed;
   bottom: 40px;
   right: 35px;
   z-index: 999;
}
/* END: Command buttons */

.sansserif_font th, .sansserif_font td
{
   font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
   font-size: 1em;
}