/*
* MPA3 Basic styles
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse:separate;
	border-spacing: 0;
}


/* #Body
================================================== */
body {
	background: #fff;
	font: 14px/21px "Lato", sans-serif;
	color: #1c1c1c;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
body .narrow.column {
	line-height:17px;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #4a4a4a;
		font-family: "Lato", sans-serif;
		font-weight: 700; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 28px; line-height: 34px; margin-bottom: 14px;}
h2 { font-size: 18px; line-height: 27px; border-bottom:#dedede 1px solid; padding:0 16px 6px 16px; margin:0 -16px 20px -16px; }
h3 { font-size: 18px; line-height: 27px; margin-bottom: 8px; }
h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; }
h5 { font-size: 14px; line-height: 21px; }
h6 { font-size: 13px; line-height: 18px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 21px; line-height: 27px; color: #777;  }

em { font-style: italic; }
strong { font-weight: bold; color: #1c1c1c; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #555; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #333; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited { color: #1c1c1c; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; text-decoration:none; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }

/* #Images
================================================== */
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}


/* #Buttons
================================================== */

a.button {
	position:relative;
	display:block;
	width:auto;
	border: none;
	background: #e8e8e8;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #000;
	padding: 9px 12px 10px;
	line-height: 18px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	cursor: pointer;
	margin: 0 0 20px;
	text-align:center;
}

a.button, a.button:visited {
	text-decoration:none;
	background: #e8e8e8;
}
a.button:hover, a.button:focus {
	text-decoration:none;
	background:  #c8c8c8;

}

a.button2 {
	position:relative;
	display:block;
	width:auto !important;
	height:18px;
	line-height:20px !important;
	text-align:center;
	border-top:#959595 1px solid;
	border-bottom:#434343 1px solid;
	border-left:#565656 1px solid;
	border-right:#545454 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	padding: 2px 12px 4px 12px;
	color: #efefef;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, .75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=180,strength=0)"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=180,strength=0); /* IE 7- */

	-moz-box-shadow: 0 0 1px 1px #3e3e3e;
    -webkit-box-shadow: 0 0 1px 1px #3e3e3e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#3e3e3e,strength=1)";
    filter:
            progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=0,strength=1)
            progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=90,strength=1)
            progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=180,strength=1)
            progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=270,strength=1);
    box-shadow: 0 0 1px 1px #3e3e3e;
}

a.button2, a.button2:visited {
	color: #efefef !important;
	text-decoration:none;
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #525252 0%, #2c2c2c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#525252), color-stop(100%,#2c2c2c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #525252 0%,#2c2c2c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #525252 0%,#2c2c2c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #525252 0%,#2c2c2c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#2c2c2c',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99525252,endColorstr=#992c2c2c)";
	background: linear-gradient(top, #525252 0%,#2c2c2c 100%); /* W3C */
}
a.button2:hover {
	color:#fff !important;
	text-decoration:none;
	background: #5e5e5e; /* Old browsers */
	background: -moz-linear-gradient(top, #626262 0%, #3c3c3c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626262), color-stop(100%,#3c3c3c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #626262 0%,#3c3c3c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #626262 0%,#3c3c3c 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #626262 0%,#3c3c3c 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626262', endColorstr='#3c3c3c',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99626262,endColorstr=#993c3c3c)";
	background: linear-gradient(top, #626262 0%,#3c3c3c 100%); /* W3C */
}


button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	border: 2px solid #9aca37;
	background: #9aca37;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 7px 35px;
	line-height: 17px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-backface-visibility: hidden;
	display: inline-block;
	cursor: pointer;
	margin: 0 0 20px;
}

input[type="submit"] + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="submit"],
input[type="button"] + input[type="button"], input[type="button"] + input[type="submit"], input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"], input[type="submit"] + input[type="button"],
button + button, input[type="button"] + button, button + input[type="button"], button + input[type="submit"], input[type="submit"] + button, button + input[type="reset"], input[type="reset"] + button {
	margin-left:6px;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #fff;
	border: 2px solid #aed55f;
	background: rgba(154, 202, 55, .8 );
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #fff;
	border: 2px solid #aed55f;
	background: rgba(154, 202, 55, .8 );
}

button.whbutton,
input[type="submit"].whbutton,
input[type="reset"].whbutton,
input[type="button"].whbutton {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99f9f9f9,endColorstr=#99e1e1e1)";
	background: linear-gradient(top, #f9f9f9 0%,#e1e1e1 100%); /* W3C */
	border-top:#c3c3c3 1px solid;
	border-bottom:#838383 1px solid;
	border-left:#b2b2b2 1px solid;
	border-right:#a1a1a1 1px solid;
	  color: #1c1c1c;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=180,strength=0)"; /* IE 8 */
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#3e3e3e,direction=180,strength=0); /* IE 7- */

	-moz-box-shadow: 0 0 0px 0px #3e3e3e;
    -webkit-box-shadow: 0 0 0px 0px #3e3e3e;
    -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=0)";
    filter:
            progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0,strength=0)
            progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=0)
            progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=0)
            progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=0);
    box-shadow: 0 0 0px 0px #3e3e3e;
}
button.whbutton:hover,
input[type="submit"].whbutton:hover,
input[type="reset"].whbutton:hover,
input[type="button"].whbutton:hover,
button.whbutton:active,
input[type="submit"].whbutton:active,
input[type="reset"].whbutton:active,
input[type="button"].whbutton:active {
	background: #eee; /* Old browsers */
	background: -moz-linear-gradient(top, #e1e1e1 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e1e1e1 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e1e1e1 0%,#f9f9f9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #e1e1e1 0%,#f9f9f9 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99e1e1e1,endColorstr=#99f9f9f9)";
	background: linear-gradient(top, #e1e1e1 0%,#f9f9f9 100%); /* W3C */
}


.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

input[type="submit"]::-moz-focus-inner {border:0;}


/* #Tabs (activate in app.js)
================================================== */
ul.tabs {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 0px #ddd;
	float:right;
	margin-left:16px;
}
ul.tabs li {
	position:relative;
	display: block;
	width: auto;
	height: 27px;
	padding: 0;
	float: left;
	margin-bottom: 0;
	border-top:#b8b8b8 1px solid;
	border-bottom:#909090 1px solid;
	border-left:#a4a4a4 1px solid;
	border-right:#a4a4a4 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
ul.tabs li:hover {
	border-top:#ff6b38 1px solid;
	border-bottom:#ff3721 1px solid;
	border-left:#ff552e 1px solid;
	border-right:#ff552e 1px solid;
}
.lactive {border-color:#ff6b38 #ff552e #ff3721 #ff552e !important;}
ul.tabs li + li {margin-left:6px;}
ul.tabs li a {
	display: block;
	width: auto;
	height: 25px;
	padding: 0px 20px;
	line-height: 25px;
	margin: 0;
	background: #cecece; /* Old browsers */
	background: -moz-linear-gradient(top, #d7d7d7 0%, #c2c2c2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d7d7d7), color-stop(100%,#c2c2c2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d7d7d7 0%,#c2c2c2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d7d7d7 0%,#c2c2c2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d7d7d7 0%,#c2c2c2 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7d7d7', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99d7d7d7,endColorstr=#99c2c2c2)";
	background: linear-gradient(top, #d7d7d7 0%,#c2c2c2 100%); /* W3C */
	border-top:#eaeaea 1px solid;
	border-bottom:#ccc 1px solid;
	border-left:#d7d7d7 1px solid;
	border-right:#d7d7d7 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #434343;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(256, 256, 256, .5);
	cursor: pointer;
}
ul.tabs li a:after {
	position: absolute;
    width: 100%;
    height: 20px;
	top:26px;
	left:0;
	background:url(../images/bits.png) center -600px no-repeat;
	content: '';
}
ul.tabs li a.active:after, ul.tabs li a:hover:after {
	position: absolute;
    width: 100%;
    height: 20px;
	top:25px;
	left:0;
	background:url(../images/bits.png) center -500px no-repeat;
	content: '';
}

ul.tabs li a.active, ul.tabs li a:hover {
	position: relative;
	background: #ff5b1c; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6d22 0%, #ff4817 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d22), color-stop(100%,#ff4817)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6d22 0%,#ff4817 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6d22 0%,#ff4817 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff6d22 0%,#ff4817 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d22', endColorstr='#ff4817',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ff6d22,endColorstr=#99ff4817)";
	background: linear-gradient(top, #ff6d22 0%,#ff4817 100%); /* W3C */
	border-top:#ffaa67 1px solid;
	border-bottom:#ff5e27 1px solid;
	border-left:#ff7431 1px solid;
	border-right:#ff7431 1px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(164, 59, 30, .88);
}
ul.tabs li:first-child a {
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
}
ul.tabs li:last-child a {
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

ul.tabs-content { margin: 0; display: block; }
ul.tabs-content > li { display:none; margin-bottom:0; }
ul.tabs-content > li.active { display: block; }

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.tabs:after {clear: both;}
ul.tabs {zoom: 1;}


/* #Forms
================================================== */

form { margin-bottom: 0px; }
fieldset { margin-bottom: 20px; }
fieldset:last-child { margin-bottom: 0px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	  border: 2px solid #c4c7c4;
	  color: #444;
	  font-family: "Lato", sans-serif;
	  font-size: 14px;
	  font-weight: 400;
	  padding: 7px 5px;
	  text-indent: 6px;
	  -webkit-appearance: none;
	  -webkit-border-radius: 6px;
	  -moz-border-radius: 6px;
	  border-radius: 6px;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	  -webkit-transition: border .25s linear, color .25s linear;
	  -moz-transition: border .25s linear, color .25s linear;
	  -o-transition: border .25s linear, color .25s linear;
	  transition: border .25s linear, color .25s linear;
	  -webkit-backface-visibility: hidden;
	  display: block;
	outline:0px;
	margin: 0;
	margin-top:2px;
	background: #fff;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 37px;
}
select {
	padding: 0;
	color: #444;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 2px solid #9aca37;
	color: #333;
	outline:0px;
}
input[type="text"],
input[type="password"],
input[type="email"] {
	width: 206px;
}

textarea {
	min-height: 60px;
	min-width:100%;
}
label,
legend {
	display: block;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color:#555;
}
legend {padding-bottom:5px;}
label {
	float:left;
	margin-right:18px;
}
label.textarea {min-width:90%;}
select { width: auto; }
input[type="checkbox"] {display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 14px;
	color: #444;
}
label.ui-checkbox, label.ui-radio {
	font-weight:normal;
	color:#333;
}

/* #Table
================================================== */
table {
	width: 100%;
	position:relative;
}
table.stripe {border-top:#ff6b38 1px solid;}

/* Zebra striping */
/*tr:nth-of-type(even) {
	background: #f5f5f5;
}*/
.alt {background: #f5f5f5; }
.stripe tr:first-child td, .stripe tbody tr:first-child th {
	border-top:#ff2a1b 1px solid;
	padding-top:16px;
}
.over {background:#e5e5e5;}
.stripe tr.total {background:#d2d2d2;}
th { padding: 10px;}
th.thtop {
	color: #fff;
	font-weight: bold;
	background: #ff5019; /* Old browsers */
	background: -moz-linear-gradient(top, #ff6d22 0%, #ff4f19 50%, #ff3c13 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6d22), color-stop(50%,#ff4f19), color-stop(100%,#ff3c13)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff6d22 0%,#ff4f19 50%,#ff3c13 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff6d22 0%,#ff4f19 50%,#ff3c13 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ff6d22 0%,#ff4f19 50%,#ff3c13 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6d22', endColorstr='#ff3c13',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ff6d22,endColorstr=#99ff3c13)";
	background: linear-gradient(top, #ff6d22 0%,#ff4f19 50%,#ff3c13 100%); /* W3C */
	border-top:#ffaa67 1px solid;
	border-bottom:#ff5321 1px solid;
}
th.thtop:first-child {border-left:#ff7732 1px solid;}
th.thtop:last-child {border-right:#ff7732 1px solid;}
td {
	padding: 10px;
	border: none;
	color:#2e2e2e;
}
.stripe th:first-child, .stripe td:first-child {padding-left:26px;}
.stripe th:last-child, .stripe td:last-child, .stripe th.last, .stripe td.last {padding-right:26px;}
caption { font-size: 1.5em;  }

table.gridstats {
	border-collapse:collapse;
	width:100%;
	background:#fff;
}
table.gridstats td {
	border:#c9c9c9 1px solid;
	padding:6px 10px;
}
table.gridstats td span {
	color:#8dc63f;
	font-size:17px;
}

/* #Captcha
================================================== */

#captcha {
	width: 240px;
	border: 1px solid #c4c7c4;
	height: 50px;
}

