/*-----------------------------
Author : Darmawan Ari N
Themes : temanggungkab 
Date Publish : Des, 2008
------------------------------*/

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-image: url(images/utama/bg_body.jpg);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	/*color: #2b3a3c;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: default; /* Centers the page content container in IE 5 browsers. */
	
}
ul{
	list-style-type:none;
	}

/*----------------------------------------------header-----------------------------------*/
#header {
	padding:0;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	width:960px;
	font-size: 11px;
	color: #666666;
	height:121px;
	background-image: url(images/utama/bg_header.jpg);
	background-repeat: no-repeat;
}

#header #bannerup
{
  float: right;
  padding:15px 0 0 0;
  height:88px;
  width:450px;
}
#subheader
{
	padding:0;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto 0 auto;
	width:960px;
	font-size: 11px;
	color: #ffffff;
	height:30px;
}
#subheader h1 {
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 8px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0x;
	float:right;
	margin: 0;
}
a.linkheader:link, a.linkheader:visited{
	color:#FFFFFF;
	text-decoration: none;
	}
a.linkheader:hover{
	color:#99CC33;
	text-decoration: none;
	}

/*----------------------------------------------body--------------------------------------*/
#body {
	margin: 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 20px 20px 20px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 940px;
}
a.linkcontent:link, a.linkcontent:visited{
	color:#336666;
	text-decoration: none;
	}
a.linkcontent:hover{
	color:#99CC33;
	text-decoration: underline;
	}
a.linkjudul:link, a.linkjudul:visited{
	color:#336666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a.linkjudul:hover{
	color:#336699;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
a.logout:link, a.logout:visited{
	color:#FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
a.logout:hover{
	color:#99CC66;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}

.formsoft {
	border: thin solid #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: "Trebuchet MS";
	color: #999999;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F9FB;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #D8DFEA;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
	font-weight: bold;
	color: #336699;
}
.judul_jabatan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}
.judultopik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 10px;
	background-image: url(images/utama/bg_title.jpg);
	background-repeat: repeat-x;
	height:18px;
	color: #336666;

}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F5F5F5;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C2C2C2;
	border-bottom-color: #C2C2C2;
}
.bottomborder {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DFDFDF;
}
.table-grid {
	clear: both;
	text-align: left;
	font-family: Arial, Tahoma, sans-serif; 
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: #D8DFEA /*#D5D9E5*/;
	border-collapse: collapse;
	border-top: #ddd solid 1px;
	border-left: #ddd solid 1px;
	margin: 10px 0px;
}

.table-grid th {
	color: #336699;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 4px 2px 4px 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #D8DFEA /*#D5D9E5*/;
	border-collapse: collapse; 
	background-image: url('../images/table-common-header.gif');
	background-color: #F8F9FB /*#B3CCE6*/;
	background-repeat: repeat-x;
}

.table-grid td {
	padding: 4px 2px 4px 4px;
	color: #333333;
	font-size: 0.9em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #D8DFEA /*#D5D9E5*/;
	border-collapse: collapse;
}
.cari {
	background-image: url(images/utama/cari.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.blokimg a{
	color:#7C8E06;
	text-decoration: none;
	border: 1px dotted #FFFFFF;
	display: block;
	}
.blokimg a:hover{
	text-decoration: none;
	border: 1px dotted #CCCCCC;
	display: block;
	color: #7C8E06;
	}

/*-----------------------------------------------footer----------------------------*/
#subfooter {
	margin:0 auto;
	background-color:#304345;
	color:#FFFFFF;
	padding: 10px 10px 10px 30px;
}

#footer {
	background-color:#2b3a3c;
	color:#FFFFFF;
	padding: 10px 10px 10px 30px;
}
.footer a{color:#CC9900;
	text-decoration: none;
	}
.footer a:hover{color:#FFFFFF;
	text-decoration: underline;
	}
.footer_topik{
	color:#F5430A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
.footer_judul{
	color:#C5BE25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.footer_keterangan{
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
/*------------------------*/
.replybox object, .replybox embed {
display: none !important;
}
.replybody img {
max-height:300px;
max-width:300px;
}