/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;height: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.4; }
body, button, input, select, textarea { font-family: sans-serif; color: #111; }

::-moz-selection { background: #99CCFF; color: #fff; text-shadow: none; }
::selection { background: #99CCFF; color: #fff; text-shadow: none; }

a { color: #C01D20; }
/*a:visited { color: #551a8b; }*/
a:hover { color: #840A2C; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
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; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #221F1F;
	background-color:#fff;
}

h1{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: 500;
	margin: 0 0 5px;
	color: #fff;
}

/* LOGIN
-----------------------------------------------------------------------------------------------*/

.login{
	text-align: left;
	margin: 10% auto 0;
	width: 322px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}

.login .disclaimer {
	color: #ffffff;
}

.text {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 14px;
	height: 18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.08);
	color: #666;
	width: 266px;
}

.text:focus,
.textarea:focus,
select:focus{
	background-color:#F6F6F6;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
}

.submit{
	text-align: center;
	margin-top:20px;
}

.submit-btn {
	border: 1px solid #ACACAC;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #727272;
	text-shadow: 1px 1px 0 rgba(255,255,255,.6);
	-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
		-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.3);
			box-shadow: 1px 1px 1px rgba(0,0,0,.3);
	background-color: #cccccc; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #cccccc 2%, #ffffff 92%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#cccccc), color-stop(92%,#ffffff)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #cccccc 2%,#ffffff 92%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #cccccc 2%,#ffffff 92%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #cccccc 2%,#ffffff 92%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #cccccc 2%,#ffffff 92%); /* W3C */
	width:200px;
}

input.submit-btn{
	line-height: normal;
	height: 26px;
}

a.submit-btn {
	display: inline-block;
	height: 26px;
	text-decoration: none;
}

a.submit-btn:hover {
	color:#727272;
}

.submit-btn:hover {
	cursor: pointer;
	background-color: #ffffff; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #ffffff 9%, #cccccc 100%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  #ffffff 9%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  #ffffff 9%,#cccccc 100%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  #ffffff 9%,#cccccc 100%); /* IE10+ */
	background-image: linear-gradient(to bottom,  #ffffff 9%,#cccccc 100%); /* W3C */
}

label{
	font-size: 13px;
	color: #58ACCD;
	font-weight:700;
	display: block;
	margin: 0 0 3px;
}

.logo{
	text-align: center;
}

form {
	padding: 20px;
	position: relative;
	width: 280px;
	background-color: #003150;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.6);
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.lblAlert{
	padding: 10px 15px;
	padding-left: 35px;
	font-size: 14px;
	background-color: #C01D20;
	display: block;
	background-image: url(/images/icons/flare-error.png);
	background-repeat: no-repeat;
	background-position: 10px;
	color: #fff;
	font-weight: 700;
}