/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-g{letter-spacing:-0.31em;letter-spacing:normal;word-spacing:-0.43em}.yui3-u,.yui3-u-1,.yui3-u-1-2,.yui3-u-1-3,.yui3-u-2-3,.yui3-u-1-4,.yui3-u-3-4,.yui3-u-1-5,.yui3-u-2-5,.yui3-u-3-5,.yui3-u-4-5,.yui3-u-1-6,.yui3-u-5-6,.yui3-u-1-8,.yui3-u-3-8,.yui3-u-5-8,.yui3-u-7-8,.yui3-u-1-12,.yui3-u-5-12,.yui3-u-7-12,.yui3-u-11-12,.yui3-u-1-24,.yui3-u-5-24,.yui3-u-7-24,.yui3-u-11-24,.yui3-u-13-24,.yui3-u-17-24,.yui3-u-19-24,.yui3-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top}.yui3-u-1{display:block}.yui3-u-1-2{width:50%}.yui3-u-1-3{width:33.33333%}.yui3-u-2-3{width:66.66666%}.yui3-u-1-4{width:25%}.yui3-u-3-4{width:75%}.yui3-u-1-5{width:20%}.yui3-u-2-5{width:40%}.yui3-u-3-5{width:60%}.yui3-u-4-5{width:80%}.yui3-u-1-6{width:16.656%}.yui3-u-5-6{width:83.33%}.yui3-u-1-8{width:12.5%}.yui3-u-3-8{width:37.5%}.yui3-u-5-8{width:62.5%}.yui3-u-7-8{width:87.5%}.yui3-u-1-12{width:8.3333%}.yui3-u-5-12{width:41.6666%}.yui3-u-7-12{width:58.3333%}.yui3-u-11-12{width:91.6666%}.yui3-u-1-24{width:4.1666%}.yui3-u-5-24{width:20.8333%}.yui3-u-7-24{width:29.1666%}.yui3-u-11-24{width:45.8333%}.yui3-u-13-24{width:54.1666%}.yui3-u-17-24{width:70.8333%}.yui3-u-19-24{width:79.1666%}.yui3-u-23-24{width:95.8333%}
html, body {line-height: 1;width:100%;}
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;}

body {
    width: 100%;
    background-color: #fff;
    font-family: "Segoe UI Light", Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 16px; /* this defines the root size for rem/em font sizes of all children */
    color: #555;
    box-sizing: border-box;
}

/*div, td, input { border: 1px solid red; }
form { border: 1px solid green; }*/

div, tr, table, td, form, input {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #888;
}
a:hover{color:#000;}
a .colored {color:blue;}

h1, h2, h3, #menu, #contentHeader {
    font-family: "Segoe UI Light", Segoe, Trebuchet MS, Arial, Helvetica, Sans-Serif;
}

h1{font-size:3em;font-weight:normal;height: 47px;}

h2 {
    color: #0071C4;
    font-weight:bold;
    font-size: 1.5em;
    margin-top: 1.3em;
    margin-bottom: 1.3em;
}

h3
{
font-weight:normal;
font-size:1.2em;
color:#000;
margin-bottom:15px;
}

.strong{font-weight:bold;}
.center{text-align:center;}
.clear{clear:both;}
.hidden{display:none;}
.grayed{color:#999;}


/* Login */
/*
@font-face {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: 400;
    src: url(Cuprum.ttf);
}

@font-face {
    font-family: 'Cuprum';
    font-style: normal;
    font-weight: 700;
    src: url(Cuprumb.ttf);
}*/

body.login {
    background-color: #efefef;
}

.doctype
{
  width: 26px;
  height: 26px;
}
.captchaContainer
{
    float:left;
    padding-right:5px;
}

#loginContainer {
    position: absolute;
    /*width: 580px; left: 50%;* margin-left: -290px;*/
    /*height: 465px;*/
    top: 50%;
    margin-top: -245px;
    width: 540px;
    color: #5c5c5c;
    font-family: "Segoe UI Light", Trebuchet MS, Arial, Helvetica, Sans-Serif;
    width: 100%;
}

#loginContainer #login {
    height: 100%;
    background-color : #fff;
    box-shadow: 0 0px 10px 2px rgba(182, 172, 172, 0.7);

    width:90%;
    margin:0 auto;
	padding-top:10px;
	max-width: 520px;
}

#loginContainer #login #logoSealpath {
    padding: 10px 10px 10px 20px;
    text-align: center;
    /*border-bottom: 1px solid #f2f2f2;*/
}

#loginContainer #login #formu  {
    font-weight: normal;
    padding: 0px 5px 0px 10px;
}

#loginContainer #login #formu .t-input {
    width: 100%;
    border:1px solid #d2cccc;
    background-color: #f5f5f5;
    /*font-size: 1.25em;*/
    padding: 4px;
}

#loginContainer #login #formu .t-input:hover {
    background-color: #fff;
}

#loginContainer #login #formu #LoginBox {
	margin: 0 40px 0 40px;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 1px #efefef;
	padding: 10px 20px 5px 20px;
}

#loginContainer #login #formu #LoginBox2 {
	margin: 0 40px 0 40px;
	border: 1px solid #efefef;
	box-shadow: 1px 1px 1px #efefef;
	padding: 5px 3px 5px 8px;
}


#loginContainer #loginFooter {
    font-size: 1em;
    text-align: center;
    padding-top: 13px;
    color: #6c6e6f;
    /*text-transform: uppercase;*/
    vertical-align: text-bottom;
    padding-bottom: 10px;
}

#loginFooter { position: relative;  margin-top: 1.35em; }



/*********/

input[type='text'], input[type='password'], textarea {border:1px solid #AAA; background:white; padding:1px;}

.center {
    text-align: center;
}

form {
    position: relative;
    width: 92%;
    left: 4%;
    margin-top: 1.5em;
}

label {
    /*font-family: Verdana, Arial, Helvetica, Sans-Serif;*/
    font-size: 1.25em;
    margin-top: 1em;
}

button {
    font-family: "Segoe UI Light", Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1.25em;
    margin-top: 0.5em;
    margin-bottom: 1em;
}


input {
    /*font-family: Arial, Helvetica, sans-serif;*/
    /*font-size: 1.25em;*/
    margin-top: 0.5em;
    margin-bottom: 1em;
    height: 2rem;
}

input[type=checkbox] {
    display: block;
    padding-top: 5px;
    margin-top: 0.55em;
    margin-left: 0;
    margin-right: 0.6em;
    margin-bottom: 0.0em;
    /* zoom: 1.0; */
    float: left;
}

#forIsPersistent {
    display: block;
    /*line-height: 1.2em;*/
    float: left;
    margin-top: 0.35em;
}

#btnLogin {
    background-color: #0071C4;
    border: none;
    color: #fff;
    position: relative;
    /*display: block;
    margin-left: auto;
    margin-right: 5%;
    margin-top: 2em;*/
    width: 110px;
    height: 40px;
    clear: both;
}

#btnLogin:hover {
	background-color: #e8742e;
}


#activeUsernameBlock {
    vertical-align: middle;
    text-align: center;
    margin: 10px 0 30px 0;
}

#loginContainer #login #formu #activeUsername {
    font-weight: bold;
    font-size: 1.15em;
}

#loginContainer #login #formu #activeUsername a {
    font-size: 0.75em;
    color: #0071C4;
    text-decoration: underline;
}

/* next code removes the iOS automatic stylings */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}
.error {
    /*font-family: "Segoe UI Light", Trebuchet MS, Arial, Helvetica, Sans-Serif;*/
    font-size: 1.35em;
    color: #f00;
}

/*
@media	only screen and (-webkit-min-device-pixel-ratio: 1.3),
	only screen and (-o-min-device-pixel-ratio: 13/10),
	only screen and (min-resolution: 120dpi)
	{
		#loginContainer {

			height: 1160px;	top: 0;  margin-top: 5%;
			color: #5c5c5c;
			width:100%;
		}

		#loginContainer #login {

			zoom: 250%;
    -moz-transform: scale(2.5);
		}
	}
    */
.message-area {
    display: block;
    text-align: center;
}