/* CSS Document */
/* made by Ginanjar */
div.menubaru{
	float:right;
	display:block;
	width:85px;
	padding:5px;
	background:orange;
	margin-right:5px;
	margin-top:5px;
	text-align:center;
	font-weight:bold;
	color:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div.menubaru a{
	text-decoration:none;
	color:white;
}
div.menubaru a:hover{
	text-decoration:none;
	color:#0099FF;
}
div.leftborder {
	padding-left:9px;
	margin-left:0px;
	border-left:1px solid #009900;
}
div.atas{
	font-size:15px;
	height:23px; 
	background:url(../img/atas.jpg);
}
div.ataskecil{
	height:4px; 
	background:url(../img/atas.jpg);
}
div.logo{
	margin:0 2.5em 0 2em ; 
	height:100px; 
	background:url(../img/logo.png) no-repeat; 
	text-align:right; 
	vertical-align:bottom;
}
div.menu{
	height:25px; 
	background:url(../img/atas.jpg); 
	font-weight:bold; 
	font-variant:small-caps;
}
.leftmargin{
	margin:0 0 0 2em ;
}
a.putih:LINK, a.putih:VISITED{
	color:white; 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif;
}
a.putih:HOVER{
	color:yellow; 
	text-decoration:underline;
}
input[type=submit]{
	border:1px solid #000000; 
	background-color:#D6FED3; 
	color:black; 
	font-weight:bold; 
	font-family:Tahoma; 
	cursor:pointer;
}
input[type=reset]{
	border:1px solid #000000; 
	background-color:#D6FED3; 
	color:black; 
	font-weight:bold; 
	font-family:Tahoma; 
	cursor:pointer;
}
.program,.wakif{ 
	max-height:650px;
	min-height:300px;
	margin:10 10 10 10;
}
.programmin,.wakifmin{ 
	max-height:650px;
	min-height:300px;
	margin:10 10 10 10;
}
.abu{
	background-color:#DBDBDB;
        border:1px solid #006600;
}
.boxbottom{
	padding:1em;
	margin-bottom:0em; 
	border-bottom:1px solid #D8FED3;
}
.tabel{ 
	border-collapse:0; 
	border-spacing:0; 
	margin: 0 0 0 0; 
	border:0; 
	width:100%;
}

/* Form Login */
.adn-login{
	border:1px solid #336600;
	text-align:center;
	width:320px;
	color:#666666;
	font-size:smaller;
}
input.adn-text{
	width:295px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
input.adn-text-kecil{
	width:200px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
input.adn-text-sedeng{
	width:150px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
input.adn-text-kecilbanget{
	width:100px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
input.adn-text-panjang{
	width:545px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}

input.adn-tombol{
	border:0.1em solid #0099FF;
	padding:5px;
	font-size:13px;
} 
textarea.adn-text{
	width:410px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
	height:100px;
}

select.adn-text{
	width:295px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
select.adn-text-kecil{
	width:150px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
select.adn-text-kecilbanget{
	width:50px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
select.adn-text-kecilsedeng{
	width:100px;
	border:0.1em solid #CCCCCC;
	padding:5px;
	background-color:#F5F5F5;
}
.newsticker{
	list-style:none;
	margin:0 0 0 0;
}
th{
	font-variant:small-caps;
	border:1px solid #01A30A;
}
td.isi{
	border-left:1px solid #01A30A;
	border-right:1px solid #01A30A;
}
td.angka{
	text-align:right;
}
.boxkecil {
	padding:0.5em;
	margin-bottom:0.5em;
	background:#D5FCCF;
}
img.fotowakif{
	max-height:250px;
	max-width: 300px;
}
img.fotoprogram{
	max-height:150px;
	max-width: 300px;
	text-align: center;
}
img.fotoprogramkecil{
	max-height:150px;
	max-width: 200px;
	text-align: center;
}
img.fotowakifkecil{
	max-height:100px;
	max-width: 150px;
	text-align: center;
}
.pprogram{
	max-height:150px;
	max-width: 300px;
	text-align: center;
}
a.noline:LINK, a.noline:VISITED{
	text-decoration: none;
}
a.noline:HOVER{
	text-decoration: none;
}
td.detail{
	border:white solid 2px;
	background-color:#D5FCCF;
	text-align:center;
	width:150px;
}
.bgbox{
    background-color:#D8FED3;
    padding:5px;
    border:1px solid #009900;
}