@charset "utf-8";
.body {
	margin:0px;
	padding:0px;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(images/bg-1.jpg);
}

p {
	padding-top:10px;
}
.progname {
	padding:5px;
	text-align:left;
	font-family: "Arial", Times, serif;
	font-size: 14px;
	-webkit-border-radius: 5px; /* Safari 3-4, iOS 1-3.2, Android =1.6 */
          border-radius: 5px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */

  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-color:#999;
}
.bodybottom {
	background-position:bottom;
	background-repeat:repeat-x;
	background-image:url(images/bg-2.jpg);
}
.head1 {
	font-size: 14px;
	height:15px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}
.bottom1 {
	font-size: 14px;
	height:15px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}
.border_kotak {
	padding:5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-color:#999;
}
.item_isi {
	margin:0;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:5px;
}
.grey {
	background-color:#CCC;
-moz-box-shadow: 0px 0px 8px #000000;
-webkit-box-shadow: 0px 0px 8px #000000;
box-shadow: 0px 0px 8px #000000;
/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
opacity: 0.7;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 70);
/*-ms-filter must come before filter*/
filter: alpha(opacity = 70);
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*All filters must be placed together*/
}

.blue {
	color: #000;
	border: solid 1px #CCC;
	background: -moz-linear-gradient(top, rgba(249,255,255,1) 0%, rgba(177,216,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,255,255,1)), color-stop(100%,rgba(177,216,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,255,255,1) 0%,rgba(177,216,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,255,255,1) 0%,rgba(177,216,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,255,255,1) 0%,rgba(177,216,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,255,255,1) 0%,rgba(177,216,245,1) 100%); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange {
	color: #000;
	border: solid 1px #CCC;
	padding:2px;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #FFF 30%, #CCC 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,0.99) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0.99)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

li {
	color:#000;
	margin-left:15px;
	padding-top:2px;
	padding-bottom:2px;
}

a:link , a:visited { 
	text-decoration: none;
	color: #000;
}
a:hover, a:active { color:#F90; 
/*text-decoration: underline;*/ 
	color:#FFF;
	background-color:#69F;
}

a img, fomr, fieldset{
	background: none;
	border: none;
}
.tabel_head {
	color: #000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	border: solid 1px #CCC;
	padding:2px;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #FFF 30%, #CCC 100%);
	background: -moz-linear-gradient(top, rgba(249,249,249,0.99) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0.99)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,0.99) 0%,rgba(222,222,222,1) 100%); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.tabel_isi {
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.pendahuluan {
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	padding-left:15px;
	padding-right:15px;
}

.content_1 {
	background: url(images/ico_li.png) no-repeat left;
	padding-left: 15px;
	font-family: "Arial", Times, serif;
	font-size: 14px;
	font-weight:bold;
}

.biodata {
	margin:0;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#CCC;
	padding-left:5px;
}

.line {
	color:#999;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom-width:thin;
	border-bottom-style:dotted;
}

.gradientbuttons li a:hover{
color: lightyellow;

}

.redtheme li a{
font-size:12px;
font: bold 12px Arial, Helvetica, sans-serif;
background: darkred;
background: -moz-linear-gradient(center top, #f5795d, #e55e3f 25%, #d02700 45%, #e55e3f 85%, #f5795d);
background: -webkit-gradient(linear, center top, center bottom, from(#f5795d), color-stop(25%, #e55e3f), color-stop(45%, #d02700), color-stop(85%, #e55e3f), to(#f5795d)); 
}

.greentheme li a{
font-family:"Times New Roman", Times, serif;
font-size:12px;
background: #060;
background: -moz-linear-gradient(center top, #7ad690, #3ec05c 25%, #298a40 45%, #3ec05c 85%, #7ad690);
background: -webkit-gradient(linear, center top, center bottom, from(#7ad690), color-stop(25%, #3ec05c), color-stop(45%, #298a40), color-stop(85%, #3ec05c), to(#7ad690)); 
}

.blacktheme li a{
font-size:12px;
font:"Times New Roman", Times, serif;
background: black;
background: -moz-linear-gradient(center top, #9f9f9f, #686868 25%, #2a2a2a 45%, #686868 85%, #9f9f9f);
background: -webkit-gradient(linear, center top, center bottom, from(#9f9f9f), color-stop(25%, #686868), color-stop(45%, #2a2a2a), color-stop(85%, #686868), to(#9f9f9f)); 
}

.orangetheme li a{
font-size:12px;
background: #e55e3f;
background: -moz-linear-gradient(center top, #ecad9a, #e5937c 25%, #cf4c2a 45%, #e5937c 85%, #ecad9a);
background: -webkit-gradient(linear, center top, center bottom, from(#ecad9a), color-stop(25%, #e5937c), color-stop(45%, #cf4c2a), color-stop(85%, #e5937c), to(#ecad9a)); 
}

/*batas akhir css CPD*/
.signin {
	font-size:12px;
	font-family: "Arial", Times, serif;
	border-left:thin;
	border-left-style:double;
	border-left-color:#F00;
	border-right:thin;
	border-right-color:#F00;
	border-right-style:double;
}

.content_seminar {
	margin:0;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
}

.member_body {
	width:900;
	margin:0;
	background-color:#FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align:justify;
}
.status {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000;
	
}
.content_smrlands {
	padding:15px;
	width:300px;
	height:200px;
	text-align:center;
	margin: 0px;
	border-bottom-color:#333;
}
.content_smrpotr {
	padding:15px;
	width:200px;
	height:300px;
	text-align:center;
	margin: 0px;
	border-bottom-color:#333;
}
.table_seminar {
	border:0;
	margin-top:0;
	padding-right:5px;
}
.content_news {
	padding:5px;
	font-size:14px;
	color:#CCC;
	background-color:#006;
}
.content_ebook {
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:15px;
	color:#000;
	background-repeat:repeat-x;
	background-image:url(images/bg3.jpg);
	border-top-color:#069;
	border-top-style:inset;
	border-bottom-color:#069;
	border-bottom-style:inset;
}
.cpdwork_head {
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
	font-size:20px;
	font-style:oblique;
	color:#000;
	background-repeat:repeat-x repeat-y;
	background-image:url(images/bg4.jpg);
}

.cpdwork_content {
	padding:15px;
	font-family:"Times New Roman", Times, serif;
	text-align:justify;
	font-size:13px;
	color:#000;
	border-top-color:#069;
	border-top-style:inset;
	border-bottom-color:#069;
	border-bottom-style:inset;
}
.cpdwork_content1 {
	padding:15px;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#000;
	border-top-color:#069;
	border-top-style:inset;
	border-bottom-color:#069;
	border-bottom-style:inset;
}

.seminar_head {
	padding:5px;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
	font-size:15px;
	color:#000;
	background-repeat:repeat-x;
	background-image:url(images/bg3.jpg);
	border-bottom-color:#069;
	border-bottom-style:inset;
}
h1 {
	font-variant:small-caps;
	font-size:1.2em;
	color:#0054a6;
	border-bottom: solid 1px #CCC;
	margin-bottom: 5px;
}

.menu {
	text-align:left;
	height:30px;
	vertical-align:middle;
	padding-top:0;
	padding-left: 20px;
	padding-right:20px;
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-bottom-style:groove;
	border-bottom-width:thin;
}

.member_side_content {
	padding: 3px;
	font-size: 12px;
	font-family: "Arial", Times, serif;
}
.member_main_content_left {
	padding:2px;
	text-align:left;
	border-left-color: #CCCCCC;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	border-left-width:1px;
	border-left-style:solid;
}
.member_main_content_right {
	padding:2px;
	text-align:right;
	/*border-left-color: #CCCCCC;
	border-left-width:1px;
	border-left-style:solid;*/
	font-family: "Arial", Times, serif;
	font-size: 12px;
}
.member_main_content_center {
	padding:2px;
	text-align:center;
	border-left-color: #CCCCCC;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	border-left-width:1px;
	border-left-style:solid;
}
.content_header {
	background: url(images/ico_puce.png) no-repeat left;
	padding-left: 30px;
	font-variant: small-caps;
	font-weight: bold;
}
.content_2 {
	background: url(images/ico_li.png) no-repeat left;
	padding-left: 15px;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	color:#CCC;
	font-weight:bold;
}
.content_3 {
	padding-left:15px;
	font-family: "Arial", Times, serif;
	font-size: 12px;
	color:#CCC;
	vertical-align:top;
}
.content_4 {
	padding-left:15px;
	font-family: "Arial", Times, serif;
	font-size: 12px;
}

.content_table {
	text-align:justify;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.content_table_CPD {
	border: 1px solid #999999;
	padding: 5px;
}
.content_table_padded {
	padding: 5px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

.member_footer_div {
	font-size: 12px;
	color: #CCC;
	padding:5px;
	font-family: "Arial", Times, serif;
}
.div_scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
}
.content_table_noborder {
	font-family: "Arial", Times, serif;
	font-size: 12px;
	text-align:justify;
	padding: 5px;
}
.member_footer_links {
	color: #FFFFFF;
}
.header {
	font-size:16px;
	font-family: "Arial", Times, serif;
	text-align:center;
	background-color:#F60;
}
.judul_seminar {
	font-size:25px;
	font-family: "Times", Times, serif;
	color:brown;
	text-align:center;
}
.item_stmt {
	font-size:12px;
	font-family: "Arial", Times, serif;
	color:#FFF;
	background-color:#009;
	padding-left:5px;
}
.group_city {
	font-size:16px;
	font-family: "Arial", Times, serif;
	padding-left:5px;
	text-align:center;
	background-color:#FC0;
}
.col_w300 { float: left; width: 300px; }
.col_w700 { float: right; width: 650px; }
.col_w410 { float: left; width: 380px; padding-right: 20px; margin-right: 40px; }
.col_w565 { float: left; width: 500px; padding-right: 25px; margin-right: 25px; }
.col_wreg { float: left; width: 540px; padding-left: 25px; margin-right: 25px; }
.last_col { margin: 0 }


.gradientbuttons ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.gradientbuttons li{
display: inline;
margin: 0;
font: bold 12px Arial, Helvetica, sans-serif;
}

.gradientbuttons li a{
text-decoration:none;
font: bold 12px Arial, Helvetica, sans-serif;
padding: 5px 7px;
margin-right: 5px;
border: 1px solid #778;
color: white;
border:1px solid gray;
background: #3282c2;
border-radius: 8px; /*w3c border radius*/
box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
-moz-border-radius: 8px; /* mozilla border radius */
-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
-webkit-border-radius: 8px; /* webkit border radius */
-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.bl {background: url(images/bl.gif) 0 100% no-repeat; width: 20em} 

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }

/* set millions of background images */
.rbroundbox1 { background: url(images/nt1.gif) repeat; }
.rbtop1 div { background: url(images/tl1.gif) no-repeat top left; }
.rbtop1 { background: url(images/tr1.gif) no-repeat top right; }
.rbbot1 div { background: url(images/bl1.png) no-repeat bottom left; }
.rbbot1 { background: url(images/br1.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop1 div, .rbtop1, .rbbot1 div, .rbbot1 {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent1 { margin: 0 7px; }
.rbroundbox1 { width: 50%; margin: 1em auto; }

.button {
	display: inline-block;
	outline: none;
	width:auto;
	height:auto;
	font: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 10px 10px 10px 10px;
	border-radius: .8em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.title {
	display: inline-block;
	outline: none;
	width:95%;
	height:100%;
	font: Arial, Helvetica, sans-serif;
	color:#000;
	padding: 5px 5px 5px 5px;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,.7); 
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;*/
	border-radius: .8em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.ttl_smnr {
	display: inline-block;
	outline: none;
	width:160%;
	height:100%;
	font: Arial, Helvetica, sans-serif;
	color:#000;
	padding: 5px 5px 5px 5px;
/*	text-shadow: 0px 1px 1px rgba(0,0,0,.7); 
	-webkit-border-radius: .1em; 
	-moz-border-radius: .1em;*/
	border-radius: .5em;
	border-bottom-style:none;
/*	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color:#FC6;
}

.dtl_smnr {
	text-align:left;
	padding-left:5px;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	color: #000;
}

.cream {
	color: #000;
	border: solid 0.7px #CCC;
	background: -moz-linear-gradient(top, rgba(249,249,249,0.99) 0%, rgba(252,254,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,0.99)), color-stop(100%,rgba(252,254,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(252,254,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(252,254,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,249,249,0.99) 0%,rgba(252,254,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,249,249,0.99) 0%,rgba(252,254,204,1) 100%); /* W3C */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.green {
	color: #000;
	border: solid 1px #CCC;
	background: #05FC1C;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #FFF 30%, #6F6 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}

.content {
	display: inline-block;
	outline: none;
	width:90%;
	height:100%;
	font: 16px/100% Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:10px 10px 10px 10px;
	text-shadow: 0px 1px 1px rgba(0,0,0,.7);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background-color:#FFF;
}

.cputih {
	color: #000;
	border: solid 1px #CCC;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 47%, #f7f7f7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f7f7f7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 47%,#f7f7f7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#f7f7f7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}
.border_login {
	padding-left:2px;
	padding-right:2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: inset;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	border-top-color: #337ca9;
	border-right-color: #337ca9;
	border-bottom-color: #337ca9;
	border-left-color: #337ca9;
}


