

/* Text hilight */
.hilight {
  background-color:#FFFF00; /* #DCE6FF; 
  border-top: 1px solid #2f63b3;
  border-bottom: 1px solid #2f63b3; */
}

/*
  Gauges Styles
*/
#gaugewrapper {
margin-top:5px;
  border: solid 1px #000; 
  width: 98%;
  background-color: #fff;
}

#gaugelevel {
  position: relative; 
  left: 0; 
  top: 0; 
  background-color: #CCFF00;
}

#gaugelabel {
  width: 100%; 
  position: relative; 
  top: 0; 
  left: 0; 
  text-align: center;
}



/* Inkspot styles */
#inkspotMainPostBody {

}

/* Calendars Styles */
.calendar_emptyday {
  /*border: #DBE2EC solid 1px;*/
  float: left;
  width: 23px;
  height: 15px;
  margin: 1px;
  background-color:#cd0067;
}

.calendar_day {
  border: #cd0067 solid 1px;
  text-align: center;
  vertical-align: middle;

  float: left;
  width: 23px;
  height: 15px;
  margin: 1px;
  background-color:#cd0067;

}

.calendar_busyDay {
  border: #f9f7f4 solid 1px;
  background-color: #f9f7f4;
  text-align: center;
  vertical-align: middle;
  float: left;
  width: 23px;
  height: 15px;
  margin: 1px;
  color: #CD0067 !important;
  font-weight:bold
}

.calendar_busyDay a {

  display: block;
  width: 100%;
  height: 100%;
  color: #CD0067 !important;
  text-decoration: none;
}

.calendar_row {
  clear: both;
  border-bottom:1px solid #cd0067;
  margin:0;
}

p#event_action {
clear:both;
text-align:right;
}
p#event_action a {
color:#e20a16;
}

#calendar {
margin-top:5px;
background-color:#cd0067;

}

/* Vote styles */
div#votewrap {
  height: 10px;
  width: 100px;
  margin-top:5px;
  background-color:#fff;
  overflow:visible;
  
  border:1px solid #ccc;

}

#voteInt {
  height: 10px;
  width: 50px;
  text-align: center;
}

.votehover {
  width: 20%;
  height: 10px;
  float: left;
  background-color:#e20a16;
  font-size: 1px;
  margin: 0px;

}

.voteclear {
  width: 20%;
  height: 10px;
  float: left;
  font-size: 1px;
  margin: 0px;
  display: block;
}

/* Quotes styles */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 20px;
  border-left: 5px solid #6699FF;
}

table tr td.ratingicon {


}

table tr td.ratingicon h1 {
color:#fff !important;

}


/* Some special form fields classes */
#formTitle_DISABLED {
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #658EFD;
  font-size: 18px;
  font-weight: bold;
  background-color: #DCE6FF;
  width: 100%;
  border: solid 1px #DCE6FF;
}


/* BodyCodePicture */
#bodyCodeImage {
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
}

/* CHAT StyleSheet */
.chatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #DCE6FF;
}

.chatNickEntity:hover {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color: #BBD4F9;
}

.selectedChatNickEntity {
  clear: both; 
  border-bottom: solid 1px #BBD4F9; 
  padding: 2px; 
  background-color:#FFCC66;
}

#chatContent {
	width: 100%;
	height: 400px;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 5px;
}

#nickList {
  width: 100%;
  height: 400px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#shadeWrapper {
  background-color: #000;
  filter: alpha(opacity=40);
  -moz-opacity: .40;
  opacity: .40;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  visibility: hidden;
}

#noShadeContent {
  top: 30%;
  left: 30%;
  filter: alpha(opacity=99);
  -moz-opacity: .99;
  opacity: .99;
  position: absolute;
  z-index: 11;
  visibility: hidden;
  padding: 2px;
  border: 1px solid #CECECE;
  background-color: #fff; 
}

/* TABS STYLESHEET */
.tabberlive .tabbertabhide {
	display:none;
}


.tabberlive {
	margin-top:1em;

}



ul.tabbernav {
	margin:0;
	padding-bottom:3px;
	border-bottom: 1px solid #c3c3c3;


}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 10px;
	margin-right: 4px;
	margin-left: 4px;
	border: 1px solid #c3c3c3;
	/*background: #fff;*/
	text-decoration: none;
}

ul.tabbernav li a:link { 
	color: #000; 
}
ul.tabbernav li a:visited {
	color: #F29A3E;
	border: 1px solid #c3c3c3;
}

ul.tabbernav li a:hover
{
	color: #fff;
	background: #006295;
	

}

ul.tabbernav li.tabberactive a {
	background-color: #DBE2EC;
	border-top: 1px solid #c3c3c3;
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #DBE2EC;
	color: #006295 !important;
	font-weight:normal;	
}

ul.tabbernav li.tabberactive a:hover {
	color: #e20a16;
}

.tabberlive .tabbertab {
	padding:5px 0;
	border-top:0;
}

.tabberlive .tabbertab h2 {
	display:none;
}

.tabberlive .tabbertab h3 {
	display:none;
}

textarea{height:400px;}

