.left-right-border {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-left: 1px solid #EAD79F;
border-right: 1px solid #EAD79F;
}

.header-title-bar {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
display: block;
cursor: pointer;
position: relative;
/*margin-top: 2px;*/
padding: .5em .5em .5em .7em;
min-height: 0; /* support: IE7 */
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 2.2;
text-decoration: none;
text-indent: 10px;
font-size: 100%;
list-style: none;
font-weight: bold;
color: #ffffff;
text-decoration: none;
border: 1px solid #f0b332;
background: #FDCE83;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FDCE83), color-stop(100%, #F29319));
background-image: -webkit-linear-gradient(top, #FDCE83, #F29319);
background-image: -moz-linear-gradient(top, #FDCE83, #F29319);
background-image: -ms-linear-gradient(top, #FDCE83, #F29319);
background-image: -o-linear-gradient(top, #FDCE83, #F29319);
background-image: linear-gradient(top, #FDCE83, #F29319);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FDCE83, endColorstr=#F29319);
}

.title-bar {
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    display: block;
    cursor: pointer;
    position: relative;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 2.2;
    text-decoration: none;
    text-indent: 10px;
    font-size: 100%;
    list-style: none;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    border: 1px solid #E6E6E6;
    background: #E6E6E6;
}

.title-bar-highlight {
min-height: 0px; /* support: IE7 */
margin: 0px;
padding: 0px;
border: 0px;
border-collapse:collapse;
outline: 0px;
text-decoration: none;
text-indent: 5px;
font-size: 100%;
list-style: none;
font-weight: bold;
color: #4a4846;
border: 1px solid #f3c35d;
background: #fddba6;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fddba6), color-stop(100%, #feb14e));
background-image: -webkit-linear-gradient(top, #fddba6, #feb14e);
background-image: -moz-linear-gradient(top, #fddba6, #feb14e);
background-image: -ms-linear-gradient(top, #fddba6, #feb14e);
background-image: -o-linear-gradient(top, #fddba6, #feb14e);
background-image: linear-gradient(top, #fddba6, #feb14e);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fddba6, endColorstr=#feb14e);
}

.sub-title-bar-orange {
min-height: 0; /* support: IE7 */
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.8;
text-decoration: none;
text-indent: 10px;
font-size: 100%;
list-style: none;
font-weight: bold;
color: #4a4846;
border: 1px solid #f3c35d;
background: #fddba6;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fddba6), color-stop(100%, #feb14e));
background-image: -webkit-linear-gradient(top, #fddba6, #feb14e);
background-image: -moz-linear-gradient(top, #fddba6, #feb14e);
background-image: -ms-linear-gradient(top, #fddba6, #feb14e);
background-image: -o-linear-gradient(top, #fddba6, #feb14e);
background-image: linear-gradient(top, #fddba6, #feb14e);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fddba6, endColorstr=#feb14e);
}

.sub-title-bar {
margin: 0;
padding: 0;
outline: 0;
line-height: 2;
text-decoration: none;
text-indent: 10px;
font-size: 100%;
list-style: none;
text-decoration: none;
font-weight: bold;
color: #7a7a7a;
border: 1px solid #dfdfdf;
background: #f5f2f2;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f2f2), color-stop(100%, #e5e2e2));
background-image: -webkit-linear-gradient(top, #f5f2f2, #e5e2e2);
background-image: -moz-linear-gradient(top, #f5f2f2, #e5e2e2);
background-image: -ms-linear-gradient(top, #f5f2f2, #e5e2e2);
background-image: -o-linear-gradient(top, #f5f2f2, #e5e2e2);
background-image: linear-gradient(top, #f5f2f2, #e5e2e2);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f5f2f2, endColorstr=#e5e2e2);
}

.validator-table tr, .validator-table td, .validator-table th {
padding: 0px !important;
border-spacing: 0px !important;
border-collapse: collapse !important;
}

/***** Start - In used by Recurit and Hris *****/

.emp-main-content {
    background-color: #f7f6f6;
}

.emp-input-title {
    height: 30px;
    background-color: #e6e6e6;
    padding-left: 5px;
    min-width: 200px;
    width: 170px;
    white-space: nowrap;
}

.emp-menu {
    width: 200px;
    background-color: #f0b332;
    border: 1px solid #fef6cd;
    color: #f7f6e9;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.emp-menu-continer {
    width: 99%;
    min-height: 20px;
    height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #f7cd73;
    padding-left: 2px;
    padding-right: 2px;
}

.emp-menu-item {
    min-height: 20px;
    height: 20px;
    vertical-align: middle;
    padding-left: 2px;
    padding-right: 2px;
}

    .emp-menu-item a:link, .emp-menu-item a:active, .emp-menu-item a:hover, .emp-menu-item a:visited {
        text-decoration: none;
        color: #f7f6e9;
    }

.emp-menu-item-selected {
    background-color: #f6bf4b;
    color: #fff;
}

.loadingImg {
    background-image: url("../../Images/ajax-loader.gif");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}

/***** End - In used by Recurit and Hris *****/
