 body
{
	margin: 0;
	padding: 0;
	color: #232830;
	/*font: normal 11pt Arial,Helvetica,sans-serif;*/
	font-family: sans-serif,Arial,Helvetica;
	font-size: 0.875em;
	background: #EFEFEF;
}

#page
{
	margin-top: 0px;
	margin-bottom: 5px;
	background: #FCFCFC;
	/*border: 1px solid #C9E0ED;*/
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 1px solid #335280;
	background: #335280;
	/*-moz-box-shadow:    2px 2px 2px 2px #ccc;
	-webkit-box-shadow: 2px 2px 2px 2px #ccc;
	box-shadow:         2px 2px 2px 2px #ccc;*/
	min-width: 950px;
}

#header a{
	color: #FFFFFF;
}
#header #link-menu li a{
	color: #FFFFFF;
}

#header #link-menu li {
	border-right: 1px solid #ffffff;
}

#header #link-menu li.last{
    display: inline-block;
    line-height: 8px;
    padding-right: 0px;
    border-right: 0px;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 0px 20px 10px;
}

#footer
{
	padding: 20px 0px;
	margin: 0px;
	/*font-size: 0.8em;*/
	font-size: 8pt;
	text-align: left;
	border-top: 1px solid #b0b8bf;
    background: #F1F1F1;
    height: 80px;
	min-width: 950px;
}

#logo
{
	/*margin: 36px 25px 0px 25px;*/
	margin: 26px 25px 0px 25px;
	font-size: 200%;
	/*background: url(../images/sirusa.png) no-repeat;*/
	background: url(../images/logo_bps_small.png) no-repeat;
	/*height: 113px;*/
	height: 103px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding-left: 108px;
	line-height: 60px;
	font-family: calibri;
}

.mid-content{
	width: 950px;
	margin: auto;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 0px 0;
	border: 1px solid #CCCCCC;
	border-top:0px; 
	border-left:0px; 
	border-right:0px;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}


.btn {
	color: #fff;
	display: inline-block;
	/*height: 32px;*/
	margin-top: 28px;
	position: relative;
}

.btn_arrow {
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	background: #009AE1;
	display: inline-block;
	text-align: center;
	padding: 9px 0;
	width: 32px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
}

.btn_text {
	font-size: 13px;
	line-height: 13px;
	font-weight: 400;
	display: inline-block;
	text-align: center;
	padding: 10px 13px 0 45px;
	background: #68A8EB;
	height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btn_text:hover {
	text-decoration: underline;
	color: #ffffff;
}

#latest{
    border-left: 1px solid #d3d3d3; 
    width: 205px; 
    height: 300px;
    float: left;
    /*margin-left: -100px;*/
    margin-top: 2px;
}

#latest-title{
    width: 190px;
    line-height: 30px;
    padding: 0px 11px;
    background-color: #335280;
    color: #FFFFFF;
    font-size: 11pt;
    font-weight: bold;
	/*border-top-right-radius: 8px;*/
	text-transform: uppercase;
}

#latest-content{
    width: 198px;
    padding: 5px 7px;
    background: #d9e3e6;
    height: 260px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}

#latest-content li{
	display: block;
	font-size: 9pt;
	border-bottom: 1px solid #ccc;
	padding: 5px 0px;
	line-height: 14px;
	height: 55px;
	overflow: hidden;
}

#latest-content li a{
    text-decoration: none;
    color: #232830;
}

#latest-content li a:hover{
    text-decoration: underline;
    color: #232830;
}

#latest-content ul{
	padding-left: 0px;
	margin-right: 0px;
}

#bps-footer{
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

#link-menu{
    margin-bottom: 7px;
    margin-right: 0px;
}

#link-menu ul{
    padding-left: 0px;
}

#link-menu li{
    display: inline-block;
    line-height: 8px;
    padding-right: 5px;
    border-right: 1px solid #4D4D4D;
}

#link-menu li.last{
    display: inline-block;
    line-height: 8px;
    padding-right: 0px;
    border-right: 0px;
}

#link-menu li a{
    font-size: 8pt;
    text-decoration: none;
    color: #232830;
}

#link-menu li a:hover{
    color: #232830;
    text-decoration: underline;
}

#social{
    margin-top: 0px;
}

#social ul li{
    display: inline-block;
}

#social ul{
    margin: 0px;
    margin-left: -15px;
}

#right-footer{
    float: right;
    text-align: right;
}

#left-footer{
    float: left;
}

#breadcrumb {
    /*margin-bottom: 20px;*/
    line-height: 20px;
    color: #757272;
    padding: 1px;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 8pt;
    margin: 10px 10px -10px;
}


#breadcrumb a{
    display: block;
    float: left;
    background: #F0F0F0;
    padding-right: 10px;
    height: 20px;
    margin-right: 21px;
    position: relative;
    text-decoration: none;
    color: #757272;
    font-size: 8pt;
}

#breadcrumb a:last-of-type {
            margin-right: 25px;
        }
        
#breadcrumb a:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            left: -20px;
            border: 10px solid transparent;
            border-color: #F0F0F0;
            border-left-color: transparent;
        }

#breadcrumb a:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 0;
            right: -20px;
            border: 10px solid transparent;
            border-left-color: #F0F0F0;
        }

#breadcrumb a:first-of-type {
            padding-left: 15px;

        }

#breadcrumb a:first-of-type:before {
                display: none;
            }

#breadcrumb a:hover {
    background: #AAABBE;
    color: #fff;
    text-decoration: none;
}

#breadcrumb a:hover:before {
    border-color: #AAABBE;
    border-left-color: transparent;
}

#breadcrumb a:hover:after {
    border-left-color: #AAABBE;
}

#box{
	background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    min-height: 150px;
    width: 271px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

#box.last{
	margin-right: 0px;
}

.filter-box{
	background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 7px;
    min-height: 50px;
    width: 220px;
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	padding: 10px;
}

.filter-box-header{
	background: #5F5F5F;
	color: #FFFFFF;
	line-height: 16px;
    margin: -10px -11px 10px;
    padding: 10px;
	border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.filter-box ul{
	margin-top: -10px;
	margin-bottom: -10px;
	margin-right: 0px;
	margin-left: 0px;
}

.filter-box li{
	display: block;
	/*border-bottom: 1px dashed #aaa;
	padding: 5px 20px;
	margin-right: -11px;
	margin-left: -32px;*/
	margin-top: 0px;
	cursor: pointer;
}
.filter-box li a{
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #aaa;
	padding: 5px 20px;
	margin-right: -11px;
	margin-left: -32px;
	margin-top: 0px;
	cursor: pointer;
}

.filter-box li a:hover{
	color: #FFFFFF;
	background: #AAABBE;
}

.filter-box li.last a{
	border-bottom: 0px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.filter-box li a.download{
	background: url('../images/download.png');
	background-repeat: no-repeat;
    background-position: right center;
}

.filter-box li a.download:hover{
	color: #FFFFFF;
	background-color: #AAABBE;
	background-image: url('../images/download-white.png');
	background-repeat: no-repeat;
    background-position: right center;
}

.filter-field{
	margin-top: 10px;
}
.filter-field .label{
	font-weight: bold;
}

a {
	color: rgb(0, 73, 125);
	text-decoration: none;
}

a:hover{
	color: rgb(0, 73, 125);
	text-decoration: underline;
}

p.white a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.sub-title{
	color: #000;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	font-family: Georgia;
}

.sub-title h4{
	line-height: 35px;
	margin-bottom: 0px;
}

.title{
	font-family: Georgia;
	background: rgba(205, 204, 204, 0.18);
	border-radius: 7px;
	padding-left: 10px;
	line-height: 40px;
	margin: 0px -10px;
}

.sorter{
	border-bottom: 1px solid #CCCCCC;
}

/*Tab*/

UL.tabNavigation {
    list-style: none;
    margin: 0;
    margin-top: 4px;
    margin-left: 20px;
    padding: 0;
}

UL.tabNavigation LI {
    display: inline;
}

UL.tabNavigation LI A {
    font: 10pt Arial;
    padding: 5px 10px;
    background-color: #ECECEC;
    color: #636A6F;
    text-decoration: none;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
    background-color: #636A6F;
    color: #fff;
    padding-top: 5px;
}

UL.tabNavigation LI A:focus {
    outline: 0;
}

div.tabs > div {
    padding: 10px;
    margin-top: 2px;
    border: 1px solid #CCCCCC;
    min-height: 406px;
    min-height: 406px;
    /*margin-right: -10px;
    margin-left: -10px;*/
    /*border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;*/
	-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
}

div.tabs > div h2 {
    margin-top: 0;
}

/* End of Tab CSS */

#deskripsi-content h4{
	margin-bottom: 5px;
}

.deskripsi-label{
	/*font-family: Tahoma, Verdana;*/
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}

#deskripsi-menu ul li{
	display: block;
	cursor: pointer;
	text-align: right;
}

#deskripsi-menu ul li:hover{
	text-decoration: underline;
}

#deskripsi-menu ul li a.selected{
	font-weight: bold;
}

#deskripsi-menu ul{
	padding-left: 0px;
	margin-right: 10px;
}

ul.sub-tab {
	list-style: none;
	overflow: visible;
	float: right;
	margin: 15px 0px 5px;
}

ul.sub-tab li.active {
	background: #898E92;
	color: #ffffff;
}
ul.sub-tab li {
	cursor: pointer;
	padding: 4px 5px;
	background: #ececec;
	color: #064571;
	float: left;
	font-size: 10pt;
}

ul.sub-tab li.active a {
	text-decoration: none;
	color: #ffffff;
}

#box-table-aa {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;*/
	text-align: left;
	border-collapse: collapse;
}

#box-table-aa th
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	/*background: #064571;*/
	background: #FCFCFC;
	border-top: 1px solid #6678b1;
	border-bottom: 1px solid #6678b1;
	color: #111;
}
#box-table-aa td
{
	padding: 5px;
	background: #FCFCFC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	border-top: 1px solid transparent;
}

#box-table-aa td.label
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #FCFCFC;
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	border-top: 1px solid transparent;
}
#box-table-aa tr:hover td
{
	/*background: #d0dafd;
	color: #339;*/
}

/*view-table*/
.view-table {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;*/
	text-align: left;
	border-collapse: collapse;
}

.view-table th
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	/*background: #064571;
	background: #fff;*/
	border-top: 1px solid #6678b1;
	border-bottom: 1px solid #6678b1;
	color: #111;
}
.view-table td
{
	padding: 5px;
	background: #FCFCFC;
	
	color: #000000;
	border-top: 1px solid transparent;
}

.view-table td.label
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #FCFCFC;
	
	color: #000000;
	border-top: 1px solid transparent;
}
.view-table tr:hover td
{
	/*background: #d0dafd;
	color: #339;*/
}

span.judul3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	/* color: #00497d; */
	color: #992200;
}

.items .detail{
	font-size: 10pt;
}

.items{
	margin-bottom: 20px;
}

.tabel-istilah table tr td{
	vertical-align: top;
}

.box-top table{
	margin-bottom: 0px;
}

ul.alphabet li{
	display: inline-block;
	cursor: pointer;
}

ul.alphabet li:hover{
	text-decoration: underline;
	color: red;
	
}

ul.alphabet{
	margin-bottom: 0px;
}

.indeks{
	text-align: center;
}

.box-top{
	border: 1px solid #CCCCCC;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
box-shadow: 5px 5px 3px 0px rgba(0,0,0,0.75);
}

a.lengkap{
	clear: both;
	font: 8pt Arial;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #111;
	cursor: pointer;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

a.lengkap:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

a.lengkap.bottom{
	bottom: 0px;
}

.lengkap.bottom10{
	bottom: 10px;
}

.doc-img{
	
	border: 1px solid #ECECEC;
	padding: 2px;
	
	position: relative;
}

.doc-box{
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.right{
	margin-right: 0px;
}

.doc-img a:after{
	content:'\A';
    position:absolute;
    width:284px; height:374px;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 1s;
	cursor: pointer;
}

.doc-img a:hover:after {
    opacity:0.6;
}

.doc-text{
	 text-align: right;
	 width: 280px; 
	 padding-top: 10px;
}


.input-text{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    padding: 3px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.input-text:focus{
	border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 3px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.btn-primary {
    background-color: #2F8EDC;
    border-color: #357ebd;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    background-color: #3071a9;
    border-color: #285e8e;
    color: #fff;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #e6e6e6;
    border-color: #ccc;
    color: #333;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #DDDDDD;
    border-color: #adadad;
    color: #333;
}

.btn-search{
	background-color: #e6e6e6;
    border-color: #ccc;
    color: #333;
	-moz-user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 4px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    padding: 6px 8px 3px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	margin-left: -2px;
	margin-top: -5px;
}
.btn-search:hover{
	background-color: #DDDDDD;
    border-color: #adadad;
    color: #333;
}

.input-text-search{
	width: 200px;
}

.list-title{
	font-size: 1.2em;
}

.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;} 


div.tooltip {outline:none; }
div.tooltip strong {line-height:30px;}
div.tooltip:hover {text-decoration:none;} 
div.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:47px; margin-left:-240px;
    width:270px; line-height:16px;
}
div.tooltip  span{
    display:inline; position:absolute; color:#111;
    border:1px solid #AAD7E4; background:#F1F1F1;}
	
.callout {
	z-index:20;
	position:absolute;
	border:0;
	top:-12px;
	left:245px;
}
    
/*CSS3 extras*/
div.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.labeled-chart-container {
	padding-right: 110px;
	min-height: 180px;
	position: relative;
	width: 270px;
	margin-bottom: 20px;
}

.doughnut-legend {
	list-style: none;
	position: absolute;
	right: -105px;
	top: 15px;
	width: 200px;
	margin-right: 0px;
}
.doughnut-legend li {
	display: block;
	padding-left: 30px;
	position: relative;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 2px 8px 2px 20px;
	font-size: 12px;
	line-height: 15px;
	cursor: default;
	-webkit-transition: background-color 200ms ease-in-out;
	-moz-transition: background-color 200ms ease-in-out;
	-o-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;

	font-family: "proxima-nova", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #232830;
}
.doughnut-legend li span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	border-radius: 5px;
}

.box-small{
	width:40%;
	height:240px;
	float:left;
}

.box-large{
	width:60%;
	float:left;
}

.box-header{
	background-color: #AAD7E4;
	padding: 10px 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 5px;
}

.box-content{
	padding: 10px 15px;
	position: relative;
}

.box-summary{
	height: 75px;
	width: 640px;
	float: left;
	margin-bottom: 10px;
	border-radius: 5px;
	margin-top: 1px;
	padding: 10px;
	
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=1 ); /* IE6-9 */
	position: relative;

}

.stat{
	font-size: 20px;
	font-family: calibri;
	
	padding-bottom: 25px;
	text-align: right;
	text-transform: capitalize;
}

.stat-value{
	color: rgb(208, 135, 112);
	font-size: 24pt;
	font-family: georgia;
	line-height: 25px;
}

#running-text{
	position: fixed;
bottom: 0px;
background-color: rgb(252, 252, 252);
left: 0px;
font-size: 18px;
line-height: 35px;
width: 100%;
-webkit-box-shadow:-2px -2px 7px 0px rgba(0,0,0,0.6);
-moz-box-shadow: -2px -2px 7px  0px rgba(0,0,0,0.6);
box-shadow:-2px -2px 7px 0px rgba(0,0,0,0.6);
	
}

.view-table td{
	vertical-align: top;
}

/*solusi statistik*/
#solusibox2 p
{
	margin-bottom: 5px;
}
#solusibox p
{
	margin-bottom: 5px;
}

.solusi-box
{
	width: 730px;
	o-box-shadow: 0px 1px 15px #D6D6D6;
	-webkit-box-shadow: 0px 1px 15px #D6D6D6;
	-moz-box-shadow: 0 1px 15px #D6D6D6;
	box-shadow: 0px 1px 15px #D6D6D6;
        
        
	
}

.solusi-content
{
        padding: 10px 17px 0px 17px;
        min-height: 715px;
}

.solusi-box #lengkapcontent
{
	width: 730px;
	min-height: 140px;
	padding: 15px 20px 0px 20px;
        margin-left: -17px;
        margin-right: -17px;
}

.solusi-box #lengkapbox
{
	width: 730px;
	o-box-shadow: 0px 1px 15px #D6D6D6;
	-webkit-box-shadow: 0px 1px 15px #D6D6D6;
	-moz-box-shadow: 0 1px 15px #D6D6D6;
	box-shadow: 0px 1px 15px #D6D6D6;
        margin-left: -17px;
        margin-right: -17px;
        margin-top: -10px;
	
}
.solusi-box #lengkapfilter
{
	/*swidth: 730px;*/
	background-color: #E8E7E8;
	min-height: 25px;
	padding: 15px 20px 15px 20px;
        margin-left: -17px;
        margin-right: -17px;
}
.solusi-sub-content
{
    margin-top: 10px;
}

.colormenu a.solusi
{
	background: url(../images/birutua.png) no-repeat;
	background-position: right;
	/*height: 4px;
	clear:both; */
	-o-background-size:100% 100%;             
	-webkit-background-size:100% 100%;        
	-khtml-background-size:100% 100%;         
	-moz-background-size:100% 100%;
}
p.judulsolusi
{
	font: 16pt Tahoma;
	color: #ffffff;
}
p.solusi
{
	font: 11pt Tahoma;
	color: #ffffff;
}
#solusibox
{
	width: 400px;
	height: 100px;
	float: left;
}
#solusibox div.content
{
	width: 250px;
	height: 100px;
	float: left;
}
#solusibox2
{
	width: 190px;
	height: 70px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
#solusibox2 div.content
{
	width: 110px;
	height: 70px;
	float: left;
}
#circle
{
	float: left;
	-webkit-border-radius: 999px;  
	-moz-border-radius: 999px;  
	border-radius: 999px;
	width: 45px;
	height: 45px;
	border: 1px solid;
	border-color: #111;
	text-align: center;
	margin-right: 10px;
	border-color: #ffffff;
}
.f14 {
  font: 14pt Tahoma;
}

.f24 {
  font: 24pt Tahoma;
}

.bgblue {
  background-color: #009BDA;
}
.bggreen {
  background-color: #73c241;
}
.white {
  color: #ffffff;
}
.f9 {
  font: 9pt Tahoma;
}
#lengkapcontent {
  min-height: 140px;
  padding: 15px 20px 0px 20px;
}
/*solusi statistik*/

#tahun-keg{
	float: right;
  background-color: #ececec;
  min-height: 45px;
  width: 150px;
  /* padding-left: 20px; */
  padding: 5px 10px;
}

#tahun-keg .tahun{
	font-size: 35px;
  text-align: center;
  font-weight: bold;
}

#treetopik.treeview ul {
  background-color: #FCFCFC;
}

tr.total td{
	font-weight:bold;
}