/* Tabs */

#mootabs {
  height: 430px;
  width: 340px;
  margin-bottom:20px;
  background-color:#fff;
  color:#000;
}
#mootabs ul li {
  list-style: none;
  margin: 0;
  padding:0;
  border-bottom:1px dotted #000;
}
#mootabs .section {
  color: #CC0000;
}

#mootabs ul.tab-container li a {
  text-decoration:none;
}
#mootabs ul.tab-container li a:hover {
  /*background-color:#003366;*/
  text-decoration: underline;
  color:#000;
}
ul.tab-container li a h4 {
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin:0;
}
/*
ul.tab-container li .tweet {
  font-weight: bold;
}
*/
#mootabs li p {
  padding: 0 5px;
  font-size: 12px;
  color: #000;
  margin:0;

}
#mootabs ul.tab-container li {
  padding:5px;
  margin:0;
}
ul.tab-container {
	margin:0;}
.tab {
  background-color: #999999;
  height: 360px;
}
.tab-wrapper {
  padding: 0;
  margin:  0;
  border: solid 4px #19616e;
  clear: both;
  /* your effect here */
  background-color: #fff;
  height: 400px;
  overflow: hidden;
}
.tab-wrapper .tab-ajax-loading {
  padding: 50px 0;
  background: url(loading.gif) no-repeat center;
}

.tab-menu {
  margin: 0;
  padding: 0;
  background-color: #fff;
  height: 24px;
  list-style:  none;
  overflow: hidden;
}
.tab-menu li {
  margin:  0;
  padding: 0;
  float: left;
  line-height: 2em;
}
.tab-menu li a {
  padding: 0 10px 0 10px;
  font-weight: bold;
  color: #fff;
  background-color:#b1c4cc;
  display:block;
  border-right:1px solid #fff;
}
.tab-menu li a:hover,
.tab-menu li a:focus {
  background-color:#19616e;
  display:block;
  color: #fff;
  text-decoration: underline;
}
.tab-menu li.tab-selected a,
.tab-menu li.tab-selected a:hover {
  text-decoration: none;
  color: #fff;
  display: block;
  background-color: #19616e;
}

#mootabs ul li.tab-selected {
  list-style:  none;
  margin: 0;
  padding:0;
  border-bottom:1px dotted #3366CC;
}

/*
.jedac {
  font-size: 140%;
}
.pacscore {
  float: right;
  font-weight:bold;
}
.pacpin {
  float: right;
  padding: 0 10px 0 10px;
  margin-right:5px;
  font-weight:bold;
}
*/