/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display : block;}
body { line-height: 1; height:100%; font-family:Arial, "Helvetica", sans-serif ;}
ul { list-style-type:none;  }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { text-decoration:none; }

/* --- HEADING --- */
h1{font-size: 1.875em; font-weight:normal;} /* 30px */ 
h2{font-size: 1.5em; font-weight:normal;}	/* 24px */
h3{font-size: 1.125em; font-weight:normal;}	/* 18px */
h4{font-size: 1.000em; font-weight:normal;}	/* 16px */
h5{font-size: 0.875em; font-weight:normal;}	/* 14px */
h6{font-size: 18px;font-weight:bold;color:#999900;}	/* 18px */

/* h6{font-size: 0.750em; font-weight:normal;}	/* 12px */

/* --- COVER ---  repeat-x center top fixed; */
body {
	background:url(../images/bg1.jpg) top center repeat-y;
	background-color:#D2D2FF;
}


a {outline:none;}
.outer { width:980px; position:relative; margin: 0 auto;}
.outer-container {
	height:100%;
	width:980px;
	position:relative;
	margin: 0 auto;
	background:url(../images/trans-bg.png) repeat;
	min-height:200px;
}
.container { width:960px; position:relative; margin: 10px auto;}

.wrap { width:960px; float:left; -webkit-box-shadow: 1px 1px 5px 1px #333; box-shadow: 1px 1px 5px 1px #333; }

.d1024 { width:1024px; }
.d960 { width:960px; }

/* FONT STYLE */
.o { font-style:oblique; }

/* FONT WEIGHT */
.no { font-weight:normal; }
.bo { font-weight:bold; }

/* ANOTHER */
.clr{clear:both;}
.pr{position:relative;}
.pa{position:absolute;}
.tc{text-align:center;}
.l{float:left;}
.r{float:right;}

/* FONT FACE */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*------------------ !CONTENT INDEX! --------------------*/

/*--- TOP --- Last Header position ---*/
.top {
	width:710px;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

/* LOGO CU sebelah Kanan*/
.logoCU {
	height: 120px;
	width: 170px;
	float:right;
	margin-top: 0px;
}

/* LOGO Koperasi sebelah Kiri*/
.logoKOP {
	height: 130px;
	width: 170px;
	position: relative;
	float: left;
}
.nameCU {
	height: 125px;
	width: 610px;
	position: relative;
	float: left;
	text-align:center
}

.logo1 {margin-bottom:10px; }
.gss_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	letter-spacing: -2pt;
text-shadow: 4px 4px 10px rgba(150, 150, 150, 1);
}

#TopicID{
    width: 900px;
	margin:  0 auto;
	border: 3px solid #CCCCCC;
	background: -moz-linear-gradient(top, #fbfcfc, #e9f1f4);
	margin-top: 10px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333333;
	text-align: center;
}

#menu {
	width: 100%;
	background:url(../images/bgmenu.png) repeat;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f97c6', endColorstr='#254dc4',GradientType=0 ); /* IE6-9 */
}
.gesmenu{
	/* width: 974px; */
	border-right:1px solid #999;
	position: relative;
	margin:  0 auto;
	height: auto;
}
#menu ul {
	font-size: 13px;
	margin: 0;
	border: 0;
	height: 34px;
	margin-left: -10px;
	margin-top: 0px;
}
#menu ul li {
	list-style-type: none;
	float:left; 
	height:34px;
	position: relative;
}
#menu ul li a{
	display: block;
	float: left;
	height:24px;
	padding-top: 10px;
	padding-left: 14.8px;
	padding-right: 14.8px;
	border-left: 1px solid #999;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
/* Menu ketika aktive */
color:#000;
border-radius: 10px;
background:url(../images/bgmenu1.png) repeat;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.active {
margin-top:-1px;
border-radius: 10px;
border-top: 1px solid #dedede;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
/* to override the existing css for "a" tag */
#menu .active a{ color: #000; }

#menu-bwh{
	background-color:#e5e5e5;
	border-bottom: 1px solid #dedede;
	height: 5px;
	width: 100%;
}

#menu ul li a.current{
	color:#fff;
	background-color:#3d5566;
}
#menu ul.menu>li a:hover {
	color:#0066FF;
}
#menu ul li ul {
	display: none;
}
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: -2px;
	top: 33px;
	z-index: 1;
}
#menu ul li:hover ul li a {
    /* sub menu ketika aktif */
	display: block;
	left: 0px;
	color: #555;
	border-radius: 10px;
	background: #c1c1c1;
	background: -moz-linear-gradient(#f5f5f5, #c1c1c1);
	background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
	background: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
	background: -o-linear-gradient(#f5f5f5, #c1c1c1);
	background: -ms-linear-gradient(#f5f5f5, #c1c1c1);
	background: linear-gradient(#f5f5f5, #c1c1c1);
	width: 180px;
	height: 17.5px;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	border-top:1px solid #CCCCCC;
}
#menu ul li:hover ul li a:hover {
   /* sub menu ketika aktif */
	left: 0px;
	color: #fff;
    background:url(../images/bgmenu1.png) repeat;
}
ul {
	padding-left: 12px;
	margin-left: 15px;
}

#easy_tooltip {
    border: 1px solid #fff;
    background: #FF0000;
	margin-top: 15px;
    color: #fff;
    z-index: 10000;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
	font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    max-width: 300px;
    line-height: normal;
}
