@charset "utf-8";
/*
	HTML5 Reset::style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	Eric Meyer					::http://meyerweb.com
	HTML5 Doctor				::http://html5doctor.com
	and the HTML5 Boilerplate	::http://html5boilerplate.com
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/
body {
    line-height: 1.42857143;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.popupLayer{margin:0 auto;width:auto !important}
.blocker:before{height:50% !important}
.popupLayer-title {
    margin: 0;
    line-height: 1.42857143;
}
.popupLayer-dialog {
    position: relative;
    width: auto;
    margin: 10px;
	text-align: left;
}
.popupLayer-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.popupLayer-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.popupLayer .close {
    cursor: pointer;
    margin-top: -2px;
}
.popupLayer-open{padding:0 !important}
.popupLayer{padding:0 !important}
.popupLayer-header .close{opacity:1;color:#383838;height:35px;position:absolute;right:0;top:0;margin-top:0;font-size:35px}
.popupLayer-header h4{color:#000;font-size:25px}
.popupLayer-header{background:#fff;position:relative;text-align:center;border:none;padding:0;min-height:auto}
.popupLayer-dialog{width:576px;background:#fff;box-shadow:none;border-radius:0;padding:40px 50px;margin:0}
.popupLayer-content{box-shadow:none;border:0}
.popupLayer-body{padding:0;margin-top:45px}
.popupLayer{padding:0 !important;outline:none}
.popupLayer-footer{border-top:0;padding:0}


.jquery-modal.blocker.current{display:table}
.jquery-modal.blocker.current .popupLayer{display:table-cell !important;vertical-align:middle}
.jquery-modal.blocker.current .popupLayer .popupLayer-dialog{display:inline-block}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
dd, dt {
    line-height: 1.42857143;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
input, select, textarea{font-weight:300}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
th {
    text-align: left;
}
td, th {
    padding: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary{
	margin:0;
	padding:0;
	border:0;
	background:transparent;
	font-size:100%;
	font-weight:300;
	vertical-align:baseline;
}

main, article, aside, figure, footer, header, nav, section, details, summary{display:block}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html{
	box-sizing:border-box;
}

*,
*:before,
*:after{
	-webkit-box-sizing:border-box;/* Safari/Chrome, other WebKit */
	-moz-box-sizing:border-box;/* Firefox, other Gecko */
	box-sizing:border-box;
}

/* consider resetting the default cursor:https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height:auto */
img,
object,
embed{max-width:100%}

/*
   Note:keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:
#map img{
		max-width:none;
}
*/

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul{list-style:none}

blockquote, q{quotes:none}

blockquote:before,
blockquote:after,
q:before,
q:after{content:'';content:none}

a{margin:0;padding:0;background:transparent;font-size:100%;vertical-align:baseline}

del{text-decoration:line-through}

abbr[title], dfn[title]{border-bottom:1px dotted #000;cursor:help}

/* tables still need cellspacing="0" in the markup */
table{border-collapse:separate;border-spacing:0}
th{font-weight:400;vertical-align:bottom}
td{font-weight:300;vertical-align:top}

hr{display:block;height:1px;margin:1em 0;padding:0;border:0;border-top:1px solid #ccc}

input, select{vertical-align:middle}
select{font-weight:300}

pre{
    white-space:pre;/* CSS2 */
    white-space:pre-wrap;/* CSS 2.1 */
    white-space:pre-line;/* CSS 3 (and 2.1 as well, actually) */
    word-wrap:break-word;/* IE */
}

input[type="radio"]{vertical-align:text-bottom}
input[type="checkbox"]{vertical-align:middle}
.ie7 input[type="checkbox"]{vertical-align:baseline}
.ie6 input{vertical-align:text-bottom}

select, input, textarea{font:99%}

table{font-size:inherit;font:100%}

small{font-size:85%}

strong{font-weight:400}


/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup{position:relative;font-size:75%;line-height:0}
sup{top:-0.5em}
sub{bottom:-0.25em}

/* standardize any monospaced elements */
pre, code, kbd, samp{font-family:monospace, sans-serif}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button{cursor:pointer}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea{margin:0}

/* make buttons play nice in IE */
button,
input[type=button]{width:auto;overflow:visible}

/* scale images in IE7 more attractively */
.ie7 img{-ms-interpolation-mode:bicubic}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}
*/

/* let's clear some floats */
.clearfix{display:block;margin:0;padding:0}
.clearfix:after{content:" ";display:block;clear:both}
.img-responsive{display:block;max-width:100%;height:auto}

td.textLeft{text-align:left !important}