/* Basic Rules */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
	border-width: 0;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li, ol, dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}
fieldset {
	border-width: 0;
}

input, select, textarea {
	font-size: 100%;
}

p.more {
	text-align: right;
	padding-right: 10px;
}

a:link, a:visited {
	color: #6666CC;
	border-width: 0;
}

a:hover {
	text-decoration: none;
	border-width: 0;
}

/* General Rules */

body {
	text-align: center;
	background: #fff url("../images/wrapper2.gif") repeat-x 0 0;
}

h1, h3, h6, ul, ol {
	margin: 0;
}

/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/* Header */

#header {
	background: transparent url("../images/header3.jpg") no-repeat 0 0;
	width: 760px;
	height: 100px;
}

#header h1 {
	text-indent: -1000px;
	width: 280px;
	height: 100px;
	display: block;
	float: left;
	display: inline;
}

#header ul {
	float: right;
	display: inline;
	margin-right: 10px;
}

#header li {
	list-style-type: none;
	float: left;
	padding: 50px 0 0 10px;
	border-left: 1px solid #09f;
	font-size: 11px;
	font-weight: bold;
}

#header li#linkberita {
	border-right: 1px solid #09f;
	padding-right: 10px;
}

#header a:link, #header a:visited {
	text-decoration: none;
	color: #09f;
}

#header a:hover {
	border-top: 8px solid #09f;
	padding-top: 40px;
	color: #f00;
}

/* Content Main */

#content h2, #contentlong h2 {
	font: bold 130% "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #09f;
	border-bottom: 1px dotted #09f;
	letter-spacing: 0.08em;
}

#content h3 {
	font: 130% "Lucida Grande", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
}

#main {
	width: 380px;
	float: left;
	background: transparent url("../images/main-top.gif") no-repeat 0 0;
	margin: 0 5px;
}

/* IE FIX */

/* \*/
* html #main {
	overflow: hidden;
	o\verflow: visible;
	width: 380px;
	w\idth: 380px;
	he\ight: 1%;
}
/* */

#main h2 {
	padding-top: 20px;
	margin: 0 20px;
}

#main h3 {
	margin: 10px 20px 0;
	font-size: 90%;
}


#main img {
	margin: 10px 10px 0 20px;
}

#main p {
	margin: 5px 20px 20px;
	font-size: 75%;
}

#main p.date {
	margin: 5px 20px;
	font-size: 70%;
	font-style: italic;
}


#rightcolumn h2 {
	font: bold 130% "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #09f;
	border-bottom: 1px dotted #09f;
	letter-spacing: 0.08em;
	padding-top: 20px;
	margin: 0 20px 0 390px;
}

#rightcolumn h3 {
	margin: 10px 20px 0;
	font-size: 90%;
	letter-spacing: 0.1em;

}

#rightcolumn h3.aktivitas {
	margin: 10px 20px 0;
	font-size: 90%;
	letter-spacing: 0.1em;
	font-weight: normal;
}


#rightcolumn img {
	margin: 10px 10px 0 20px;
}

#rightcolumn p {
	margin: 5px 20px 20px;
	font-size: 75%;
}

#rightcolumn p.date {
	margin: 5px 20px;
	font-size: 70%;
	font-style: italic;
}

/* Content Inside */

#contentlong {
	background: transparent url("../images/wrapper2-long.gif") no-repeat 5px 0;
	line-height: 1.2em;
}

 ul#nav {
	float: right;
	display: inline;
	margin-right: 30px;
	margin-top: 10px;
}

ul#nav li {
	list-style-type: none;
	float: left;
	padding: 20px 0 0 10px;
	border-left: 1px solid #09f;
	font-size: 11px;
	font-weight: bold;
}

#contentlong li a:link, #contentlong li a:visited {
	text-decoration: none;
	color: #09f;
}

#contentlong li a:hover {
	border-top: 8px solid #09f;
	padding-top: 15px;
	color: #f00;
}

#contentlong h2 {
	margin: 0 30px 10px;
	padding-top: 20px;
	clear: both;
}

#contentlong h3 {
	margin: 20px 30px;
	font: bold 110% Georgia, "Times New Roman", Times, serif;
}

#contentlong h4 {
	margin: 10px 30px;
	font: bold 90% Georgia, "Times New Roman", Times, serif;
}


#contentlong p {
	margin: 10px 30px;
	font-size: 75%;
}

#contentlong form {
	width: 400px;
	margin: 10px auto;
	font: 90% Georgia, "Times New Roman", Times, serif;
	background: #cff url("../images/formbg.gif") repeat-x 0 0;
	padding: 20px;
	border: 1px solid #bbb;
}


#contentlong form label {
	display: block;
	clear: both;
}

#contentlong form input {
	width: 200px;
	border: 1px solid #999;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}

#contentlong form textarea {
	width: 400px;
	height: 150px;
	border: 1px solid #999;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

#contentlong form input.button{
	width: 100px;
	font-size: 12px;
	background-color: #6699CC;
	font-weight: bold;
	color: #fff;
	border: 1px solid #ddd;
}

#contentlong #hilite {
	width: 200px;
	float: right;
	background-color: #ffc;
	margin: 10px 30px;
	border: 1px solid #6699CC;
}

#contentlong #hilite h4 {
	font-size: 12px;
	margin: 10px;
}

#contentlong #hilite p {
	margin: 10px;
}

#contentlong img {
	margin: 5px 10px 0px 30px;
	overflow: hidden;
	clear: both;
}

#contentlong p a:link, #contentlong  p a:visited {
	color: #6666CC;
	text-decoration: underline;
}

#contentlong p a:hover {
	text-decoration: none;
	border-width: 0;
}

/* Sidebar */

#topsidebar {
	width: 360px;
	margin-left: 395px;
		height: 190px;
}

#sidebar1 {
	width: 175px;
	float: left;
	margin-right: 5px;
}

h3#jadimitra a {
	width: 175px;
	height: 55px;
	background: url("../images/mitra2.gif") no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

h3#ruangmitra a {
	width: 175px;
	height: 45px;
	background: url("../images/ruangtop.gif") no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	margin-top: 5px;
	margin-bottom: 0;
	text-decoration: none;
}

#sidebar1 form {
	background: url("../images/ruangbottom.gif") no-repeat bottom left;
	padding: 0 10px;
}

#sidebar1 form label {
	font-size: 10px;
	display: block;
	float: left;
	width: 60px;
	margin: 0 5px 0 0;
}

#sidebar1 form input {
	font-size: 10px;
	width: 70px;
	margin-bottom: 5px;
	height: 10px;
}

#sidebar1 form input.button {
	text-align: right;
	margin: 0 0 10px 92px;
	border-width: 0;
	width: 50px;
	height: 15px;
}

h3#opportunity a {
	width: 175px;
	height: 55px;
	background: transparent url("../images/peluang2.gif") no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	margin-top: 5px;
	text-decoration: none;
}

#sidebar2 {
	width: 175px;
	float: left;
}

h3#hof a {
	width: 175px;
	height: 45px;
	background: url("../images/mitrajawara.gif") no-repeat 0 0;
	text-indent: -10000px;
	display: block;
	margin-top: 15px;
	text-decoration: none;
}

#thumbnails {
	text-align: center;
	background: transparent url("../images/thumbnails2.gif") no-repeat bottom left;
	padding-bottom: 10px;
}

#thumbnails img {
	margin: 5px 0;
	border: 1px solid #000;
}

#events {
	margin-left: 395px;
}

#events h2 {
	margin-bottom: 10px;
}

#events h3 {
	margin: 0 10px;
	font-size: 90%;
}

#events h4 {
	margin: 0 10px;
	font-size: 70%;
}

#events p {
	margin: 0 10px 20px;
	font-size: 70%;

}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding: 10px 0 20px;
	background: url("../images/footer2.gif") no-repeat bottom left;
	height: 75px;
}

#footer img#gardaotologo {
	float: right;
	width: 79px;
	margin: 0 20px 0 0;
text-decoration: none;
}

#footer img#aablogo {
	float: left;
	width: 61px;
	margin: 0 0 0 20px;

}

#footer h6 {
	margin-top: 30px;
}

#footer a:link {
	text-decoration: none;
	color: #ffffff;
}

#footer a:visited {
	text-decoration: none;
	color: #fffff;
}



/* Ruang Mitra */
/* Mail */

#mailnav {
	width: 130px;
	float: left;
	margin: 0 0 0 30px;
	display: inline;
	border: 1px solid #ddd;
}

#mailnav h3 {
	margin: 10px;
	padding: 0;
}

#mailnav ul {
	float: none;
	margin: 10px 30px;
	padding: 0;
}

#mailnav li {
	float: none;
	list-style-type: disc;
	border-width: 0;
	margin: 0;
	padding: 0;
	font-size: 80%;
}

#mailnav a:hover {
	border-width: 0;
}

#mailbox form {
	background: none;
	border-width: 0;
}

#mailbox {
	margin-left: 0;
}

#mailbox form input.check {
	width: 15px;
	height: 15px;
}

#mailbox table {
	width: 550px;
	font: 90%/120% Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
}

#mailbox table thead {
	background-color: #99CCFF;
	font: bold 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

#mailbox table thead td {
	padding: 5px;
}

/* Produksi Mitra */

table#tabelproduksi {
	width: 700px;
	margin: 0 auto;
	font: 11px/120% Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border: 1px solid #ddd;
}

table#tabelproduksi thead {
	background-color: #99CCFF;
	font-weight: bold;
}

table#tabelproduksi thead td, table#tabelproduksi td {
	padding: 5px;
}

ul#produksinav {
	margin: 0 30px;
	display: block;
	float: right;
}

ul#produksinav li {
	float: left;
	list-style-type: none;
	font-size: 90%;
}

ul#produksinav li a:hover {
	border-width: 0;
}

/* Club of Fame */

ul.coflist {
	margin: 10px 40px;
	font: 90%/120% Verdana, Arial, Helvetica, sans-serif;
}


/* Indeks List (Jendela) */
#contentlong #indekslist {
	float: left;
	margin-left: 30px;
	font-size: 13px;
}

#indekslist h4 {
	margin-bottom: 2em;
}

#contentlong form select {
	width: 90px;
	border: 1px solid #999;
	font-size: 13px;
	margin-bottom: 10px;
}

#cleardiv {
	clear: both;
}

#contentlong form#indeksform {
	width: 300px;
	border: 1px solid #999;
	padding: 10px;
	font-size: 14px;
	margin: 0;
	margin-bottom: 2em;
}



