﻿body
{
    font-size: 12px;
    font-family: Verdana;
    margin: 0 0 0 0;
    background-color: #F8F0E5;
}

td, th
{
    font-size: 12px;
}
ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
h1
{
    color: #382D2C;
    font-size: 18px;
}
h2
{
    color: Red;
    font-size: 16px;
}
h3
{
    color: #C85A17;
    font-size: 14px;
}
hd3
{
    background-color: White;
}

.hidecolumn
{
    display: none;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.cb
{
    clear: both;
}
.ExtraSmallFont
{
    font-size: 8px;
}
.hidden
{
    display: none;
}
.SmallFontBold
{
    font-size: 10px;
    font-weight: bold;
}
.MediumFontBold
{
    font-size: 12px;
    font-weight: bold;
}
.SmallFont
{
    font-size: 10px;
}
.MediumFont
{
    font-size: 12px;
}
.LargeFont
{
    font-size: 12px;
}
.ExtraLargeFont
{
    font-size: 16px;
}
.Bold
{
    font-weight: bold;
}
.Italic
{
    font-style: italic;
}
.Underline
{
    text-decoration: underline;
}
.BoldItalic
{
    font-weight: bold;
    font-style: italic;
}
.BoldUnderline
{
    font-weight: bold;
    text-decoration: underline;
}
.ItalicUnderline
{
    font-style: italic;
    text-decoration: underline;
}
.BoldItalicUnderline
{
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.BoldRed
{
    font-weight: bold;
    color: Red;
}
.Red
{
    color: Red;
}
.Blue
{
    color: Blue;
}
.Green
{
    color: Green;
}
.padding3px
{
    padding: 3px;
}


/* WEB TAB CONTROL CSS <<<<<START>>>>>> */
/*Deselected tab.  The center cell that contains the tab text*/
.deselect_tab_center
{
    background-color: #FFCC33;
    border-top: 1px solid #EF9B02;
    border-bottom: 1px solid #EF9B02;
    color: #000066;
    font-weight: bold;
    padding-bottom: 2px;
    cursor: pointer;
}
/* Deselected tab.  The right most cell that contains the tab right corner .gif*/
.deselect_tab_right
{
    background-color: #FFCC33;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top right;
    cursor: pointer;
    border-bottom: 0.5px solid #EF9B02;
}
/*Deselected tab.  The left most cell that contains the tab left corner .gif*/
.deselect_tab_left
{
    background-color: #FFCC33;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top left;
    cursor: pointer;
    border-bottom: 0.5px solid #EF9B02;
}
.deselect_tab_corner_left
{
    width: 4px;
    height: 2px;
    background-image: url(images/tab_leftCorner.gif);
    background-color: #FFCC33;
    background-position: top left;
}
.deselect_tab_corner_right
{
    width: 4px;
    height: 2px;
    background-image: url(images/tab_rightCorner.gif);
    background-color: #FFCC33;
    background-position: top right;
}
.deselect_tab_buttom 
{
    border-bottom: 1px solid #EF9B02;    
}
.hover_tab_corner_left
{
    width: 4px;
    height: 2px;
    background-image: url(images/tab_leftCorner.gif);
    background-color: #FFCC33;
    background-position: top left;
}
.tab_corner_left
{
    width: 4px;
    height: 3px;
    background-image: url(images/tab_leftCorner.gif);
    background-color: transparent;
    background-position: top left;
}
.hover_tab_corner_right
{
    width: 4px;
    height: 2px;
    background-image: url(images/tab_rightCorner.gif);
    background-color: #FFCC33;
    background-position: top right;
}
.tab_corner_right
{
    width: 4px;
    height: 3px;
    background-image: url(images/tab_rightCorner.gif);
    background-color: transparent;
    background-position: top right;
}
/*  Hover style.  The left most cell that contains the tab left corner .gif*/
.hover_tab_left
{
    /*background-color: #FFCC33;
    border-collapse: separate;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    cursor: pointer;*/
    background-color: #FFE07F;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top left;
    cursor: pointer;
    /*border-bottom: 1px solid #EF9B02;*/
}
/*Hover style.  The center cell that contains the tab text*/
.hover_tab_center
{
    background-color: #FFE07F;
    border-top: 1px solid #EF9B02;
    border-bottom: 1px solid #EF9B02;
    color: #000066;
    font-weight: bold;
    padding-bottom: 2px;
    cursor: pointer;
}
/* Hover style.  The right most cell that contains the tab right corner .gif*/
.hover_tab_right
{
    /*background-color: #FFCC33;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top right;
    cursor: pointer;*/
    background-color: #FFE07F;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top right;
    cursor: pointer;
    /*border-bottom: 1px solid #EF9B02;*/
}
/*Selected tab.  The left most cell that contains the tab left corner .gif*/
.tab_content 
{
    padding: 5px 5px 5px 5px; 
    border-left: 1px solid #EF9B02; 
    border-bottom:1px solid #EF9B02; 
    border-right: 1px solid #EF9B02; 
}
.select_tab_left
{
    background-color: transparent;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top left;
    cursor: default;
}
/*Selected tab.  The center cell that contains the tab text*/
.select_tab_center
{
    background-color: transparent;
    border-top: solid 1px #EF9B02;
    color: #CC0000;
    font-weight: bold;
    padding-bottom: 2px;
    cursor: default;
}
/*Selected tab.  The right most cell that contains the tab right corner .gif*/
.select_tab_right
{
    background-color: transparent;
    background-image: url(images/selectedTab_1x1.gif);
    background-repeat: repeat-y;
    background-position: top right;
    cursor: default;
}
/*Table cells in the tab table that are used as spacers between the tab buttons*/
.spacer_tab
{
    background-color: transparent;
    border-bottom: 1px solid #EF9B02;
}
/* WEB TAB CONTROL CSS <<<<<END>>>>>> */



.Menu-Skin-Horizontal
{
    /*position:absolute;*/
    left: 9.5em;
    top: 0;
    width: 45em;
    text-align: center; /*z-index: 300;*/
}
.Menu-Skin-StaticItem
{
    background: #FCCA5E url(images/mnu_bg.gif) repeat-x;
    font-size: 12px;
    text-align: center;
}
.Menu-Skin-DynamicHover
{
    background: #FCCA5E;
    text-align: center;
}
.Menu-Skin-DynamicSelected
{
    background: url(images/mnu_bar_selected.jpg) repeat-x;
    font-weight: bold;
    font-size: 12px;
    border-style: solid;
    border-color: #DA7B01;
    text-align: center;
}
.Menu-Skin-StaticSelected
{
    background: url(images/mnu_bar_selected.jpg) repeat-x;
    font-weight: bold;
    font-size: 12px;
    border-style: solid;
    border-color: #DA7B01;
    text-align: center;
}
.Menu-Bar
{
    background: #FCCA5E url(images/mnu_bg.gif) repeat-x center;
    font-size: 12px;
    height: 25px;
}

.SubFrame
{
    /*border:solid 1 Black;	*/
    border-style: solid;
    border-width: 1px;
    border-color: Orange;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.IconMenuTop
{
    font-family: Verdana,Sans-Serif;
    background-image: url(../../Image/iconmenu.png);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 29;
    width: 32;
    margin-bottom: 9px;
}

/*****************************************LEFT MENU START************************************/
.c-menu_header
{
    font: bold 8pt verdana;
    background-color: #FFCC66;
    color: Black;
    margin-bottom: 5px;
}
.c-menu_header_bg
{
    background: url(images/orangemenuheader.png);
    background-repeat: repeat-x;
}
.c-menu_body
{
    font: bold 8pt verdana;
    background-color: #F8F0E5;
    color: Black;
}
.c-submenu_header
{
    font: bold 8pt verdana;
    background-color: #FFCC66;
    color: Black;
    margin-left: 5px;
}
.c-detail
{
    font: bold 8pt verdana;
    color: black;
    background-color: #FFCC66;
}
/*.colpadding{font-family: Verdana, sans-serif;margin-left:10px;}*/


/* ENTERPRISE LEFT MENU STYLE
.c-detail {font: bold 8pt verdana;}
.c-menu_header {font:bold 8pt verdana; background-color:#FFCC66;}
.c-menu_body  {font:bold 8pt verdana; background-color:#F8F0E5 ;color:Black; padding-left:5px;}
.c-submenu_header {font:bold 8pt verdana;background-color:#FFCC66; color:Black; margin-left:0px;}
.c-menu_header_bg {font:bold 8pt Tahoma;background:url(images/orangemenuheader.png);background-repeat:repeat-x; }

.colpadding
{font-family: Verdana, sans-serif;margin-left: 0px;}*/


#pa
{
    background-image: url(../../Image/4/grd-4px.gif);
    background-repeat: repeat-x;
}

.md
{
    background: #fff;
    border: 1px solid #cd9f63;
}

#patop
{
    position: relative;
    padding: 8px 10px 4px;
}

/* ENTERPRISE STYLE
#patop{position:relative;padding: 4px 9px 9px;}*/

#patop .so
{
    padding: 2px 0;
}

#patop .so a
{
    font-weight: bold;
}


/************** ENTERPRISE LEFT MENU STYLE - NO DUPLICATE WITH E-SOLUTION START*************/
#leftMenuScroll
{
<<<<<<< .mine
    position:absolute; 
    top:0;
    margin-top:20px;
    margin-left:-5px;
    
=======
    position:absolute; 
    top:0;
    margin-top:20px;
    margin-left:-5px;
>>>>>>> .r2554
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #F8F0E5;
    padding: 1px;
    border: thin solid white;
    scrollbar-face-color: #FFDBA5;
    scrollbar-3dlight-color: #ffcc66;
    scrollbar-base-color: #336699;
    scrollbar-track-color: #FFCC66;
    scrollbar-darkshadow-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
    bottom: -0.01px;
    z-index: -1; /*width:30.8em; esolution comment*/
    height: auto;
    visibility: visible;
}
/*------------------------------------ENTERPRISE LEFT MENU STYLE END---------------------------------------*/



/***************************TOP PAGE STYLE START**************************/
#tdHeader3
{
    background-image: url(../../Image/info2.gif);
    background-repeat: no-repeat;
}

#mastheadbd
{
    font-family: Verdana, sans-serif;
    background-image: url(../../Image/4/grd-1px_1.1.gif);
    background-repeat: repeat-x;
    background-color: #F8F0E5;
}

#mastheadbd
{
    background-color: #F8F0E5;
    background-position: 0 -30px;
}

#mastheadbd .mh_footer
{
    position: relative;
    margin-top: -30px;
    margin-top: -25px;
    _margin-top: -30px;
    height: 35px;
    clear: both;
    z-index: 99;
}

#mastheadbd .top
{
    display: block;
    position: relative;
    left: -1px;
    margin-right: -2px;
    height: 4px; /*font-size:0;*/
}
/*-----------------------------------------TOP PAGE STYLE END---------------------------------------------*/

.DefaultFlexCelViewer
{
}


.hiddend_txtbox
{
    background-color: #F8F0E5;
    border: 0px none #F8F0E5;
    color: #F8F0E5;
}

.page_loading_bar
{
    position:absolute;top:0px;left:0px;width:300px;background-color:#8CC6EC;font-weight:bold;font-size:14px;border:1px solid #8CC6EC;padding:2px;margin-left:5px;
}
.highlight_menu
{
    background-color: #DA7B01;
}