div.splashScreen {
	background: url("../img/logo-login.png");
	height:154px;
	width:240px
}

.headerMenu.ui-grid-b .ui-block-a { width: 10%; }
.headerMenu.ui-grid-b .ui-block-b { width : 35%}
.headerMenu.ui-grid-b .ui-block-c { width: 50%; text-align : right;margin-top :3px }

.headerMenuUserInfo2 {
    text-align : center;
    white-space : nowrap;
    overflow : hidden;
    border: 1px solid  white;
}

.headerMenuUserInfo {
	margin-top: 10px;
}

.headerMenuLogo {
	margin-left: 20px;
	background-image: url("images/seycTransp.png");
	height: 29px;
	width: 78px;
	margin-top: 5px;
}

.infoUserIco {
	margin-left : 20px;
	margin-right : 10px;
}


/*For functional developers*/
/*custom icon style*/
.ui-icon-manual { 
                                box-shadow: none!important; 
                                -moz-box-shadow: none!important; 
                                -webkit-box-shadow: none!important; 
                                -webkit-border-radius: none !important; 
                                background:  url(images/manual.png) 50% 50% no-repeat; 
                                width: 36px;
								height: 17px;
                }
.ui-icon-redcar { 
                                box-shadow: none!important; 
                                -moz-box-shadow: none!important; 
                                -webkit-box-shadow: none!important; 
                                -webkit-border-radius: none !important; 
                                background:  url(images/redcar.png) 50% 50% no-repeat; 
                                width: 36px;
								height: 17px;
                }
.ui-icon-yellowcar { 
                                box-shadow: none!important; 
                                -moz-box-shadow: none!important; 
                                -webkit-box-shadow: none!important; 
                                -webkit-border-radius: none !important; 
                                background:  url(images/yellowcar.png) 50% 50% no-repeat; 
                                width: 36px;
								height: 17px;
}

