﻿.fix-ie { BEHAVIOR: url(../CSS3.htc); }

a, a:active { TEXT-DECORATION: none; COLOR: #06f; }

    a:hover { TEXT-DECORATION: none; CURSOR: pointer; }

body { margin:0px !important; PADDING: 0px; COLOR: #333; }
fieldset { BORDER: 1px solid #B9BEC4; DISPLAY: block; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-bottom:10px; padding-left:10px;padding-right:10px;text-align:left;}

    fieldset legend { FONT-WEIGHT: bold; font-style: italic; color: #505050;white-space:nowrap; }

    fieldset.fl { margin-right: 5px !important; }

    fieldset.fr { margin-left: 5px !important; }

    fieldset.form { background: #f5f5f5; margin: -6px 0px 5px 0px; }

    fieldset fieldset.form { margin: 10px 0px; }

.middle { margin: 5px 0px !important; }
.p404 { margin: auto; width: 100%; text-align: center; color: red; font-size: 15pt; }
a.edit {
    color:#039;
}
a.delete {
    color: #f00;
}
a.update {
    color:#039;
}
a.cancel {
    color: #f00;
}
.cur {cursor:pointer !important;}
.nf { POSITION: relative; MARGIN: auto; }
.fl { FLOAT: left !important; }
.fr { FLOAT: right !important; }
.cb { CLEAR: both !important; }
.cr { CLEAR: right !important; }
.cl { CLEAR: left !important; }
.top { TOP: 0; LEFT: 0; }
.of { overflow: hidden; }
.bottom { BOTTOM: 0; LEFT: 0; }
.hdn { DISPLAY: none !important; VISIBILITY: hidden !important; }
.bo { BORDER: 1px solid #dcdcdc; }
.pad { PADDING: 0px !important; }
.mar { MARGIN: 0px !important; }
.wrap { white-space: nowrap !important; }
.inline { DISPLAY: inline; }
.block { DISPLAY: block; }
.textL {
    text-align:left;
}
.textR {
    text-align:right;
}
.textC {
    text-align:center;
}
.inl-block { DISPLAY: inline-block; }
.shaddow { -WEBKIT-BOX-SHADOW: #666 0px 2px 10px; -MOZ-BOX-SHADOW: #666 0px 2px 10px; box-shadow: #666 0px 2px 10px; BEHAVIOR: url(../WebResource_1.axd); }
.radius { -WEBKIT-BORDER-RADIUS: 3px; -MOZ-BORDER-RADIUS: 3px; BORDER-RADIUS: 3px; BEHAVIOR: url(../WebResource_1.axd); }
.box { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.full { width: 100%; }
ul.hoz, ul.ver, ul.hoz > li, ul.ver > li { list-style: none; padding: 0px; vertical-align: top; }
ul.hoz, ul.ver { display: table; margin: 0px 0px; }
    ul.hoz > li { display: table-cell; line-height: 20px; }
        ul.hoz > li:first-child { padding-left: 0px; }
    ul.ver > li { float: none; line-height: 20px; padding: 0px 0px; display: block; }
ul.of > li { overflow: hidden; }
ul.pad li{ padding:0px !important;}
ul.mar li{ margin:0px !important;}
/*----------------------FORM-INPUT------------------------------------------*/
TABLE.xInput { COLOR: #505050; }
table.xInput * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
    table.xInput ul.hoz li { padding:0px;}
/*----------------------FORM-LIST------------------------------------------*/
a.delete { COLOR: #f00; }

a.edit { COLOR: #039; }
/*----------------------TEXT------------------------------------------*/
.b { FONT-WEIGHT: bold !important; }

.i { FONT-STYLE: italic !important; }

.u { TEXT-DECORATION: underline; }

.upper { TEXT-TRANSFORM: uppercase !important; }

.lower { TEXT-TRANSFORM: lowercase !important; }

.under{text-decoration:line-through;}

.co-blk { COLOR: #000 !important; }
.co-333 { COLOR: #333 !important; }
.co-555 { COLOR: #555 !important; }
.co-666 { COLOR: #666 !important; }
.co-888 { COLOR: #888 !important; }

.co-red { COLOR: #f00 !important; }

.co-whi { COLOR: #fff !important; }

.co-yel { COLOR: #ff0 !important; }

.co-gre { COLOR: #090 !important; }

.co-blu { COLOR: #06F !important; }

.jus { TEXT-ALIGN: justify !important; }
/*----------------------Font Style------------------------------------------*/
.f8{FONT-SIZE: 8pt !important;}
.f9{FONT-SIZE: 9pt !important;}
.f10{FONT-SIZE: 10pt !important;}
.f11{FONT-SIZE: 11pt !important;}
.f12{FONT-SIZE: 12pt !important;}
.f13{FONT-SIZE: 13pt !important;}
.f14{FONT-SIZE: 14pt !important;}
.f15{FONT-SIZE: 15pt !important;}
.f16{FONT-SIZE: 16pt !important;}
.f18{FONT-SIZE: 18pt !important;}
.f20{FONT-SIZE: 20pt !important;}
.f22{FONT-SIZE: 22pt !important;}
.f25{FONT-SIZE: 25pt !important;}
.lh{LINE-HEIGHT: 16pt !important;}
.lh-18{LINE-HEIGHT: 18pt !important;}
.lh-20{LINE-HEIGHT: 20pt !important;}
/*------------------------------------------------ BORDER RADIUS ----------------------------------------------------*/
.radius-5 {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px}
.radius-8 {border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px}
.radius-10 {border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px}
/*------------------------------------------------ BACKGROUND STYLE ----------------------------------------------------*/
.bg-blk{background-color:#000;}
.bg-ddd{background-color:#ddd;}
.bg-wht{background-color:#fff;}
.bg-sil{background-color:#f4f4f4;}
.bg-blu{background-color:#2696f2;}
.bg-search{background-color:#faf5e2;}
.bg-red{background-color:#f00;}
/*------------------------------------------------ BORDER STYLE ----------------------------------------------------*/
.bo-blk{border: 1px solid #000;}
.bo-red{border: 1px solid #6D0101;}
.bo-sil{border: 1px solid #f4f4f4;}
.bo-ddd{border: 1px solid #ddd;}
.bo-wht{border: 1px solid #fff;}
/*------------------------------------------------ PADDING STYLE ----------------------------------------------------*/
.pad-3{padding:3px;}
.pad-5{padding:5px;}
.pad-8{padding:8px;}
.pad-10{padding:10px;}
.pad-15{padding:15px;}
.pad-20{padding:20px;}
.pad-25{padding:25px;}
.pad-30{padding:30px;}
.pl-3{padding-left:3px;}
.pl-5{padding-left:5px;}
.pl-8{padding-left:8px;}
.pl-10{padding-left:10px;}
.pl-15{padding-left:15px;}
.pl-20{padding-left:20px;}
.pl-25{padding-left:25px;}
.pl-30{padding-left:30px;}
.pl-40{padding-left:40px;}
.pl-50{padding-left:50px;}
.pl-100{padding-left:250px;}
.pr-3{padding-right:3px;}
.pr-5{padding-right:5px;}
.pr-8{padding-right:8px;}
.pr-10{padding-right:10px;}
.pr-15{padding-right:15px;}
.pr-20{padding-right:20px;}
.pr-25{padding-right:25px;}
.pr-30{padding-right:30px;}
.pr-50{padding-right:50px;}
.pt-3{padding-top:3px;}
.pt-5{padding-top:5px;}
.pt-8{padding-top:8px;}
.pt-10{padding-top:10px;}
.pt-15{padding-top:15px;}
.pt-20{padding-top:20px;}
.pt-25{padding-top:25px;}
.pt-30{padding-top:30px;}
.pt-50{padding-top:50px;}
.pt-80{padding-top:80px;}
.pt-100{padding-top:100px;}
.pt-130{padding-top:130px;}
.pt-150{padding-top:150px;}
.pt-180{padding-top:180px;}
.pt-200{padding-top:200px;}
.pb-3{padding-bottom:3px;}
.pb-5{padding-bottom:5px;}
.pb-8{padding-bottom:8px;}
.pb-10{padding-bottom:10px;}
.pb-15{padding-bottom:15px;}
.pb-20{padding-bottom:20px;}
.pb-25{padding-bottom:25px;}
.pb-30{padding-bottom:30px;}
.pb-50{padding-bottom:50px;}
/*------------------------------------------------ MARGIN STYLE ----------------------------------------------------*/
.mar-3{margin:3px;}
.mar-5{margin:5px;}
.mar-10{margin:10px;}
.mar-15{margin:15px;}
.mar-20{margin:20px;}
.mar-25{margin:25px;}
.mar-30{margin:30px;}
.ml-3{margin-left:3px;}
.ml-5{margin-left:5px;}
.ml-10{margin-left:10px;}
.ml-15{margin-left:15px;}
.ml-20{margin-left:20px;}
.ml-25{margin-left:25px;}
.ml-30{margin-left:30px;}
.mr-3{margin-right:3px;}
.mr-5{margin-right:5px;}
.mr-10{margin-right:10px;}
.mr-15{margin-right:15px;}
.mr-20{margin-right:20px;}
.mr-25{margin-right:25px;}
.mr-30{margin-right:30px;}
.mt-3{margin-top:3px;}
.mt-5{margin-top:5px;}
.mt-10{margin-top:10px;}
.mt-15{margin-top:15px;}
.mt-20{margin-top:20px;}
.mt-25{margin-top:25px;}
.mt-30{margin-top:30px;}
.mb-3{margin-bottom:3px;}
.mb-5{margin-bottom:5px;}
.mb-10{margin-bottom:10px;}
.mb-15{margin-bottom:15px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
/*-----------------------------------------CONTROL-----------------------------------------------
input[type="file"], input[type="text"], input[type="password"] { margin: 0px; height: 20px !important; }

    input[type="text"].invalid, input[type="password"].invalid { color: #f00 !important; border: 1px solid #f00 !important; }

input[type="submit"], input[type="button"] { BORDER: 1px solid #909090; PADDING: 2px; COLOR: #505050; MARGIN: 1px 0px; BACKGROUND-COLOR: #f8f8ff; }

    input[type="submit"]:hover, input[type="button"]:hover { BORDER: 1px solid #505050; PADDING: 2px; COLOR: #000; MARGIN: 1px 0px; }
*/
/*----------------------FORM STYLE------------------------------------------*/
table.xInput, fieldset.xInput, div.xInput { BACKGROUND: #f9f9f9; border: 1px solid #A4ABB2; padding:10px 20px 10px 20px; margin: auto; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-top-left-radius: 5px;}
    table.xInput, fieldset.xInput legend, fieldset.xInput, div.xInput { color: #1D252C; font-weight: normal; }
fieldset.xInput { padding: 0px 20px 20px 20px; }
    fieldset.xInput legend { margin-bottom: 10px; }
.xInput span, .xInput label { font-weight: normal;}
table.xCmd, fieldset.xCmd, div.xCmd { BACKGROUND: #FFFFCC; border: 1px solid #FFCC99; padding: 10px; margin: auto; margin-top: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-top-left-radius: 5px; }
    table.xCmd, table.xCmd label, fieldset.xCmd legend, div.xCmd { color: #1D252C; }
/*----------------------FORM-LIST------------------------------------------*/
TABLE.xList { BORDER: solid 1px #cdcdcd; PADDING: 0px; BORDER-COLLAPSE: collapse; WIDTH: 100%; MARGIN: 0px; table-layout: fixed; }
    TABLE.xList th { background-color: #f5f5f5; BORDER: solid 1px #cdcdcd; COLOR: #666; TEXT-ALIGN: center; CURSOR: default; PADDING: 2px; HEIGHT: 25px;line-height:23px;}
        TABLE.xList th.search { CURSOR: pointer; }
        TABLE.xList th a { COLOR: #06c; text-decoration: none; }
    TABLE.xList > TBODY > TR { border-top: 1px solid #dcdcdc; PADDING: 0px; BACKGROUND: #FFF; HEIGHT: 23px; }
    TABLE.xList TD { height: 22px;background-position: 0px -2200px; background-repeat: repeat-x; BORDER-LEFT: 1px solid #cdcdcd; PADDING: 2px; display: table-cell; empty-cells: show; }
    TABLE.xList TR.aspNetDisabled *, TABLE.xList TR:disabled * { color: #ccc !important; }
    TABLE.xList TR:hover, TABLE.xList TR:active { COLOR: #000; background-color: #ffdd78; CURSOR: default; }
        TABLE.xList TR.hover TD, TABLE.xList TR.actived TD { border-top: 1px solid #fbc000; border-bottom: 1px solid #fbc000; }
    TABLE.xList .action { BORDER: solid 1px transparent !important; }
        TABLE.xList .action:hover { BORDER: 1px solid #FFCC66 !important; CURSOR: pointer !important; BACKGROUND-COLOR: #ffc; }
    TABLE.xList input[type="image"] { BORDER: solid 1px transparent !important; PADDING: 3px; }
        TABLE.xList input[type="image"]:hover { BORDER: solid 1px #fc6 !important; BACKGROUND: #FFFFCC !important; CURSOR: pointer; }
    TABLE.xList TR.aspNetDisabled input[type="image"]:hover { border: solid 1px transparent !important; background: none !important; }
    TABLE.xList a.lnk { COLOR: #003399; }
    TABLE.xList TD TABLE { BORDER: none !important; }
    TABLE.xList TD TD { BORDER: none !important; }
    TABLE.xList table * { background-color: transparent; }
    TABLE.xList TR:disabled * { color: #A4ABB2; }
    TABLE.xList TD input[type="text"], TABLE.xList TD .xText, TABLE.xList TD .rfdSelect { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 100% !important; color: #003399 !important; }
        TABLE.xList TD .rfdSelect span { color: #039 !important; }

TABLE.xList TD input[type=text],TABLE.xList TD textarea,TABLE.xList TD input[type="email"],TABLE.xList TD input[type="search"],TABLE.xList TD input[type="password"], TABLE.xList TD select{
    padding-top:5px;padding-bottom:5px;padding-left:5px !important;
    background: #ffffff !important;
    border: 1px solid #d5d5d5 !important;
    color: #333 !important;
    font-size: 9pt !important;
}
TABLE.xList TD input[type=text]:hover,TABLE.xList TD textarea:hover,TABLE.xList TD input[type="email"]:hover,TABLE.xList TD input[type="search"]:hover,
TABLE.xList TD input[type="password"]:hover, TABLE.xList TD select:hover{
    padding-top:5px;padding-bottom:5px;padding-left:5px !important;
    background: #ffffff !important;
    border: 1px solid #d5d5d5 !important;
    color: #333 !important;
    font-size: 9pt !important;
}
/*----------------------UL List------------------------------------------*/
ul.xList { margin: 0px; padding: 0px; list-style: none; overflow: hidden; display: block; }
    ul.xList li.xList-Body { padding: 0px; }
    ul.xList li.xList-Header { text-align: left; text-transform: uppercase; padding: 5px 10px; color: #000; background-color: #f5f5f5; font-weight: bold; BORDER: solid 1px #A4ABB2; border-bottom: none; background-position: 0px -6500px; background-repeat: repeat-x; line-height: 20px; vertical-align: middle; white-space: nowrap; font-family: arial, Helvetica, sans-serif; }
    ul.xList li.xList-Emptymsg { TEXT-ALIGN: center; COLOR: #F00; PADDING: 5px; BORDER: 1px solid #FFB9B9; BACKGROUND-COLOR: #FFDFDF; }
/*----------------------PAGER------------------------------------------*/
TABLE.xPager { border: 1px solid #A4ABB2 !important; border-top: none !important; border-spacing: 0; display: table; border-collapse: collapse; }
    TABLE.xPager td { padding: 5px 0px; background-color: #E9ECEF; }
        TABLE.xPager td div { line-height: 22px; margin: 0px 10px; }
    TABLE.xPager a, TABLE.xPager span { display: inline-block; }
    TABLE.xPager span { padding-left: 5px; line-height: 22px; }
    TABLE.xPager a { line-height: 22px; padding-right: 5px; margin: 0px 1px; color: #000; }
        TABLE.xPager a.xCurPage { color: #333; }
            TABLE.xPager a.xCurPage span { color: #039; }
        TABLE.xPager a:hover { text-decoration: none; }
            TABLE.xPager a:hover span { }

/*----------------------BUTTON STYLE------------------------------------------*/
input[type="file"] {
    padding-top:3px;padding-bottom:3px;
    border: 0px solid #c9c9c9;
}
html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    padding-top:3px;padding-bottom:3px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
}
input[type=text],textarea,input[type="email"],input[type="search"],input[type="password"], select {
    padding-top:3px;padding-bottom:3px;
    background: #ffffff;
    border: 1px solid #c9c9c9;
    color: #333;
}
input[type=text]:active,input[type="email"]:active,input[type="search"]:active,input[type="password"]:active, select:active {
    padding-top:3px;padding-bottom:3px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
}
input[type=text]:focus,input[type="email"]:focus,input[type="search"]:focus,input[type="password"]:focus, select:focus {
    padding-top:3px;padding-bottom:3px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
}
input[type=text]:hover,input[type="email"]:hover,input[type="search"]:hover,input[type="password"]:hover, select:hover {
    padding-top:3px;padding-bottom:3px;
    background: #ffffff;
    border: 1px solid rgba(2,139,255,0.5);
}
input[type="submit"], input[type="button"], input[type="reset"] {
    background: #FFF;
    border: 1px solid #A4ABB2;
    color: #333;
    padding: 3px 5px 3px 10px;
    text-decoration: none;
    white-space: nowrap;
    width:auto !important;
}
    input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
        border: 1px solid #666;
    }
    input[type="submit"].search, input[type="button"].search, input[type="reset"].search {
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/search.gif) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].add, input[type="button"].add, input[type="reset"].add, input[type="submit"].create, input[type="button"].create, input[type="reset"].create {
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/create.gif) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].save, input[type="button"].save, input[type="reset"].save, input[type="submit"].update, input[type="button"].update, input[type="reset"].update {
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/save.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].saveall, input[type="button"].saveall, input[type="reset"].saveall{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/save_all.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].back, input[type="button"].back, input[type="reset"].back{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/back.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].delete, input[type="button"].delete, input[type="reset"].delete{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/delete.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].cancel, input[type="button"].cancel, input[type="reset"].cancel{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/cancel.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].stop, input[type="button"].stop, input[type="reset"].stop{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/stop.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].send, input[type="button"].send, input[type="reset"].send{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/send.png) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].ok, input[type="button"].ok, input[type="reset"].ok{
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        background: #FFFFFF url(../images/ok.gif) no-repeat 5px center;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].confirm, input[type="button"].confirm, input[type="reset"].confirm{
        background: #FFFFFF url(../images/confirm.gif) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].edit, input[type="button"].edit, input[type="reset"].edit{
        background: #FFFFFF url(../images/edit.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].print, input[type="button"].print, input[type="reset"].print{
        background: #FFFFFF url(../images/print.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].refresh, input[type="button"].refresh, input[type="reset"].refresh{
        background: #FFFFFF url(../images/refresh.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width:auto !important;
    }
    input[type="submit"].recover, input[type="button"].recover, input[type="reset"].recover, input[type="submit"].restore, input[type="button"].restore, input[type="reset"].restore, input[type="submit"].undo, input[type="button"].undo, input[type="reset"].undo {
        background: #FFFFFF url(../images/undo_r.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].process, input[type="button"].process, input[type="reset"].process {
        background: #FFFFFF url(../images/process.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].comment, input[type="button"].comment, input[type="reset"].comment {
        background: #FFFFFF url(../images/comment.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].completed, input[type="button"].completed, input[type="reset"].completed, input[type="submit"].finish, input[type="button"].finish, input[type="reset"].finish, input[type="submit"].end, input[type="button"].end, input[type="reset"].end {
        background: #FFFFFF url(../images/completed.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].published, input[type="button"].published, input[type="reset"].published {
        background: #FFFFFF url(../images/published.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].report, input[type="button"].report, input[type="reset"].report {
        background: #FFFFFF url(../images/report.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].excel, input[type="button"].excel, input[type="reset"].excel {
        background: #FFFFFF url(../images/xlsx.gif) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].job, input[type="button"].job, input[type="reset"].job {
        background: #FFFFFF url(../images/job.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
    input[type="submit"].trash, input[type="button"].trash, input[type="reset"].trash {
        background: #FFFFFF url(../images/trash.png) no-repeat 5px center;
        display: inline-block;
        cursor: pointer;
        margin: 0px 1px;
        line-height: 14px;
        padding: 3px 10px 3px 30px !important;
        width: auto !important;
    }
input[type="checkbox"] {
    display: inline-block;
    width:12px;
    height:12px;
    /*margin-right:8px;*/
    margin-top:3px;margin-bottom:3px;
}
a.button {
    display: inline-block;
    padding:5px 10px 5px 10px;
    margin-bottom: 5px;
    margin-right:5px;
    cursor: pointer;
    min-width: 75px;
    *overflow: visible;
    border: 1px solid #c2c2c2;
    background: #eaeaea;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
    a.button:hover {
        display: inline-block;
        padding:5px 10px 5px 10px;
        margin-bottom: 5px;
        margin-right:5px;
        cursor: pointer;
        min-width: 75px;
        *overflow: visible;
        border: 1px solid #c2c2c2;
        background: #4ba0cb;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
    }
/*------------------------------------------------ bootstrap dialog style ----------------------------------------------------*/
.bootstrap-dialog .modal-header.bootstrap-dialog-draggable {
    cursor: move !important;
}
.popup300 .modal-dialog {
    width:300px !important;
}
.popup350 .modal-dialog {
    width:350px !important;
}
.popup400 .modal-dialog {
    width:400px !important;
}
.popup450 .modal-dialog {
    width:450px !important;
}
.popup500 .modal-dialog {
    width:500px !important;
}
.popup550 .modal-dialog {
    width:550px !important;
}
.popup600 .modal-dialog {
    width:600px !important;
}
.popup650 .modal-dialog {
    width:650px !important;
}
.popup700 .modal-dialog {
    width:700px !important;
}
.popup750 .modal-dialog {
    width:750px !important;
}
.popup800 .modal-dialog {
    width:800px !important;
}
.popup850 .modal-dialog {
    width:850px !important;
}
.popup900 .modal-dialog {
    width:900px !important;
}
.popup940 .modal-dialog {
    width:940px !important;
}
.popup950 .modal-dialog {
    width:950px !important;
}
.popup960 .modal-dialog {
    width:960px !important;
}
.popup980 .modal-dialog {
    width:980px !important;
}
.popup1000 .modal-dialog {
    width:1000px !important;
}