/* CSS Document */
.row1 {
	background-color: #FFFFFF;
}

.row2 {
	background-color: #E8F3FE;
}

div.box {
	width: 230px;
	height: 251px;
	overflow: auto;
	border: 1px solid #C3C3C3;
	/*font-family: arial;*/
	font-size: x-small;
}

div.lucene {
	width: 400px;
	height: 200px;
	overflow: auto;
	border: 1px solid #C3C3C3;
	/*font-family: arial;*/
	font-size: small;
}

.lista {
	margin-left: 0px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	list-style: none;
}

.orario {
	color: #C3C3C3;
}

.container_div{
	position: relative;
	/*border: 1px solid #C3C3C3;*/
	width: 450px;
	/*left: 100px;*/
	padding: 0px;
}

.contain_image {
	float: left;
	position: relative;
	/*background:url('../images/chat/colonnino_default.jpg') no-repeat;*/
	width: 190px;
	height: 295px;
}

.contain_image img {
	border: none;
}

.image_class {
	position: absolute;
	border: 0px;
	left: 55px;
	top: 85px;
	z-index: 6;
}
.image_class img {
	border: 0px;
}

