table.tab1
{
	margin: 10px 10px 10px 10px;
	padding: 0 0 0 0;
	border: none;
	background:#CAD2D4;
	border: 1px solid #CAD2D4;
	border-left: none;
	margin-left: 0px;
}


table tr.active td
{
	font-style:italic;
	background: #F88;	
	 
}


table.tab1 td
{
	background: #fff url(/img/etc/ev-tab.jpg) repeat-y top left;
	padding: 10px 10px 10px 10px;
	border: none;
	border-bottom: 1px solid #CAD2D4;

}

table.tab2
{
	border-left: 1px solid #17879B;
	border-top: 1px solid #17879B;
	margin: 10px 10px 10px 0;
	padding: 0 0 0 0;
}


table.tab1 .head td,table.tab2 .head td,table.tab2 .head
{
	font-weight: bold;
	
}
table.tab2 .head,table.tab2 .head td
{
	background: #9EEEF5 ;
}
table.tab2 td
{
	
	border-right: 1px solid #17879B;
	border-bottom: 1px solid #17879B;
	background: #F2F2F2 no-repeat bottom left;
	padding: 10px 10px 10px 10px;
}

content.tab1 table td:hover
{
	background: #fff;
}
#tooltip
{
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
	font-size: 10px;
}
hr
{
	border: none;
	border-bottom: dotted 1px #9F1C02;
	height: 0px;
	
}
.gallery
{
	background: #f3f3f3 !important;
	margin: 10px 10px 10px 10px;
}

.image_gal_div
{
	position: absolute;
	left: 100px;
	display: none;
	background: #ccd;
	padding-top: 3px;
	top: 100px;
	border: solid 1px #444;
	width: 450px;
	height: 400px;
	
}