/* 
* 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: #f3f3f3 url(../images/header_bg.png) left top repeat-x;
		font: 13px/19.5px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, 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: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	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: 17px; 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;
	height:27px;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	border-top:#c3c3c3 1px solid;
	border-bottom:#838383 1px solid;
	border-left:#b2b2b2 1px solid;
	border-right:#a1a1a1 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

a.button, a.button:visited {
	text-decoration:none;
	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 */
}
a.button:hover {
	text-decoration:none;
	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 */
}

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"] {
	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 */
	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;
	padding: 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;
}

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 {
	color: #fff;
	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 */
	-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);
}
	
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	background: #3e3e3e; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2c2c 0%, #525252 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2c2c), color-stop(100%,#525252)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2c2c 0%,#525252 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2c2c 0%,#525252 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2c2c2c 0%,#525252 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#525252',GradientType=0 ); /* IE6-9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992c2c2c,endColorstr=#99525252)";
	background: linear-gradient(top, #2c2c2c 0%,#525252 100%); /* W3C */
	-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);
}

	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:hover,
input[type="submit"].whbutton:hover,
input[type="reset"].whbutton:hover,
input[type="button"].whbutton:hover,
button: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-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	outline:0px;
	padding: 5px 6px 7px 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: 14px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	margin: 0;
	margin-top:5px;

	margin-bottom: 0px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* W3C */
}
select { 
	padding: 0;
	color: #444;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus, 
textarea:focus {
	border: 1px solid #ff6b21;
	color: #333;
	outline:0px;
}
input[type="text"], 
input[type="password"],
input[type="email"] {
	width:186px;
}

textarea {
	min-height: 60px;
	min-width:100%;
}
label,
legend { 
	display: block;
	font-weight: bold;
	font-size: 13px;
	color:#555;
}
legend {
	padding-bottom:5px;
}
label {

	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: 13px;
	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;
}