/* CSS Document */
/*--------------------------------------------------------------- 
		Sitestudio Pro. | module_template/overview.php
--------------------------------------------------------------- */

td.overviewImage{
	width:120px;
	height:80px;
	line-height:0px;
	text-align:left;
	vertical-align:middle;
	background-image:url(../../img/bg_middle.jpg);
	background-repeat:repeat-x;
	background-position:center left;
}
img.overviewImage{
	width:120px;
	margin:10px;
}
td.overviewContent{
	text-align:left;
	vertical-align:middle;
	background-image:url(../../img/bg_middle.jpg);
	background-repeat:repeat-x;
	background-position:center left;
}
.overviewName{
	font-family: "Arial";
	color:#5c6e89;
	font-weight: bold; 
	font-size: 12px; 
	line-height:16px;
}
.line {
	background-image:url(../../img/background_line.jpg);
	background-repeat:repeat-x;
	height:1px;
	line-height:0px;
	font-family:Arial;
	font-size:0px;
}

.overviewDescription {
	font-family: "Arial";
	color:#393939;
	font-weight: normal; 
	font-size: 12px; 
	line-height:19px;
}
a.overviewLink {
	font-family: "Arial";
	color:#a36228;
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
	text-decoration:none;
}
a.overviewLink:hover {
	font-family: "Arial";
	color:#a36228;
	font-weight: normal; 
	font-size: 12px; 
	line-height:16px;
	text-decoration:underline;
}

