#TopOuterBorder
{
	background-color: rgb(255,255,255);
	position: absolute;
	border: 1px solid black;
	top: 20px;
	left: 40px;
	height: 70px;
	right: 40px;
}

#LockerLogo
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

#LockerLogo2
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#TopInnerBorder
{
	background-color: rgb(78,113,164);
	position: absolute;
	border: 1px solid black;
	text-align: center;
	font-family: helvetica,arial,sans-serif; 
	right: 67px;
	top: 15px;
	bottom: 10px;
	left: 67px;
}

#InnerBorderText
{
	position: absolute;
	text-align: center;
	height: 22px;
	top: 12px;
	right: 5px;
	left: 5px;
	color: rgb(255, 255, 255);
	font-size: 18px;
}

#InnerBorderTitle
{
	position: absolute;
	text-align: center;
	height: 100%;
	top: 0px;
	right: 360px;
	left: 128px;
	color: rgb(255, 255, 255);
	font-size: 12px;
}

#IBTT
{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

#IBTT a
{
	color: white;
}

#TopLeftIconBar
{
	position: absolute;
	height: 32px;
	top: 6px;
	left: 6px;
}

#TopIconBar
{
	position: absolute;
	height: 32px;
	top: 6px;
	right: 6px;
}

#ButtonRevert, #ButtonSave
{
	position: absolute;
	width: 80px;
	height: 22px;
	top: 12px;
	align: right;
	display: none;
	cursor: pointer;
}

#ButtonSave
{
	top: 0px;
	height: 22px;
	right: 50px;
}

#ButtonRevert
{
	top: 0px;
	height: 22px;
	right: 140px;
}

.savedListActionDiv
{
	position: absolute;
	width: 200px;
	height: 100px;
	background-color: white;
	border: 2px solid black;
	padding: 10px;
	display: none;
	visibility: hidden;
	overflow: auto;
	z-index: 50;
}
.iconButton .x-btn-left
{
	background: none;
}
.iconButton .x-btn-right
{
	background: none;
}
.iconButton .x-btn-center
{
	background: none;
}
.iconButton .x-btn-text
{
	width: 16px;
}

#add_title_assistant div.x-panel-bwrap {
	overflow: visible !important;
}