/***** Start - Page Container****/

.master-header {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.master-footer {
}

.header {
border-top: 1px solid #ADD8E6;
border-left: 1px solid #ADD8E6;
border-right: 1px solid #ADD8E6;
}

.content {
padding: 5px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border: 1px solid #ADD8E6;
border-top-width: 0px;
overflow: auto;
margin: auto;
}

.content-sub {
margin: auto;
width: 99.7%;
}

.footer {
padding-top: 5px;
}

.left-right-border {
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-left: 1px solid #ADD8E6;
border-right: 1px solid #ADD8E6;
}

.header-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; /* 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 #ADD8E6;
background: #399CBD;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ADD8E6), color-stop(100%, #399CBD));
background-image: -webkit-linear-gradient(top, #ADD8E6, #399CBD);
background-image: -moz-linear-gradient(top, #ADD8E6, #399CBD);
background-image: -ms-linear-gradient(top, #ADD8E6, #399CBD);
background-image: -o-linear-gradient(top, #ADD8E6, #399CBD);
background-image: linear-gradient(top, #ADD8E6, #399CBD);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ADD8E6, endColorstr=#399CBD);
}

.title-bar {
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;
}

.sub-title-bar-orange {
min-height: 0; /* support: IE7 */
margin: 0;
padding: 0;
border: 0;
outline: 0;
text-decoration: none;
text-indent: 10px;
font-size: 100%;
list-style: none;
font-weight: bold;
color: #4a4846;
border: 1px solid #f3c35d;
background: #b0e6fd;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0e6fd), color-stop(100%, #4ac1ed));
background-image: -webkit-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -moz-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -ms-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -o-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: linear-gradient(top, #b0e6fd, #4ac1ed);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b0e6fd, endColorstr=#4ac1ed);
}

.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 #63cbe5;
background: #b0e6fd;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b0e6fd), color-stop(100%, #4ac1ed));
background-image: -webkit-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -moz-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -ms-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: -o-linear-gradient(top, #b0e6fd, #4ac1ed);
background-image: linear-gradient(top, #b0e6fd, #4ac1ed);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b0e6fd, endColorstr=#4ac1ed);
}

.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;
}
/***** End - Page Container ****/

/***** 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: #399CBD;
border: 1px solid #E6E6E6;
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 #E6E6E6;
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: #399CBD;
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 *****/
