body{
	background: url(../../img/title/bg-body.jpg) no-repeat center fixed #175B82;
	background-size: cover;
}
.ux-filtered-column {
	font-style: italic;
        font-weight: bold;
        color: green;
}
.x-grid-cell-inner{
        font-size: 11px;
}
.x-action-col-icon{
        cursor: pointer;
}
#shadowBottom{
	display: none;
}
div#global{
	background-image: none;
	background:#fff;
}
	  
div#mainMenu .x-btn-inner{
	color: #fff;
}
	  
div#mainMenu .x-btn-over{
	background: #004b7c !important;
	border: 1px solid #fff;
}
	 
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left: 50%;
    top:10px;
    width:600px;
    z-index:20000;
	text-align: center;
}
#msg-div .msg {
	position: relative;
	left: -50%;
    border-radius: 8px;
    background: #FBEC88;
    border: 1px solid #FAD42E;
    margin-top: 2px;
    padding: 10px 15px;
    color: #000;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

#msg-div .msg-error {
	position: relative;
	left: -50%;
    border-radius: 8px;
    background: red;
    border: 1px solid #000;
    margin-top: 2px;
    padding: 10px 15px;
    color: #fff;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

#msg-div .msg p, #msg-div .msg-error p {
    margin: 0;
	font-size: 12px;
	font-weight: bold;
}


    div#mainMenu .menuActive{
      background:#004B7C!important;
    }


     .menuActive.over .x-btn-inner{
      color:#fff!important;
    }

    .menuActive.over{
      background:#004B7C!important;
    }