/* ######### CSS for Shade Tabs. Remove if not using ######### */

#box-perspektif{
	width:728px;
	height: 308px;
	background-color: #b1b1b0;
	margin: 10px 0 0 10px;
}
#container{
	background-color: #a5a5a5; 
	padding: 5px 5px 0px 5px;
	width: 513px;
	height: 298px;
}
.pict{
	width: 256px;
	height: 298px;
	float: left;
}
.news-caption{
	background-color: #f5f5f5;
	height: 298px;
	width: 247px;
	float: right;
	margin-right: 5px;
}
a.judul-cap{
	font: 18px Georgia;
	color: #014e88;
	width: 222px;
	display: block;
	text-decoration: none;
	margin: 10px auto;
}
a.judul-cap:hover{
	color: black;
}
.teks-cap{
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	width:222px;
	height: 221px;
	margin: 0 auto 10px auto;
}
a.teks-cap{
	font: 11px Arial, Helvetica, sans-serif;
	color: #023a64;
}
.arow-top{
	text-decoration:none;
	width:18px;
	height: 8px;
	margin: 18px auto 8px auto;
}
.arow-btm{
	text-decoration:none;
	width:18px;
	height: 8px;
	margin: 8px auto 15px auto;
}
	/*------tambahan-----------*/
.kotak-menu{
	width: 210px;
	height: 308px;
	background-image: url(../img/bg-persp.jpg);
	float: right;
}
.shadetabs{
	padding: 0px 0;
	font: bold 14px Georgia;
	list-style-type: none;
	margin: 1px 0 0 0;
}
.shadetabs li{
	display: list-item;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: -2px 0 0 0;
	width: 200px;
	height: 63px;
	background: url(../img/bg-unselect.gif) repeat-x left; 
	display: block;
}
.shadetabs li a{
	text-decoration: none;
	color: #3d3c3c;
	display: block;
	padding: 12px 0 0 10px;
}
.shadetabs li a:hover{
	text-decoration: none;
	color: #fff;
}
.shadetabs li a.selected{ /*selected main tab style */
	background-color: #a5a5a5;
	margin: 0 0 0 0;
	width: 200px;
	height: 51px;
	color: #fff;
	display: block;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}
.tabcontent{
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
