
.sts_gray {
	border-radius: 5px;
	background-color: #888;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_green {
	border-radius: 5px;
	background-color: #339900;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_red {
	border-radius: 5px;
	background-color: #CC3300;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_blue {
	border-radius: 5px;
	background-color: #0066FF;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_gray_box {
	border-radius: 1px;
	background-color: #888;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_green_box {
	border-radius: 1px;
	background-color: #339900;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_red_box {
	border-radius: 1px;
	background-color: #CC3300;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.sts_blue_box {
	border-radius: 1px;
	background-color: #0066FF;
	color: white;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
}

.autocomplete_delete {
	display:none; right:0; margin-left:0px; z-index:100000; cursor:pointer; font-size:16px; color:red;
}
.dis_on {
	color:#000000;
}

.pa_hist_link {
	color:#0000FF; 
	font-weight:bold; 
	text-decoration:none; 
}

.pa_hist_link:hover {
	text-decoration:underline;
}

.notification {
	border:3px solid #d55b5b;
	background-color: #ffcdcd;
	padding:5px;
}

.download_link {
	color:#FFFFFF; 
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.download_link:hover {
	text-decoration:underline;
}

.last_padding_item {
	height:3px;
}

.title_style_small {
	padding-bottom:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	/*color:#5A97BA;*/
	color:#656524;
	text-decoration:none;
}

.title_style_small:hover {
	text-decoration:underline;
}

.title_style {
	padding-bottom:5px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	/*color:#5A97BA;*/
	color:#656524;
	text-decoration:none;
}

.title_style:hover {
	text-decoration:underline;
}

.description_style {

}

.added_on_style_grey {
	padding-top:5px;
	padding-bottom:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#999999;
}

.valid_until_style_grey {
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#999999;
}

.added_on_style {
	padding-top:5px;
	padding-bottom:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000;
}

.valid_until_style {
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	color:#000;
}

.list-data-all {
	/*border-top:2px solid #ccc;*/
	vertical-align:top;
	text-align:left;
	/*padding: 5px 5px 5px 5px;*/
	line-height:14px;
}

.list-data-all:hover {
	/*background-color: #D8D8A8;*/
	background-color: #DFEB9F;
}

.siku_white {
	background-color: #fff;
	width:9px;
	height:8px;
}

.list-data-all-odd {
	vertical-align:top;
	text-align:left;
	line-height:14px;
	background-color:#EFFBAF;
}
.odd_top_left{
	background-image: url(../img/odd_bg_top_left.png);
	background-repeat:no-repeat;
}
.odd_top_right{
	background-image: url(../img/odd_bg_top_right.png);
	background-repeat:no-repeat;
}
.odd_bottom_left{
	background-image: url(../img/odd_bg_bottom_left.png);
	background-repeat:no-repeat;
}
.odd_bottom_right{
	background-image: url(../img/odd_bg_bottom_right.png);
	background-repeat:no-repeat;
}

.list-data-all-odd:hover{
	background-color: #DFEB9F;
}
.list-data-all-odd:hover .top_left{
	background-image: url(../img/hover_bg_top_left.png);
	background-repeat:no-repeat;
}
.list-data-all-odd:hover .top_right{
	background-image: url(../img/hover_bg_top_right.png);
	background-repeat:no-repeat;
}
.list-data-all-odd:hover .bottom_left{
	background-image: url(../img/hover_bg_bottom_left.png);
	background-repeat:no-repeat;
}
.list-data-all-odd:hover .bottom_right{
	background-image: url(../img/hover_bg_bottom_right.png);
	background-repeat:no-repeat;
}

.list-data-all-even {
	vertical-align:top;
	text-align:left;
	line-height:14px;
	background-color:#DFF56D;
}
.even_top_left{
	background-image: url(../img/even_bg_top_left.png);
	background-repeat:no-repeat;
}
.even_top_right{
	background-image: url(../img/even_bg_top_right.png);
	background-repeat:no-repeat;
}
.even_bottom_left{
	background-image: url(../img/even_bg_bottom_left.png);
	background-repeat:no-repeat;
}
.even_bottom_right{
	background-image: url(../img/even_bg_bottom_right.png);
	background-repeat:no-repeat;
}

.list-data-all-even:hover{
	background-color: #DFEB9F;
}
.list-data-all-even:hover .top_left{
	background-image: url(../img/hover_bg_top_left.png);
	background-repeat:no-repeat;
}
.list-data-all-even:hover .top_right{
	background-image: url(../img/hover_bg_top_right.png);
	background-repeat:no-repeat;
}
.list-data-all-even:hover .bottom_left{
	background-image: url(../img/hover_bg_bottom_left.png);
	background-repeat:no-repeat;
}
.list-data-all-even:hover .bottom_right{
	background-image: url(../img/hover_bg_bottom_right.png);
	background-repeat:no-repeat;
}

.search-field {
	font-family:Tahoma;
	font-size:11px;
}

.mini {
	width: 50px;
}
.very-short {
	width: 75px;
}
.short {
	width: 100px;
}
.normal {
	width: 150px;
}
.medium {
	width: 200px;
}
.long {
	width: 250px;
}
.very-long {
	width: 300px;
}

.sitemap_path_no_link {
	color:#FF6600;
	padding-left: 3px;
	padding-right: 3px;
	font-size:11px;
	font-family:Arial;
}

.sitemap_path {
	color:#FF6600;
	text-decoration:none;
	padding-left: 3px;
	padding-right: 3px;
	font-size:11px;
	font-family:Arial;
}

.sitemap_path:hover {
	text-decoration:underline;
}

body {
	font-family:Tahoma; font-size:12px;
	padding:0; margin:0; width:100%; text-align:center; 
}

.read_more_link {
	text-decoration:underline;
	color:#00CC00;
}

.menus {
	text-decoration:none;
	padding-left: 13.9px;
	padding-right: 13px;
}

.menus:hover {
	text-decoration:underline;
}

.link_details {
	/*color: #000--;*/
	color: #000;
	text-decoration:none;
}

.link_header {
	color: #777;
	/*font-weight:bold;*/
	text-decoration:none;
}

.top-note {
  width: 100%;
  position:absolute;
  top:0;
}

.link_details:hover {
	text-decoration:underline;
}

.menu_left_non_underline {
	color:#E9F896;
	text-decoration:none;
}

.menu_left_non_underline:hover {
	text-decoration:none;
}

.menu_left {
	color:#E9F896;
	text-decoration:none;
}

.menu_left:hover {
	text-decoration:underline;
}

.action_admin {
	text-decoration:none;
}

.action_admin:hover {
	text-decoration:underline;
}
  span.hl {
	background-color:#0092D3;
	color:#663333;
  }
  .list-header {
    text-decoration: none;
color: #000;
  }
  .list-header:hover {
    text-decoration: underline;
color: #000;
  }
  .list-header.sorted {
    color:#FF6600;
  }
  .list-header-sorter {
      padding-left: 3px;
      margin-top: 0px;
  }
  .link-disabled {
    color:#CCCCCC;
  }
  .list-pager {
    text-align: left;
	float:left;
    margin-top: 15px;
	color: #000000;
	width:49%; margin-left:1%
  }
  .total-pager {
  	float:left;
	text-align:right;
    margin-top: 15px;
	color: #000;
	width:49%; margin-right:1%
  }
  .current-page {
    font-weight: bold;
	color: #67B022;
	font-size: 16px;
  }

.row_top_left {
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

.row_left_only {
	padding: 2px;
	border-left: 1px solid #999;
}

.row_right_only {
	padding: 2px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.row_latest_right {
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.row_bottom {
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

.row_latest_right_bottom {
	padding: 2px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

  .text_body {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  

.title_elm_big {
	color:#00457C;
	font-weight:bold;
	font-size:14px;
}

.title_elm_very_big {
	color:#00457C;
	font-size:14px;
}

.title_elm_white {
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
}

.title_elm {
	color:#00457C;
	font-weight:bold;
}

.title_elm_big_white {
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	background:url(../img/bg_title_highlight.png) no-repeat 0px 46px;
	height:100%;
	width:100%;
	padding:0 0 0 6px;
}

.read_more_link_orange {
	text-decoration:none;
	color:#FFCC00;
}
.read_more_link_orange:hover {
	text-decoration:underline;
	color: #FFCC00;
}

.read_more_link {
	text-decoration:none;
	color: #0066CC;
}
.read_more_link:hover {
	text-decoration:underline;
	color: #0066CC;
}

.read_more_link2 {
	text-decoration:none;
	color:#FFCC66;
	font-size: 13px;
	font-weight:bold;
}
.read_more_link2:hover {
	text-decoration:underline;
	color: #FFCC66;
	font-size: 13px;
	font-weight:bold;
}

  .table_collapse {
  border-collapse:collapse;
  }
  #page-table {
  border-collapse:collapse; width:800px; height:900px;
  }
  #page-table td {
  border:0px solid black;
  }
  #page-content {
  top:0; background:transparent; text-align:center; width:100%;
  }
  #loading {
  position:absolute; top:250px; left:47%; width:123px; height:42px;
  background-image:url(../img/loading-bg.png); z-index:100;
  }
  .loading_text {
  font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; padding:10px 0 0 10px;
  }
  .padding_loading {
  padding-top:10px;
  }
  /*
  #footer-menu {
  color:inherit;
  padding-bottom:5px;
  mergin-bottom:3px;
  }
  #footer-menu a, a:active, a:visited {
  color:#FFFFFF;
  text-decoration:underline;
  }
  #footer-menu a:hover {
  color:#FFCC00;
  text-decoration:none;
  }.left_menu {
  font-family:Arial; font-size:12px; color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
  padding-left:5px;
  }*/
  #copyright {
  padding-top:3px;
  }
  .tbl_general_info td {
  padding:5px 0 5px 0;
  font-size:14px;
  }
  .tbl_form_info td {
  /*padding:5px 0 5px 0;*/
  font-size:12px;
  }
  #tbl_left_menu a:hover {
  color:#FFCC00;
  text-decoration:underline;
  }
  .row_left_menu {
  background-color:#FFFFFF; background-image:url(../img/left_menu_background_w200.png); background-repeat:no-repeat; 
  }
  .padding_arrow_menu {
  padding-left:6px; padding-bottom:7px;
  }
  .padding_text_menu {
  padding-bottom:7px; text-align:left;
  }
  .padding_logo {
  padding-left:3px;
  }
  .underline_logo { 
  background-image:url(../img/underline_logo.png);
  }
  .padding_list_menu {
  padding-left:8px;
  }
  .endorse_by {
  font-family:Arial; font-weight:bold; color:#333333; font-size:12px; width:100%; text-align:center;
  }
  .div_registration_image {
  margin-top:18px; padding-bottom:10px; background-image:url(../img/bg_registration_green.png); background-repeat:no-repeat; width:198px;
  }
  .bg_reg_button_text {
  padding-top:4px; cursor:pointer;
  }
  .view_status_button a {color:#000000; text-decoration:underline;}
  .view_status_button a:hover {color:#FF6600; text-decoration:underline;}
  
p {
	margin: 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.thumb_img {border:2px solid #FFF; cursor:pointer;}
.thumb_img_hover {border:2px solid #000; cursor:pointer;}
/*------------------------------------------------------------ form ------------------------------------------------------------*/
/* Date Picker */ 
.ui-datepicker-trigger {
  margin-left: 2px;
}
#ui-datepicker-div {
  font-size: 12px;
  z-index:9999;
}

.ui-tabs .ui-tabs-hide {
	 display: none;
}

#tabs {
font-size:14px;
}

.ui-tabs-panel {
  clear: both;
  font-size: 10px;
}

.wizard-nav
{
background-image:url(../css/sunny/images/ui-bg_gloss-wave_45_817865_500x50.png);
padding: 8px 0;
border: 1px solid #666;
width: 100%;
margin: 8px auto;
font-size:13px;
font-weight:bold;
}
.wizard-nav a
{
border-right: 1px solid #ddd;
border-left: 1px solid #ddd;
text-decoration: none;
padding: 7px;
width: 162.5px;
display: inline;
margin: 0;
}
.wizard_a {
color:#666;
font-weight:bold;
background-image:url(../css/sunny/images/ui-bg_gloss-wave_60_fece2f_500x40.png);	
}
.wizard_active {
background: #67B021;
color:#FFF;
}
.wizard-nav a.active { 
/*background: #dfd;*/
/*background-image:url(rsrc/css/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png);*/
/*color:#FEDD57;*/
}

.wizardcontrols .wizardnext { float:right; cursor:pointer; margin-bottom:5px; }
.wizardcontrols .wizardprev { float:left; cursor:pointer; margin-bottom:5px; }
/*#FirstPage .wizardcontrols .wizardnext { float:right; cursor:pointer; margin-bottom:5px; }*/
	
/*------------------------------------------------------------ form ------------------------------------------------------------*/

.num {
	text-align:right;
	padding-right:2px;
	font-size:inherit;
}

.num_comma {
	text-align:right;
	padding-right:2px;
	font-size:inherit;
}

.num_left {
	text-align:left;
	padding-left:2px;
	font-size:inherit;
}

.readonly_style
{
	background-color:#F1F0F2;
	border:1px solid #CCCCCC;
	padding:2px 2px 2px 2px;
	margin:0 0 1px 0;
	vertical-align:middle;
	font-size:11px;
	font-family:Tahoma;
}

.readonly_style input:text
{
	height:12px;
}

.readonly_cal
{
	/*background-color:#66CCCC;*/
	background-color:#dfd;
	color:#333;
	font-size:12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

.disabled_style
{
	background-color:#999999;
}

/*form {padding:5px;}*/
label {font-weight:bold;padding-left:0.5em;vertical-align:middle;}
label span {font-weight:bold;color:#FF0000;}
fieldset {padding:1em;margin:.5em;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;color:#0066CC;padding-bottom:5px;text-align:left;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
input.text_login {margin:0.1em 0;border:1px solid #ccc;
	font-size:12px;}
input.text, input.title, select {margin:0.2em 0;border:1px solid #ccc;
	font-size:12px; font-family:Tahoma, Arial, Helvetica, sans-serif;}
input.text_white {margin:0.1em 0; font-size:12px;}
input.text_borderless {border:0;}
textarea, textarea.text {
	margin:0.1em 0;border:1px solid #ccc;
	font-family: Tahoma, "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:2px;
	}
input.text:focus, input.title:focus, textarea.text:focus {border:1px solid #CCCCCC;background-color:#FFFFCC;}
input.text_login:focus {border:0px solid #CCCCCC;background-color:#FFFFCC;}
select.dropdown:focus {border:1px solid #000;background-color:#FFFFCC;}
input.text, input.title {padding:2px;}

/*------------------------------------------------------------ menu ------------------------------------------------------------*/


/*------------------------------------------------------------ table -----------------------------------------------------------*/

.dynlist { /* style untuk kolom dynamic list tombol + - */
	background-color:#e5ecf9;
    /*background: transparent;*/
	border:0px;
	vertical-align:bottom;
	text-align:center;
	width:40px;
}

.tbldyn_hover tbody tr:hover {
	background-color:#3D98DA;
	color:white;
}

.tbldyn { /* style untuk table dynamic list header */
	border-collapse:collapse;
	border:1px solid #999999;
	box-shadow: 5px 5px 3px #999999;
}

.row_title { /* style untuk baris judul table dynamic list */
	height:23px;
	background-color:#CCCCCC;
	/*border-top:1px dotted #999999;*/
	/*border-bottom:1px dotted #999999;*/
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	text-align:center;
	font-weight:bold;
}

.row_title span {
	font-weight:bold;
	color:#FF0000;
}

.row_content { /* style untuk baris konten table dynamic list */
	height:23px;
	/*border-top:1px dotted #999999;*/
	/*border-bottom:1px dotted #999999;*/
	border-bottom:1px solid #DDD;
	padding:1px 5px 1px 5px;
}

.row_msg { /* style untuk baris konten table dynamic list */
	height:20px;
	padding-left:2px;
	background-color:#00FFFF;
}

.row_msg_selected { /* style untuk baris konten table dynamic list */
	height:20px;
	padding-left:2px;
	background-color:#00FFCC;
}

span.hl {
    background-color: #ff0;
}

.row_title_front_list { /* style untuk baris judul table dynamic list */
	height:23px;
	background-color:#EAEAEA;
	border-bottom:1px solid #CCC;
	text-align:center;
	font-weight:bold;
}

.img_icon_button {
	cursor:pointer;
}