﻿/*body
{
    background-color: #FFFFFF;
    font: 12px "segoe ui" ,arial,sans-serif;
    margin: 0;
}*/



input, textarea {
    font: 12px "segoe ui",arial,sans-serif;
}

.riTextBox[type="text"] {
    padding-left: 0px !important;
}

div.RadDockZone {
    border: none;
}

div.RadDockZone_Windows7 {
    border: none;
    position: relative;
}

.rdTitleBar em {
    color: black;
    font-weight: bold;
}

.riTextBox {
    border-color: #E2E2E2 !important;
}
/* Content CSS */
.dvBorder {
    border: #c7c7c7 1px solid;
    border-collapse: inherit;
    background-color: #F7F7F7;
    padding: 3px;
    margin: 2px 0px;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.dvBackGround {
    background-color: #F7F7F7;
}

.dvBorderList {
    border: #C5B5A1 1px solid;
    border-collapse: inherit;
    background-color: #FFFFFF;
    padding: 10px;
    margin: 5px 0px 0px 0px;
    overflow: hidden;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    width: 97.6%;
}

.btnContent {
    background-color: #3e3c7c;
    border-color: #725E45 #2B2005 #2B2005 #725E45;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    height: 22px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    width: auto;
    margin: 1px 2px 2px 5px;
    padding-bottom: 4px;
}

.btnCancel {
    background-color: #A8A7A6;
    border-color: #8E8D8C #8E8D8C #6C6C6C #6C6C6C;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    font-size: 12px;
    height: 22px;
    font-weight: bold;
    width: auto;
    margin: 1px 2px 2px 5px;
    padding-bottom: 4px;
}

.link:link {
    font-size: 11px;
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
}

.link:visited {
    font-size: 11px;
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
}

.link:hover {
    font-size: 11px;
    color: #FFF;
    font-weight: 100;
    text-decoration: underline;
}





.heading {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #880B0B;
    float: left;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding-top: 5px;
    text-indent: 10px;
    width: 300px;
}

b {
    font-size: 12px;
}


p {
    margin: 5px 0px 5px 20px;
    padding: 0px;
    font-size: 13px;
    line-height: 15px;
    text-align: justify;
}

h3 {
    color: #18285b !important;
    font-size: 12px;
    margin: 0;
    padding: 5px;
}

h4 {
    margin: 2px;
    padding: 2px;
    font-size: 14px;
}

h5 {
    margin: 2px;
    padding: 2px;
    font-size: 12px;
}

ul {
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 10px;
    padding-top: 0px;
}

    ul li {
        padding-bottom: 2px;
        list-style-type: none;
        margin: 0px;
        padding-left: 2px;
        padding-right: 2px;
        list-style-image: none;
        padding-top: 2px;
    }

div.box ul li {
    min-height: 1.5em;
    line-height: 1.5em;
    background-color: #f7f7f7;
}

/*..........................*/

div.main {
    margin: 4px 0px 0px 0xp;
    width: 100%;
    padding: 4px 0px;
    overflow: hidden;
}


div.box {
    color: #333;
    margin: 5px 5px 10px 5px;
    width: 99%;
}

.spanWrap {
    width: 320px;
    min-width: 250px;
    word-wrap: break-word;
    overflow: hidden;
    display: inline-block;
}

.emptyDataRow {
    width: auto;
    text-align: center;
    min-height: 20px;
    padding-top: 8px;
    font-weight: bold;
    border: 1px solid red;
    vertical-align: middle;
    -moz-border-radius: 5px 5px 5px 5px;
}

div.msgbox {
    text-align: justify;
    background-image: url(Static/Images/Glad32.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 10px 35px 10px 35px;
    width: 90%;
}

div.box h1 {
    font-size: 14px;
    color: #000000;
    padding-bottom: 4px;
}

div.box p {
    padding-bottom: 14px;
}

.box Label, .listSearch Label, .listInGrid Label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #333333;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    padding-right: 5px;
}

.listSearch Label, .listInGrid Label {
    line-height: 2;
}

.box Label, .listSearch span {
    line-height: 1.8;
    display: inline-block;
    vertical-align: top;
    width: auto;
    color: #333333;
    margin: 0px 2px;
    font-size: 11px;
    text-decoration: none;
    padding: 0px 5px;
}

.listInGrid Label {
    width: auto;
    line-height: 1.5em;
}

.box Label {
    width: 150px;
}

div.box em, .dvTblLayout em, .dvBorder em {
    color: red;
    font-weight: normal;
}

.required {
    color: red;
    font-weight: normal;
}

.lblHelp {
    font-style: italic;
    font-size: 11px;
    color: #A8A8A8;
    font-weight: normal;
}

.box li span Label, .listSearch li span Label {
    line-height: 1.8;
    display: inline;
    vertical-align: top;
}

div.listSearch {
    background-color: #F7F7F7;
    padding: 5px;
}

/*for both the direct UL and multi ul (in div) */
ul.listSearch li, .listSearch ul li {
    display: table-cell;
    vertical-align: middle;
    float: left;
}

ul.listInGrid li, .listInGrid ul li {
    display: block;
    vertical-align: middle;
}

.errorMsg {
    background: url('../Images/unchecked.gif') no-repeat 0px 0px;
    background-position: left;
    padding-left: 16px;
    padding-bottom: 1px;
    font-weight: lighter;
    color: #EA5200;
    height: 100%;
    overflow: hidden;
    font-size: 11px;
}


/* Info Messages */
.info, .success, .help, .error, .search, .validation {
    /*border: 0px 1px 1px 1px;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #8e8e8e;
    margin: 0px 0px 10px 60px;
    padding: 10px 35px 10px 35px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 65%;
    font-size: 12px;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('Static/Images/Status/info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('Static/Images/Status/success.png');
}

.help {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('Static/Images/Status/help.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('Static/Images/Status/error.png');
}

.search {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('Static/Images/Status/Search.png');
}

/*end of info message*/



/*...<might not useful>...*/

.greenheader {
    height: 20px;
    background-color: #c4cbaa;
    color: #212414;
    font-size: 13px;
    font-weight: bold;
    text-indent: 5px;
    width: auto;
    padding-top: 5px;
}


.sub_heading {
    border-bottom: 1px solid #CC0000;
    font-size: 13px;
    font-weight: 600;
    width: 25px;
}

/*...</might not useful>...*/

.RadWindow {
    z-index: 8000 !important;
}

.wordBreak {
    display: inline-block;
    word-wrap: break-word;
    width: 180px;
}

.listView em {
    float: right !important;
    font-weight: bold !important;
    color: Black !important;
    font-style: normal !important;
}

.colon {
    float: right !important;
    font-weight: bold !important;
    color: Black !important;
    font-style: normal !important;
}

html body .riSingle .riTextBox {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.RadTabStripTop_Windows7 .rtsLevel {
    background-image: url(../Images/head_bg.gif) !important;
    background-repeat: repeat !important;
}

.RadTabStripTop_Windows7 .rtsLevel1 .rtsSelected {
    background-position: 0 -26px;
    color: #000000 !important;
}

.rtsSelected span span span {
    color: black !important;
}

.RadTabStrip_Windows7 .rtsLevel1 .rtsLI, .RadTabStrip_Windows7 .rtsLevel1 .rtsLink {
    color: #725E45 !important;
}

.RadTabStrip_Windows7 .rtsLevel1 .rtsLI, .RadTabStrip_Windows7 .rtsLevel1 .rtsLink {
    color: #725E45;
}
