/* ----------------------------------- */
/*	CSS Reset
	http://meyerweb.com/eric/tools/css/reset/ 
	v2.0 | 20110126
	License: none (public domain)
	+++ Added support for 'main' element.
*/
/* ----------------------------------- */

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, sup, 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, main, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	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: collapse;
	border-spacing: 0;
}

/* Meyerweb Reset Ends */

/* -----------------------------------
   Additional Defaults
   Colin Foster 
   v1.4 2016-09-08
   ----------------------------------- */

html, body{
	line-height: 1.3em;
}

table td{
	vertical-align: top;
}

table td.numeric{
	text-align: right;
}

table thead td,
table tbody td.heading{
	font-weight: bold;
}

ol li{
	margin-left: 1em;
	list-style-type: decimal;
	list-style-position: outside;
}

ul li{
	margin-left: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
	line-height: 1em;
}

blockquote{
	margin-left: 15px;
	margin-right: 15px;
}

h1,h2,h3,h4,h5{ font-weight: bold; }
h1{ font-size: 18px; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{	font-size: 13px; }
h5{	font-size: 12px; }
h6{	font-size: 12px; font-weight: normal; }

h1,h2,h3,h4,h5,h6,
p, ul, ol, blockquote{ margin-bottom: 0.8em; }


em{ font-style: italic; }
img{ border: 0; }
sup{ vertical-align: super; }
sub{ vertical-align: text-bottom; }
strong{ font-weight: bold; }
fieldset{
	border: 1px solid black;
}

fieldset legend{
	padding: 0 10px 0 10px;
	margin-left: 10px;
}

input, textarea, select{
	margin: 0;
	padding: 2px;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

abbr, acronym{
	border-bottom: 1px dotted black;
	cursor: help;
} 

body.show_layout * { background-color: rgba(255,0,0,.2); }
body.show_layout * * { background-color: rgba(0,255,0,.2); }
body.show_layout * * * { background-color: rgba(0,0,255,.2); }
body.show_layout * * * * { background-color: rgba(255,0,255,.2); }
body.show_layout * * * * * { background-color: rgba(0,255,255,.2); }
body.show_layout * * * * * * { background-color: rgba(255,255,0,.2); }

/* ----------------------------------- */
/* Commonly used classes               */
/* ----------------------------------- */

/* For use with inline images */
.left{
	float: left;
	display: inline;
	margin: 5px 10px 5px 0;
}

.right{
	float: right;
	display: inline;
	margin: 5px 0 5px 10px;
}

.clearfix:after{
  content: "";
  display: table;
  clear: both;
}

div.brace{
	height: 0;
	line-height: 0px;
	font-size: 0px;
	float: none;
	clear: both;
}

noscript.no_js{
	width: 100%;
	padding: 10px 20px 10px 20px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 14px;
	text-align: center;
	color: white;
	background: #dd4444;
	z-index: 1000;
}

noscript.inline{
	display: inline-block;
	background: #dd4444;
	color: white;
}

a.eml span,
span.eml{
	display: inline-block;
	cursor: pointer;
}

span.eml span{
	display: inline-block;
	text-decoration: underline;
	cursor: pointer;
	color: #598527;
}

span.eml span:hover{
	text-decoration: underline;
}

span.eml noscript:after{
	line-height: inherit;
	display: inline-block;
	content: "Enable Javascript";
	color: white;
	background: #dd4444;
	padding: .1em .4em .1em .4em;
	font-size: inherit;
	border-radius: 3px;
}


#js_error,
#js_console{
	width: 48%;
	max-height: 300px;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 8px 1% 0 1%;
	border-top: 2px solid black;
	border-right: 2px solid black;
	font-size: 12px;
	font-family: Consolas, monospace;
	white-space: pre;
	overflow-y: scroll;
	background: white;
	color: black;
	z-index: 10000;
}

#js_error a,
#js_console a{
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	background: rgba(0,0,0,0.2);
}

#js_console{
	left: auto;
	right: 0;
	border-right: none;
	border-left: 2px solid black;
}

#js_error.collapsed,
#js_console.collapsed{
	width: 2px;
	height: 20px;
	overflow: hidden;
	border: 1px solid #eeeeee;
}

#show_dev,
#show_preview{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100px;
	overflow: hidden;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #cc0000;
	color: white;
}

#show_dev a,
#show_preview a{
	color: white;
	text-decoration: underline;
}

#show_dev{
	width: 50px;
	left: auto;
	right: 0;
	background: #009900;
}

/* jQuery UI */

#ui-datepicker-div{
	display: none;
	padding: 3px;
	border: 1px solid #888888;
	border-radius: 4px;
	font-size: 12px;
	background: white;
}

.ui-widget-header{
	border: 1px solid #cccccc;
	padding: 3px 2px 3px 2px;
	background: #bbbbbb;
	color: black;
	font-weight: bold;
}

.ui-datepicker-title{
	color: white;
	text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 5px;
	width: 1.8em;
	height: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: 5px;
}
.ui-datepicker .ui-datepicker-next {
	right: 5px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}

#ui-datepicker-div tbody a{
	display: block;
	padding: 0 4px 0 4px;
	text-align: center;
	text-decoration: none;
	color: #666666;
}

#ui-datepicker-div tbody a:hover{
	color: white;
	background: #DD001C;
}

#ui-datepicker-div tbody a.ui-state-active{
	color: black;
	font-weight: bold;
	background: #cccccc;
}

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

.ui-widget-header .ui-icon {
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAMBAMAAADxOqKKAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMAnkqUj21jRT+k4aiZAAAAXklEQVQI123MMQ5AQBQG4W1ItDql0hHcQOkIrqF3gEUhc1sj8Sj4s8U3m+ymtMCQXKjETWZoxh12qIeK3VYZBbkCO+R5L9LPxfdJc3262iqjOtxmhwrcaD9qob761gl98kDzs99XuwAAAABJRU5ErkJggg==);
}

.ui-icon-circle-triangle-e { background-position: right 2px; }
.ui-icon-circle-triangle-w { background-position: left 2px; }


