#bottom {
	clear:both;
}

#container {
	width:100%;
}

#selSoft {
	float:left;
	height:350px;
	border:1px solid blue;
	float:left;
	margin-bottom:10px;
	width:200px;
}

#selSoft table {
	width: 100%;
}

#selSoft table th {
	background-color:#00337C;
	color:#B7D5FF;
}

#selSoft table td {
	cursor: pointer;
}

#selSoft table td:hover {
	background-color:#8FADB7;
}

#ssActive {
	background:#D7E8FF;
}

#content {
	position:absolute;
	left: 215px;
	right:0px;
}

#tabs {
	float:left;
	width:100%
}

#tabs ul {
	margin:1px 5px 5px 0px;
	padding: 0px 0px 0px 5px;
	border-bottom: 1px solid blue;
}

#tabs li {
	display:inline;
	background-color:#B4DBE7;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid blue;
	border-right: 1px solid blue;
	cursor:pointer;
}

#tabs li:hover {
	background-color:#8FADB7;
}

#tabs #tabsel {
	background-color:white;
	border-left:1px gray solid;
	border-top:1px gray solid;
	border-bottom: 1px solid white;
}

#tabcontent {
	float:left;
	clear:both;
	width: 100%;
	max-height: 335px;
	overflow-x: auto;
}

#filmstrip {
	width: 100%;
}

#filmstrip td {
	width: 100%;
}

#photo {
	text-align: center;
	height: 238px;
	padding-top: 4px;
}

#strip {
	width: 100%;
	height: 90px;
	overflow-x:scroll;
	white-space: nowrap;
}

#strip img {
	padding-left: 3px;
	padding-right: 3px;
	cursor: pointer;
}

#thSel {
	border: 3px solid #E6FF0F;
}

#source {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 91%;
	height: 500px;
	border: 3px ridge silver;
	visibility: hidden;
	background-color: white;
}

#titlebar {
	background-color:#00337C;
	height: 20px;
	font-weight: bold;
	color: white;
	padding-left: 3px;
}

#closeCross {
	float: right;
	width: 20px;
	border-left: 1px solid white;
	font-family: arial;
	font-style: normal;
	text-align: center;
	cursor: pointer;
}

#sourceText {
	margin-left: 5px;
	margin-top: 5px;
	width: 99%;
	background-color: #E7E7E7;
	font-size: 12px;
	height: 468px;
}

#cdst td {
	padding-right: 10px;
}

#showimg {
	margin-top: 5px;
	margin-left: 5px;
	border: 2px orange inset;
}
