body {
/*  background: red !important; */
  background-image: url("http://e-journal.iakntarutung.ac.id/public/site/images/admincultivation/riobg.png") ! important;
  background-repeat: repeat ! important;
}

/*awal*/
.xverticalrio a {
   width: 100%;	
}

.xverticalrio {
   border: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   text-align: center;
   text-decoration: none;
   -webkit-border-radius: 10px 10px 0px 0px;
   -moz-border-radius: 10px 10px 0px 0px;
   border-radius: 10px 10px 0px 0px;   
   padding-top: 9.5px;
   padding-bottom: 9.5px;
   display: block;
   color:#fff;
}

.xverticalrio a:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
 
.xverticalrio a.active {
   position:relative;
   top:1px;

   border-top-color: #1b435e;
   background: #1b435e;
}

.xverticalisirio{
   width: auto;
   border: 1px solid #96d1f8;
   display: block;
   text-align: center;
   -webkit-border-radius: 100px 0px 10px 10px ;
   -moz-border-radius: 0px 0px 10px 10px ;
   border-radius: 0px 0px 10px 10px ;
}

/*awal*/
.blockTitle a {
   width: 100%;	
}

.blockTitle {
   border: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7)) ! important ;
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7) ! important;
   background: -moz-linear-gradient(top, #3e779d, #65a9d7) ! important;
   background: -ms-linear-gradient(top, #3e779d, #65a9d7) ! important;
   background: -o-linear-gradient(top, #3e779d, #65a9d7) ! important;
   text-align: center;
   text-decoration: none;
   -webkit-border-radius: 10px 10px 0px 0px;
   -moz-border-radius: 10px 10px 0px 0px;
   border-radius: 10px 10px 0px 0px;   
   padding-top: 9.5px;
   padding-bottom: 9.5px;
   display: block;
   color:#fff ! important;
   text-transform: uppercase; 
}

.blockTitle a:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
 
.blockTitle a.active {
   position:relative;
   top:1px;

   border-top-color: #1b435e;
   background: #1b435e;
}


/*akhir*/

 /*akhir*/
.vertical-menu {
width: 100%; /* lebar dari menu, saran saya tidak perlu di ubah */
}
 
.vertical-menu a {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 9.5px 19px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;


	font-family:Arial;
	font-size:12px;


display: block;
text-decoration: none;
margin-top : 1px;
}
 
.vertical-menu a:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
}
 
.vertical-menu a.active {
   position:relative;
   top:1px;

   border-top-color: #1b435e;
   background: #1b435e;
}

/*awal*/
/* Images between <hr> tag */

hr.style-six {
padding: 0;
border: none;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
color: #333;
text-align: center;
}
hr.style-six:after {
content:" ";
display: inline-block;
position: relative;
top: -2.1em;
font-size: 1.5em;
padding: 10px 1.75em;
background: #fff url(http://e-journal.iakntarutung.ac.id/public/site/images/admincultivation/icon_IAKN_copy1.png) no-repeat scroll center;
background-size: 30px 30px;
height: 50px;
}