﻿/*#main {
    margin-left:-5px;
}*/

#Content2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#ddlLanguages {
    font-family: Monospace;
    width: 50px;
}

table {
    border-collapse: collapse;
}

    table#Main {
        border: 0px solid black;
        width: 100%;
    }

        table#Main td {
            border: 0px solid black;
            padding: 1px 3px;
            vertical-align: top;
        }

    table#Countries {
        border: 0px solid black;
        width: 400px;
    }

        table#Countries td {
            border: 0px solid black;
            padding: 1px 2px;
            text-align: left;
            vertical-align: central;
        }

        table#Countries a:link {
            color: black;
            text-decoration: none;
        }

        table#Countries a:hover {
            color: blue;
            text-decoration: underline;
        }

.MainTableHeader {
    font-weight: bold;
    height: 30px;
}

.Icon {
    border: 0px none black;
    height: 28px;
    padding: 1px 0px 0px 0px;
    width: 28px;
}

table#Countries div.Code {
    padding: 5px 0px 0px 0px;
}

    table#Countries div.Code a:link {
        font-size: larger;
    }

table#Countries div.EnglishName a:link {
    color: darkgray;
    font-size: smaller;
    text-decoration: none;
}

table#Countries div.EnglishName a:visited {
    color: darkgray;
    font-size: smaller;
    text-decoration: none;
}

table#Countries div.Realty {
    padding: 7px 0px 0px 0px;
}

    table#Countries div.Realty a:link {
        color: #006666;
        text-decoration: none;
    }

    table#Countries div.Realty a:hover {
        color: blue;
        text-decoration: underline;
    }

.worldmap {
    fill: white;
    stroke: black;
    stroke-width: 0.5px;
}

    .worldmap:hover {
        fill: #e0ffe0;
        stroke: black;
        stroke-width: 0.5px;
    }

.worldmap_1 {
    fill: #c0c0c0;
    stroke: black;
    stroke-width: 0.5px;
}

    .worldmap_1:hover {
        fill: #c0ffc0;
        stroke: black;
        stroke-width: 0.5px;
    }

.worldmap_2 {
    fill: #e0e0e0;
    stroke: black;
    stroke-width: 0.5px;
}

    .worldmap_2:hover {
        fill: #e0ffe0;
        stroke: black;
        stroke-width: 0.5px;
    }

/* - select users  - */
.Users-Filter-Line {
    padding: 0px;
    box-shadow: 0px 3px 5px #DADDE5;
    height: 32px;
    line-height: 32px;
    color: #3B4663;
    background: #E5E6E9;
    background-image: linear-gradient(bottom, rgb(230,230,230) 6%, rgba(245,245,245,1) 90%);
    background-image: -o-linear-gradient(bottom, rgb(230,230,230) 6%, rgba(245,245,245,1) 90%);
    background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 6%, rgba(245,245,245,1) 90%);
    background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 6%, rgba(245,245,245,1) 90%);
    background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 6%, rgba(245,245,245,1) 90%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.06, rgb(230,230,230)), color-stop(0.9, rgba(245,245,245,1)) );
    margin-bottom: 8px;
    -moz-box-shadow: 0 5px 15px rgba(140, 158, 219, 0.4);
    -webkit-box-shadow: 0 5px 15px rgba(140, 158, 219, 0.4);
    box-shadow: 0 5px 15px rgba(140, 158, 219, 0.4);
}

    .Users-Filter-Line span {
        font-weight: bold;
    }

.users-item {
    float: left;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    padding-left: 3px;
}

    .users-item p {
        margin: 0px 10px;
        display: block;
        float: left;
    }

    .users-item .users-switch {
        background: url('Images/arrow-right2.png') center center;
        width: 20px;
        height: 32px;
        cursor: pointer;
        margin: 0;
        background-repeat: no-repeat;
    }

div.users-item-active-pink {
    background-color: white;
    height: 46px;
    box-shadow: 5px 0 5px -5px #cfd6e0, -5px 0 5px -5px #cfd6e0;
    -moz-box-shadow: 5px 0 5px -5px #cfd6e0, -5px 0 5px -5px #cfd6e0;
    -webkit-box-shadow: 5px 0 5px -5px #cfd6e0, -5px 0 5px -5px #cfd6e0;
}

.users-item-active-pink p.users-switch {
    background: url('Images/arrow-down-pink.png') no-repeat top center;
    height: 46px;
    margin: 0;
    background-color: white;
}
/* - select users  - */

div#treeCategoriesContent {
    display: none;
    background-color: white;
    padding: 5px;
    font-weight: bold;
    box-shadow: inset 0 10px 10px -10px #cfd6e0, inset 0 -10px 10px -10px #cfd6e0;
    -moz-box-shadow: inset 0 10px 10px -10px #cfd6e0, inset 0 -10px 10px -10px #cfd6e0;
    -webkit-box-shadow: inset 0 10px 10px -10px #cfd6e0, inset 0 -10px 10px -10px #cfd6e0;
}

/* - Country Table - */
table.Countries {
    width: 96%;
    margin: 10px;
}

    table.Countries a {
        cursor: pointer;
    }

    table.Countries tr {
        margin-bottom: 5px;
    }

        table.Countries tr td {
            box-shadow: inset 0 -5px 3px -3px lightgray;
            -moz-box-shadow: inset 0 -5px 3px -3px lightgray;
            -webkit-box-shadow: inset 0 -5px 3px -3px lightgray;
        }

    table.Countries td {
        border: 0px solid black;
        text-align: left;
        vertical-align: middle;
        padding: 1px 2px;
        width: 25%;
        padding: 3px;
    }

    table.Countries a:hover {
        color: blue;
    }

        table.Countries a:hover div.Code,
        table.Countries a:hover div.Name,
        table.Countries a:hover div.Realty {
            text-decoration: underline;
        }

    table.Countries a div.Flag,
    table.Countries a div.Code,
    table.Countries a div.FullName {
        display: block;
        float: left;
        padding: 2px;
    }

    table.Countries a div.Code {
        text-align: center;
        vertical-align: middle;
        height: 32px;
        width: 32px;
        line-height: 32px;
    }

    table.Countries a div.EnglishName {
        text-decoration: none;
        font-size: smaller;
        color: darkgray;
    }

    table.Countries a div.Realty * {
        text-decoration: none;
    }

    table.Countries a div.Realty {
        text-decoration: none;
        padding: 0px 0px 7px 0px;
        clear: both;
        text-align: center;
    }
/* - Country Table - */

/* filtered header table*/
table.filtered-header {
    width: 100%;
    margin-bottom: 10px;
}

    table.filtered-header tr td {
        height: 30px;
        text-align: center;
        background-image: linear-gradient(bottom, #d1d2d5 0%, #f3f4f4 100%);
        background-image: -o-linear-gradient(bottom, #d1d2d5 0%, #f3f4f4 100%);
        background-image: -moz-linear-gradient(bottom, #d1d2d5 0%, #f3f4f4 100%);
        background-image: -webkit-linear-gradient(bottom, #d1d2d5 0%, #f3f4f4 100%);
        background-image: -ms-linear-gradient(bottom, #d1d2d5 0%, #f3f4f4 100%);
        background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #d1d2d5), color-stop(1, #f3f4f4) );
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: none;
        border-top: none;
        border-color: #d1d2d5;
    }

        table.filtered-header tr td *, table.filtered-header tr td.noborder * {
            vertical-align: middle;
        }

td.black-line {
    background-image: linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -o-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -moz-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -webkit-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -ms-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #506082), color-stop(1, #a4b3c5) );
    width: 6px;
}

table.filtered-header td.black-line {
    padding: 0;
    width: 6px;
    background: #506082;
    background-image: linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -o-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -moz-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -webkit-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -ms-linear-gradient(bottom, #506082 0%, #a4b3c5 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, #506082), color-stop(1, #a4b3c5) );
}

table.filtered-header tr td.noborder {
    border: 0px;
    padding: 0;
    border: none;
}

td.dxgvHeader.noborder {
    border: 0px;
    padding: 0;
    border: none;
    width:20px;
}

/* filtered header table*/

table.pager {
    width: 100%;
    color: #6476b3;
    font-family: 'Arial';
    font-size: 11pt;
}
.ASPxPager {
    color: #6476b3;
    font-family: 'Arial';
    font-size: 11pt;
}
    table.pager tr {
        height: 35px;
        border: none;
    }

    table.pageset tr {
        height: 20px;
    }

    table.btnGoToPage tr {
        height: 22px;
    }

.dxpControl td.dxpCtrl {
    padding: 0;
}

div.nologo span.nologo {
    font-size: 14pt;
    color: #D9DBDF;
    vertical-align: middle;
}

div.nologo {
    height: 125px;
    width: 200px;
    line-height: 75px;
    background-color: white;
    text-align: center;
    padding: 30px 5px 5px 5px;
}

div.logoexist, div.nologo {
    /*box-shadow: 7px 0 7px -2px #cfd6e0;
    -webkit-box-shadow: 7px 0 7px -2px #cfd6e0;
    -moz-box-shadow: 7px 0 7px -2px #cfd6e0;*/	
    text-align: center;
    width:200px;
    padding-left:10px;
    padding-right:10px;
}


.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
div.logoexist img, div.nologo img {
    /*max-width: 180px !important;
    min-width: 125px;*/
    margin-left: 10px;

    /*height: auto !important;
    max-height: 125px;*/
    margin-left: -5px;
}

div.description {
    height: 88px;
    padding: 5px 20px 5px 10px;
    overflow: hidden;
}

div.contactInfo {
    height: 17px;
    display: table;
    table-layout: fixed;
    white-space: nowrap;
}

    div.contactInfo span {
        color: #24211d;
        font-size: 12px;
        vertical-align: middle;
        height: 14px;
        display: table-cell;
    }

    div.contactInfo img {
        margin-right: 5px;
    }
/* list categories*/
.containercategorylist {
    display: none;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 5px 1px #6476B3;
    -moz-box-shadow: 0 0 5px 1px #6476B3;
    -webkit-box-shadow: 0 0 5px 1px #6476B3;
    padding: 5px;margin: 5px;
    background-color: white;
}

.categorylist {
    border: none;
}

    .categorylist td {
        border: none;
        padding: 3px;
    }

td.subCategory {
    font-style: italic;
    color: #6476B3;
    font-weight: normal;
}
.usertitle {
    cursor: pointer;
}
.actionlist {
    border-spacing: 10px 0;
    border-collapse: separate;
}

.cssmainstyle *{
    height: 18px;
    line-height: 0;
}
.advertInfo {
    font:caption;
    padding-left:15px;    
}