﻿


html, body {
    margin: auto;
    padding: 0px;
    border: 0px currentColor;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table, td {
    padding: 0px;
    border: 0px currentColor;
    -moz-border-image: none;
    -o-border-image: none;
    -webkit-border-image: none;
    border-image: none;
    border-spacing: 0;
}

a, body {
    font-family: Arial,Sans-Serif;
    font-size: small;
    text-decoration: none;
}

html {
    overflow: auto;
}


.roundedcor {
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.caption1 {
    font-family: Calibri;
    font-size: 11pt;
    color: #525151;
    cursor: pointer;
}

.caption1mini {
    font-family: Calibri;
    font-size: 9pt;
    color: #525151;
    cursor: pointer;
}

.caption2 {
    font-family: Calibri;
    font-size: 11pt;
    color: #8a8787;
    cursor: pointer;
}

.caption2mini {
    font-family: Calibri;
    font-size: 9pt;
    color: #8a8787;
    cursor: pointer;
}

.caption3 {
    font-family: Calibri;
    font-size: 11pt;
    color: #bebcbc;
    cursor: pointer;
}

.caption3mini {
    font-family: Calibri;
    font-size: 9pt;
    color: #bebcbc;
    cursor: pointer;
}

.caption4 {
    font-family: Calibri;
    font-size: 9pt;
    color: #808080;
    cursor: pointer;
}

/*search page search filters counter*/
.sf_count {
    font-family: Calibri;
    font-size: 11pt;
    color: #0066a4;
    cursor: pointer;
}

/*search page search filters add new link*/
.sf_add {
    font-family: Calibri;
    font-size: 8pt;
    color: #116c07;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.sf_clear {
    font-family: Calibri;
    font-size: 8pt;
    color: #980d0d;
    text-decoration: underline;
    cursor: pointer;
    display: none;
}

.label3 {
    font-family: Calibri;
    font-size: 9pt;
    color: #bebcbc;
    cursor: default;
}

.searchTypeTd {
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

.sh_tip {
    position: relative;
    top: 1px;
}

.sh_cap1 {
    font-family: Calibri;
    font-size: 9pt;
    color: #000000;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.sh_cap2 {
    font-family: Calibri;
    font-size: 10pt;
    color: #0066a4;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.sh_cap3 {
    font-family: Calibri;
    font-size: 9pt;
    color: #0066a4;
    cursor: pointer;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

.boxgradient {
    background: #e0e9ee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: -moz-linear-gradient(top, #e0e9ee 0%, #f3f7fa 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e9ee), color-stop(100%,#f3f7fa)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e0e9ee 0%,#f3f7fa 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e0e9ee 0%,#f3f7fa 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e0e9ee 0%,#f3f7fa 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e0e9ee 0%,#f3f7fa 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e9ee', endColorstr='#f3f7fa',GradientType=0 ); /* IE6-8 */
}

.boxheader {
    background-color: transparent;
    border: 0px solid #ffffff;
}

.boxheadersel {
    background-color: #e0e9ee;
    border-top: 1px solid #e0e9ee;
    border-right: 1px solid #e0e9ee;
    border-left: 1px solid #e0e9ee;
}


.switch {
    width: 34px;
    height: 15px;
}

    .switch input[type=checkbox] {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

    .switch label {
        width: 100%;
        height: 100%;
        padding: 0px;
        background-image: url(/images/switchoff.png);
        display: block;
        content: 'sdsdad';
        clear: left;
        float: left;
    }

    .switch input[type=checkbox]:checked ~ label {
        padding: 0px;
        background-image: url(/images/switchon.png);
        display: block;
        clear: left;
        float: left;
    }

.content {
    overflow: auto;
    position: fixed !important;
    position: absolute;
    top: 80px;
    right: 0;
    bottom: 100px;
    left: 0;
    width: 100%;
}

.bgimg {
    background-position: bottom;
    background-repeat: repeat-x;
    background-attachment: fixed;
    padding: 0px;
    background-position-x: left;
    height: 100%;
}

.submitbutton {
    color: #ffffff; 
    background-color: #0066a4; 
    font-size: 10pt; 
    height: 24px; 
    border: 1px solid #0066a4;  
    border-radius: 3px
}

.cancelbutton{
    color: #0066a4; 
    border: 1px solid #0066a4; 
    background-color: #e9e8e8; 
    border-radius: 3px;
}

.textbox{
    border: 1px solid #d3d1d1; 
    border-radius: 3px;
}

.dropdown{
    border-width: 0px;
}

input[type="submit"] {
    color: #ffffff; 
    background-color: #0066a4; 
    font-size: 10pt; 
    height: 24px; 
    border: 1px solid #0066a4;  
    border-radius: 3px
}

input[type="text"] {
    border: 1px solid #d3d1d1; 
    border-radius: 3px;
    width: 150px;
}

input[type="password"] {
    border: 1px solid #d3d1d1; 
    border-radius: 3px;
    width: 150px;
}

select {
     border: 1px solid #d3d1d1; 
    border-radius: 3px;
}