
/* FRAMEWORK */
body {
  overflow-y: scroll;
}

body {
  padding-top: 60px;
}

.left  { float:left;  }
.right { float:right; }
.clear { clear:both;  }

#page_loading {
  position:absolute;
  width:95%;
  height:80%;
  line-height:600px;
  text-align:center;
  font-size:45px;
  color:#888;
  z-index:100;
}

#page_title div {
  font-size:18px;
  font-weight:bold;
  padding-top:5px;
}


/* GENERAL STYLES */
.circle {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}


/* FASTCLICK LINK STYLES */
.fastclick_text {
  color: #428bca;
  text-decoration: none;
  cursor: pointer;
}

.fastclick_text:hover, .fastclick_text:focus {
  color: #2a6496;
  text-decoration: underline;
}