@charset "utf-8";

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


a:active
{
  outline: none;
}
a:{
	
 outline: none;	
	}
	a:hover{
		
		 outline: none;}
.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:320px;
	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:100px;
}
.DB_List_ImageStyle:hover{
	border:solid 2px #999;
}

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

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

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

/* ------------------ End of List Style CSS----------------------- */
.linked {
	display: block;
	float: left;
	color: #004097;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.linked:hover {
	display: block;
	float: left;
	color: #004097;
	font-weight: bold;
	text-decoration: underline;
	font-size: 12px;
}
.linkedBox {
	height: 70px;
	width: 525px;
	line-height: 70px;
	float: left;
}
