﻿.IE8Fix
{
    z-index: 1000;
}
body
{
    background: url(../images/bgBlueGradient.png) repeat-x center top;
    margin: 0px auto;
    padding: 0px;
    font-family: Trebuchet MS, Times New Roman, Arial, Verdana, Tahoma; /*background-color: #F7F7E9;*/
    font-size: 12px;
    background-color: #FFF;
    z-index: -1000;
}
/* ----------------------------------------------Generalise-------------------------------------*/
/* this is very imp don't change the any attribute */
#header, #banner, #navigation, #container, #carousel, #breadcrumb, #socialise, #footer, #copyright
{
    position: relative;
    display: block;
    margin: 0 auto 0; /*IMP*/
    width: 1010px;
}
div.CWrapper
{
    float: left;
    display: block;
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}
/* BANNER */
#banner
{
    position: relative;
    z-index: 100;
    width: 100%;
    height: 90px;
}
.CBannerBkg
{
    background: url(../images/bgBanner.png) repeat-x center top;
    width: 100%;
}
.CBannerRedBkg
{
    background-color: #ef3125;
    background-color: #f89a1e;
    background-color: #da1e1f;
}
#CompanyLogoContainer
{
    z-index: 5;
    position: absolute;
    width: 430px;
    top: 0px;
    left: 0px;
}
.CCompanyLogo
{
    background-image: url(../Images/logo.png);
    background-repeat: no-repeat;
    text-align: right;
    margin-left: 15px;
    height: 80px;
    top: -10px;
}
#AppName
{
    position: relative;
    z-index: 4;
    font-family: "Agfa Rotis Sans Serif" !important;
    color: #fff;
    font-size: 40px !important;
    cursor: text;
    font-weight: bold;
    text-align: center;
    width: 100%;
    top: 20px;
}
/*MENUBAR*/
.CMenuWrapper
{
    background: url(../images/bgMenuItem.png) repeat-x center top;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    clear: both;
    overflow: visible;
    border: solid 1px #AAA;
    width: 100%;
    text-align: center;
}
.CMenubar
{
    margin-bottom: 0px;
    clear: both;
    z-index: 4;
}
.CMenubar ul
{
    width: 200px;
    height: 30px;
}
.CMenubar li
{
    background: url(../images/bgMenuItem.png) repeat-x center top;
    border-right: 1px solid #AAA;
    text-align: left; /* set width if needed.*/
    vertical-align: middle;
    width: 180px;
    height: 30px;
}
.CMenubar li a
{
    padding-left: 8px !important;
    padding-top: 8px !important;
    font-size: 14px;
    font-weight: bold;
    color: #363230;
}
.CMenubar li a:hover
{
    background: #DDD;
    color: #2e2ae2;
    height: 22px;
    overflow: hidden;
}
/*-------------------------------------CONTAINER---------------------------------------------*/

.CClear
{
    clear: both;
}
DIV#content
{
    border: 0px solid #cc3300;
    position: relative;
    margin: 0px auto;
    min-height: 400px;
    height: auto !important;
    top: 0px;
    left: 0px;
}
/*Footer*/
.FooterDiv
{
    position: fixed;
    font-size: 12px !important;
    bottom: 0px;
    width: 100%;
    height: 20px;
}
/*Form CSS*/
.input-submit
{
    background-color: #F5F5F5;
    border: 1px solid #dcdcdc;
    color: #666666;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold; /*height: 17px;*/
    line-height: 17px;
    margin: 0 0 0 0;
    min-width: 40px;
    padding: 0 5px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
input.textEntryEmpId
{
    width: 55px;
    border: 1px solid #ccc;
    font-size: 10px;
}
input.textEntryId
{
    width: 100px;
    border: 1px solid #ccc;
    font-size: 10px;
}
input.textEntryLevel
{
    width: 25px;
    border: 1px solid #ccc;
    font-size: 10px;
}
input.textEntryDate
{
    width: 95px;
    border: 1px solid #ccc;
    font-size: 10px;
}
/* Jquery Tooltip*/
#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}
#tooltip h3, #tooltip div
{
    margin: 0;
}
/*table sytle*/
.CLabels
{
    width: 15%;
    white-space: nowrap;
    text-align: right;
    font-size: 13px;
    line-height: 36px;
}
.CText
{
    width: 18%;
    font-size: 13px;
    text-align: left;
}
.CButton
{
    margin-right: 30px;
    padding-bottom: 15px;
    width: 60px;
    font-size: 13px;
}
.CTextWidth
{
    width: 150px;
}
/*Chart*/
.CBarGraph
{
    border: 1px solid #333;
}
/*Fieldset*/
.CFieldSetDiv
{
    position: relative; /*background-color: #EEE; background: url(../images/bgGreyGradient.png) repeat-x center top;*/
    clear: both;
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}
.CFieldSet
{
    margin: 5px, 5px;
    border: 2px solid #366988;
}
.CFieldSetLabel
{
    color: #050e14;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
/*table sytle*/
.CTableLeft
{
    position: relative;
    border: 1px solid #366988;
    float: left;
    padding: 5px;
    margin: 10px;
    width: 47%;
    min-height: 300px;
}
.CTableRight
{
    position: relative;
    border: 1px solid #366988;
    float: right;
    padding: 5px;
    margin: 10px;
    width: 47%;
    min-height: 300px;
}
.CTableBottom
{
    position: relative;
    float: left;
    padding: 5px;
    width: 99%;
}
/* GRID */
.CGridLayout
{
    width: 99%;
    margin: 10px auto;
}
.CGridStyle
{
    background-color: #CCC;
    font-weight: bold;
    color: #222;
}
.CGridRowStyle
{
    background-color: #f4f5f5;
    color: #333333;
}
/*----------------------------------------------------------------------------*/
.CHeaderStyle
{
    display: block;
    background-color: #555;
    color: White;
    text-align: center;
    line-height: 24px;
}
/*--------------------------------- MISC -----------------------------------*/
h1
{
    font-size: 16px;
}
h2
{
    font-size: 15px;
}
h3
{
    font-size: 14px;
}
p
{
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}
.CHyperlink
{
    border: none;
    margin: 5px auto;
    text-decoration: none;
}
.CHyperlink IMG
{
    border: 1px solid #AAA;
    margin: 5px auto;
    text-align: center;
}
