﻿/* Common asp control styles*/
body
{
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    text-align: justify;
    font-family: Helvetica;
    font-size: 0.95em;
    color: #000000;
    background-color: #ffffff;
    overflow-x: hidden;
    z-index: 500;
}

.FECPenal
{
    width: 100%;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}
table tr td
{
    text-align: left;
    vertical-align: top; /*border:solid 1px #000000;*/
}
th
{
    background-color: #0273CF;
    font-size: 14px;
    color: #ffffff;
}

div
{
    border-collapse: collapse;
    border-spacing: 0px;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}
hr
{
    color: #000000;
    font-weight: bold;
}

a
{
    color: #000000;
}

a:hover
{
    text-decoration: none;
}

/*select
{
    font-family: Helvetica;
    font-size: 0.95em;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    width: 61%; 
}*/


input[type="text"], textarea, select, input[type="password"]
{
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
    font-family: Helvetica;
    font-weight: 500;
    color: #a46313;
    border: 1px solid #f5ad66;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.95em;
}

.input-disabled
{
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}

/* user defined styles*/

.PageTitle
{
    font-size: 17px;
    font-family: Helvetica;
    font-weight: bold;
}

.PageSubTitle
{
    font-size: 12px;
    font-family: Helvetica;
    font-weight: normal;
    text-transform: uppercase;
}


.DropDown
{
    width: 100%;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 0.95em;
}

input[type="file"]
{
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
    font-family: Helvetica;
    font-weight: 500;
    color: #a46313;
    cursor: pointer;
    border: 1px solid #f5ad66;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.95em;
}

.Button
{
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
    font-family: Helvetica;
    font-weight: 500;
    color: #a46313;
    cursor: pointer;
    border: 1px solid #f5ad66;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 0.95em;
}

.ErrorLabel
{
    font-family: Helvetica;
    font-weight: normal;
    color: #ff0000;
}




/******************************************Progress Tracker Styles**************************************/



ol.progtrckr
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

ol.progtrckr li
{
    display: inline;
    text-align: center;
    line-height: 3em;
    padding-right: 25px;
    padding-left: 25px;
    width: 33%;
    font-weight: bolder;
}

ol.progtrckr li.progtrckr-done
{
    color: black;
    border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo
{
    color: red;
    border-bottom: 4x solid silver;
}

ol.progtrckr li.progtrckr-inprogress
{
    color: black;
    border-bottom: 4x solid yellow;
}

ol.progtrckr li:after
{
    content: "\00a0\00a0";
}
ol.progtrckr li:before
{
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 0.95em;
}
ol.progtrckr li.progtrckr-done:before
{
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before
{
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}



/******************************Master Page Styles*******************************/


.MainTitleBox
{
    border: 1px solid #d49768;
    background: #cb842e url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_25_cb842e_1x400.png) repeat-x;
    color: #ffffff;
    font-weight: 500; /*font-family: Calibri;     font-size: 15px;     vertical-align: top;     text-transform: uppercase;     border-collapse: collapse;     color: #fff;     background: url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_highlight-soft_75_1E4B0F_1x100.png) repeat-x top;*/
}

.SmallLabel
{
    font-family: Calibri;
    font-weight: bold;
    font-size: 13px;
}


.blockMsgFEC
{
    background-color: #000;
    background-image: url(../Images/Icons/Loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
    height: 50px;
    width: 270px;
}


.ProgTrckrDiv
{
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
    font-family: Helvetica;
    font-weight: 500;
    color: #a46313;
    border: 1px solid #f5ad66;
    font-size: 0.95em;
}
.ui-datepicker th
{
    padding: .7em .3em;
    text-align: center;
    font-weight: normal;
    border: 0;
    color: #000;
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_100_f5f0e5_1x400.png) 50% 50% repeat-x;
    font-size: 11px;
    border: 1px solid #ccc;
}


.FormHeadingRow
{
    background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_glass_25_cb842e_1x400.png) 50% 50% repeat-x;
    font-family: Helvetica;
    font-weight: 550;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.FormSubHeadingRow
{
    /*    color: #000;     background: url(../Images/Icons/ddl_bg_large.png) repeat-x top;*/
   /* background: #f5f0e5 url(../Content/JQuery-UI-1.11.4-Custom/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png) 50% 50% repeat-x;*/
    font-family: Helvetica;
    font-weight: 590;
    color: #000;
    border: 1px solid #f5ad66;
    padding-left: 5px;
    padding-right: 5px;
}

div.rectangle-arrow {
  height:48px;
  overflow:hidden;
  margin-top:15px;
}
  div.rectangle-arrow p {
    color:#fff !important;
    background-color:#4E8ABE;
    padding:15px;
    margin:0 !important;
    display:table;
    font-weight:bold;
    float:left;
  }
  div.rectangle-arrow .arrow {
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 35px solid #4E8ABE;
    float:left;
  }

div .image_overlay h1 {
  font-size:30px;
  margin:0;
  font-weight:normal;
}

div .image_overlay h2 {
  font-size:22px;
  margin:0;
  font-weight:normal;
}

div.commuter_nyc {
  background:url(../images/commuter_nyc.jpg) no-repeat center -120px;
  height:285px;
}

div.webinar {
  background:url(../images/below_webinar.jpg) no-repeat center -145px;
  height:285px;
  background-size:auto;
}

  div.webinar_text article h3 {
    margin-bottom:10px;
  }
  div.webinar_text article p,
  div.webinar_text article ul {
    color:#222;
  }
  div.webinar_text article p {
    margin-top:15px;
    margin-bottom:0;
  }
  div.webinar_text article ul {
    margin-left:10px;
  }

