
.center { display: block; text-align: center; }

.flatbtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  outline: 0;
  border: 0;
  color: #f3faef;
  text-decoration: none;
  background-color: #6bb642;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  font-size: 1.2em;
  font-weight: bold;
  padding: 12px 22px 12px 22px;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
  box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
}
.flatbtn:hover {
  color: #fff;
  background-color: #73c437;
}
.flatbtn:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

/** custom login button **/
.flatbtn-blu { 
/*  -webkit-box-sizing: border-box;
  box-sizing: border-box;
*/
  display: inline-block;
  outline: 0;
  border:  rgba(0, 0, 0, 0.1) solid 0px;
  color: #edf4f9;
  text-decoration: none;
  background-color: #4f94cf;
 /* border-color: rgba(0, 0, 0, 0.6);*/	/* rgba(0, 0, 0, 0.6) rgba(0, 0, 0, 0.25);*/
  font: normal normal normal 150%/110% arial, sans-serif;
/*  font-size: 1.3em;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
*/
  padding: 10px 26px 10px 26px;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
  -webkit-border-radius: 3px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.flatbtn-blu:hover {
  color: #fff;
  background-color: #519dde;
}
.flatbtn-blu:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow:inset 0 1px 5px rgba(0, 0, 0, 0.1);
}

#loginform { /* no default styles */ }
#loginform label { display: block; font-size: 1.1em; font-weight: bold; color: #7c8291; margin-bottom: 3px; }

.txtfield { 
  display: block;
  width: 100%;
  padding: 6px 5px;
  margin-bottom: 15px;
  font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
  color: #7988a3;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
  background-image: -webkit-linear-gradient( #edf3f9, #fff);
  background-image: -moz-linear-gradient( #edf3f9, #fff);
  background-image: -ms-linear-gradient( #edf3f9, #fff);
  background-image: -o-linear-gradient(#edf3f9, #fff);
  background-image: linear-gradient(#edf3f9, #fff);
  border: 1px solid;
  border-color: #abbce8 #c3cae0 #b9c8ef;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.txtfield:focus {
  outline: none;
  color: #525864;
  border-color: #84c0ee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
}

input.search {
/*	width: 350px;
	height: 25px;
*/	padding: 2px;
	margin-top: 2px;
	margin-bottom: 0px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	border: 1px solid #ababab;
	font-size: 16px;
	line-height: 20px;
	color: #ababab;
}
input.search:hover, input.search:focus {
	color: #3b3b3b;
	border: 1px solid #36a2d2;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset, 0 1px 0 rgba(255, 255, 255, 1);
}
h3.results-text {
	display: none;
}

.resouter {position:relative;background-color:#ffffff;}
ul.results {
	list-style: none;
	display: none;
	position:absolute;
	top:0px;
	left:0px;
	width: 600px;
	max-height:400px;
	overflow:auto;
	margin:0px 0px 0px -32px;
	background-color:#ffffff;
	border: 1px solid #ababab;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
}
ul.results li {padding: 8px;cursor: pointer;border-top: 1px solid #cdcdcd;transition: background-color .2s ease-in-out;-moz-transition: background-color .2s ease-in-out;-webkit-transition: background-color .2s ease-in-out;}
ul.results li:hover {background-color: #E7E7E7;}
ul.results li:first-child {border-top: none;}
ul.results li h3,ul.results li h4 {font-family: 'PT Sans', Verdana, Arial, sans-serif;line-height: 1.6em;color: #616161;text-decoration: none;
	font-size: 12px;
	transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	color: #616161;
	line-height: 1.2em;
}

ul.results li h4 {font-size:10px;color:#808080;}

ul.results li:hover h3,ul.results li:hover h4  {color: #3b3b3b;font-weight: bold;}


#overlayer {position: fixed; z-index:100; top: 0px; left: 0px; height:100%; width:100%; background-color:rgba(0,0,0,0.6); display:none;}
#ilayer {position:fixed;z-index:10000;display:none;width:900px;height:auto;left:50%;top:20px;margin-left:-470px;  padding:18px 8px 8px 8px; background-color: rgba(255,255,255,1.0);
  -webkit-border-radius: 6px; border-radius: 6px;  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);}
/*#ilayer a.close {color:#a02000;font-size:25px;line-height:25px;padding:2px;text-decoration:none;position:absolute;left:-15px;top:-15px;background-color:#fff;border: 1px solid #ababab;border-radius:6px;z-index:1000;}
*/
.stat00 {float:left;width:16px;height:16px;background:transparent url("icons/stat00.png") no-repeat;cursor:pointer;}

#ilayer a.close {width:16px;height:16px;background:transparent url("cfiles/stat01.png") no-repeat;cursor:pointer;padding:2px;position:absolute;left:1px;top:1px;z-index:1000;}

#ilayer a.close:hover {color:#ff3300;}

.daily {clear:left;float:left;border-collapse:separate; border-spacing:1px 1px;width:98%;background-color:#f0f0f0;border-radius:8px;color:black;text-align:left;}
.inset {clear:left;float:left;border-collapse:separate; border-spacing:1px 1px;width:98%;background-color:#e0e0e0;border-radius:8px;text-align: center;}
.monthly {float:left;width:65%;margin-top:30px;font-size:0.8em;background-color:#e0e0e0;}
.daily p {color:#660000;}
.daily .salesrow {font-size:200%;line-height:50px;font-weight:bold;}
.daily .bigval {font-size:300%;line-height:100px;font-weight:bold;}
.daily td.red {color:#ee4400;font-size:250%;}
.daily th {color:#5373a6;padding:4px 2px;font-weight:bold;font-size:200%;}
.monthly th {color:#5373a6;padding:4px 2px;font-weight:bold;font-size:120%;}
.daily td.rt {color:#62a11a;font-size:250%;}
.daily a {cursor:pointer;}
.daily a:hover {color:#ff4400;}
.daily a.sel {background-color:#fcfcfc;}
.daily td {color:black;}
.daily h2 {text-align: center;}
.daily h3 {font-size:200%; color:#067979;text-align: center;}
