/* --------------kUNAL fOR New Front Design-------------------*/
* {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    /*font-size: 85%;*/
    font-size: 13px;
    height: 100%;
    background-image: url(images/main-bg1.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto;
}

img {
    border: none;
}

input[type=radio], input[type=checkbox] {
    margin: 0 5px;
}

#content {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto;
    background-image: url(images/main-bg2.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 35%;
}

#menu {
    box-sizing: border-box;
    max-width: 990px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
}

    #menu ul {
        list-style: none;
    }

    #menu li {
        display: inline;
    }

    #menu a {
        display: inline-block;
        text-align: center;
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        padding: 0px 10px 0px 15px;
        line-height: 14px;
        border-left: solid 1px #fff;
        text-transform: capitalize;
    }

        #menu a:hover {
            color: #ffffff;
            text-decoration: underline;
        }

#header {
    background-color: #FFF;
    height: 60px;
    margin-bottom: 18px;
}

#headerContainer {
    box-sizing: border-box;
    height: 60px;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
    background-image: url("images/nyc-logo.png");
    background-size: auto 60px;
    background-position: left center;
    background-repeat: no-repeat;
}

#main-title {
    font-size: 24px;
    font-weight: bold;
    color: #00716E;
    text-align: right;
    line-height: 30px;
    padding-top: 15px;
}

#wrap {
    box-sizing: border-box;
    width: 990px;
    height: calc(100% - 125px);
    margin: 0 auto;
    padding: 0 15px;
}

#main {
    box-sizing: border-box;
    height: 100%;
    background-color: #FFF;
    padding: 20px 15px 0 15px;
}

#lede {
    list-style: none;
    padding-left: 10px;
    height: 120px;
}

    #lede h2 {
        color: #fff;
        height: 31px;
    }

    #lede ul {
        padding-top: 5px;
    }

#menul {
    list-style: none;
    margin-left: 20px;
}

    #menul li {
        float: none;
        padding: 10px 0px;
        padding-left: 15px;
        background: url(images/small.gif) no-repeat 0px 15px;
        color: #ffffff;
        font-weight: bold;
    }

#menu2 {
    list-style: none;
    margin-left: 10px;
}

    #menu2 li {
        float: none;
        font-weight: bold;
    }

        #menu2 li a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            margin: 15px 0px;
            border: solid 1px #fff;
            padding: 10px 0px;
            padding-left: 10px;
        }

            #menu2 li a:hover {
                background-color: #333333;
            }

#context {
    float: left;
    width: 150px;
    padding: 5px;
    color: #fff;
}

#left {
    width: 400px;
    float: left;
    background: #fff url(images/dshadow.gif) repeat-y left;
    padding-left: 5px;
}

    #left h2 {
        color: #333333;
        padding-top: 5px;
        padding: 5px;
        margin: 0px;
        font-size: 110%;
    }

    #left h3 {
        color: #333333;
        padding: 5px;
        margin: 0px;
        font-size: 100%;
    }

    #left h4 {
        color: #0066CC;
        padding: 5px;
        margin: 0px;
        font-size: 100%;
    }

#right h4 {
    color: #0066CC;
    padding: 0px;
    margin: 0px;
    font-size: 100%;
}

#left p {
    padding: 5px;
    font-size: 90%;
}

.date {
    text-align: right;
    color: #333333;
    font-size: 11px;
}

    .date a {
        color: #333333;
    }

#right {
    width: 210px;
    float: left;
    border-top: solid 1px #fff;
}

    #right H3 {
        height: 27px;
        font-size: 14px;
        font-weight: bold;
        padding-left: 25px;
        padding-top: 10px;
        color: #333333;
        background: url(images/check.png) no-repeat 5px 12px;
    }

    #right ul {
        list-style: none;
    }

    #right p {
        padding: 5px;
        font-size: 13px;
    }

    #right .news {
        padding: 0px;
        padding-left: 5px;
        font-size: 11px;
        color: #0066CC;
    }

    #right label {
        display: block;
        float: left;
        width: 20px;
    }

    #right input {
        float: left;
        margin-left: 20px;
        margin-top: 1px;
        width: 80%;
        border: solid 1px #333333;
    }

        #right input.button {
            float: none;
            margin: 10px;
            width: 50%;
            padding: 0px 5px;
        }

    #right br {
        clear: both;
    }

    #right table.dates {
        font-size: 90%;
        border: solid 1px #0066CC;
        width: 100%;
    }

td.title {
    background-color: #0066CC;
    color: #fff;
    font-weight: bold;
}

table.dates td {
    margin: 0px 5px;
    border: solid 1px #0066CC;
    padding: 2px;
}

.more {
    padding: 0px;
    text-align: right;
    color: #0066CC;
    font-size: 13px;
}

#footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    clear: both;
    padding: 20px 0 0 0;
    height: 40px;
    background: #00716E;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 23px;
}

#footerwrap {
    clear: both;
    background: none;
    padding-left: 0px;
    text-align: center;
}

#footer a {
    color: #FFF;
    padding: 0 5px;
    text-decoration: none;
}

    #footer a:hover {
        color: #cee7ff;
    }

#nyclogo {
    text-align: right;
    width: 650px;
    padding: 6px;
}

h2 a {
    color: #fff;
}
/*******/
/*forms*/
/*******/
#mainbody {
    width: 590px;
    float: left;
    background: #fff url(images/dshadow.gif) repeat-y left;
    padding: 10px;
}

    #mainbody h1 {
        color: #333333;
        margin: 0px;
        font-size: 115%;
    }

    #mainbody h2 {
        color: #0066CC;
        margin: 0px;
        font-size: 105%;
    }

    #mainbody h3 {
        color: #333333;
        margin: 0px;
        font-weight: bold;
        font-size: 100%;
        text-decoration: underline;
    }

    #mainbody h4 {
        color: #0066CC;
        font-size: 100%;
        margin-top: 10px;
        margin-left: 5px;
    }

    #mainbody h5 {
        font-size: 90%;
        color: #333333;
        margin-top: 10px;
        margin-left: 5px;
        text-decoration: underline;
    }

    #mainbody p {
        padding: 5px;
        font-size: 13px;
    }

    #mainbody div {
        margin-left: 20px;
    }

    #mainbody label {
        font-weight: bold;
    }

    #mainbody li {
    }

input.contact, select.contact {
    border: none;
    border-bottom: solid 2px #0066CC;
    width: 200px;
    margin-left: 5px;
    margin-top: 5px;
}

#contactinfo label, #studentinfo label {
    width: 200px;
    display: block;
    float: left;
    margin-left: 5px;
}

#contactinfo .long, #studentinfo .long {
    width: 300px;
}

#contactinfo .short, #studentinfo .short {
    width: 100px;
}

#contactinfo br, #studentinfo br {
    clear: both;
}

span.contact {
    border: none;
    border-bottom: solid 2px #0066CC;
    width: 200px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
}

.eligibility {
    margin: 10px;
}

.schools {
    width: 410px;
    border: solid 1px #0066CC;
}

#eligbile table {
    width: 550px;
}

td.lcol {
    border: solid 1px #0066CC;
    width: 80%;
    padding: 2px;
}

td.rcol {
    width: 20%;
    vertical-align: top;
}

#eligbile table span {
    width: 50%;
    display: block;
    float: left;
    text-align: center;
    height: 20px;
    margin-bottom: 2px;
}

.yn {
    background-color: #0066CC;
    color: #fff;
    font-weight: bold;
}

textarea {
    border: solid 1px #fff;
}
/*General*/
.hide {
    display: none;
}

.hide {
    display: none;
}

ul {
    /*font-size: 90%;*/
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}

li {
    font-size: 16px;
    padding: 5px;
    line-height: 22px;
}

#menul a {
    text-decoration: none;
    color: inherit;
}

    #menul a:hover {
        text-decoration: underline;
        color: inherit;
    }

li a {
    color: #fff;
}

.links a {
    color: #0066CC;
}

table.results {
    width: 100%;
}

    table.results td {
        width: 25%;
    }

.results {
    color: #000;
}

.elected {
    background-color: #FFFFCC;
}

tr.verify {
    background-color: #ccc;
}

div.results {
    width: 800px;
}

ol li {
    margin: 5px 25px;
}
/* --------------kUNAL fOR New Front Design-------------------*/
/*body
{
	margin: 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; color: #4d462d;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	background: url(images/body-bg.jpg);
}
*/
#mainbody02 {
    /*
  width: 928px;
  float: left;
  padding: 0 0 20px 28px;
*/
    font-size: 16px;
}

    #mainbody02 p {
        /*font-family: Arial, Helvetica, sans-serif;*/ /*color: #4d462d;*/
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        font-weight: normal;
        font-weight: normal;
        /*text-align: left;*/
        margin: 0 0 13px 0;
        font-size: 16px;
        line-height: 22px;
    }

    #mainbody02 h2 {
        /*font-family: Arial, Helvetica, sans-serif;*/
        color: #00716E;
        font-size: 24px;
        font-weight: bold;
    }

    #mainbody02 h3 {
        /*font-family: Arial, Helvetica, sans-serif;*/
        color: #00716E;
        font-size: 18px;
        font-weight: bold;
    }

    #mainbody02 img {
        border: none;
        vertical-align: middle;
    }

    #mainbody02 a {
        outline: none;
        text-decoration: underline;
        /*	font-family: Arial, Helvetica, sans-serif;*/
        color: #00716E;
        font-size: 16px;
        font-weight: normal;
    }

        #mainbody02 a:hover {
            color: #669900;
            text-decoration: none;
        }

.fclear {
    clear: both;
    float: none;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

#mainbody02 input, #mainbody02 select, #mainbody02 textarea {
    color: #5b5b5b;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
}
/*======== Start header and Menu class ========*/
.page_mn {
    background: url(images/header_bg.jpg) repeat-x;
}

.page_width {
    width: 960px;
    margin: 0 auto;
}

.header_mn {
    height: 145px;
    float: left;
    width: 100%;
}

.logo {
    float: left;
    padding-top: 0px;
    width: auto;
}

a {
    outline: none;
}

.header_mn_rt {
    width: 672px;
    float: right;
}

.header_mn_rt_01 {
    background: url(images/top_rt.gif) no-repeat right;
    float: right;
}

    .header_mn_rt_01 span {
        background: url(images/top_lt.gif) no-repeat left;
        float: left;
        height: 22px;
        padding: 4px 25px 0 25px;
    }

    .header_mn_rt_01 a {
        color: #FFFFFF;
        text-decoration: none;
        padding: 0 10px;
    }

.main_mn {
    float: right;
    margin: 0px;
    padding: 0px;
    padding-top: 50px;
    width: 100%;
}

    .main_mn ul {
        float: left;
        margin: 0px;
        padding: 0px;
    }

    .main_mn li {
        float: left;
        margin: 0px;
        padding: 2px;
        list-style: none;
    }

    .main_mn a {
        float: left;
        font-size: 14px;
        color: #805542;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        padding-left: 10px;
    }

        .main_mn a span {
            float: left;
            height: 21px;
            padding: 3px 10px 0px 0;
            cursor: pointer;
        }

        .main_mn a:hover, .main_mn a.active {
            background: url(images/menu_lt.gif) no-repeat left;
            color: #FFFFFF;
        }

            .main_mn a:hover span, .main_mn a.active span {
                background: url(images/menu_rt.gif) no-repeat right;
            }

.banner_bg {
    background: url(images/banner_bg.png) no-repeat center;
    float: left;
    width: 100%;
    _background: none;
}

.banner_mn {
    width: 100%;
    float: left;
    height: 290px;
    margin: 18px 0 0px 0;
    background: #FFFFFF;
    position: relative;
}
/*======== Start footer class ========*/
.footer_mn {
    background: url(images/footer_bg.jpg) repeat-x top;
    float: left;
    width: 100%;
    height: 94px;
    padding-bottom: 20px;
}

.footer_lt {
    float: left;
    padding: 15px 0 0 15px;
}

.footer_rt {
    float: right;
    width: 410px;
    padding-top: 69px;
}
/*======== Start content class ========*/
.cont_mn {
    float: left;
    width: 930px;
    background: #FFFFFF;
    padding: 15px;
    margin-top: 22px;
}

.bord_bott {
    border-top: 1px solid #010101;
    margin-top: 6px;
    line-height: 1px;
    overflow: hidden;
    height: 1px;
}

.txtmn {
    background: url(images/contbg.jpg) repeat-x top;
    width: 900px;
    padding: 20px 10px 0 20px;
    margin: 0 auto;
    float: left;
}

    .txtmn p {
        /*line-height: 18px;*/
        text-align: justify;
    }

.padtb {
    padding: 15px 0;
}

div#tmpSlideshow {
    position: relative;
    height: 290px;
    width: 960px;
}

div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 290px;
    display: none;
}

    div.tmpSlide img {
        float: left;
        width: 960px;
        height: 290px;
    }

div#tmpSlideshowControls {
    position: absolute;
    bottom: 28px;
    left: 35px;
}

div.tmpSlideshowControl {
    background: url(images/ro_off.png) no-repeat;
    _background: url(images/ro_off.gif) no-repeat;
    height: 15px;
    width: 16px;
    cursor: pointer;
    float: left;
    padding: 0 2px;
}

div.tmpSlideshowControlActive {
    background: url(images/ro_active.png) no-repeat;
    _background: url(images/ro_active.gif) no-repeat;
    height: 15px;
    width: 16px;
}

.frm_mn {
    float: left;
    width: 92%;
    padding: 20px 0 20px 20px;
}

    .frm_mn a {
        font-size: 11px;
        color: #a60018;
    }

    .frm_mn input {
        vertical-align: bottom;
    }

.frm1 {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

    .frm1 label {
        font-weight: bold;
        float: left;
        width: 150px;
        text-align: right;
        padding: 2px 12px 0 0;
    }

.txtwi01 {
    background: url(images/txtbg.gif) repeat-x top;
    border: 1px solid #CCC;
    width: 203px;
    padding: 3px;
}

.txtwi02 {
    background: url(images/txtbg.gif) repeat-x top #FFF;
    border: 1px solid #CCC;
    width: 195px;
    padding: 3px;
}

.frm2 {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
}

.frm2_lt {
    font-weight: bold;
    float: left;
    width: 150px;
    text-align: right;
    padding: 2px 12px 0 0;
}

.frm2_rt {
    float: left;
    width: 500px;
}

.padtb2 {
    display: block;
    padding-top: 10px;
}

.txtred {
    font-size: 14px;
    color: #CC0000;
    font-family: Arial, Helvetica, sans-serif;
}

.frm3_rt {
    float: left;
    width: 500px;
}

    .frm3_rt label {
        float: left;
        width: 120px;
        clear: both;
    }

    .frm3_rt div {
        padding-top: 2px;
        padding-bottom: 3px;
    }

.txtwi03 {
    background: url(images/txtbg.gif) repeat-x top;
    border: 1px solid #CCC;
    width: 100px;
    padding: 3px;
}

.txtbtn {
    background: url(images/order_btn.gif) no-repeat;
    height: 27px;
    width: 90px;
    cursor: pointer;
    border: 0px;
    font-weight: bold;
    color: #FFFFFF;
}

.righttab {
    width: 200px;
    background: url(images/right_tab.jpg) no-repeat right top;
    line-height: 26px;
    font-size: 13px;
    padding-top: 14px;
    height: 95px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #3b3b3b;
}

.rightlab {
    display: block;
    float: left;
    clear: both;
    width: 110px;
    text-align: right;
    padding-right: 10px;
    color: #a60018;
}

p.li20 {
    line-height: 20px;
    text-align: justify;
}

.sub_title {
    background: url(images/tab_title_bg.jpg) repeat-x;
    float: left;
    margin-top: 15px;
}

    .sub_title label {
        background: url(images/tab_title_rt.jpg) no-repeat right;
        float: left;
        height: 33px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        width: 400px;
        padding-left: 15px;
        padding-top: 2px;
    }

.thumb_mn {
    float: left;
    width: 33%;
}

.icontab {
    float: left;
    text-align: left;
}

    .icontab a {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 25px;
        text-decoration: none;
    }

        .icontab a:hover {
            color: #a60018;
        }

.padrt {
    padding-left: 20px;
}

.txt14 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #a60018;
    font-weight: bold;
}

.txt12 {
    font-size: 12px;
    font-weight: bold;
    color: #a60018;
}

#mainbody02 a.btnbg {
    background: url(images/btnbg.jpg) repeat-x;
    height: 31px;
    float: left;
    color: #FFFFFF;
    width: auto;
    margin: 0;
    text-decoration: none;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.btnbg img {
    vertical-align: middle;
}

#mainbody02 input.subbtn {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    padding: 5px 15px 5px 35px;
    cursor: pointer;
    background: url(images/submitbg.png) no-repeat left;
    border: 0px;
    width: 180px;
}

.greet_mn {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #666;
}

.greet_left {
    float: left;
    width: 252px;
    text-align: center;
    padding-right: 20px;
}

.greet_right {
    float: left;
    width: 600px;
    float: left;
}

.bordgray {
    border: 1px solid #CCC;
    margin-bottom: 5px;
}

.txtred2 {
    font-size: 12px;
    font-weight: bold;
    color: #A60018;
    text-decoration: none;
}

    .txtred2:hover {
        color: #666;
    }

.greet_title {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #A60018;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.cont_list {
    float: left;
    width: 100%;
}

    .cont_list div.bord {
        border-top: 1px dashed #CCC;
        background: #f6f6f6;
    }

    .cont_list div.bord2 {
        background: #f6f6f6;
    }

    .cont_list div {
        width: 100%;
        float: left;
        padding: 7px 0;
    }

    .cont_list label {
        font-size: 12px;
        float: left;
        width: 150px;
    }

    .cont_list span {
        color: #A60018;
        font-weight: bold;
        font-size: 12px;
        float: left;
        width: 130px;
        text-align: right;
        padding-right: 10px;
    }

.addtocard {
    float: left;
    width: 100%;
    padding-top: 0px;
}

.pageimg {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
}

    .pageimg a {
        font-size: 14px;
        text-decoration: none;
        padding: 0 4px;
    }

        .pageimg a:hover {
            text-decoration: underline;
        }

        .pageimg a.act {
            font-weight: bold;
        }

.frm1new {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

    .frm1new div {
        font-weight: bold;
        float: left;
        width: 150px;
        text-align: right;
        padding: 2px 12px 0 0;
        height: 50px;
    }

.padtop {
    padding-top: 4px;
}

.errmsg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #E56255;
    margin-top: 10px;
    padding-top: 5px;
}

#ctl00_ContentPlaceHolder1_cvValidator {
    display: block;
}

.gridheader {
    background-color: #A60018;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
}

.gridmouseover {
    background-color: #FFFFCC;
}

.tblrow {
    background-color: #FFFFFF;
}

.tblrowalternate {
    background-color: #F5F5F5;
}

.bordgray2 {
    margin-bottom: 5px;
}

.greet_left2 {
    float: left;
    width: 310px;
    text-align: center;
    padding-right: 20px;
}

.greet_right2 {
    float: left;
    width: 540px;
    float: left;
}

.phoneno {
    text-align: left;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #ddd;
    margin-top: 10px;
}

    .phoneno h3 {
        margin: 0 0 8px 0px;
        padding: 0 0 3px 0px;
        border-bottom: 1px dashed #CCC;
    }

.contact-right {
    float: left;
    width: 300px;
    text-align: center;
}

.contact-left {
    width: 550px;
    float: left;
    padding-right: 20px;
}

.marbott {
    margin-bottom: 15px;
}

.marbotttop {
    margin-top: 15px;
    margin-bottom: 15px;
}

.frmlast {
    float: left;
    width: 100%;
}

.listmn {
    border-left: 1px solid #CCC;
    border-top: 1px solid #CCC;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

    .listmn td, .listmn th {
        border-right: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 5px;
    }

    .listmn th {
        background: #efefef;
    }

    .listmn a {
        color: #A60018;
        font-weight: bold;
        font-size: 12px;
    }

.frm3 {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

    .frm3 input {
        margin: 0px;
        float: left;
    }

    .frm3 label {
        font-weight: bold;
        float: left;
        width: 110px;
        text-align: left;
        padding: 0px 12px 0 10px;
    }

    .frm3 #ctl00_ContentPlaceHolder1_divCityList label, .frm3 #ctl00_ContentPlaceHolder1_divStateList label {
        font-weight: normal;
    }

.txtwi04 {
    background: url(images/txtbg.gif) repeat-x top;
    border: 1px solid #CCC;
    width: 150px;
    padding: 3px;
}

.sub_title2 {
    background: url(images/tab_title_bg.jpg) repeat-x;
    float: left;
}

    .sub_title2 label {
        background: url(images/tab_title_rt.jpg) no-repeat right;
        float: left;
        height: 33px;
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        color: #FFFFFF;
        width: 180px;
        padding-left: 15px;
        padding-top: 2px;
    }

.txt11 {
    font-size: 12px;
}

a.btnbg {
    background: url(images/btnbg.jpg) no-repeat;
    width: 142px;
    height: 22px;
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0 0 0;
}

.feedtab_cont_span {
    color: #ff0000;
}

.feedtab_cont_spana {
    color: #00716E !important;
}

.greetinglabel {
    font-size: 12px !important;
    float: left !important;
    color: #000 !important;
    font-weight: normal !important;
    text-align: left !important;
}

.highlight a {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #A60018;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

    .highlight a:hover {
        color: #A60018;
        text-decoration: underline;
    }

h1 {
    color: #a60018;
    font-size: 24px;
    padding: 7px 0 5px 20px;
    background: #eeeeee;
    text-transform: uppercase;
    text-align: center;
}

.sub {
    color: #000000;
    font-size: 24px;
    padding: 7px 0 0 0;
}

.subsub {
    color: #A60018;
    font-size: 20px;
    padding: 7px 0 0 0;
}

.submedium {
    color: #000000;
    font-size: 16px;
    padding: 7px 0 0 0;
    line-height: 24px;
}
/* MY CART */
.grid {
    padding: 20px 0 0 0;
    float: right;
}

.title_row_bg {
    background-color: #A60018;
    height: 30px;
}

.title_row_bg {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    padding: 0 0 0 10px;
}

.divClear {
    clear: both;
}

img {
    border: none;
}

.border_top {
    border-top: 1px solid #000000;
    height: 25px;
    padding: 0 10px 0 10px;
}

.fclear {
    clear: both;
    float: none;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.big {
    font-size: 20px;
}

.frm1_cart {
    float: right;
    width: 100%;
    padding-bottom: 5px;
    text-align: right;
}

.grid_sign_in {
    float: left;
    width: 500px;
}

    .grid_sign_in span {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
    }

.feedtab_title {
    float: left;
    width: auto;
}

    .feedtab_title div {
        height: 23px;
        color: #050505;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        padding: 7px 10px 0 40px;
        cursor: pointer;
        float: left;
        margin-right: 5px;
    }

        .feedtab_title div.tabs01 {
            background: url(images/tab1.jpg) no-repeat bottom left;
            width: auto;
        }

        .feedtab_title div.tabs01_act {
            background: url(images/tab1_act.jpg) no-repeat bottom left;
            width: auto;
            color: #ffffff;
        }

        .feedtab_title div.tabs02 {
            background: url(images/tab2.jpg) no-repeat bottom left;
            width: auto;
        }

        .feedtab_title div.tabs02_act {
            background: url(images/tab2_act.jpg) no-repeat bottom left;
            width: auto;
            color: #ffffff;
        }

        .feedtab_title div.tabs03 {
            background: url(images/tab3.jpg) no-repeat bottom left;
            width: auto;
        }

        .feedtab_title div.tabs03_act {
            background: url(images/tab3_act.jpg) no-repeat bottom left;
            width: auto;
            color: #ffffff;
        }

.create_account_info ul {
    list-style: none;
    padding: 0px;
}

.feedtab_cont {
    border: 1px solid #669acc;
    font-family: Arial, Tahoma, Verdana;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    float: left;
    background: #FFFFFF;
    padding: 18px 11px 14px 13px;
    min-height: 320px;
    height: auto !important;
    /* width: 900px;
	height: 320px; */
}

.privacy a {
    font-weight: bold;
}

.new-top-round {
    background: url(images/for-top-round.jpg) left top no-repeat #FFFFFF;
    height: 15px;
    clear: both;
}

.feedtab_cont_mn {
    float: left;
    width: 100%;
    padding: 5px 0;
}

    .feedtab_cont_mn label {
        float: left;
        width: 105px;
        padding-left: 10px;
        padding-top: 5px;
    }

.scbg_mn2 {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    line-height: 15px;
    padding: 5px 5px 5px 5px;
    float: left;
    background: #f1f0f0;
    margin-right: 5px;
}

    .scbg_mn2 span {
        float: left;
        text-align: right;
        padding-right: 8px;
    }

.txtwi02 {
    width: 465px;
    padding: 4px;
    border: 1px solid #b4d9ff;
    vertical-align: middle;
}

.feedtab_cont_mn2 {
    float: left;
    width: 100%;
    padding: 5px 0;
}

    .feedtab_cont_mn2 label {
        float: left;
        width: 130px;
        padding-top: 5px;
    }

.vmid {
    vertical-align: middle;
}

.checkmn {
    padding: 35px 0 25px 0;
}

.sendbtn {
    background: url(images/send_btn.gif) no-repeat;
    height: 42px;
    width: 126px;
    cursor: pointer;
    border: 0;
}

.feedtab_cont2 {
    border: 1px solid #b4d9ff;
    width: 450px;
    float: left;
    background: #FFFFFF;
    padding: 17px 17px 17px 50px;
    margin-top: 15px;
}

.welcome {
    width: 925px;
    float: left;
    border: #999999 dotted 1px;
    margin: 10px 0 0 0;
}

.box {
    border: 1px solid #cfcece;
}

.loader {
    position: fixed;
    left: 450px;
    top: 1px;
    border: 1px solid #ff0000;
}

td.title {
    background: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 11px 11px 11px 17px;
}
/*mad*/
td.title_s {
    border: 1px solid #cfcece;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    padding: 11px 0 11px 17px;
}

.new-title {
    background: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    padding: 11px 0 11px 17px;
    line-height: 22px;
}
/*.new-title span
{
	color: #ff0000;
}
.title span
{
	color: #ff0000;
}
*/
.title-grid {
    background: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding: 11px 5px 11px 5px;
}

.orange-title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6fa43b;
    font-weight: bold;
    padding: 16px 0 14px 0;
}

.one-txt-fid {
    width: 354px;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.two-txt-fid {
    width: 327px;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.three-txt-fid {
    width: 500px;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.four-txt-fid {
    width: 193px;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.five-txt-fid {
    width: 193px;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.six-txt-fid {
    width: 790px;
    height: 65px;
    overflow: auto;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.six-txt-fid-dis {
    width: 790px;
    height: 65px;
    overflow: auto;
    border: none;
    background: lightgrey;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}
/*mad*/
.ten-txt-fid {
    width: 200px;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #CCCCCC;
    color: #000000;
    padding: 2px 0 2px 7px;
}

.for-list {
    width: 107px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.second-list {
    width: 322px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.third-list {
    width: 349px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.grid-list {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}
/*mad*/
.grid-txt-fid {
    border: solid 1px #EFEFEF;
    background: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px 0 2px 7px;
}
/*mad*/
.row-add {
    width: 32px;
    height: 32px;
    border: none;
    background: url(images/add.png) left top no-repeat;
    cursor: pointer;
}
/*mad*/
.submit {
    width: 178px;
    height: 31px;
    border: none;
    background: url(images/btn.jpg) left top no-repeat;
    cursor: pointer;
}

.continue {
    width: 125px;
    height: 31px;
    border: none;
    background: url(images/continue.jpg) left top no-repeat;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

    .continue:hover {
        text-decoration: none;
    }

.right-border {
    border-right: 1px solid #cfcece;
}

.five-list {
    width: 180px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.no-pad .title {
    padding-left: 0px;
}

.seven-txt-fid {
    width: 790px;
    height: 65px;
    overflow: auto;
    border: none;
    background: transparent;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.eight-txt-fid {
    width: 120px;
    border: none;
    background: transparent;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000000;
    padding: 6px 0 6px 7px;
}

.six-list {
    width: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.eleven-list {
    width: 90px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.checklist {
    /*BorderWidth="1px" BorderStyle="Solid" BorderColor="#cfcfcf" style="padding:2px;width:98%;"*/
    border: 1px solid #cfcfcf;
    padding: 2px;
    width: 80%;
    margin-left: 20px;
}

    .checklist label {
        /*BorderWidth="1px" BorderStyle="Solid" BorderColor="#cfcfcf" style="padding:2px;width:98%;"*/
        padding-left: 5px;
        margin-top: -5px;
    }

.clsStat {
    /*BorderWidth="1px" BorderStyle="Solid" BorderColor="#cfcfcf" style="padding:2px;width:98%;"*/
    padding-left: 25px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px solid blue;
    color: blue;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 500px;
        background-color: black;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 1px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

#mainbody02 .intro .btn {
    margin-left: 50px;
}

#mainbody02 .intro .btn_start {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    height: 30px;
    line-height: 11px;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    /*width: 60px;*/
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding: 10px;
    background-color: #00716E;
    border: solid #00716E 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

    #mainbody02 .intro .btn_start:hover {
        background: #669900 !important;
        border: solid #669900 1px;
        border-radius: 2px;
        text-decoration: none;
    }

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.pull-lft {
    float: left;
}

.pull-rgt {
    float: right;
}

:lang(en) .foot_privacy_en {
    display: block !important;
}

:lang(ar) .foot_privacy_ar {
    display: block !important;
}

.CouncilRadio input, .CouncilRadio select {
    width: 15px !important;
}

.CouncilRadio td {
    border-bottom: 0px solid #D6D6D6 !important;
}

.notdborder td {
    border-bottom: 0px solid #D6D6D6 !important;
}
/*font-family: Arial !important;
color: #00716E !important;
font-size: 15px !important;
font-weight: bold !important;
margin: 0 0 15px 0;
padding: 0;*/
