﻿.logocss1
{
	/*background:url('Images/logo.png');*/
	width:170px;
	height:50px;
	background-repeat: no-repeat;
	border:0px;
	cursor:default;
}

#top {
	background: #045A95 !important;
}

/* <Uploader> && >Multi user console adding >
   (overwritten old ccosnole_blue.dll telerik rules directly by "manual" css.
   NOTE 1: "Uploader" and "Console > New > Add Multiples Users" Ui seems used same css classes for the design.
   NOTE 2: Because of other style on-fly are in the background we need to specifically update the 'background-image' prop.
*/

.SquareBullet {
	/*background: url('Images/square-bullet.png') !important;
	height: 9px !important;
	width: 9px !important;*/
	background-image: url('Images/square-bullet.png') !important;
}

.TopBanner {
	background-image: url('Images/top-bkg.png') !important;
}

.BottomBanner {
	background-image: url('Images/bottom-bkg.png') !important;
}

.InnerDivCss {
	/*height: 73%;
	position: relative;
	width: 751px;*/
	border: 1px solid #045A95 !important;
}
/* End:<Uploader> UI  */


