.refresh-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.refresh-button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.refresh-button:active {
	position:relative;
	top:1px;
}





.full-circle {
    background-color:#c06;
    height:20px;
    width:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

.circle-border {
    background-color:#c06;
    
    border: 3px solid #000;
    height:20px;
    width:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

.transparent-circle {
    background-color: rgba(204, 0, 102, 0);
    border: 3px solid #000;
    height:20px;
    width:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}

.half-circle {
    background-color:#c06;
    height:20px;
    width: 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
}

.quarter-circle {
    background-color:#c06;
    height:20px;
    width: 20px;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}


.blue-btn{ 
	background: #d9d9d9;
	color:#000000;
	font-weight: 900;

	
	-webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius:  4px 4px 4px 4px;
  
  box-shadow: 1px 1px 1px #666666;
  font-size: 10px;
  padding: 5px;
  text-decoration: none;
  cursor:pointer;
	
}

.blue-btn:hover{
 
  background: #f2f2f2;
  color:#000000;
  font-weight: 900;
  padding:5px;
}


.blue{ 
	background: #E7E7FF;
	height:20px;
	width:97%;
	color:#2E6E9E;
	margin-top:3px;
}



.blue:hover{
  background: #e6e6ff;
  color:#4d95cb;
  
}

.yellow{ 
	background: #ffffb3;
}

.yellow:hover{
 
  background: #ffffe6;
  
}

.yellow.active{
  background: #cccc00;
}

.green{ 
	background: #b3ffb3;
}

.green:hover{
 
  background: #e6ffe6;
}

.green.active{
 
  background: #00b33c;
}

.red{ 
	background: #ffb3b3;
	
}

.red:hover{
 background: #ffe6e6;
  
}

.red.active{
 
  background: #ff0000;
}



.btn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius:  4px 4px 4px 4px;
  
  box-shadow: 1px 1px 1px #666666;
  font-size: 10px;
  padding: 15px;
  text-decoration: none;
  cursor:pointer;
}

.btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 4 4 3px #666666;
  -moz-box-shadow: 4 4 3 #666666;
  box-shadow: 4px 4px 3px #666666;
}

.btn.active{
-webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  box-shadow: 2px 2px 3px #666666;
}


.quarter-circle-nw {
    height:20px;
    width: 20px;
    -moz-border-radius: 90px 0 0 0;
    border-radius: 90px 0 0 0;
    border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:0px 4px 4px 0px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	vertical-align: bottom;
}

.quarter-circle-ne {
    height:20px;
    width: 20px;
    -moz-border-radius: 0 90px 0 0;
    border-radius: 0 90px 0 0;
    border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:0px 4px 4px 0px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	vertical-align: bottom;
}

.quarter-circle-se {
    height:20px;
    width: 20px;
    -moz-border-radius: 0 0 90px 0;
    border-radius: 0 0 90px 0;
    border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:0px 4px 4px 0px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	vertical-align: top;
}

.quarter-circle-sw {
    height:20px;
    width: 20px;
    -moz-border-radius: 0 0 0 90px;
    border-radius: 0 0 0 90px;
    border-style:solid;
	border-color:#bbb #888 #666 #aaa;
	border-width:0px 4px 4px 0px;
	text-align:center;
	text-decoration:none;
	font-weight:500;
	vertical-align: top;
}
