.body
{
    background-color: #E6E6E6;
}
.avoidclick
{
    pointer-events: none;
}
.spacediv
{
    height: 70px;
    width: 10px;
    background: #E6E6E6;
}

.btn
{
    width: 135px;
    height: 40px;
    max-height: 40px;
    max-width: 150px; /* border: solid 2px #b62a26;     color: #b62a26; */
    border: solid 2px #0077B6;
    color: #0077B6;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-family: Calibri;
    font-size: medium;
    margin-right: 20px;
    padding: 8px;
}

.btn:hover
{
    border: solid 2px white;
    color: white; /*background: #b62a26;*/
    background: #0077B6;
}

.btnclick
{
    width: 100px; /*height: 25px;     max-height: 25px;     max-width: 150px;*/ /* border: solid 2px #b62a26;     color: #b62a26; */
    border: solid 2px #0077B6;
    color: #0077B6;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-family: Calibri;
    font-size: medium;
    margin-right: 20px;
    padding: 2px;
}

.btnclick:hover
{
    border: solid 2px white;
    color: white; /*background: #b62a26;*/
    background: #0077B6;
}


.btn2
{
    background-color: #0077b6;
    color: white;
    padding: 8px 10px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    width: 130px;
    float: left;
    position: relative;
    font-family: calibri;
    pointer-events:none;
}
/* Darker background on mouse-over */
.btn2:hover
{
    background-color: #0583D2;
    color: Yellow;
}
.btn2ch
{
    background-color: white;
    color: #0077b6;
    padding: 8px 10px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 6px;
    width: 130px;
    float: left;
    position: relative;
    font-family: calibri;
    text-align: left;
    cursor: text;
    font-weight: bold;
}
/* Darker background on mouse-over */
.btn2ch:hover
{
    color: black;
}

.btnspl{
   /* display:none ;*/
}

.btnhome
{
    background-color: #0077b6;
    color: white;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    border-color: #0077b6;
    width: 155px;
    float: left;
    position: relative;
    font-family: calibri;
   /* pointer-events: none;*/
    
}
/* Darker background on mouse-over */
.btnhome:hover
{
    background-color: #0583D2;
    color: Yellow;
}
.hplinkhome
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.hplinkhome:hover
{
    color: yellow;
}
.btn3
{
    color: #0077b6;
    cursor: pointer;
    width: 130px;
}
/* Darker background on mouse-over */



.btnback
{
    /*background-color: #0077b6;*/
    background-color: #50AF51;
    color: white;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
    width: 80px; /*border: 2px solid #0077b6;*/
    border: 1px solid #0077b6;
    float: right;
    margin-right: 50px;
}

.btnback:hover
{
    color: yellow;
}

.btnbackDiv
{
    background-color: #50AF51;
    color: white;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 20px;
    width: 80px;
    border: 2px solid #8cc739;
    float: right;
    margin-right: 10px;
}

.btnbackDiv:hover
{
    background-color: #74BA36;
    color: white;
}

.maintenanceclass
{
    font-weight: bolder;
    font-size: xx-large;
    color: #b62a26;
}

.downloadtext
{
    font-weight: bolder;
    font-size: large;
    text-decoration: underline;
}

.headingdivts
{
    text-align: center; /*background:#b62a26;*/
    background: #0583D2;
    color: White;
    font-size: large;
    font-family: Calibri;
    margin: 3px;
    width: 80%;
    font-weight: bold;
    border-radius: 6px;
}
.headingdivupdate
{
    /*background:#b62a26;*/ /*background:#73D674;*/ /*background: #0074b3;*/
    background: white; /*color: White;*/
    color: black; /*color:#145B9B;*/
    font-size: min(max(1.4vw, 12px), 16px);
    font-family: Calibri;
    margin: 3px;
    border: 2px solid #00A4BE;
    font-weight: bold;
    border-radius: 6px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px; 
 max-height:250px;

}
.headingdiv
{
    text-align: center; /*background:#b62a26;*/ /*background:#73D674;*/
    background: #0074b3;
    color: White; /*color:#145B9B;*/
    font-size: large;
    font-family: Calibri;
    margin: 3px;
    border: 2px solid #00A4BE;
    font-weight: bold;
    border-radius: 6px;
}

.headingdivcandi
{
    text-align: center; /*background:#b62a26;*/ /*background:#73D674;*/
    background: #0074b3;
    color: White; /*color:#145B9B;*/
    font-size: large;
    font-family: Calibri;
    margin: 3px;
    border: 2px solid #00A4BE;
    font-weight: bold;
    border-radius: 6px;
}


.centermsgdiv
{
    width: 1000px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: Calibri;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-size: medium;
    font-weight: bold;
    max-height: 100px;
    border-radius: 6px;
    border: 1px solid #0077b6;
}

.leftmsgdiv
{
    width: 960px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: Calibri;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-size: medium;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 155px;
}

.disclaimermsgdiv
{
    width: 980px;
    background-color: White;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    font-family: Calibri;
    background-color: #778dbd;
    color: White;
    max-height: 135px;
    border-radius: 6px;
}

.txtsmallclass
{
    font-size: small;
    font-family: calibri;
}

.hoverdiv
{
    font-family: Calibri;
    text-align: center;
    color: #b62a26;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.hoverdivbar
{
    font-family: Calibri;
    text-align: center;
    color: #0077b6;
    margin-top: 3px;
    margin-bottom: 3px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
.hoverdivbar:hover #help_popupbar
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}
#help_popupbar
{
    /*Normally, hide this span*/
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #0077b6;
    width: 400px;
    text-align: center;
    top: 30px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    z-index: 99; /*360px; is around the position I want*/
}
.HelpRTIdivbar
{
    width: 250px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: White;
}

.hlinkcorrigendum
{
    font-size: medium;
}

.hplink
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    position: relative;
}
.hplinkFAQ
{
    color: #0077b6;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    position: relative;
    text-decoration: none;
}

.hplink:hover
{
    color: yellow;
}

.hplinkts
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    pointer-events:none ;
}

.hplinkts:hover
{
    color: yellow;
}

.hlink
{
    color: white;
    text-decoration: underline;
}

.hlink:hover
{
    color: black;
}

.hlinkclass
{
    font-family: calibri;
    text-decoration: none;
    color: #b62a26;
}

.hlinkclass:hover
{
    color: white;
}


.hlinkclassa
{
    color: white;
    text-decoration: none;
    font-family: calibri;
}

.hlinkclassa:hover
{
    color: #b62a26;
}



.HeaderColorDiv
{
    /*background-color:#394b71;*/
    background-color: #0077b6;
    height: 30px;
    width: 1000px; /*background-image: linear-gradient(-90deg,#000080, #0077b6, green,yellow, orange);*/
}

.HelpRTIdiv
{
    width: 250px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: White;
}


.Scrolldiv
{
    width: 480px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: White;
}

.NotificationDivHome
{
    width: 220px;
    float: left;
    height: 520px;
    background-color: White;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    cursor: pointer;
}

.NotificationDiv
{
    width: 200px;
    float: left; /*height: 600px;*/
    background-color: White;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
}



.NotificationDivcolornone
{
    width: 220px;
    float: left; /*height:600px;*/
    background-color: none; /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/ /*border-radius:6px*/
}

.NewsDivHome
{
    width: 770px;
    float: left; /*height:600px;*/
    height: 530px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: White;
    border-radius: 6px; /*pointer-events: none;*/
}

.NewsDiv
{
    width: 770px;
    float: left; /*height:600px;*/
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-color: White;
    border-radius: 6px;
    margin-left: 10px;
    /*pointer-events: none;*/
}

.hovertest
{
    display: none;
    color: red;
    font-size: medium;
    text-align: center;
    font-weight: bold;
    font-family: Calibri;
}

.circlehead
{
    color: black;
    font-size: Lage;
    text-align: center;
    font-weight: bold;
    font-family: Calibri;
}

.circleheadmedium
{
    color: black;
    font-size: medium;
    text-align: center;
    font-weight: bold;
    font-family: Calibri;
}



.hoverdiv:hover #help_popup
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}

#help_popup
{
    /*Normally, hide this span*/
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #b62a26;
    width: 400px;
    text-align: center;
    top: 30px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
    z-index: 99; /*360px; is around the position I want*/
}
.MenuItemDivbar
{
    width: 192px;
    float: left;
    text-align: center;
    margin-right: 10px;
    background: white;
    font-family: Calibri;
    color: #0077b6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative; /*pointer-events: none;*/
}
.MenuItemDivbar:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}
.MenuItemLastDivbar
{
    width: 192px;
    float: left;
    text-align: center;
    background: white;
    font-family: Calibri;
    color: #0077b6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

.MenuItemLastDivbar:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}

.MenuItemDivHome
{
    width: 185px;
    float: left; /*text-align: center;*/
    border-bottom-color: #e6e6e6; /*border-bottom-color:#FFD700;*/
    border-bottom-style: solid;
    margin-left: 15px;
    margin-right: 10px;
    background: white;
    font-family: Calibri; /*color:#b62a26;*/
    color: #0077b6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
    top: 1px;
    left: -1px;
    border-bottom-style: solid; /*border-bottom-color: inherit;*/
    border-bottom-width: medium;
}

.MenuItemDivHome:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: 100px;
}

.MenuItemDivHomeLast
{
    width: 185px;
    float: left; /*text-align: center;*/
    margin-left: 15px;
    margin-right: 10px;
    background: white;
    font-family: Calibri; /*color:#b62a26;*/
    color: #0077b6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
    top: 1px;
    left: -1px;
}

.MenuItemDivHomeLast:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: 100px;
}

.MenuItemDiv
{
    width: 192px;
    float: left; /*text-align: center;*/
    margin-left: 15px;
    margin-right: 10px;
    background: white;
    font-family: Calibri; /*color:#b62a26;*/
    color: #0077b6;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px; /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
}

.MenuItemLastDiv
{
    width: 192px;
    float: left;
    text-align: center;
    background: white;
    font-family: Calibri;
    color: #b62a26;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}

.MenuItemDiv:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: 100px;
}

.ItemDiv
{
    width: 192px;
    float: left;
    text-align: center;
    margin-right: 10px;
    background: white;
    font-family: Calibri;
    color: #b62a26;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
    display: block;
}

.ItemDiv:hover .NotificationSpan1
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: 160px;
}

.MenuItemLastDiv:hover .NotificationSpan
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
}

.NotificationSpan
{
    /*Normally, hide this span*/
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
    width: 192px; /*text-align: center;*/
    top: 30px;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 99; /*360px; is around the position I want*/
}

.MenuSubitemHome
{
    text-decoration: none;
    line-height: 30px; /*color:#b62a26;*/ /*color:#8CC739;*/
    color: #628b27;
    width: 192px;
    float: left;
    margin-left: 10px;
}

.MenuSubitemHome:hover .sidemenu
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: -90px;
    top: 38px;
}

.sidemenu
{
    text-decoration: none;
    line-height: 30px; /*color:#b62a26;*/ /*color:#8CC739;*/
    color: #628b27;
    width: 192px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.sidemenu:hover .sidemenusub
{
    display: block;
    left: -90px;
}

.sidemenusub
{
    text-decoration: none;
    line-height: 30px; /*color:#b62a26;*/ /*color:#8CC739;*/
    color: #628b27;
    width: 192px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.MenuSubitem
{
    text-decoration: none;
    line-height: 20px; /*color:#b62a26;*/ /*color:#8CC739;*/ /*color: #628b27;*/
    color: #0077b6;
    width: 192px;
    float: left;
    cursor: pointer; /*leftbar*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

.MenuSubitem_Black
{
    text-decoration: none;
    line-height: 30px;
    color: black;
    width: 192px;
    float: left;
}

.MenuSubitem_Block
{
    text-decoration: none;
    line-height: 30px;
    color: Gray;
    width: 192px;
    float: left;
}

.MenuSubitemBlue
{
    text-decoration: none;
    line-height: 30px;
    color: Blue;
    width: 192px;
}

.MenuItemDiv:hover
{
    /*color:Black;*/
    color: #628b27;
}

.MenuSubitem:hover
{
    /*color:Black;*/ /*color: #628b27;*/
    background-color: #0077b6;
    color: yellow;
}

.MainLinksBorderdiv
{
    /*border:solid 1px gray;*/
    border-radius: 6px;
    font-family: Calibri;
    font-size: medium;
    color: black; /*background-color:white;*/ /*height:280px;*/
}

.MainListPadidngdiv
{
    font-family: Calibri;
    font-size: large;
    padding: 10px;
}

.MainListHeading
{
    color: blue;
    text-decoration: underline;
    margin-left: 5px;
    font-size: large;
    font-weight: bold;
}

.MainListHeading_Block
{
    color: gray;
    text-decoration: underline;
    margin-left: 5px;
    font-size: large;
    font-weight: bold;
}

.MainListStageHeading
{
    font-size: large;
    font-weight: bold;
    color: #b62a26;
    background-color: yellow;
}

.MainListContentDiv
{
    margin-left: 40px;
    font-size: medium;
}

.MainListContentDivHome
{
    margin-left: 40px;
    font-size: medium;
}

.Height5pxdiv
{
    height: 5px;
}

.Height10pxdiv
{
    height: 10px;
}

.Height20pxdiv
{
    height: 20px;
}

.Height30pxdiv
{
    height: 30px;
}

.Height40pxdiv
{
    height: 40px;
}

.Height50pxdiv
{
    height: 50px;
    width: 192px;
}

.Height60pxdiv
{
    height: 60px;
    width: 192px;
}

.width5pxdiv
{
    width: 5px;
    height: 12px;
    float: left;
}

.width10pxdiv
{
    width: 10px;
    height: 12px;
    float: left;
}
.width20pxdiv
{
    width: 20px;
    height: 12px;
    float: left;
}
.width1000pxdiv
{
    width: 1000px;

}

.width1000pxdivcolornone
{
    width: 1000px;
    height: auto;
    background-color: none;
}

.stylecleardiv
{
    clear: both;
    height: 0px;
}

.spacebetweendiv
{
    width: 10px;
    height: 1px;
    float: left;
}

.livenotifsubdiv
{
    margin-top: 10px;
    margin-left: 10px;
    font-family: Calibri;
}

.stepstoapplyspan
{
    color: #b62a26;
    text-decoration: underline;
    font-size: large;
    font-weight: bold;
}

.ImportantDatesTextDiv
{
    margin-top: 10px;
    margin-left: 3px;
    font-family: Calibri;
}

.FooterLinkstyle
{
    font-family: Calibri;
    font-size: medium;
    text-align: left;
    width: 200px;
}

.FooterDivstyle
{
    background-color: #555555;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    width: 1000px;
}

.FooterTableStyle
{
    text-align: center;
    margin-left: 30px;
}

.WebSiteInfoDiv
{
    /*background-color: #0099FF;*/
    background-color: #0077b6;
    border-radius: 6px; /*background-color:#b62a26;*/
    width: 1000PX;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Calibri;
    color: White;
}

.FeeOfficesLink
{
    color: Blue;
    text-decoration: underline;
    margin-left: 5px;
    font-size: large;
    font-weight: bold;
}

.StepstoApplyPoints
{
    font-weight: bold;
    color: #b62a26;
    margin-right: 3px;
}

.boldtext
{
    font-weight: bold;
}

.redtext
{
    color: red;
}

.bluetext
{
    color: blue;
}

.imagedivcss
{
    height: 267px;
    width: 450px;
}

.aptsnewsdiv
{
    width: 438px;
    border: solid 1px gray;
    height: 250px;
    margin-left: 10px;
    font-size: medium;
    max-height: 250px;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Calibri;
    padding-top: 10px;
}

h3
{
    text-decoration: underline;
    color: #b62a26;
}

.aptsimpnewsheading
{
    text-decoration: underline;
    color: #b62a26;
    font-size: x-large;
}


.btn2:hover .NotificationSpanPosts
{
    /*If you hover over the help icon, show the help_popup span*/
    display: block;
    left: -90px;
    top: 38px;
}


.NotificationSpanPosts
{
    /*Normally, hide this span*/
    display: none;
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    top: 30px;
    right: 1px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 99;
    background-color: white;
    border-radius: 6px; /*360px; is around the position I want*/
    width: 330px;
    border: solid 2px #0077b6;
}

.postslabel
{
    color: #0077b6;
    font-weight: normal;
}

.postslabeldiv
{
    color: black;
}

.GridPager a, .GridPager span
{
    display: block;
    height: 25px;
    width: 25px;
    font-weight: bold;
    text-decoration: none;
    background-color: #21BEDE;
}
.GridPager a
{
    color: black;
    background-color: #21BEDE;
}
.GridPager span
{
    color: #b62a26;
    background-color: #21BEDE;
}

table.grid
{
    border-collapse: collapse;
    border: solid 2px black;
    font-family: Calibri;
    font-size: small;
    text-align: medium;
    color: Black;
}
table.grid td, th
{
    border: solid 1px black;
    font-size: medium;
    text-align: center;
    padding: 4px;
}

table.gridpostsconsoli
{
    border-collapse: collapse;
    border: solid 2px black;
    font-family: Calibri;
    font-size: small;
    text-align: center;
    color: Black;
}
table.gridpostsconsoli td, th
{
    border: solid 1px black;
    font-size: medium;
    text-align: center;
    padding: 4px;
}

.char111
{
    width: 48px;
}
.char1111
{
    width: 56px;
}

/*new css for left DIV starts*/

#container
{
    /*margin: 0 auto;*/
    text-align: left;
    width: 220px;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 6px;
}

#containerHome
{
    /*margin: 0 auto;*/
    text-align: left;
    float: left; /*pointer-events: none;*/
}
#containerHomec3
{
    /*margin: 0 auto;*/
    text-align: left;
    float: left; /*pointer-events: none;*/
}

#Cycle
{
    ponter-events: visible;
}
#faq
{
    box-shadow: 0 0px 0px 0 rgba(255, 255, 255, 0.2);
    border-radius: 6px;
}

nav
{
    /*margin: 50px 0;*/ /*background-color: #E64A19;*/ /*background-color: #0077b6;*/
    background-color: White; /*width:1000px;*/
    width: 220px;
    display: inline-block;
    border-radius: 6px;
}

nav ul
{
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    position: relative;
}

nav ul li
{
    display: inline-block; /*background-color: #E64A19;*/
    background-color: #ffffff;
    width: 220px;
    position: relative;
    color: #0077b6;
    font-family: Calibri;
    font-size: 18px;
    vertical-align: middle;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    cursor: pointer;
}

nav a
{
    display: block;
    padding: 0 10px; /*color:#FFF;*/
    color: #0077b6;
    font-size: 14px;
    text-decoration: none; /* home*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    vertical-align: middle;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

nav a:hover
{
    /*background-color: #000000;*/
    background-color: #0077b6;
    color: yellow;
}

/* Hide Dropdowns by Default */
nav ul ul
{
    display: none;
    position: absolute;
    top: 10px; /* the height of the main nav */
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul
{
    display: inherit;
    left: 180px;
    z-index: 99;
}

/* Fisrt Tier Dropdown */
nav ul ul li
{
    /*width:170px;*/
    width: 220px;
    float: none;
    display: list-item;
    position: relative;
}

/* Second, Third and more Tiers */
nav ul ul ul li
{
    position: relative; /*top:-60px;*/
    top: 10px; /*left:200px;*/
}

nav ul li ul li ul li
{
    text-align: left;
    width: 300px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}


.helpCircle
{
    width: 320px;
    height: auto;
}

.help
{
    width: 300px;
    height: auto;
}

/* Change this in order to change the Dropdown symbol */
li > a:after
{
    float: right;
    content: ' +';
}

li > a:only-child:after
{
    content: '';
}
/*new css for left DIV Ends*/

/* Instructions CSS classes starts*/

.headinstructions
{
    background-color: #206ba4;
    color: white;
    height: 25px;
    width: 1000px;
    font-family: Calibri;
    font-weight: bold;
    text-align: center;
}

.instrctions
{
    text-align: left;
    font-family: Calibri;
    font-size: medium;
}

.redinstrctions
{
    text-align: left;
    font-family: Calibri;
    font-size: medium;
    color: Red;
}
/*Instruction CSS Classes ends*/


@media screen and (max-width:640px)
{
    .headingdivupdate
    {
        width: 60%;
    }
}
