.tdLogo {
	width:99px;
	height:92px;
}

#filterFields {
	margin-left: 50px;
	padding: 5px;
	border: 1px solid #AAA;
	width: 615px;
}
#filterFields select {
	border: 1px solid #AAA;
}

#filterPrograms {
	margin: 0px 0px 20px 0px;
	padding: 5px;
	border: 1px solid #AAA;
	width: 715px;
}
#filterPrograms select {
	border: 1px solid #AAA;
}

.miniText {
	color: #AAA;
	font-size: 10px;
	margin-left: 30px;
}

.cpyNormal {
	width:99px;
	height:92px;
	background: url(http://www.mba-exchange.com/Assets/logo-box.gif);
}

.cpyHighlighted {
	width:99px;
	height:92px;
	background: url(http://www.mba-exchange.com/Assets/highlight-selected-company.gif);
}

.spanDescr {
	float:left;
	/*display: none;*/
	width: 190px;
	height: 180px;
	margin-top:7px;
	margin-left:7px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
	color: #123466;
	background-color:#FFFFFF;
	font: 11px Verdana, sans-serif;
	text-decoration:none;
}

.DescrContainer {
	display:inline;
	width: 510px;
	height: 160px;
}

.slcProgram {
	width: 200px;
}


.divPrograms {
	width: 100%;
	border-bottom: 1px solid #AAA;
}

.tabProgram {
	border-collapse: collapse;
	border-spacing: 0px;
}
.tabProgram td {
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	padding: 5px;
}
.PrgrmCpyName {
	width: 150px;
	font-weight: bolder;
	text-align: left;
}
.PrgrmName {
	width: 230px;
	text-align: left;
}
.PrgrmDescription {
	text-align: left;
}
