.selL {
	width: 3px;
	height: 20px;
	background-image: url('img/left.gif');
	float: left;
}

.selM {
	height:17px;
	padding-top: 3px;
	background-color: #2A445D;
	color: #ffffff;
	font-family: verdana, arial, tahoma;
	font-size: 8pt;
	align: left;
	float: left;
}

.selR {
	width: 19px;
	height: 20px;
	background-image: url('img/right.gif');
	float: left;
	cursor: pointer;
}

.selROver {
	width: 19px;
	height: 20px;
	background-image: url('img/rightOver.gif');
	float: left;
	cursor: pointer;
}

.contList {
	margin-top: 1px;	
}

.tl {
	float:left;
	width: 3px;
	height: 2px;
	background-image: url('img/tl.gif');
}

.t {
	float: left;
	height: 2px;
	background-image: url('img/t.gif');
	background-repeat: repeat-x;
}

.tr {
	float:right;
	width: 3px;
	height: 2px;
	background-image: url('img/tr.gif');
}

.l {
	float:left;
	width: 3px;
	background-image: url('img/l.gif');
	background-repeat: repeat-y;	
}

.c {
	float: left;
	background-color: #2a445d;
	overflow: auto;
}

.r {
	float:right;
	width: 3px;
	background-image: url('img/r.gif');
	background-repeat: repeat-y;		
}

.bl {
	float:left;
	width: 3px;
	height: 2px;
	background-image: url('img/bl.gif');	
}

.b {
	float: left;
	height: 2px;
	background-image: url('img/b.gif');
	background-repeat: repeat-x;
}

.br {
	float:right;
	width: 3px;
	height: 2px;
	background-image: url('img/br.gif');	
}