@charset "utf-8";
.member_header_div1 {
	font-size: 18px;
	background-color: #293c81;
	color:#FFF;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
}
.member_header_div {
	font-size: 12px;
	background-color: #293c81;
	color: #00CCCC;
	font-family: "Times New Roman", Times, serif;
}
.formubahpass {
	padding:5px;
	width:35%;
	background:#FFF;
	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;
}
.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;
}
h2 {
	font-size:36px;
	color:#00C;
	padding-bottom:1px;
	border-bottom:1px dotted #666;
}
.judul_h2 {
	background-image:url(images/panah.png);
	text-decoration:underline;
}
.member_body {
	margin: 0px;
}
.member_side_content {
	padding: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.member_main_content {
	padding: 5px;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left-width: 2px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom:1px double #000;
	border-top:1px double #000;
}
.tablecpd {
	padding:10px;
}
.tablecpd tr {
	border-bottom:1px solid #CCC;
}
.tablecpd th {
	border-bottom:1px solid #CCC;
	font-size:14px;
	padding:5px;
}

.tablecpd td {
	border-bottom:1px solid #CCC;
	padding:10px;
}
.content_header {
	color: #666666;
	font-weight: bold;
}
.content_table {
	border-top-width: thin;
	border-top-style: solid;
	border-top-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;
	background-color: #293c81;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
.div_scroll {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 300px;
}
.content_table_noborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.member_footer_links {
	color: #FFFFFF;
}

.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);
}
.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 */
}
.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');
}

