@charset "utf-8";
/* CSS Document */

.cnt-bg-wht p.inner-label-lg{background:#e4f4d2;padding:7px 10px 6px 20px;border:solid 1px #d1e0bf;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;position:relative; color:#599600; font-weight:bold;text-shadow: rgba(255,255,255,.4) 1px -1px 0px;}
.cnt-bg-wht p.inner-label-lg.mid{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.cnt-bg-wht p.inner-label-lg:after{width:5px;height:16px;content:"";position:absolute;top:5px;left:8px;background:#599600;}

.cnt-bg-wht p.inner-label-gr{background:#d8f0da;padding:7px 10px 6px 20px;border:solid 1px #6da471;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;position:relative; color:#037901; font-weight:bold;text-shadow: rgba(255,255,255,.4) 1px -1px 0px;}
.cnt-bg-wht p.inner-label-gr.mid{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.cnt-bg-wht p.inner-label-gr:after{width:5px;height:16px;content:"";position:absolute;top:5px;left:8px;background:#037901;}

.cnt-bg-wht p.inner-label-sb{background:#ceebf5;padding:7px 10px 6px 20px;border:solid 1px #90b9c8;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;position:relative; color:#0076a2; font-weight:bold;text-shadow: rgba(255,255,255,.4) 1px -1px 0px;}
.cnt-bg-wht p.inner-label-sb.mid{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.cnt-bg-wht p.inner-label-sb:after{width:5px;height:16px;content:"";position:absolute;top:5px;left:8px;background:#0076a2;}


header#inner.lg {
	border-bottom: solid 1px #62ae00;background: #81c51f;
	background: -webkit-gradient(linear, left top, left bottom, from(#add979), color-stop(50%, #85b550), color-stop(50%, #599600), to(#81c51f));
	background: -webkit-linear-gradient(top, #add979, #85b550 50%, #599600 50%, #81c51f);
	background: -moz-linear-gradient(top, #add979, #85b550 50%, #599600 50%, #81c51f);
	background: -ms-linear-gradient(top, #add979, #85b550 50%, #599600 50%, #81c51f);
	background: -o-linear-gradient(top, #add979, #85b550 50%, #599600 50%, #81c51f);
	background: linear-gradient(top, #add979, #85b550 50%, #599600 50%, #81c51f);
}

header#inner.gr {
	border-bottom: solid 1px #009114;background: #037700;
	background: -webkit-gradient(linear, left top, left bottom, from(#74c67a), color-stop(50%, #51a85f), color-stop(50%, #037700), to(#23a420));
	background: -webkit-linear-gradient(top, #74c67a, #51a85f 50%, #037700 50%, #23a420);
	background: -moz-linear-gradient(top, #74c67a, #51a85f 50%, #037700 50%, #23a420);
	background: -ms-linear-gradient(top, #74c67a, #51a85f 50%, #037700 50%, #23a420);
	background: -o-linear-gradient(top, #74c67a, #51a85f 50%, #037700 50%, #23a420);
	background: linear-gradient(top, #74c67a, #51a85f 50%, #037700 50%, #23a420);
}

header#inner.sb {
	border-bottom: solid 1px #008bb3;background: #0076a2;
	background: -webkit-gradient(linear, left top, left bottom, from(#73c4e3), color-stop(50%, #51a6c6), color-stop(50%, #0076a2), to(#26a4d3));
	background: -webkit-linear-gradient(top, #73c4e3, #51a6c6 50%, #0076a2 50%, #26a4d3);
	background: -moz-linear-gradient(top, #73c4e3, #51a6c6 50%, #0076a2 50%, #26a4d3);
	background: -ms-linear-gradient(top, #73c4e3, #51a6c6 50%, #0076a2 50%, #26a4d3);
	background: -o-linear-gradient(top, #73c4e3, #51a6c6 50%, #0076a2 50%, #26a4d3);
	background: linear-gradient((top, #73c4e3, #51a6c6 50%, #0076a2 50%, #26a4d3);
}