

.uContainer
{
    width:880px;
}

.subsite-content, .hdr-search, .content .ctn-wrapper, .footer .ctn-boundary{height: auto;}
.subsite-content{ min-height: 465px !important;}
.footerComp{z-index: 10000;}

textarea
{
	resize: none;
}

div .selector
{
	float: none;
	display: inline-block;
	height: auto;
	line-height: normal;
}

input
{
	width:auto;
	padding: 0;
	margin: 0;
	background-color: #FFF;
}

.jsSpinner
{
	position: absolute;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 25px;
	height: 25px;	
}

.jsSpinner div
{
	width: 12px;
	height:12px;
	background-position: left top;
	background-repeat: no-repeat
}

.jsSpinnerUp
{
	background-image: url("http://util-dev.library.dal.ca/includes/images/uparrow.gif");
	background-repeat: no-repeat;
}

.jsSpinnerDown
{
	background-image: url("http://util-dev.library.dal.ca/includes/images/downarrow.gif");
	background-repeat: no-repeat;
}

.jsSpinnerUp:hover, .jsSpinnerDown:hover
{
	border: 1px solid gray;
	cursor: pointer;
}













