	/* style untuk semua */

	body{
	margin:0px;
	font-family:calibri;
	}
	table,input, table td{
	padding:2px;
	}
	table td{
	vertical-align:top;
	}
	input{
	border:1px solid #C6C6C6;
	}

	/* Khusus halaman awal */
	.login-form{
	font-size:18px;
	color:#0F0F0F;
	margin-left:35%;
	margin-right:35%;
	margin-top:100px;
	width:400px;
	min-height:200px;
	padding-top:50px;
	background:url("../images/bg-login.jpg");
	border:1px solid #000000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-goog-ms-border-radius:10px; 
	}
	.submit-button{
	color:#FFFFFF;
	border:1px solid #000000;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px; 
	-goog-ms-border-radius:8px; 
	background-color:#666666; 
	cursor:pointer;
	}

	/* khusus admin */
	.a-bg{
	background:url("../images/body_bg.png");
	background-repeat:repeat-x;
	background-position:fixed;
	}
	.a-header{
	width:100%;
	height:250px;
	background:url("../images/bg_img.jpg");
	border-bottom:2px solid #FFFFFF;
	}
	.a-header-title{
	width:90%;
	height:175px;
	margin-left:auto;
	margin-right:auto;
	}
	.a-content-bg{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	margin-top:-70px;
	background:url("../images/bg_box.png") repeat scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	}

	.a-content{
	width:96.5%;
	margin:1%;
	min-height:500px;
	padding:0.75%;
	background-color:#FFFFFF;
	overflow: auto;
    position: relative;
	}

	.a-footer{
	width:90%;
	min-height:100px;
	float:left;
	margin-left:5%;
	margin-right:5%;
	color:#000000;
	font-size:15px;
	}

	.site-title{
	font-size:40px;
	text-transform:uppercase;
	line-height:0.9;
	color:#FFFFFF;
	}

	.a-button-menu{
	float:right;
	padding:0px 15px 0px;
	border-right:1px solid #FFFFFF;
	font-size:20px;
	text-decoration:none;
	color:#FFFFFF;
	}

	.a-button-menu:hover{
	color:#FFFF00;
	}

	.a-submit-button{
	color:#000000;
	border:1px solid #A6A6A6;
	background-color:#C6C6C6; 
	cursor:pointer;
	}
	.a-submit-button:hover{
	background-color:#DDDDDD; 
	}
	.a-table-view-data{

	}

	.a-view-data-title{
	background-color:#666666; 
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:35px;
	}

	tr.a-view-data-title td{
	border-bottom:2px solid #FFFFFF;
	}
	.a-view-data-1 {
	font-size:11px;
	padding:5px;
	background-color:#F8F8F8;
	}

	tr.a-view-data-1  td {
	border-bottom:2px solid #FFFFFF;
	}

	.a-view-data-2 {
	font-size:11px;
	padding:5px;
	background-color:#E0E0E0;
	}

	tr.a-view-data-2  td {
	border-bottom:2px solid #FFFFFF;
	}

	.a-view-data-1:hover, .a-view-data-2:hover {
	background-color:#9A9A9A;
	}

	.a-link
	{	
	text-decoration:none;
	color:#660000;
	}

	.a-link:hover
	{	
	text-decoration:underline;
	color:#990000;
	}

	/* css untuk gallery */
	.hidden
	{
	display: none;
	}

	#prevNext
	{
	margin-bottom: 15px;
	}

	#prevNext img
	{
	position: relative;
	z-index: 2;
	cursor: pointer;
	}

	#f_title
	{
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	position: relative;
	top: -20px;
	line-height: 20px;
	height: 20px;
	background: black;
	color:#FFFFFF;
	opacity: .7;
	filter:alpha(opacity=70);
	
	}
	
	#wrap{
	margin:2px;
	border:1px solid #C6C6C6;
	width:400px;
	background-color:#FFFFFF;
	}
	#t_img{
	border: 1px solid #BBB;
	padding: 2px;
	margin: 5px 10px 5px 0;
	vertical-align: top;
	}
	.xdiv{
	float:left;
	width:33%;
	margin-top:5px;
	font-size:10pt;
	}
	.textArea{
	border:1px solid #BBB;
	width:400px;
	height:75px;
	}
	
	.thof{
	background: url(../images/ui-bg_gloss-wave_35_f6a828_500x100.png) repeat-x scroll 50% 50%;
	}
	.a-news-img{
		border: 1px solid #C6C6C6;
		float: left;
		margin: 3px 5px 2px 0px;
		padding: 2px;
	}
	.a-news-p-date{
		color: #666666;
		font-size: 8pt;
		text-align: justify;
		margin-top:0px;
	}
	.a-news-p{
		color: #010101;
		font-size: 11pt;
		text-align: justify;
		margin-top:-10px;
	}
	
	// baru 
	.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px 3px 3px;;
	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
	}
	.searchform input {
		font: normal 11px/100% Arial, Helvetica, sans-serif;
	}
	.searchform .searchfield {
		background: #fff;
		padding: 3px 3px 3px 4px;
		width: 202px;
		border: solid 1px #bcbbbb;
		outline: none;

		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;

		-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
		box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	}
	.searchform .searchbutton {
		color: #fff;
		border: solid 1px #494949;
		font-size: 11px;
		height: 22px;
		width: 22px;
		text-shadow: 0 1px 1px rgba(0,0,0,.6);
		cursor:pointer;

		-webkit-border-radius: 2em;
		-moz-border-radius: 2em;
		border-radius: 2em;

		background: #5f5f5f;
		background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
		background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
		filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
		-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
	}
	