/*********************************************************************************************************************************************

$Reset

******************************************************************************************************************************************** */

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, 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;
}

html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}

body {
	line-height: 1.462;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* remember to define visible focus styles!
Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:focus, input:focus, button:focus, textarea:focus {
	outline: thin dotted;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th, td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
	font-weight: normal;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

img {
    border: 0; 
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
}

video {
	max-width: 100%;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

audio:not([controls]) {
    display: none;
}

/* Form Elements */
form, fieldset {
	margin: 0;
	padding: 0;
}

select, input, textarea, button {
	font-family: inherit;
	font-size : inherit;
	font-weight: inherit;
}

input, select {
	vertical-align: middle;
}

input[type="search"] {
	-webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
	padding: 0;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #333;
}

textarea {
	resize: none;
	overflow: auto;
	padding: 2px;
	min-height: 100px;
	vertical-align: top;
}

/* Selection */
::-webkit-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none;
}

::-moz-selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none;
}

::selection { 
	background : rgb(23,119,175); 
	color : rgb(250,250,250); 
	text-shadow : none;
}

.skip-link {
	height: 1px;
	width: 1px;
	position: absolute;
	overflow: hidden;
	top: -10px;
}

/* User Alerts */
.notice {
	border: 1px solid;
	margin: 1em 0;
	padding: 1em;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.notice.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.notice.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.notice.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.notice.error {
	color: #D8000C;
	background-color: #FFBABA;
}