@CHARSET "UTF-8";
/*************************
 A Global Custom Stylesheet for this Web Portal Instance

 The following are common settings to change when
 branding the portal

 To replace the logo go into the
 MB_Web_Lib\apps\MediaBank_Web_Portal\Default_Portal\application\views\default\media\
 folder and create an images folder.

 Then place the logo you wish in this folder and name it MediaBank_Gold_Logo_mono.png
/************************/

/************************
 Main Background color
************************/
/*
.mb_frame {
	background-color: #4F535E;
}

.mb_dialog.mb_container{
	background: #4F535E;
}

.mbp_ui_skin .mbsk.mb_frame{
background-color:#4F535E;
}
*/

/************************
toolbar color
************************/
/*
.mbp_ui_skin .mbsk.mb_main.mb_toolbar .mb_toolbar_wrapper {
    background-color: #949494;
}
*/

/************************
panel colors (MY Campaigns, Basket, login, etc)
************************/
/*
.mbp_ui_skin .mbsk.mb_panel{
	background-color: #d2ddee;
}
*/