html {
	text-align:center;
	background:#F3F3F3;
}

body {
	font:80% Tahoma;
	text-align:left;
	color:#333;
	width:95%;
	margin:0.5em auto;
	background:#FFF;
	padding:0.8em;
	border:0.1em solid #EAEAEA;
}

#headerDiv
{
	width:100%;
	height:120px;
	position:relative;
	margin-bottom:0.3em;
	background:url(../images/header1.jpg) no-repeat left;
	border-bottom:0.1em solid #EAEAEA;
}

#footer{
	text-align:right;
	width:auto; 
	display:block; 
	padding:10px;
	color:#666666;
	border-top:0.1em solid #EAEAEA;	
}

a.menuBawah:hover{
	color:#996600;
}

a.menuAtas:hover{
	color:#996600;
}

a{
	color:#666666;
	text-decoration:none;
}

.link_table{
	color:#000000;
	text-decoration:none;
}

.link_table:hover{
	text-decoration:underline;
}

table.listForm
{
	background: #FFF;
	border: none;
	width:100%;
}

table.listForm td
{
	text-align: left;
}

table.listForm td.header
{
	background: #003366 url(../images/arrow_title.gif) no-repeat left top;
	text-align: left;
}
table.listForm td.leftPanelTop
{
	/*padding-left: 20px;*/
	padding-top: 3px;
	width: 20%;
	vertical-align:top;
}

table.listForm td.content
{
	text-align: left;
	vertical-align:top;
	width: 80%;
	padding:5px;
	/*border-left:0.1em solid #EAEAEA;*/
}

table.listForm td.warning
{
	color:#FF0000;
}

.warning{
	color:#FF0000;
}

/*menu kiri awal*/
#navbar ul, #navbar ul li{ 
	padding:0; 
	margin:0; 
	list-style:none; 
	float:left;
}
#navbar a{
	color:#FFFFFF; 
	font-weight:bold;
}
#navbar a:hover{
	background:#777777;
}
#navbar li a:link, #navbar li a:visited {
	background:#444444; 
	text-decoration:none; 
	height:24px; 
	/*line-height:24px; */
	display:inline; 
	float:left; 
	width:auto; 
	padding:0px 10px;
}

.menuBawah{
	 font-family: Monaco, Verdana, Sans-serif;
	 font-size: 11px;
	 background-color: #f9f9f9;
	 border: 1px solid #D0D0D0;
	 color: #000000;
	 display: block;
	 margin: 0px 0 2px 0;
	 text-align:left;
	 padding: 10px 10px 10px 10px;
 	 text-decoration:none;
}

a.menuBawah:hover{
	color:#996600;
}

#contentMenuAtas{
	 font-family: Monaco, Verdana, Sans-serif;
	 font-size: 11px;
	 background-color: #f9f9f9;
	 border: 1px solid #D0D0D0;
	 color: #000000;
	 display: block;
	 margin: 0px 0 2px 0;
	 text-align:left;
	 padding: 10px 10px 10px 10px;
}

.menuAtas{
	background-color: #f9f9f9;
	padding: 10px 10px 10px 10px;
	text-align:left;
	margin: 0px 0 2px 0;
	color: #000000;
}
a.menuAtas:hover{
	color:#996600;
}

#berita{
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	height:120px;
	padding:5px;
}

#title{
	font-family: Monaco, Verdana, Sans-serif;
	font-size: 13px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #000000;
	display: block;
	margin: 0px 0 2px 0;
	text-align:left;
	font-weight:lighter;
	padding:15px 35px;
 	text-decoration:none;
}
a{
	color:#666666;
	text-decoration:none;
}

/*menu kiri akhir*/

/*login form awal*/
table.loginForm {
	border:1px solid #D0D0D0;
	background-color: #f9f9f9;
	padding:10px;
}
table.loginForm td.title{
	font-weight:bold;
	font-size:18px;
	border-bottom:1px solid #D0D0D0;
}
table.loginForm td.tdButton{
	text-align:right;
	padding-right:1px;
}

/*login form akhir*/

/*content form awal*/
table.content_form {
	border:1px solid #D0D0D0;
	background-color: #f9f9f9;
	padding:10px;
	width:100%;
}
table.content_form td.title{
	font-weight:bold;
	font-size:19px;
	border-bottom:1px solid #D0D0D0;
	width:50%;
	
}
table.content_form td.execute{
	text-align:right;	
	border-bottom:1px solid #D0D0D0;
	width:50%;
}
/*content form akhir*/


/*form form awal*/
table.form {
	/*border:1px solid #D0D0D0;
	background-color: #f9f9f9;*/
	padding:3px;
	width:100%;
}
table.form td.title{
	font-weight:bold;
	font-size:16px;	
}
/*form form akhir*/

/*form form awal*/

/*form form akhir*/




.button {
	background:#FFFFFF;
	/*width:100px;*/
	margin: 2px;
	border: 1px solid #AAAADD;	
	color: #000000;	
	font-weight:lighter;
	/*color: #000099;*/
}
.button:hover {
	border: 1px solid #000099;
	cursor:pointer;
	color: #000;
}


fieldset{
	border: 1px solid #D0D0D0;
}
legend{
	font-weight:bold;
	border: 1px solid #D0D0D0;
	background-color:#f9f9f9;
	padding:4px;
	font-size:14px;
}

.dropdownlist{
	width:30%;	
}