﻿html
{
    overflow: hidden;
}

body
{
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    /*min-width: 1000px;
    min-height: 750px;*/
    background-color: #F0F0F0;
    font-family: Calibri, Verdana;
    font-size: 12pt;
    color: #260930;
}

#topMasterDiv
{
    background-color: #260930;
    font-family: Cambria, 'Times New Roman';
    font-size: 16pt;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    min-width: 1000px;
    min-height: 80px;
    overflow: visible;
}

#leftMasterDiv
{
    /*background-color: #F3F3F3;*/
    width: 180px;
    /*#height: expression(document.body.clientHeight-85);*/
    min-width: 180px;
    min-height: 550px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 90px;
    left: 0px;
    right: 0px;
    bottom: 5px;
    overflow: visible;
}

/*
#mainMasterDiv
{
    background-color: #FFFFFF;
    #width: expression(document.body.clientWidth-175);
    #height: expression(document.body.clientHeight-85);
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 80px;
    left: 165px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
}
*/

#mainMasterDiv
{
    background-color: #FFFFFF;
    /*#width: expression(document.body.clientWidth-175);
    #height: expression(document.body.clientHeight-110);*/ 
    /*145*/
    min-width: 800px;
    min-height: 500px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 110px;
    left: 165px;
    right: 5px;
    bottom: 2px;
    overflow: auto;
}

#bodyTitleDiv
{
    /*background-color: #FFFFFF; /*#5859b9*/
    background-color: #F0F0F0;
    color: #260930;
    font-weight: bold;
    font-family: Cambria, 'Times New Roman';
    font-size: 13pt;
    text-align: center;
    vertical-align: middle;
    /*#width: expression(document.body.clientWidth-175);
    #height: expression(document.body.clientHeight-80);*/ 
    /*30*/
    padding: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px;
    position: absolute;
    top: 80px;
    left: 165px;
    right: 5px;
    bottom: 30px;
    overflow: hidden;
}


#softwareInfoDiv
{
    position: absolute;
    top: 80%;
    bottom: 10px;
    left: 5px;
    right: 5px;
}

#adRotatorDiv
{
    position: absolute;
    top: 82%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #260930;
}

.divPadding
{
    padding: 10px;
}

.productTextRepeaterStyle
{
    font-family: Calibri, Century;
    font-size: 14pt;
    color: #260930;
    border-bottom: solid 1px #555558;
    background-color: #F3F3F3;
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
    height: 48px;
    width: 175px;
}

.productLogoRepeaterStyle
{
    color: #260930;
    border-bottom: solid 1px #555558;
    background-color: #F3F3F3;
    text-align: left;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.topTriangle
{
    background: #F3F3F3;
    position: relative;
}

    .topTriangle:after
    {
        position: absolute;
        top: -10px;
        right: 30px;
        content: "";
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #F3F3F3;
    }

.menuButton
{
    width: 100%;
    height: 30px;
    font-family: Calibri, Verdana;
    font-size: 12px;
}

.linkButton
{
    font-family: Calibri, Verdana;
    font-size: 15px;
    color: #9B9B9B;
    padding-left: 10px;
    text-decoration: none;
}

.linkButtonTools
{
    background-color: #334477;
    color: #FFFFFF;
    font-family: Calibri, Verdana;
    font-size: 16px;
    padding: 2px;
    text-decoration: none;
}

.formButtonStyle
{
    background-color: #334477;
    color: #FFFFFF;
    font-family: Calibri, Verdana;
    font-size: 16px;
    vertical-align: middle;
    border-style: none;
    width: 60px;
    height: 20px;
}


.topMenuStaticItem
{
    border-bottom: 1px solid black;
}


.leftMenuStatic
{
    font-family: Calibri, Verdana;
    font-size: 18px;
    color: #5CB2FF;
    text-decoration: none;
}

.leftMenuDynamic
{
    font-family: Calibri, Verdana;
    font-size: 15px;
    color: #9D9D9D;
    text-decoration: none;
}

.gridViewStyle
{
    font-family: Calibri, Verdana;
    font-size: 12px;
}


.formViewSize
{
    width: 150px;
    height: 20px;
}

.formViewTextStyle
{
    font-family: Calibri, Verdana;
    font-size: 15px;
}

.formInputSize
{
    width: 150px;
    height: 20px;
}

.formInputLongSize
{
    width: 400px;
    height: 20px;
}

.formInputTextStyle
{
    background-color: #F0F0F0;
    color: #334477;
    font-family: Calibri, Verdana;
    font-size: 15px;
}


.wizardTitleStyle
{
    background-color: #334477;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Cambria, 'Times New Roman';
    font-size: 14px;
    text-indent: 10px;
    vertical-align: middle;
}



/* Anchor Tag Classes */

a.companyLink:link
{
    text-decoration: none;
    color: #EE7B21;
}

a.companyLink:visited
{
    text-decoration: none;
    color: #EE7B21;
}

a.companyLink:active
{
    text-decoration: none;
    color: #EE7B21;
}

a.companyLink:hover
{
    text-decoration: underline;
    color: #EE7B21;
}

.companyLink
{
    /*#ee7b21*/
    color: #e67816;
    font: normal 12px calibri;
}


/* Pager Template */

.pagerTemplateImg
{
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.textBoxPager
{
    width: 35px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}

.pagerTemplateColText
{
    padding-left: 5px;
    padding-right: 5px;
    width: 80px;
    height: 30px;
}

.pagerTemplateColBalance
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 6px;
}

/* Page Status Label Style */

.footer
{
    
    background-color: #260930;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    min-height: 10px;
    max-height: 20%;
    z-index: 99999999999999;
    position: fixed;
    left: 0px;
    bottom: 0px;
   
}

.divStatus /* Used on Modal PopUp to show status - By Pranay (04-Aug-2011) */
{
    background-color: #260930;
    color: #FFFFFF;
    width: 100%;
    height: 15px;
    min-height: 15px;
    max-height: 20%;
    font-family: Calibri, Verdana;
    font-size: 12px;
    text-indent: 10px;
    vertical-align: middle;
}


.statusTextStyle
{
    color: #FFFFFF;
    font-family: Calibri, Verdana;
    font-size: 16px;
    vertical-align: middle;
}

/* Master / Others Top Button Row */
.controlButtonsColumn
{
    width: 40px;
    height: 40px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: left;
}

/* Masters Data Table */

.bodyTable
{
    border: 5px solid #F0F0F0;
    /*border: 5px solid white;*/
}

.bodyTableCol1
{
    width: 125px;
    background-color: #F0F0F0;
    padding-left: 5px;
    font-family: Calibri, Verdana;
    font-size: 11pt;
    color: #260930;
    /*border: 1px solid white;*/
}

.bodyTableCol1Inverse
{
    /*width: 125px;*/
    background-color: #260930;
    padding-left: 5px;
    font-family: Calibri, Verdana;
    font-size: 11pt;
    color: #F0F0F0;
}

.bodyTableCol2
{
    width: 200px;
    background-color: #F0F0F0;
    font-family: Calibri, Verdana;
    font-size: 11pt;
    /*border: 1px solid white;*/
}

.bodyTableCol3
{
    background-color: #F0F0F0;
    /*border: 1px solid white;*/
}

/* Generic Control Styles */

.longTextBoxStyle
{
    width: 96%;
    font-family: Calibri, Verdana;
    font-size: 12pt;
}

.dropDownStyle
{
    width: 93%;
    font-family: Calibri, Verdana;
    font-size: 12pt;
}

.textBoxStyle
{
    width: 90%;
    font-family: Calibri, Verdana;
    font-size: 12pt;
}

.displayTextBoxStyle
{
    width: 94.5%;
    font-family: Calibri, Verdana;
    font-size: 12pt;
    background-color: #F0F0F0;
}

.dropDownViewStyle
{
    font-family: Calibri, Verdana;
    font-size: 10pt;
    border: solid 1px #260930;
    padding: 1px;
}

.dropDownStyleTitleViewStyle
{
    width: 400px;
    font-family: Calibri, Verdana;
    font-size: 12pt;
    border: solid 1px #260930;
    padding: 2px;
}

.dropDownViewPeriodStyle
{
    width: 100px;
    font-family: Calibri, Verdana;
    font-size: 10pt;
    border: solid 1px #260930;
    padding: 1px;
}

.textBoxViewPeriodStyle
{
    width: 80px;
    height: 18px;
    font-family: Calibri, Verdana;
    font-size: 10pt;
    border: solid 1px #260930;
    padding: 1px;
}

/*     ModalPoup Classes      */

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.3;
}

.modalPopup
{
    background-color: Transparent;
    padding: 3px;
    width: 350px;
    height: 150px;

}

    .modalPopup p
    {
        padding: 5px;
    }


.popupMainTable
{
    margin-left: auto;
    margin-right: auto;
}

.popupParentPanel
{
    /*background-color:#F0F0F0;*/
    background-color: black;
    border: 2px solid white;
    position: absolute;
    left: 35%;
    z-index:100000;
    
    
}

.popupTableHeaderTd
{
    background-color: #260930;
    padding: 2px 2px 2px 2px;
    border: 1px solid white;
    text-align: center;
    color: white;
    font-family: Calibri, Verdana;
    font-size: 11pt;
}

.popupTableTd
{
    background-color: #F0F0F0;
    /*padding: 4px 4px 4px 4px;*/
    border: 1px solid white;
    text-align: center;
}



.gridOpsChildPanel
{
    border-color: #260930;
    border-style: solid;
}


.gridOpsChildTable
{
    background-color: #F0F0F0;
}

.reportPopupPanelStyle
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}


/* end of user controls table class */
/* End of Modal Popup Classes*/



/*From Menu.CSS*/
/*    TOP MENU    */

.topMenuFirstLevelItemStyle
{
    max-width: 40px;
    max-height: 40px;
    padding-left: 10px;
}




/*    LEFT MENU   */
.itemStyle
{
    font-family: Calibri, Century;
    font-size: 14pt;
    color: #FFFFFF;
    border: solid 1px #555558;
    background-color: #260930;
    text-align: left;
    vertical-align: middle;
    padding-left: 3px;
    width: 145px;
    height: 48px;
   
}

.itemStyleHover
{
    font-family: Calibri, Century;
    font-size: 14pt;
    color: #FFFFFF;
    background-color: #5859b9;
    border: solid 1px #555558;
    text-align: left;
    vertical-align: middle;
    padding-left: 3px;
    /*display: block;
    width: 137px;
    height: 45px;     
    line-height: 45px;*/    
}


.dynamicItemStyle
{
    font-family: Calibri, Century;
    font-size: 14pt;
    color: #FFFFFF;
    background-color: #260930;
    border: solid 1px #555558;
    text-align: left;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 5px;
    height: 48px;
}

.dynamicItemStyleHover
{
    font-family: Calibri, Century;
    font-size: 14pt;
    color: #FFFFFF;
    background-color: #5859b9;
    border: solid 1px #555558;
    text-align: left;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 5px;
    height: 45px;
    /*display:block;   
    line-height: 45px;*/
}

/* End of Menu Classes*/



/* Disabled Components on the Form formatting */
/*input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly]*/
 [readonly]
{
    background-color: #e5e5e5;
    border: Black 1px solid;
    color: Black;
    cursor: default;
}

 [disabled]
{
    color: Black;
    /*background-color: #d2ecfd; /*filter:alpha(opacity=80);     opacity:0.5;*/
    /*border: #000000 1px solid;*/
}

/* end of Read only, diabled class */

/* For Error display */

.waterMarked
{
    background-color: #E1E1E1;
    border: solid 1px #808080;
    padding: 2px;
    vertical-align: middle;
}

.waterMarkedRed
{
    /*background-color: #FFCCCC; */
    background-color: #FF6565;
    border: solid 1px #808080;
    padding: 2px;
    vertical-align: middle;
}
/* End of Error Display */


