/* 
	PT. Jasa Teknologi Informasi IBM an IBM Company
	Author	: Oktoria Yulius Darmawan -oktoria [at] ibm-jti [dot] com-
	Date 	: 22-04-2007
	Version : 0.01

*/




h1 {
	font-size: 16px;	
	background : url("../images/headline1.gif") no-repeat left top;
	height:20px; 
	
}

h1 a{
	color: #104070;
	
	line-height:10px;
	top : 10px;	
	
}

h1 b{
	font-size: 9px;
	color: #104070;

}

a {
	/*color: #2d7e0d;*/
	color: #104070;
	text-decoration: none;
	list-style-type:none;
	/*border-bottom: 1px solid #98cd80;*/
}

a:hover {
	/*color: #329c01;*/
	color: #202020;
	list-style-type:dashed;

}

#navigation a {
	color: #f4cf00;
	text-decoration: none;
	border-bottom: 0px solid #f4cf00;
}

#navigation a:hover {
	color: #f4cf00;
	border-bottom: 1px solid #f4cf00;
}

.panel a {
	color: #5a854e;
	text-decoration: none;
	border-bottom: 1px solid #8cab83;
}

.panel a:hover {
	color: #285f1a;
	border-bottom: 1px solid #285f1a;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-top: -1px;
	font-size: 1px;
}

.hidden {
	display: none;
}

.serif {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#outline {
	margin: 10px auto;
	position: relative;
	width: 758px;
	background: #ffffff url("../images/outline4.gif") repeat-y;
	text-align: left; /* Counteract the Internet Explorer hack effect */
}

#header, #navigation {
	font: 10px/100% Verdana, Arial, Helvetica, sans-serif;
}

#header {
	height: 75px;
	background: #fff url("../images/header2.jpg") no-repeat;
	position: relative;
}

#tabs {
	position: absolute;
	width: 100%;
	bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}

* html #tabs {
	bottom: -1px;
}

#tabs .head, #tabs .body, #tabs .tail {
	float: left;
	padding: 5px 0px;
}

#tabs .head {
	width: 15px;
	background: url("../images/tabs_head.gif");
}

#tabs .body {
	background: url("../images/tabs_body.gif");
	text-align: center;
}

#tabs .tail {
	width: 15px;
	background: url("../images/tabs_tail.gif");
	margin-right: 5px;
}

#tabs a, #tabs a:visited {
	/*color: #225015;*/
	color:#fff;
	cursor: pointer;
	text-decoration: none;
}

#tabs a:hover span {
	background-position: 0 -25px;
	color: #000000;
}

#tabs .active span {
	background-position: 0 -50px;
	/*color: #f4cf00;*/
	color:#104070;
}

#navigation {
	margin: 0px 4px;
	padding: 0px 10px;


	height: 25px;
}

#navigation #bar {
	
	color: #dcecb1;
	height: 100%;
	line-height: 22px;
	padding: 0px 10px;
	
}

#navigation #bar #menu {
	width: 555px;
	float: left;
}

#navigation #bar #search {
	float: right;
	position: relative;
}


#body {
	margin: 10px 14px;
}

#info{}
#content {
	width: 520px;
	float:left;
	text-align:justify;
	
}

#info {
	
	/*color:#104070;*/
	width: 720px;
	padding: 5px;
	
	text-align:justify;
	overflow:hidden;
	margin-bottom:30px;
}

#info b {
	background: url("../images/title_section.gif") no-repeat left;
	font-size: 20px;
 	line-height: 20px; 
	color: #ffffff;
	position: relative;
	top:0px;
	left: 0px;
	padding: 1px 30px 8px 10px;

}
#info img{
	float: left;
	margin-bottom:5px;
}

#info b{
	
}

#panel {
	float: right;
	width: 200px;
	height: 200px;
	height: 100%;
		border-left: 1px dotted #333333;
	
}

#footer {
	/*background: url("../images/footer.gif") no-repeat bottom;*/
	background: url("../images/footer2.gif") no-repeat bottom;
	font-size: 10px;
	
	/*color: #104070;*/
	text-align: center;
	padding-bottom: 7px;
}

#separator {
	width: 100%;
	height: 7px;
	background: url("../images/separator.gif") no-repeat center;
}

h2 span {
	background: url("../images/title_section.gif") no-repeat right;
	font-size: 20px;
 	line-height: 20px; 
	color: #ffffff;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 7px 30px 8px 10px;
}

* html h2 span {
	margin-left: -10px;
}

.section {
	font-size:16px;
	float:right;
	position:relative;
	right:0px;
	padding-bottom:30px;
	
}

p {
	margin-top: 5px;
}

* html body {
	padding-bottom: 15px;
}

.panel {
	background: #f0f7eb;
	margin-bottom: 15px;

}

.panel-crew {
	margin-bottom: 15px;
	border-bottom: 1px dotted #333333;
}
.panel-word {
	text-align:center;
	margin-bottom: 15px;
}

.panel-corporate-index {
	width: 250px; 
	float:left;
	margin:0px;
	padding:5px;
}

.panel-corporate dt{
	margin-bottom: 5px;
}
.panel h3, .panel-crew h3, .panel-corporate h3  {
	background: #104070;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	padding: 0px 10px;
}

.panel_content {
	padding: 10px;
}

#copyright{
	position:fixed;
	bottom:0px;
	background: #104070;
	width: 100%;
	left:0px;
	color:#fff;
	font-size: 11px ;
	text-align: center;
	padding-top:5px ;
	padding-bottom:5px ;
}
#copyright img{	
	position:absolute;
	bottom:5px;
	right:0px;
	padding-right:20px;
}

a img{
border:none;
list-style-type:none;
text-decoration:none;}

input, label {

 }

#q{
	background:#D9DBE1;
}

#q:hover,#q:focus{
	background:#fff;
}

form{
}

.kotak{
	width: 710px;
	padding: 0 30px 30px 5px;
	
}

.date { /* date & author */
	background: #226644 url();
	color : #fff;
	float:left;
	line-height:22px;
	margin: 0 10px 0px 0px;
	padding-right:5px;
	/*border-right:1px solid #104070;*/
	font-size:9px;
	text-align:center;
	position:relative;
	right:0;
}

.date_day {
	display:block;
	font-size:3em;
	text-align:right;
}

.date_month {
	display:block;
	font-size:3em;
	text-align:right;
	font-weight:bold;
}

.date_year {
	display:block;
	font-size:1.4em;
	line-height:.9em;
}

.profile img{
	float: left;
	width:98px;
	padding:10px 10px;
	margin-bottom:5px;
	
}

/**** Header Body ****/
#header-body {
	width:100%;
	height: 200px;
	overflow: hidden;
}

#image-header-body{
	float:left;
	
}


/***** Form *******/

#search form {
	display: inline;
}

#search form #label_query {
	position: absolute;
	left: 100%;
	margin-left: -146px;
}

#search form .text {
	width: 100px;
	max-width: 100px;
	height: 15px;
	max-height: 15px;
	background: #dcecb1;
	color: #285f1a;
	font: 12px/100% "Courier New", Courier, mono;
	letter-spacing: 1px;
	border: 1px solid #000000;
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: -120px;
}

* html #search form .text {
	width: 98px;
	height: 13px;
}

#search form .button {
	width: 15px;
	height: 15px;
	background: url("../images/search_button.gif");
	border: 0px;
	position: absolute;
	top: 5px;
	left: 100%;
	margin-left: -15px;
}

#flickr {
	background: #fff;
	width:200px;
	position:relative;
	float:right;
	margin-left: 10px;
}
#flickr .flickr_badge_image {
	float:left;
	background:transparent url("../images/bg_flickr.jpg") no-repeat top left;
	position:relative;
	width:95px;
	height:95px;
}
#flickr .flickr_badge_image img{
	position:relative;
	left:0px;
	top:10px;
}