body {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
}

.wrapper {
    width: 250px;
    margin: 40px auto;
}

h1 {
    text-align: center;
}

.ju_list_page, .page-list, .page-list li { list-style: none; }


.ju_list_page > ul { padding: 0; }

.ju_list_page a {
  display: block;
  box-shadow: none !important;
  vertical-align: middle;
  text-decoration: none;
  padding: 6px;
/*  background-color: #efefef;*/
  border-radius: 4px;
  margin-bottom: 1px;
/*  color: #002888;*/
  -moz-transition: background-color 0.25s linear;
  -webkit-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.ju_list_page a:hover {
/*  color: #f53d3e;*/
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}

.ju_list_page .active > a:hover,
.ju_list_page .selected > a,
.ju_list_page a:hover { 
/*	background-color: #c6cdde; */
}

.ju_list_page .selected > a {
  color: #f53d3e;
  font-weight: bold;
  text-decoration: none;
}

.ju_list_page .active > a { background-color: #e1e3e9; }

.ju_list_page .closed > a,
.ju_list_page .opened > a {
  padding-left: 24px;
  background-position: 4px 8px;
  background-repeat: no-repeat;
}

.ju_list_page .closed > a { background-image: url(../img/icon-expand.gif); background-position: left !important;}

.ju_list_page .opened > a { background-image: url(../img/icon-collapse.gif); background-position: left !important;background-position: bottom 50px right 100px;}


.ju_list_page ul li, .page-list ul li{ display: none; }
