﻿body {
    font-family: Verdana;
    font-size: 12px;
    margin-top: 0px;
    padding-top: 0px;
}

    body.cms_admin {
        padding: 0px;
        margin: 0px;
    }

th {
    text-align: left;
}

td {
    vertical-align: top;
}

img {
    border: 0px;
}

h2 {
    color: #003399;
    font-size: 23px;
    padding: 9px 15px 4px 0;
    line-height: 29px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",sans-serif;
    font-weight: normal;
    margin: 0;
    margin-bottom: 8px;
    border-bottom: 3px solid #d7d7d7;
    width: 50%;
    text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
}

.header_main {
    height: 50px;
    background-color: #dcddde;
    width: 100%;
    border-bottom: solid 1px #c0c0c0;
}

    .header_main h1 {
        font: bold 18px Verdana;
        padding: 20px 8px 5px;
        margin: 0;
        float: left;
        color: black;
        text-transform: uppercase;
    }

.loginlabels {
    text-align: left;
    font-weight: normal;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 3px;
}

.header_main_label {
    font: 18px Verdana;
    margin: 0;
    float: left;
    color: black;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
}

.header_main h1 span {
    font-size: 50%;
}

.header_main h1 a {
    color: #fff;
    text-decoration: none;
}

    .header_main h1 a:hover {
        text-decoration: underline;
    }


.removeImage{
    color:maroon;
    font-size:11px;
    float:right;
}

#header-logo {
    float: left;
    margin: 0px 0px 0px 0px;
}

.header_main_info {
    margin: 0 0 0 15px;
    padding-right: 15px;
}

.userinfo {
    float: right;
    font-size: 12px;
    line-height: 46px;
    height: 46px;
    font-family: arial;
    font-size: 14px;
    vertical-align: bottom;
}

    .userinfo p {
        margin: 0;
        padding: 0;
        vertical-align: bottom;
    }

    .userinfo a:link, .userinfo a:visited {
        color: #8b0000;
        text-decoration: none;
    }

    .userinfo a:hover {
        text-decoration: underline !important;
    }

    .userinfo a:active {
        color: #ccc !important;
    }

.cmsBody {
    clear: both;
    margin-right: 175px;
    margin-left: 175px;
}

    .cmsBody td {
        vertical-align: top;
        font-family: Verdana;
        font-size: 12px;
    }

.content {
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

    .content td {
        vertical-align: top;
    }

    .content h2 {
        vertical-align: top;
        line-height: 29px;
        font-variant: small-caps;
        font-family: Verdana;
        font-size: 24px;
        font-weight: normal;
    }

    .content a.blue:link {
        font-family: verdana;
        font-size: 12px;
        font-weight: normal;
        color: #2070AE;
        background-color: Transparent;
        text-decoration: none;
    }

    .content a.blue:visited {
        font-family: verdana;
        font-size: 12px;
        font-weight: normal;
        color: #2070AE;
        background-color: Transparent;
        text-decoration: none;
    }

    .content a.blue:hover {
        font-family: verdana;
        font-size: 12px;
        font-weight: normal;
        color: #cc3300;
        background-color: Transparent;
        text-decoration: underline;
    }

    .content a.blue:active {
        font-family: verdana;
        font-size: 12px;
        font-weight: normal;
        color: #2070AE;
        background-color: Transparent;
        text-decoration: underline;
    }

.grid_header {
    background-color: #E6E6E6;
    font-weight: bold;
    color: Black;
}

.grid_border {
    border-color: #DFDFDF;
    border-style: solid;
    border-width: 1px;
}

.table_creame {
    border-collapse: collapse;
    padding: 5px;
    border-right: #DFDFDF 1px solid;
    border-top: #DFDFDF 1px solid;
    border-left: #DFDFDF 1px solid;
    border-bottom: #DFDFDF 1px solid;
}

    .table_creame th {
        background-color: #dcddde;
        color: Black;
        padding: 5px;
        border-bottom: #DFDFDF 1px solid;
    }

    .table_creame td {
        background-color: #F9F9F9;
        border-bottom: #DFDFDF 1px solid;
        padding: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .table_creame td a {
            color: Maroon;
            text-decoration: none;
        }

            .table_creame td a:hover {
                text-decoration: underline;
            }

        .table_creame td .counts {
            text-align: right;
            display: inline;
        }

.footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #a9a9a9;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
}

    .footer a {
        color: #999;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.filterBox {
    background-color: #F1F1F1;
    padding: 8px 8px 8px 8px;
    border-bottom: solid 1px #E9E9E9;
    font-weight: bold;
    color: Black;
    border: 1px solid #D1D1D1;
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
.filterBox .Dropdown
{
	font-size: 10px;
	background-color: White;
	vertical-align: middle;
}


.filterBox .lbl
{
	font-size: 10px;
	vertical-align: middle;
}

.filterBox .txt
{
	font-size: 10px;
	vertical-align: middle;
}

.filterBox .btn
{
	font-size: 10px;
	vertical-align: middle;
	text-decoration: none;
	border-color: #80B5D0;
	background-color: Transparent;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}
*/

.pnlBox {
    background-color: White;
    border: solid 1px #E9E9E9;
    font-size: 12px;
}

    .pnlBox .pnlHeader {
        background: transparent url(../../admin/images/hdr-bg.gif) repeat-x;
        background-color: #F1F1F1;
        padding: 6px 8px 6px 8px;
        border-bottom: solid 1px #E9E9E9;
        font-weight: bold;
        color: Black;
    }

    .pnlBox div {
        padding: 5px;
    }


/* Tables used on comment.php and option/setting pages */

.form-table {
    border-collapse: collapse;
    margin-top: 0.5em;
    width: 100%;
    margin-bottom: -8px;
    clear: both;
}

    .form-table td, #wpbody-content .describe td {
        margin-bottom: 9px;
        padding: 4px 10px 12px;
        line-height: 20px;
        font-size: 12px;
        font-family: Verdana;
    }

    .form-table th, .form-wrap label {
        font-weight: normal;
    }

    .form-table th, #wpbody-content .describe th {
        vertical-align: top;
        text-align: left;
        padding: 10px;
        width: 200px;
    }

        .form-table th.th-full {
            width: auto;
        }

    .form-table textarea, #wpbody-content .describe textarea {
        border-width: 1px;
        border-style: solid;
    }

    .form-table div.color-option {
        display: block;
        clear: both;
        margin-top: 12px;
    }

    .form-table input.tog {
        margin-top: 2px;
        margin-right: 2px;
        float: left;
    }

    .form-table table.color-palette {
        vertical-align: bottom;
        float: left;
        margin: -8px 3px 8px;
    }

    .form-table .color-palette td {
        border-width: 1px 1px 0;
        border-style: solid solid none;
        height: 10px;
        line-height: 20px;
        width: 10px;
    }

textarea.large-text {
    width: 99%;
}

.form-table input.regular-text {
    width: 325px;
}

.form-table input.small-text {
    width: 50px;
}

#profile-page .form-table textarea {
    width: 500px;
    margin-bottom: 6px;
}

#profile-page .form-table input[type=text] {
    width: 300px;
}

#profile-page .form-table #rich_editing {
    margin-right: 5px;
}

.form-table .pre {
    padding: 8px;
    margin: 0;
}

table.form-table td .updated {
    font-size: 13px;
}

.menuItem {
    background-color: #EFEFEF;
    color: White;
    padding: 5px 5px 5px 5px;
}

.staticHidden {
    visibility: hidden;
}

.headingBar {
    background: #e1e1e1;
    padding: 10px;
}

.cssButton-plain {
    background-color: #F7F7F7;
    color: #6194CE;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    border: solid 1px #D7D7D7;
    height: 23px;
    cursor: pointer;
}

    .cssButton-plain:hover {
        background-color: #117ceb; /*#FDF8DC;*/ /*color: #D1744C;*/
        color: #fff;
        font-weight: normal;
        font-size: 11px;
        font-family: Verdana;
        font-weight: bold;
        border: solid 1px #117ceb; /*FBCB09;*/
        height: 23px;
        cursor: pointer;
    }

.cssButton-cancel {
    background-color: #F1B1B1;
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    border: 1px solid #CF5547;
    height: 23px;
    cursor: pointer;
}

    .cssButton-cancel:hover {
        background-color: #D93535; /*#FDF8DC;*/ /*color: #D1744C;*/
        color: #fff;
        font-weight: normal;
        font-size: 11px;
        font-family: Verdana;
        font-weight: bold;
        border: solid 1px #D93535; /*FBCB09;*/
        height: 23px;
        cursor: pointer;
    }

.dataGridHeader {
    /*background: -webkit-gradient(linear, left top, left bottom, from(#f5f5fa), to(#e3e3e3));*/
    background-image: url('../../Admin/Images/hdr-bg.gif');
    background-repeat: repeat-x;
    height: 35px;
    color: #0066CC;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.dataGridItem a {
    color: #21759B;
    text-decoration: none;
}

    .dataGridItem a:hover {
        color: #CC3300;
        text-decoration: none;
    }

    .dataGridItem a.title {
        font-weight: bold;
    }



.dataGridItem div.commandLinks {
    display: none;
    font-weight: normal;
}

.dataGridItem:hover div.commandLinks {
    display: inline;
}

#icon-upload {
    background: transparent url(../../Admin/images/icons32.png) no-repeat -251px -5px;
}

.icon32 {
    float: left;
    height: 34px;
    margin: 7px 8px 0 0;
    width: 36px;
}

.tip {
    color: Gray;
    font-size: 11px;
    padding: 5px;
}


.bannerDate {
    padding: 6px;
    background-color: #e5e5e5;
    color: Black;
    font-weight: bold;
    font-size: 16px;
}

.tags {
    padding: 5px;
}

    .tags span {
        padding: 4px 6px 4px 6px;
        font-size: 11px;
        color: #5B5B5B;
    }

.small-btn {
    font-family: verdana;
    font-size: 10px;
    background-color: #CECECE;
    padding: 4px 6px 4px 6px;
}

.info {
    color: Maroon;
    padding: 10px;
}

.info-bar {
    background-color: #FFFFE6;
    border: 1px solid #CCCC00;
    font-family: verdana;
    font-size: 12px;
    padding: 5px;
}

.info-bar2 {
    background-color: #FFFF99;
    border: none;
    font-family: verdana;
    font-size: 12px;
    padding: 5px;
}

.round-table {
    background-color: #E1E1E1;
}

    .round-table .data-box {
        display: inline-block;
        background-color: White;
        width: 370px;
        margin: 6px;
    }

    .round-table .data-item {
        display: inline-block;
        padding: 5px;
    }

        .round-table .data-item .header {
            color: #164172;
            font-weight: bold;
        }

        .round-table .data-item .author {
            color: #9B1F07;
            font-weight: bold;
        }

        .round-table .data-item .desc {
            color: #5F5F5F;
            font-weight: bold;
        }

.notification-bar {
    width: 90%;
    background-color: #CC0000;
    color: #fff;
    font-family: verdana;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 20px;
}

    .notification-bar a {
        /*color: #FFD7D7;*/
        color: #3640fe;
    }


.nl-label {
    width: 120px;
    display: inline-block;
    height: 25px;
}

.nl-company-cell {
    padding: 5px;
    margin: 2px;
    border: 1px solid silver;
    min-height: 400px;
}




.subscription-active {
    padding: 4px;
    background-color: green;
    color: white;
}


.subscription-inactive {
    padding: 4px;
    background-color: red;
    color: white;
}



.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

    .btn:hover {
        background: #3cb0fd;
        background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
        background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
        background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
        text-decoration: none;
    }
