@charset "utf-8";

/* -----------------Owner Style CSS---------------------- */

.DB_Owner_Image{
	width: 180px;
	border:none;
}

.DB_Owner_Link{
color:#0066CC;
text-decoration:none;
}

.DB_Owner_Link:hover{
text-decoration:underline;	
}

.DB_Owner_Column{
float:left;
margin-right:14px;
}
	
.DB_Owner_Column2{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:500px;
		color:#333;
		float:left;
}

.DB_Owner_Title{
	font-weight: bold;
	line-height: 20px;
	font-size:13px;
	height: 20px;
	margin-top:8px;
}

.DB_Owner_Text{
	font-size:12px;
}

.DB_Owner_MainTitle{
	font-weight: bold;
	font-size:18px;
	line-height: 20px;
	height: 20px;
	margin-bottom:6px;

}	
/* -----------------End of Owner Style CSS---------------------- */
/* ------------------------------------------------------------- */
/* --------------------List Style CSS--------------------------- */

/* IMAGE */
.DB_List_ImageLink{
	display:block;
	color:#333;
	text-decoration:none;
}
.DB_List_ImageStyle{
	border:solid 2px #FFF;
	width:160px;	
}
.DB_List_ImageStyle:hover{
	border:solid 2px #999;
}

/* LINKS */
.DB_List_Link{
	height:20px;
	display:block;
	color:#333;
	text-decoration:none;
	text-align:center;
}
.DB_List_Link:hover{
text-decoration:underline;	
}

/* REGULAR TEXT */
.DB_List_Text {
	display:block;
	height:20px;
	color:#333;
	text-decoration:none;
	text-align:center;	
}

/* TABLES */
.DB_List_Table {
	width:188px;
	float:left; 
	text-align: center;
}
.DB_List_Table_Image {
	vertical-align:bottom;
	height:160px;
}

/* ------------------ End of List Style CSS----------------------- */