
/* --- Tabs --- */
.as-tabbuttons-wrap {
	position:relative;
	min-height:30px;
	padding:15px 0 0 0; 
	width:auto; 
	overflow:visible;
}
.as-tabbutton { 
	float:left; 
	padding:9px 36px 12px 32px; 
	font-size:17px;
	margin:0;
	background:#e9e9e9;  
	font-weight:500; 
	-webkit-border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-topright: 1px;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
	border-bottom:1px solid #fcfcfc;
	cursor:pointer;
	color:#707070;
	font-family: "Open Sans",sans-serif;
	line-height:24px;
}
.as-tabbutton:hover {
	background:#ededed;
	text-decoration:none;
}



.active-tab	{
	border:1px solid #fcfcfc;
	border-bottom:0px;
	padding-left:31px;
	padding-right:35px;
	color:#222;
	font-weight:500;
	background:none;
	margin-top:-1px;
	text-decoration:none;
}
.active-tab:hover {
	background:none;
	text-decoration:none;
}

.as-tabbutton.first {
	padding-left:22px;
}
.as-tabbutton.first.active-tab {
	border-left:0;
}
.as-tabbutton.last.active-tab {
	border-right:0;
}






.as-tabs-wrap { 
	position:relative;
	height:auto;
	padding:10px 0 0 0;
}
.as-tab { 
	position:relative;
	height:auto;
	padding:20px 0px 40px 22px;
	background:#f1f1f1;
	display:	none;
}



div.wrap p { margin:0 0 4px 0; }
div.wrap h2 { font-size: 10px; line-height:10px; margin:0; padding:0; }
div.wrap h3 { font-size: 18px; margin:0 0 8px 0px; } 
div.wrap h4 { font-size:14px; margin:0; }


.subheader {
	margin-top:		15px; 
	margin-bottom:	10px; 
	font-weight:	500;
	font-size: 		18px;
	color: 			#23282d;
}





.settingsTable {
	width:100%;
	border-collapse:collaspe;
}
.settingsTable td {
	padding: 		0 10px 10px 0;
}	
.settingsTable label {
	font-size: 		14px;
	font-weight: 	600;
}
.settingsTable .description {
	font-size:		14px; 
	margin-bottom:	10px;
}

/*
div.wrap .settingsTable h3 {
	font-weight:500;
	font-size:20px;
}
*/


.iconTable {}
.iconTable td {
	padding:			25px;
	text-align:			center;
	vertical-align:		center;
}
.iconTable {}


.clearB { clear:both; }

div.wrap p.backLink {
	margin-top:40px; 
	font-size:14px;
}


.unselectable,
.unselectable * {
   -moz-user-select: 		-moz-none;
   -khtml-user-select: 		none;
   -webkit-user-select: 	none;
   -ms-user-select: 		none;
   user-select: 			none;
}







/* PROGRESS BAR
------------------------ */

.progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}
.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #cccccc;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #303030;
  color: #202020;
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}
.progress > span:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("images/progress.png") 0 0 repeat-x;
  border-radius: 10px;
}
.progress .green {
  background: #85c440;
  border-color: #78b337 #6ba031 #568128;
  background-image: -webkit-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -moz-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: -o-linear-gradient(top, #b7dc8e, #99ce5f 70%, #85c440);
  background-image: linear-gradient(to bottom, #b7dc8e, #99ce5f 70%, #85c440);
}
.progress .red {
  background: #db3a27;
  border-color: #c73321 #b12d1e #8e2418;
  background-image: -webkit-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -moz-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: -o-linear-gradient(top, #ea8a7e, #e15a4a 70%, #db3a27);
  background-image: linear-gradient(to bottom, #ea8a7e, #e15a4a 70%, #db3a27);
}
.progress .orange {
  background: #f2b63c;
  border-color: #f0ad24 #eba310 #c5880d;
  background-image: -webkit-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -moz-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: -o-linear-gradient(top, #f8da9c, #f5c462 70%, #f2b63c);
  background-image: linear-gradient(to bottom, #f8da9c, #f5c462 70%, #f2b63c);
}
.progress .blue {
  background: #5aaadb;
  border-color: #459fd6 #3094d2 #277db2;
  background-image: -webkit-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -moz-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: -o-linear-gradient(top, #aed5ed, #7bbbe2 70%, #5aaadb);
  background-image: linear-gradient(to bottom, #aed5ed, #7bbbe2 70%, #5aaadb);
}

.ptrackerReadText
{
	font-weight:bold;
	color:#007A29;
}


.ptrackerUnreadText
{
	color:#CC3300;
}





