/*
Site:		Smartindo Technology
File:		custom.css - Use this file to add any custom styles you need

If you add styles to this template, be sure to include it in your template files.
*/
#divTrigger { margin-left:10px; }
#divTrigger a:link,#divTrigger a:visited{
	 	text-decoration: none;
	 	margin:3px 0px;
	 	padding: 2px 8px 2px 8px;
	 	border: 1px solid #1e5494;
		border-top:0;
	    background-color: #3168aa !important;
	    color: #1a4982;
		font-weight:900 !important;
		font-size:11px;
		-moz-border-radius: 2px; -khtml-border-radius: 2px; -webkit-border-radius: 2px;
	 }
	 /* link yang dilalui oleh mouse dan element dengan class='selected' akan mempunyai efek yang sama */
	 #divTrigger a:hover,#divTrigger a:active,.selected{ 
	    background-color: #4379b9 !important;
	    color: #FFF;
		font-weight:900 !important;
	 }
	 #divContent{
	 	margin-top:4px;
	 	border:1px solid #1e5494;
	 	width: 300px;
	 	height: 375px;
	 	padding: 4px 4px 10px 4px;
		-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px;
		background:#3168aa url(../img/bg-slideshow.gif) left top repeat-x;
	 }
	 #divContent hr { background:transparent; color:#fff; clear:both; float:none; width:100%; height:1px; margin:0 0 1.45em; border-top:dotted 1px #83a5cc !important; border:0; }
	 #divContent p{ margin:0; padding:4px 4px; }
	 #divContent div{ 
	 	/* semua div di dalam element dengan id='divContent' akan di sembunyikan sementara */
	 	display:none
	 }	
	 .title{
	 	font-size: 15px;
	 	font-weight: bold;
	 	color: #00295a;
	 	text-decoration: none;
	 	margin-bottom: 2px;
	 	display:block;
		padding:3px 0 4px 4px;
		display:block;
		text-shadow: 1px 1px #608bc0;
	 } 
	 .bold { font-weight:900 !important; }