﻿body
{
}
.divFullWidth
{
    width: 100%;
}
.divFullWidth sup
{
    font-weight: bolder;
    color: #E12422;
}
.MyTableInner
{
    margin-left: 5px;
    margin-right: 5px;
}
.f-left
{
    float: left;
    width: 1px;
}
.f-right
{
    float: right;
    margin-left: 0px;
}
.f-centre
{
    text-align: center;
}
.clear
{
    clear: both;
}
.pageLabels
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #0f5475;
    text-decoration: none;
}
.pageLabelsCandidate
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #f06100;
    text-decoration: none;
    font-weight: bolder;
}
.pageLabelsEmail
{
    font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #0f5475;
    text-decoration: underline;
}
.pageLabels sup
{
    font-weight: bolder;
    color: #E12422;
}
.pageLabelsHead
{
    border-bottom: 5px;
    font-family: Arial, Verdana,Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
}
.pageLabelsHead sup
{
    color: #E12422;
    font-weight: bolder;
}
.pageTextbox
{
    border: 1px solid #b0b0b0;
    height: 22px;
    font:12px "segoe ui",arial,sans-serif;
}

.pageTextboxMutiline
{
    border: 1px solid #b0b0b0;
    height: 54px;
     font:12px "segoe ui",arial,sans-serif;
}
.ErrorLabels
{
    color: #E12422;
    font-family: Arial,Verdana, Sans-Serif, Tahoma;
    font-size: 12px;
    font-weight: normal;
}
.cblStyle
{
    border: 0px;
    border-style: none;
    font-family: Arial,Verdana, Sans-Serif, Tahoma;
    font-size: 12px;
}
.cblStyle td
{
    line-height: 20px;
}

.cblStyle label
{
    padding-right: 10px;
    padding-left: 10px;
    text-indent: -22px;
}
.cblStyle input
{
    vertical-align: middle;
}

.cblStyle label span
{
    vertical-align: middle;
}

.ValImage
{
    background: url(../Images/common/error.gif) no-repeat;
    padding: 4px 4px 0px 22px;
    border: 0px;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #E12422;
}
#processMessage
{
    position: fixed;
    background: url(../images/Common/loading.gif) no-repeat center top;
    top: 30%;
    left: 30%;
    padding: 25px;
    width: 30%;
    z-index: 1001;
}
.MyTable
{
    padding: 5.5px 11px;
    width: 100%;
}
.MyTableAuto
{
    padding: 5.5px 11px;
}
.MyTableSearch
{
    padding: 5.5px 11px;
}
.MyTableSearch tr
{
    line-height: 25px;
}
.MyTableButtons
{
    width: 100%;
    padding-right: 10px;
}
.MyTable sup
{
    color: #E12422;
    font-weight: bolder;
}
.MyTableBuisnessInner
{
    padding: 5.5px 11px;
    width: 500px;
}
.MyLineHeadersCandidate
{
    height: 25px;
    background-color: #0f5475;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-right: 3px;
    color: #FFFFFF;
}
.MyLineHeaders
{
    height: 25px;
    background-color: #cce7ee;
    line-height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    padding-right: 3px;
    color: #f06100;
}

.MyLineHeaders_shade
{
    /* border: #0f5475 1px solid;     position: relative;     -webkit-border-radius: 3px;     -moz-border-radius: 3px;     border-radius: 3px;     behavior: url('../CSS/PIE.htc');*/
}
.CursorHand
{
    cursor: inherit;
}
.Mybutton
{
    border-top: 1px solid #96d1f8;
    background: #65a9d7;
    background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
    background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
    background: -moz-linear-gradient(top, #3e779d, #65a9d7);
    background: -ms-linear-gradient(top, #3e779d, #65a9d7);
    background: -o-linear-gradient(top, #3e779d, #65a9d7);
    padding: 5.5px 11px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 14px;
    font-family: Arial,Verdana, Helvetica, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
}
.Mybutton:hover
{
    border-top-color: #28597a;
    background: #28597a;
    color: #ccc;
}
.Mybutton:active
{
    border-top-color: #1b435e;
    background: #1b435e;
}
/*For info pages*/
.PanelColor_Text
{
    border-color: #A5001E;
    background-color: #01b0ef;
    font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #FFFFFF;
}
.pageLabelsHeadwhite
{
    border-top: 5px;
    border-bottom: 5px;
    font-family: Arial,Tahoma, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}
.pageInfoMargin
{
    margin-left: 10px;
}
#div_Info
{
    margin-top: 15px;
    margin-bottom: 15px;
}
/*end*/

#printable
{
    display: none;
}

@media print
{
    #non-printableArea
    {
        display: none;
    }
    #printableArea
    {
        display: block;
    }
}
/*Actions*/
.gridcolumn
{
    width: 90px;
    height: 16px;
    text-align: center;
}

ul.gridcolumn
{
    list-style: none;
    margin: 0 px;
    padding: 0px;
}

ul.gridcolumn li
{
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 0px;
}
/*Actions end*/
/*contentWrap start*/
.contentWrap
{
    padding: 10px 15px 15px 15px;
}
.contentWrap td
{
    padding: 0 20px 0 0;
}
.contentWrap td td
{
    padding: 3px 20px 3px 0;
}
/*contentWrap end*/

.AlphaTabLeftMargin
{
    margin-left: 15px;
}
.rgExpandCol
{
    width: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.InnergridAddBtnPadding
{
    padding: 0px 5px 0px 10px;
}
.InnergridAddBtnPadding td
{
    padding-right: 12px;
    text-align: center;
    vertical-align: middle;
}

.pageView
{
    border: 1px solid #000000;
    margin-top: -2px;
    padding: 3px;
}

.Spacing
{
    width: 750px;
    word-wrap: break-word;
    margin-left: 4px;
    margin-bottom: 10px;
}
.marqueeStyle
{
    color: #fc6b0e;
}
.tdwrap
{
    word-wrap: break-word;
}

.CanInf
{
    background-color: #cce7ee;
    border: 0px;
}
.MyTablewithBackColor
{
    padding: 5.5px 11px;
    width: 100%;
    background-color: #cce7ee;
    border: 0px;
}

.highlight
{
    text-decoration: none;
    font-weight: bold;
    color: black;
    background: yellow;
}
.container-outer
{
   clear:both;
    float: left;
    overflow: scroll;
    width: 600px;
    height: 300px;
}
.container-inner
{
    /*width: 5000px;*/
    float:left;
}

div#JobOrderOverViewsId li {
    line-height: 21px;
    margin-bottom: 10px;
}