 
 


/* 3E5A76 SMOU blue */

.z-panel-header {
	background-image: none;	
	background-color: #3E5A76;
	color: #FFFFFF
}

/** ============ Menu CSS Stuff  ============ **/
/* If menu pop-up goes too long, original color will show. this blocks it */
.z-menu-popup {
	background-color: #F3F3F3;	
}

/* Border lining for the menu bars */
.z-menubar-hor, .z-menubar-ver {
	border-bottom: 1px solid #B1CBD5;
	border-top: 1px solid #B1CBD5;
	/* background: url(/zkau/web/7535b7d/siis-theme/img/zul/tab/tabs-bg.png); */
	background-color: #F7F7F7;
}

/* Mouseover selection for menu items */
.z-menu-popup-cnt .z-menu-over, .z-menu-popup-cnt .z-menu-item-over {
    border: 1px solid #385570;
    padding: 0;
    background: url(/zkau/web/7535b7d/siis-theme/img/zul/menu/item-over.png) repeat-x scroll 0 0 #385570;
}

/* Ensures that the arrow actually appears... */
.z-menubar-hor .z-menu-body-over .z-menu-inner-m  div {
	background-image: none;
	/*background-image:url(/zkau/web/7535b7d/siis-theme/img/zul/menu/btn-menu-hor-over.gif) no-repeat scroll right transparent;
*/}
/* Ensures that the arrow actually appears... */
.z-menubar-ver .z-menu-body-over .z-menu-inner-m  div {
	background-image: none;
	/*background-image:url(/zkau/web/7535b7d/siis-theme/img/zul/menu/btn-menu-ver-over.gif) no-repeat scroll right transparent;
*/}
/* Mouseover a menu button */
.z-menu-body-over .z-menu-inner-l, .z-menu-body-seld .z-menu-inner-l, .z-menu-item-body-over .z-menu-item-inner-l, .z-menu-body-over .z-menu-inner-r, .z-menu-body-seld .z-menu-inner-r, .z-menu-item-body-over .z-menu-item-inner-r {
    background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/menu/menu-btn-blue-fill.png);
}
/* Mouseover a menu button */
.z-menu-body-over .z-menu-inner-m, .z-menu-body-seld .z-menu-inner-m, .z-menu-item-body-over .z-menu-item-inner-m {
    background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/menu/menu-btn-blue-fill.png);
}
/* Mouseover a menu button */
.z-menu-body-over .z-menu-inner-m .z-menu-btn, 
.z-menu-body-seld .z-menu-inner-m .z-menu-btn, 
.z-menu-item-body-over .z-menu-item-inner-m .z-menu-btn,
.z-menu-item-body-over .z-menu-item-inner-m .z-menu-item-btn {
    color: #FFFFFF;
}
/** ============ Panel / Boxes CSS Stuff  ============ **/
/* Changes toolbar's that are under a panel */
.z-panel .z-toolbar {
	background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/common/bar-bg.png);
}

.z-toolbar {
	background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/common/bar-bg.png);
}

/* Background for empty hboxes, used for the logo background area, maybe have a custom field for this? */
.coloredBox {
	background-color: #F7F7F7;
	background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/common/bar-bg.png) no-repeat;
}


/** ============ Tabs CSS Stuff ============ **/
/* This is for the active tab
.z-tabs-cnt .z-tab-seld .z-tab-hl, 
.z-tabs-cnt .z-tab-seld .z-tab-hr, 
.z-tabs-cnt .z-tab-seld .z-tab-hm, 
.z-tabs-cnt .z-tab-seld .z-tab-text {
    background-color: #3B5773;
    color: #FFFFFF;	
}

.z-tab-hl, .z-tab-hr {
	background-image: url(/zkau/web/7535b7d/siis-theme/img/zul/tab/tab-corner.png);
}
*/

/** ============ Table CSS Stuff ============ **/
/* Border fixes. May or may not need this after converting to proper panels */
tr.z-row td.z-row-inner, tr.z-row .z-cell {
	border-style: none;
}
/* Odd rows background color */
tr.z-listbox-odd {
	/* background: none repeat scroll 0 0 #E6F8FF;*/
    background: none repeat scroll 0 0 #F4F4F4;
}
/* Mouseover list box color */
tr.z-listitem-over {
    background: none repeat scroll 0 0 #DAE7F6;
}
/* Grid odd rows color */
tr.z-grid-odd td.z-row-inner, tr.z-grid-odd .z-cell, tr.z-grid-odd {
    /*background: none repeat scroll 0 0 #F0FAFF; */
    background: none repeat scroll 0 0 #F4F4F4;
}
/* Selected list item's color */
tr.z-listitem-seld {
    background: none repeat scroll 0 0 #B3C8E8;
    border: 1px solid #6F97D2;
}

.unread div.z-listcell-cnt { 
	font-weight: bold; 
}
/* ============= E-Services CSS =========================*/ 
.e-main {
	font-family: Verdana;
	margin-left: auto; 
	margin-right: auto; 
	width: 978px;
	background: url(/images/online-service/smou-bg.jpg) no-repeat #FFFFFF;
}

.e-generic-bg {
	/* background-repeat: repeat-x; */
	color: #333333;
    background: url(/images/online-service/bg.jpg) repeat-x scroll left top #ECEAE8;
    
}

.e-main div.z-menubar-hor  {
    border: none;
    background-repeat: repeat-x;
    background: url(/images/online-service/nav_bg.jpg);
}


/* This is used to put the mouse-over image on the selected menu selection */
.e-select .z-menu-body .z-menu-inner-m .z-menu-btn, 
.e-select .z-menu-item-body .z-menu-item-inner-m .z-menu-btn, 
.e-select .z-menu-item-body .z-menu-item-inner-m .z-menu-item-btn {
	/*color: #FFFFFF;
    text-decoration: none;
    background: url(/images/online-service/nav_selected.png) no-repeat scroll center bottom transparent;*/
}

.e-select .z-menu-body .z-menu-inner-m div {
	padding-right: 0px;
}




