body {
    background: url(../img/pattern-ua.jpg) repeat scroll 0 0;
    font-family: Verdana,"Times New Roman",Times,Georgia,serif;
	font-size: 1.1em;
}
a {
    text-decoration: none;
}
a:link {
    color: #069;
}
a:active {
    color: #39c;
}
a:visited {
    color: #069;
}
a:hover {
    /* background: #069 none repeat scroll 0 0; */
	text-decoration: underline;
	background: transparent;
}
.clear {
    clear: both;
}

a.imbanner  {
    display: inline-block;
	border: 3px solid #fff;
	margin-bottom: 10px;
	
}
a.nohover  {
    display: inline-block;
	padding: 10px 6px;
	border: 2px solid #fff;
}

a.imbanner:hover  {
    background: #fff;
	
}
a.nohover:hover  {
    background: #fff;
	border: 2px solid #ffca05;
	
}
.indexer-img {
    height: 38px;
}
.highlight {
    background-color: #fffff0;
    border: 1px dashed #ffa851;
    padding-bottom: 6px;
    padding-top: 6px;
}
label.error {
    color: #f60;
}
input.defaultButton {
    background: #069 none repeat scroll 0 0;
    color: #eeeeff;
}

#container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 1em;
	margin: 0 auto 0px;
    overflow: visible;
    padding: 0;
    width: 100% !important;
}
#header {
	background-color: #00CC00;
	margin:0;	
	width: 100%;
}
#headerTitle img {
	display: block;
	margin: auto;
}

#endnote {
	background-color: #00CC00;
	margin:0;	
	width: 100%;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#body {
    background: #fff none repeat scroll 0 0;
    border-right: 1px solid #ccc;
	box-shadow: 0 0 10px #aaa;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#sidebar {
    border: 0 solid red;
    margin: 0;
    padding: 0;
}
#sidebar div.block {
    border: 0 solid green;
    margin: 0;
	padding-top: 0.6em;
	padding-bottom: 1em;
}
#leftSidebar, #rightSidebar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 solid;
    font-size: 0.7em;
    margin: 0;
    width: 190px;
}
#rightSidebar ul, #leftSidebar ul {
    margin-left: 0;
    padding-left: 0;
}
#rightSidebar li, #leftSidebar li {
    list-style-type: none;
}
#rightSidebar, #leftSidebar {
    border-bottom: 1px dotted #069;
    padding-top: 39px;
}
#leftSidebar {
    padding-left: 10px;
}
#rightSidebar {
    padding-right: 15px;
}

.blockTitle {
    border: 1px dotted #666;
	border-radius: 2px;
    color: #003300;
    font-weight: bold;
    margin-bottom: 4px;
    text-shadow: 1px 0 1px #ccc;
	text-align: center;
}

 
#navbar {
    background: linear-gradient(#00CC00, #669933);
    background-repeat: repeat-x;
    border-bottom: 1px solid #ccc;
    border-top: 0 solid #aaa;
    clear: both;
    margin: 0 -15px;
    padding: 10px 0 12px 20px;
    text-align: left;
    width: 1000px;
}

#customblock-Menu h2 {
 background: linear-gradient(#669933, #00CC00);
 list-style: none;
 position: relative;
 display: inline-table;
 border: 1px solid #999999;
 width:180px;
 padding: 8px;
 font-size: 14px;
 color:#fff;
 text-shadow: 1px 1px #999999;
}
#customblock-Menu {width:198px;font:bold 12px arial,verdana,sans-serif;
}
#customblock-Menu li a {text-decoration:none;border-top:1px solid #EBEDEC;
color:#666666;display:block;background-color:#F9F9F9;padding:5px;}
#customblock-Menu li a:hover {background-color:#f0f0f0;}
#customblock-Menu ul {list-style:none;padding:0px;border: 1px solid #999999;margin:-13px 0px 10px 10px;}
#customblock-Menu ul ul{position:absolute;top:75px;left:135px;visibility:hidden;} 
#customblock-Menu ul li:hover ul{visibility:visible;}

ul.menu {
    border-radius: 0px;
    margin: auto;
    padding: 0;
}
ul.menu li.current {
    font-weight: bold;
    text-transform: uppercase;
}
ul.menu li a {
    color: white;
    text-decoration: none;
    padding: 5px 2px 5px 2px;
}
ul.menu li a:hover {
  background:#dcdcdc;opacity:0.3;filter:alpha(opacity=20);
  color: #999999;
}
#content ul.menu li a {
	text-shadow: none;
	color: #fff;
	padding:0 6px;
}
ul.menu a:hover {
    background: rgba(255,255,255,.36) none repeat scroll 0 0;
    color: #ffcc00;
}


#main {
    background-color: #fff;
    border-right: 1px solid #ccc;
    margin: 0;
    overflow: visible;
    padding: 0 15px 10px;
    width: 758px;
}
#main h2 {
    font-family: "Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
}
#main h3 {
    font-family: "Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
}


#breadcrumb {
    border-bottom: 1px dotted #888;
    display: block;
    font-style: italic;
    margin: 0;
    padding: 20px 0 6px;
    position: inherit;
    text-align: left;
}

#content {
    border-top: 1px dotted #069;
}
#content h3 {
    font-family: "Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
}
#content h4 {
    font-family: "Times New Roman",Times,Georgia,serif;
    text-transform: uppercase;
}
#content h5 {
    text-transform: uppercase;
}
#content ul.menu {
    margin: 0;
}
#content ul.menu li {
    background-color: #55bfd6;
    padding: 5px;
}
#content ul.menu li.current {
    background-color: #db634f;
}
span.highlight {
    border-bottom: 1px dotted #069;
}

table.listing tr.highlight {
    background: #fcff64 none repeat scroll 0 0;
}
table.listing tr.fastTracked {
    background-color: #eeeeff;
}
table.listing td.headseparator {
    border-top: 1px dotted #069;
}
table.listing td.endseparator {
    border-top: 1px dotted #069;
}
span.formError {
    color: #f60;
}
ul.formErrorList {
    color: #f60;
}
div.separator {
    border-bottom: 1px dotted #069;
}
#rightSidebar ul, #leftSidebar ul {
    margin-left: 0;
    padding-left: 0;
}
#rightSidebar ul.sidemenu li, #leftSidebarul.sidemenu li {
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid #ccc;
    list-style-type: none;
    margin: 0 -15px;
	padding: 10px 10px 10px 15px;
}

#rightSidebar, #leftSidebar {
    border-bottom: 0 dotted #069;
}
.tocDOI {
    margin-top: 4px;
}

.tocAuthors {
    background: rgba(0, 0, 0, 0) url("../img/group.png") no-repeat scroll 1px 2px;
    font-style: italic;
    margin-top: 4px;
    padding-bottom: 15px;
    padding-left: 26px;
}

.tocTitle a {
    background: rgba(0, 0, 0, 0) url("../img/icon-book.png") no-repeat scroll 1px 2px;
    font-weight: bold;
    width: 610px !important;
	padding-left: 50px;
    padding-bottom: 20px;
    margin-top: 4px;
	float:left; margin:0 8px 4px 0;
}
.tocDOI a {
    color: #690;
    background-color: #fff33;
}

.tocGalleys{position:relative; font-size:10px; color:#fff; background: url("../img/icon-pdf.png") no-repeat; padding:4px; }
.tocPages{text-align:center}
.tocGalleys a{color:#fff; text-align:center;display:block}
.tocGalleys a:before{
	  content:"";
  display: inline-block;
  width:12px; height:12px;
  margin-right:4px;
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  color:#fff;
  text-align:center;
	}

#footerContent {
    color: #000;
}
#pageFooter {
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(top, #FFFFFF 20%, #cccccc 150%);

/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 20%, #cccccc 150%);

/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 20%, #cccccc 150%);

/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #cccccc));

/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 20%, #cccccc 150%);

/* W3C Markup, IE10 Release Preview */
	border-radius: 5px; /*Kode pembuat lengkungan sudut*/
	border-top: 1px dotted #069;
	text-align: center;
    color: #000;
	width: 700px;
}