li{
	margin-left: 5px;
}

.permanentText{
	font-size: 11px;
}


.whiteTable 
{
	width: 100%;
	background-color: white;
	border: 1px solid black;
}

.whiteRuledTable 
{
	width: 100%;
	background-color: white;
	border: 1px solid black;
	border-bottom: none;
}

.whiteRuledTable td 
{
	border-bottom: 1px solid black;
}

.groupedrow{
	border-top: 1px solid black;
}

.subjectRow
{
	background-color: #E6E6E6;
}


.activeBox {
	border: 1px solid #91a7b4;
	border-top: none;
	background-color: #f3f3ef;
	width: 100%;
	display: ;
}
.inactiveBox{
	display: none
}

ul{
	z-index:0;
	position: relative;
}
li{
	z-index:0;
	position: relative;
}

.addSubjectBoxV{
	z-index: 10;
	background-color: white;
	border: 1px solid black;
	width: 350;
	/*height: 80;*/
	position: absolute;
	display:  ;
	/*top: 15px;*/
}

.btnImport{
	width: 100px;
}

.hSub{
	display: none;
}

.vSub{
	display: ;
}

.crs{
	margin-bottom: 5;
}

.btnS{
	cursor: pointer;
}

div.autocomplete {
	position:absolute;
	width:250px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected { background-color: #e0e0e0;}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:20px;
	cursor:pointer;
}

.subDesc {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 13;
}
