
/* RESULT SET TABLE LAYOUT */
table.results {
	position: relative;
	clear: both;
	border: 1px #000000 solid;
	width: 100%;
	border-spacing: 0px;
}

tr.current td {
	vertical-align: top;
	background-color: #F5D0A9;
	color: black;
}

tr.notCurrent td {
	vertical-align: top;
	color: black;
}

div.container  {
	position: relative;
	margin: 0 auto;
	text-align: center;
	top: 0;
	width: 88%;
	min-width: 53.5en;
	z-index: 1;
}

div.summary  {
	position: relative;
	clear: both;
	width: 100%;
	text-align: justify;
	margin: 0 auto;
	color: black;
	z-index: 1;
}

div.widgets  {
	position: relative;
	width: 100%;
	height: auto;
	clear: right;
}

div.buttonBox  {
	clear: left;
	float: right;
}

/*  SIDE BY SIDE WIDJETS INSIDE OF FORM  */	
div.controlsPosition  {
	position: relative;
	float: left;
	clear: none;
	width: auto;
	text-align: left;
	z-index: 1;
}

div.controlsPosition2  {
	position: relative;
	float: left;
	clear: none;
	width: 50%;
	text-align: left;
	z-index: 1;
}

.folderContent  {
	width: 90%;
}

/*  RESULT SET IS THE RETURNED RESULTS  */
.resultSet  {
	display: block;
	position: relative;
	float: left;
	clear: both;
	text-align: left;
	width: 100%;
}

/*  VARIOUS TEXT FORMATTING STYLES  */
h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	clear: left;
}

.legend  {
	position: relative;
	display: block;
        float: right;
}

.highlight  {
	font-weight: bold;
	background-color: yellow;
	color: red;
}

span.enter_msc {
	color: #828282;
	float: left;
	position: relative;
}

/*  AUTOCOMPLETE BOX  */
.ac_results  {
	text-align: left;
	background-color: white;
	z-index: 5;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 200px;
}
