/* GUI Styles */

.TopShadow {
	background-repeat:repeat-x;
	background-position:bottom right;
	height:10px;
	width:100%;
}

.TopcornerShadowLeft {
	background-repeat:norepeat;
	background-position:right bottom;
	height:10px; 
	width:10px;
}

.TopcornerShadowRight {
	background-repeat:norepeat;
	background-position:left bottom;
	height:10px; 
	width:10px;
}

.BottomShadow {
	background-repeat:repeat-x;
	background-position:top right;
	height:20px;
	width:100%;
}

.BotcornerShadowLeft {
	background-repeat:norepeat;
	background-position:right top;
	height:10px; 
	width:10px;
	
}	
.BotcornerShadowRight {
	background-repeat:norepeat;
	background-position:left top;
	height:10px; 
	width:10px;
}

.RightShadow {
	background-repeat:repeat-y;
	background-position:left top;
	height:100%; 
	width:10px;
}

.LeftShadow {
	background-repeat:repeat-y;
	background-position:right top;
	height:100%; 
	width:10px;
}

#UALogo_Div {
	background-repeat:no-repeat;
	position: absolute;
	top:1260px;
	right:100px;
	width:120px;
	height:153px;
	z-index:2;
}

.UALogo {
	background-repeat:no-repeat;
	background-position:top;
	width:120px;
	height:153px;
}

.UACanLogo {
	background-repeat:no-repeat;
	background-position:bottom;
	width:201px;
	height:191px;
}

#UACanLogo_Div {
	background-repeat:no-repeat;
	position: absolute;
	top:10px;
	left:75px;
	width:201px;
	height:191px;
	z-index:3;
}

.MLeafLogo {
	background-image:url(../images/main-background.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:100%;
	height:100%;
}