body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    width: 100%;
}

body, td, th, select, option {
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    color: #333;
    text-decoration: none;
}

.bg_header {
    text-align: center;
	margin-top:5px;
}

.header {
    background: url("../img/common/header.png") top center no-repeat;
    height: 220px;
    margin: auto;
}

.bg_content {
    text-align: center;
}

.content_container {
    margin: auto;
    background: url("../img/common/back.png") top center repeat-y;
}

.bg_footer {
    text-align: center;
}

.footer {
    margin: auto;
    background: url("../img/common/footer.png") top center no-repeat;
    height: 130px;
}

.menu_container {
    background: url("../img/common/main_menu.png") no-repeat;
    width: 920px;
    height: 40px;
}

.menu {
    width: 846px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.menu span {
    display: none;
}

.menu li, .menu a {
    height: 40px;
    display: block;
}

.menu li {
    float: left;
    list-style: none;
    display: inline;
}

.menu_01 {
    width: 92px;
}

.menu_02 {
    width: 92px;
}

.menu_03 {
    width: 92px;
}

.menu_04 {
    width: 110px;
}

.menu_05 {
    width: 92px;
}

.menu_06 {
    width: 92px;
}

.menu_07 {
    width: 92px;
}

.menu_08 {
    width: 92px;
}

.menu_09 {
    width: 92px;
}

.menu_01 a:hover {
    background: url("../img/common/main_menu.png") -37px -40px no-repeat;
}

.menu_01_active {
    background: url("../img/common/main_menu.png") -37px -40px no-repeat;
    width: 92px;
}

.menu_02 a:hover {
    background: url("../img/common/main_menu.png") -129px -40px no-repeat;
}

.menu_02_active {
    background: url("../img/common/main_menu.png") -129px -40px no-repeat;
    width: 92px;
}

.menu_03 a:hover {
    background: url("../img/common/main_menu.png") -221px -40px no-repeat;
}

.menu_03_active {
    background: url("../img/common/main_menu.png") -221px -40px no-repeat;
    width: 92px;
}

.menu_04 a:hover {
    background: url("../img/common/main_menu.png") -313px -40px no-repeat;
}

.menu_04_active {
    background: url("../img/common/main_menu.png") -313px -40px no-repeat;
    width: 110px;
}

.menu_05 a:hover {
    background: url("../img/common/main_menu.png") -423px -40px no-repeat;
}

.menu_05_active {
    background: url("../img/common/main_menu.png") -423px -40px no-repeat;
    width: 92px;
}

.menu_06 a:hover {
    background: url("../img/common/main_menu.png") -515px -40px no-repeat;
}

.menu_06_active {
    background: url("../img/common/main_menu.png") -515px -40px no-repeat;
    width: 92px;
}

.menu_07 a:hover {
    background: url("../img/common/main_menu.png") -607px -40px no-repeat;
}

.menu_07_active {
    background: url("../img/common/main_menu.png") -607px -40px no-repeat;
    width: 92px;
}

.menu_08 a:hover {
    background: url("../img/common/main_menu.png") -699px -40px no-repeat;
}

.menu_08_active {
    background: url("../img/common/main_menu.png") -699px -40px no-repeat;
    width: 92px;
}

.menu_09 a:hover {
    background: url("../img/common/main_menu.png") -791px -40px no-repeat;
}

.menu_09_active {
    background: url("../img/common/main_menu.png") -791px -40px no-repeat;
    width: 92px;
}

.banner_container {
    width: 920px;
    height: 250px;
}

.banner {
}

.content {
    width: 920px;
    padding: 20px 0px;
}

.content table {
    margin: auto;
}

.content_panel_left {
    background-color: #e5e5e5;
    border: 1px solid #999;
    width: 200px;
}

.content_panel_right {
    background: url("../img/common/back_content.jpg") center top repeat;
    background-color: #fff;
}

.content_panel_right_gray {
    background-color: #e5e5e5;
    border: 1px solid #999;
    text-align: center;
}

.panel_left {
}

.title_panel_left {
    background: url("../img/common/back_side_title.png") left repeat-x;
    height: 38px;
}

.title_panel_left_images {
    margin-left: 10px;
    margin-top: 8px;
}

.menu_side_container ul {
    padding-left: 5px;
    margin: 13px;
}

.menu_side_container li {
    list-style: none;
    border-bottom: 1px solid #999;
}

.menu_side_link {
    font-size: 13px;
    color: #245AA7;
    display: block;
    padding: 3px;
    text-decoration: none;
}

.menu_side_link:hover {
    color: #245AA7;
    font-weight: bold;
    background-color: #bbb;
    padding: 3px;
}

.messenger_title {
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
    font-style: italic;
}

.messeger {
    text-align: center;
}

.messeger table {
    margin: auto;
}

.mail_link {
    color: #245AA7;
    text-decoration: none;
    text-align: center;
}

.mail_link:hover {
    color: #EB1C24;
    text-decoration: none;
}

.mail_link_container {
    text-align: center;
    padding: 5px 0px;
    border-bottom: 1px solid #999;
}

.cari_container {
    padding: 10px;
}

.cari_container select {
    width: 170px;
}

.cari_container form {
    margin: 0;
}

.cari_select_title {
    font-weight: bold;
    padding: 10px 0px 2px 0px;
}

.polling_container {
    width: 180px;
    margin: 10px 0px 10px 10px;
}

.polling_container input {
    margin: 0;
}

.polling_container form {
    margin: 0;
}

.polling_tanya {
    font-weight: bold;
    padding-bottom: 10px;
}

.forum_container {
    margin: 15px 10px 15px;
}

.forum_tanya {
    padding-bottom: 20px;
}

.id_tanya {
    font-weight: bold;
    font-size: 13px;
}

.forum_jawab {
    padding-bottom: 20px;
}

.id_jawab {
    font-weight: bold;
    font-size: 13px;
    color: #245AA7;
}

.jawab {
}

.footer_text {
    text-align: center;
    width: 700px;
    color: #fff;
    font-size: 11px;
    padding-top: 40px;
}

.nuansa_link {
    color: #6BD5E2;
    text-decoration: none;
}

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

.banner_home {
    padding: 20px 0px;
}

.content_paragraph {
    text-indent: 40px;
    font-size: 13px;
    text-align: justify;
    margin: 10px;
    color: #000;
}

.title_black_bold {
    font-weight: bold;
    margin: 10px 5px;
    text-align: left;
}

.marquee {
    width: 920px;
    color: #ff0;
    font-weight: bold;
}

.marquee marquee {
    padding: 5px;
}

.content_detail {
    font-size: 13px;
    text-align: justify;
    margin: 20px 30px;
}

.button_link {
    background: url("../img/common/button_link.png") top center no-repeat;
    width: 250px;
    height: 40px;
    margin: 15px 0px;
}

.button_link_page {
    background: url("../img/common/button_link.png") top center no-repeat;
    width: 250px;
    height: 40px;
    margin: 15px 0px;
    color: #ff0;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 10px;
}

.button_link a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 250px;
    height: 40px;
    padding-top: 5px;
    padding-left: 10px;
}

.button_link a:hover {
    color: #ff0;
    font-weight: bold;
    text-decoration: none;
}

.red_large_title {
    color: #f00;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0px;
}

.blue_large_title_underline {
    color: #0066b3;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
    border-bottom: 1px solid #0066b3;
    margin: 5px 0px;
}

.produk_title {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
	padding-left:5px;
}

.hide_images {
    width: 25px;
    padding-left: 10px;
}

.hide_images img {
    cursor: pointer;
}

.blue_medium_title {
    color: #0457b5;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0px;
}

.black_large_title {
    padding: 20px 0px;
    font-size: 15px;
    font-weight: bold;
}

.black_small_regular {
    font-size: 11px;
    padding: 10px 0px;
}

.content_detail ul {
    margin: 0px;
    padding: 0px;
}

.content_detail li {
    list-style-type: decimal;
    padding: 5px 0px;
}

.content_category {
    padding: 5px 20px 5px 30px;
}

.table_form {
    padding: 20px 0px;
}

.ask {
    color: #245AA7;
    font-size: 13px;
}

.title_page {
    color: #0066B3;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #0066B3;
}

.news_home_title {
    color: #0066B3;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 0px;
    margin: 10px;
    border-bottom: 1px solid #0066B3;
}

.content_panel_right_gray table {
}

.news_images {
    width: 120px;
    text-align: center;
    height: 120px;
}

.news_title {
    color: #f00;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 0px;
}

.news_content_home {
    text-align: justify;
}

.news_date {
    font-style: italic;
    font-size: 10px;
    color: #999;
}

.news_link {
    padding: 15px 10px;
    text-align: right;
}

.news_link a {
    font-style: italic;
    font-weight: bold;
    font-size: 11px;
    color: #0066B3;
    text-decoration: none;
}

.news_link a:hover {
    color: #f00;
    text-decoration: none;
}

.download_login {
}

.login_table_container {
    border: 1px solid #999;
    background-color: #eaeaea;
    width: 350px;
    margin: 10px 0px;
    text-align: center;
    padding: 10px 0px;
}

.product_table_container {
    border: 1px solid #999;
    background-color: #eaeaea;
    width: 600px;
    margin: 10px 0px;
    text-align: center;
    padding: 10px 0px;
}

.download_login table {
}

.download_login td {
}

.download_login form {
    margin: 0px;
    padding: 0px;
}

.download_login input {
}

.global_link_large {
    color: #f00;
    text-decoration: underline;
    font-weight: bold;
    font-size: 15px;
}

.global_link_large:hover {
    color: #0066B3;
    text-decoration: none;
    font-weight: bold;
}

.global_link {
    color: #0066B3;
    text-decoration: none;
}

.global_link:hover {
    color: #f00;
    text-decoration: underline;
}

.clock_container {
    width: 960px;
}

.clock {
    padding-top: 6px;
    padding-left: 639px;
}

.error-message {
    color: #f00;
    font-weight: bold;
	padding-top:5px;
}

.reg_table_container {
    margin-top: 10px 0px;
}

.produk_border_outside_container{
	margin-top:20px;
	text-align:center;
}

.produk_border_outside {
    border: 1px solid #bbb;
    width: 550px;
    background-color: #fff;
    margin: auto;
}

.produk_content {
    margin: 20px;
}

.produk_content_title {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 5px;
	text-align:left;
}

.product_table_container select {
    width: 100px;
}

.images_page_large {
    margin: 5px 15px 15px 5px;
}

.polling_hasil_container ul {
    margin: 0;
    padding: 0;
}

.polling_hasil_container {
    width: 500px;
    margin: 10px 30px;
}

.polling_hasil_container li {
    font-weight: bold;
    padding: 5px 0px;
    list-style: decimal;
}

.polling_red {
    background-color: #fe9393;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.polling_blue {
    background-color: #93d5fe;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.polling_green {
    background-color: #a2fe93;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.polling_yellow {
    background-color: #fef893;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.polling_purple {
    background-color: #aa93fe;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.polling_magenta {
    background-color: #fe93e9;
    font-weight: normal;
    padding: 0px 5px;
    margin: 5px 0px;
}

.produk_list {
}

.produk_list table {
    margin: auto;
    background-color: #bbb;
}

.produk_list td {
    font-size: 11px;
    padding: 3px 5px;
}

.title_list {
    background-color: #0166B4;
}

.title_list td {
    color: #fff;
}

.list_row01 {
    background-color: #E5EFF8;
}

.list_row02 {
    background-color: #FEE7E8;
}

.list_price {
    text-align: right;
}

.list_images_back {
}

.product_detail_table_container {
    background-color: #0066b3;
    margin-bottom: 10px;
    text-align: center;
    padding: 5px 0px;
}

.product_detail_table_container table {
    margin: 5px 10px;
}

.product_detail_table_container td {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.product_detail_table_container ul {
    margin: 0;
    padding: 0;
}

.product_detail_table_container li {
    list-style: none;
}

.produk_detail_ket {
    color: #fff;
    font-style: italic;
    text-align: left;
    padding: 0px 20px;
}

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

.karir_posisi{
	padding:10px;
}

.karir_detail{
	padding-bottom:10px;
	line-height:15px;
	text-align:justify;
}

.karir_bold{
	font-weight:bold;
	padding:10px;
}

.karir_container{
	padding:0px 10px;
}

.karir_link_detail{
	font-weight:bold;
	color:#f00;	
	text-decoration:none;
}

.karir_link_detail:hover{
	color:#245AA7;	
	text-decoration:none;
}

.karir_link{
	color:#245AA7;	
	text-decoration:none;
}

.karir_link:hover{
	color:#f00;	
	text-decoration:none;
}

.produk_paper_table{
	padding:5px 10px;
}

.produk_paper_keunggulan_container{
}

.produk_paper_keunggulan_container ul{
	margin-left:30px;	
}

.produk_paper_keunggulan_container li{
	list-style:square;
	list-style-position:outside;
	padding:5px 0px;
}

.user_container{
	height:14px;
}

.user_container td{
	font-weight:bold;
	color:#ff0;
}

.user_container table{
	margin:auto;
}

.user_welcome{
	text-align:left;
}

.user_profile{
	text-align:right;
}

.user{
	font-weight:bold;
	color:#FFFF00;
	text-decoration:none;
}

.user:hover{
	color:#fff;
	text-decoration:none;
}

.content_panel_right_test{
	background:url("../img/common/back_content_2.png") top center no-repeat;
	background-color:#0067b3;
}
