body {
    height: 100%;
    font-size: 11px;
    font-family: Verdana;
    color: #000;
    background: #ccc;
}

.innerbody {
}

#wrapper {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
}

@font-face {
    font-family: "Gothic";
    src: url(GOTHIC.TTF);
}

/* ------------------------------------------------------ */
/*	header								  */
/* ------------------------------------------------------ */
#header {
    margin: 0;
    padding: 0;
    background: #363636;
    border-bottom: solid 2px #ff0000;
}

    #header .c {
    }

    #header .container {
        margin: 0;
        padding: 0;
        text-align: center;
    }

.headermenu {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.imagelogo img {
    clear: both;
    text-align: center;
    margin: 20px;
    width: 150px;
}
/* ------------------------------------------------------ */
/*	menu								  */
/* ------------------------------------------------------ */

/* ------------------------------------------------------ */
/*	content								  */
/* ------------------------------------------------------ */
#content {
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
}

    #content .contentwrapper {
        padding: 0 20px 0;
    }

    #content .c {
        margin: 0 auto;
    }

    #content .container {
        padding: 0;
        text-align: left;
        line-height: 1.5em;
    }

.left50 > .container,
.right50 > .container {
    margin: 20px 20px 0;
}

/* ------------------------------------------------------ */
/*	footer							  */
/* ------------------------------------------------------ */

#footer {
    clear: both;
    margin: 0px;
    height: 100%;
    padding: 20px 0;
}

    #footer .container {
        margin: 0 auto;
        padding: 20px 0;
        height: 100%;
        text-align: center;
        color: #4b4b4b;
    }

.innerfooter {
    text-align: left;
}

.logofooter {
    padding: 10px 10px 20px;
}

.footermenu {
    color: #000;
    display: inline;
    margin: 10px;
    clear: both;
    list-style: none;
    list-style-position: outside;
    padding: 10px 0 20px;
}

    .footermenu li {
        padding: 0;
        margin: 10px;
        color: #000;
        display: inline;
    }

        .footermenu li a {
            color: #4b4b4b;
        }

.siteinfo {
    padding: 10px 0 0;
}

/* ------------------------------------------------------ */
/*	LINK PROPERTIES							  */
/* ------------------------------------------------------ */

a img {
    border: none;
    color: #ff0000;
}

a:link, a:visited {
    text-decoration: none;
    color: #ff0000;
}

a:hover {
    text-decoration: underline;
    color: #ff0000;
}

p, li {
    color: #000;
}

ul {
    list-style-position: outside;
}

.alt5 {
    font-weight: bold;
}
/*--------------*/
/* layout rules	*/
/*--------------*/

.c {
}

.container {
    padding: 10px 5px 0px;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    font-family: Trebuchet MS;
    color: #4b4b4b;
    margin: 5px 0px;
    padding: 8px 0 5px;
}

h2 {
    color: #4b4b4b;
    font-size: 20px;
    font-family: HelveticaNeueLT Com 45 Lt;
    padding: 10px 0 5px;
    margin: 0 0 5px;
    font-weight: normal;
    line-height: 22px;
}

    h2 a {
        color: #4b4b4b !important;
    }

h3 {
    color: #777;
    font-size: 28px;
    font-family: HelveticaNeueLT Com 45 Lt;
    padding: 10px 0 5px;
    margin: 0;
    font-weight: normal;
}

h4 {
    padding: 10px 5px;
    margin: 0;
    color: #4b4b4b;
    background: #eee;
}

.viewmore {
    float: right;
    font-weight: bold;
    font-size: px;
    padding: 5px 10px;
    color: #7e0543;
    clear: both;
}

/* Categories style */
.contentcategories {
    clear: both;
    padding: 0;
    margin: 0 0 10px 5px;
    list-style: none;
    overflow: auto;
}

    .contentcategories > li {
        list-style: none;
        list-style-position: outside;
        margin: 0;
        padding: 0;
        overflow: auto;
        overflow-x: hidden;
    }

        .contentcategories > li > a {
            background: #ececec;
            float: left;
            width: 100%;
            padding: 5px 10px;
            margin: 2px 0 0;
            color: #4b4b4b;
        }

            .contentcategories > li > a.selected {
                background: #777;
                color: #fff !important;
            }

/* Categories list style */

.categorylist {
    padding: 0;
    margin-left: 10px;
    font-size: 11px;
    font-weight: bold;
    list-style-image: url(_img/icon.list.gif);
}

    .categorylist li {
        padding: 5px 0;
    }

        .categorylist li span {
            padding: 5px 0;
        }

/*------*/

.modalbkg {
    background: gray;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    position: absolute;
    display: inline;
    z-index: 4000;
    float: left;
}

/* private area*/

.loginarea {
    margin: 10px 200px;
    background: #fff;
    clear: both;
    padding: 10px 20px;
    min-height: 250px;
}

.loggedincontainer {
    padding: 10px;
    margin: -5px 5px 15px;
    height: 50px;
    border-top: none;
}

.logout {
    float: right;
    width: 180px;
    clear: both;
    margin-top: 10px;
}

.logincontainer {
    margin: 10px 0;
    padding: 10px;
    background: #ccc;
}

.loginbox {
    width: 350px;
}

    .loginbox tr td {
        vertical-align: middle;
        width: 200px;
        white-space: nowrap;
        padding: 5px 10px 5px;
        text-align: right;
    }

        .loginbox tr td input[type=text], .loginbox tr td input[type=password] {
            display: inline;
            float: left;
            width: 250px;
            font-size: 16px;
        }

.logintitle {
    text-align: center !important;
    font-weight: bold;
    border-bottom: solid 1px #ececec;
}

.loginstatus {
    float: right;
    color: #4b4b4b !important;
    padding: 10px;
    text-transform: uppercase;
    margin: 3px 0;
    background: #ececec;
}

.loginstatusname {
    float: right;
    color: #4b4b4b !important;
    background: #fff url(_img/icon.user.png) 2px center no-repeat;
    padding: 10px 10px 10px 40px;
    margin: 3px;
    text-transform: uppercase;
}

    .loginstatus:hover,
    .loginstatusname:hover {
        color: #fff !important;
        background-color: #4b4b4b;
    }

input[type=submit], .loginbutton, .button {
    cursor: pointer;
    color: #fff !important;
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    border: solid 2px #ececec;
    margin: 0;
    background: #ff0000;
}

    input[type=submit]:hover, .loginbutton:hover, .button:hover {
        color: #4b4b4b !important;
        background: #ccc;
        text-decoration: none;
        border: solid 2px #ff0000;
    }

    input[type=submit]:active, input[type=submit]:focus, .loginbutton:active, .button:focus, .button:active {
        outline: none;
        text-decoration: none;
    }

.privatecontentcontainer {
    margin: 0;
    background: #fff;
    clear: both;
    padding: 10px 20px 30px;
    min-height: 450px;
    height: 100%;
    overflow: auto;
}

.privatemenucontainer {
    border-right: solid 3px #ff0000;
}

.privatemenu {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
    list-style-position: outside;
    width: 100%;
    overflow: hidden;
}

    .privatemenu > li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style: none;
        list-style-position: outside;
    }

        .privatemenu > li > a {
            float: right;
            text-align: right;
            margin: 10px 0 0;
            padding: 10px 20px;
            font-size: 13px;
            width: 98%;
            color: #4b4b4b;
            clear: both;
            background: #ececec;
        }

            .privatemenu > li > a:hover {
                outline: none;
                text-decoration: none;
                background: #f9f9f9;
            }

            .privatemenu > li > a.selected {
                background: #4b4b4b;
                color: #fff;
            }

        .privatemenu > li > ul.privatesubmenu {
            padding: 0;
            list-style: none;
            list-style-position: outside;
            margin: 0;
            width: 100%;
        }

ul.privatesubmenu > li > a {
    float: right;
    text-align: right;
    margin: 3px 0 0;
    padding: 5px 20px !important;
    font-size: 12px;
    width: 60%;
    color: #4b4b4b;
    clear: both;
    border: solid 1px #ececec;
    border-right: none;
}

    ul.privatesubmenu > li > a.selected {
        background: #ececec;
    }

.pwdstrenght {
    font-weight: bold;
}

.pwdstrenght1, .pwdstrenght2, .pwdstrenght3, .pwdstrenght4, .pwdstrenght5, .pwdstrenght6, .pwdstrenght7 {
    width: 200px;
    text-align: left;
    font-size: 10px;
    color: #4b4b4b;
    border-bottom: solid 6px;
    z-index: 4000;
}

.pwdstrenght1 {
    border-color: #e00000;
}

.pwdstrenght2 {
    border-color: #e07e00;
}

.pwdstrenght3 {
    border-color: #e0b800;
}

.pwdstrenght4 {
    border-color: #e0d800;
}

.pwdstrenght5 {
    border-color: #a3e000;
}

.pwdstrenght6 {
    border-color: #6fe000;
}

.pwdstrenght7 {
    border-color: #00e035;
}


.validationsummary {
    background: #FFFA93;
    border: dashed 2px #ececec;
    padding: 10px 20px;
    color: #000;
}

    .validationsummary ul li {
        color: #000;
    }

.wiztable {
    font-size: 11px;
    text-align: left;
    background-color: #fff;
    border-top: solid 2px #fff;
    width: 100%;
}

.wiztableheader {
    text-align: left;
    font-weight: bold;
    background-color: #eeeeee;
}

    .wiztableheader:hover {
        background-color: #eeeeee;
    }

.wiztablefooter, .wiztablefooter:hover {
    text-align: left;
    font-weight: bold;
    background-color: #eeeeee;
}

.wiztableheader th, .wiztableheader td {
    padding: 5px;
    border-bottom: solid 2px #fff;
}

    .wiztableheader td span.alt1 {
        font-size: 8px;
        color: Gray;
    }

.wiztable tbody td, .wiztablebody td {
    padding: 3px 5px;
    text-align: left;
    border-bottom: solid 2px #eeeeee;
    vertical-align: middle;
    white-space: normal;
    height: 30px;
}

    .wiztable tbody td.empty, .wiztablebody td.empty {
        border-bottom: none;
    }

.wiztable tbody tr.wiztableheader:hover {
    background-color: #eeeeee;
}

.wiztable tbody tr:hover, .wiztablebody tr:hover {
    background-color: #f9f9f9;
}

.altrow {
    background: -moz-linear-gradient(top, #ccc, #fff);
    background: -ms-linear-gradient(top, #ccc, #fff);
    background: -webkit-linear-gradient(top, #ccc, #fff);
}

.infobox {
    background-color: #ececec;
    white-space: normal;
    overflow: hidden;
    padding: 5px 10px;
    margin: 5px auto;
    border: solid 1px #c3c3c3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.updatenexttobutton {
    float: left;
    width: 300px;
    margin: -35px 0 0 150px;
}

.coloralert {
    background-color: #FFFA93;
    text-align: center;
}


.colorwarning {
    background-color: red;
    color: #fff;
    text-align: center;
}


.modalbkg {
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
    position: absolute;
    display: inline;
    z-index: 4000;
    float: left;
}

.form {
    width: 100%;
}

    .form tr.title td {
        background: #ccc;
        font-size: 15px;
        padding: 10px 5px;
        font-weight: bold;
        color: #4b4b4b;
    }

    .form tr td {
        padding: 5px;
        border-bottom: solid 2px #fff;
    }

        .form tr td.firstcol {
            text-align: right;
            padding: 5px;
            vertical-align: middle;
            background: #ececec;
            width: 30%;
        }

        .form tr td.secondcol {
            background: #f6f6f6;
        }

    .form tr.options td {
        background: #ccc;
    }

/*contents*/

.htmlsectiontitle {
    display: none;
}

.specialdetailed {
    padding: 0 20px;
}

    .speciallisted .htmlsectiontitle, .specialdetailed .htmlsectiontitle {
        display: block;
    }

    .specialdetailed .htmldetail {
        float: left;
        width: 70%;
    }

    .specialdetailed .divhtml {
        float: right;
        width: 20%;
        background: #ececec;
        padding: 15px 20px;
    }

.htmldiv {
    padding: 0 0 10px;
}

.htmldivviewmorecontainer {
    color: #4b4b4b;
    cursor: pointer;
    padding: 3px;
}

    .htmldivviewmorecontainer:hover {
        color: #ff0000;
        cursor: pointer;
    }

/**/

.htmldivdocscontainer {
    margin: 10px 0 0;
    overflow: auto;
}

.listimagebox {
    float: left;
    width: 140px;
    height: 100px;
    padding: 10px 2px;
    text-align: center;
    background: #4b4b4b;
    color: #ececec;
    margin: 5px 2px;
    vertical-align: middle;
}

.listimagecontainer {
    margin: auto;
    width: 135px;
    height: 50px;
    margin-bottom: 10px
}

.listimage {
    max-width: 135px;
    max-height: 50px;
}

/**/
.specialdownloads .htmldiv {
    margin-bottom: 10px;
    padding: 0 20px 20px;
    border: solid 1px #ccc;
    background: #ececec;
}

.otherlistsections,
.homecentralcontent {
    padding: 0 20px 0;
}

    .otherlistsections .divhtml {
        padding: 10px 20px;
    }
/*
.discoverlistsections .htmldivtitleh2
{
    display: none;
    }*/

.discoverlistsections .htmldiv {
    padding: 10px 20px;
    background: #ececec;
    margin: 0 0 20px;
    border: solid 1px #b2b2b2;
}

.homecentralcontent .divhtml {
    padding: 10px 20px;
    background: #ececec;
}

.specialdetailed .htmldiv {
    margin-bottom: 20px;
}

.specialdetailed .htmldivtitleh2 {
    font-size: 12px;
}

.discoverimage {
    border: solid 3px #fff;
    margin: 0 0 20px 20px;
    box-shadow: 0 0 3px #000;
}

.sublistcontainer {
    border-left: solid 3px #4b4b4b;
    margin: 10px 20px;
}

.contactformcontainer {
    width: 320px;
    margin: auto;
}

input[type=text],
textarea {
    padding: 4px;
    border: solid 1px #ccc;
    width: 98%;
    font-family: Trebuchet MS, Helvetica LT Std, Sans-Serif;
}

textarea {
    height: 100px;
}

.watermarktext {
    color: #999;
}

.iconcontainer {
    width: 20px;
    height: 20px;
}

.valsummaryFail {
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.valsummaryOk {
    background-color: green;
    color: #fff;
    text-align: center;
    padding: 5px;
}

.myselect {
    width: 100%;
}
