/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, h1, h2, h3, p, a, img, ul, li, fieldset, form, label, legend {
	/*margin: 0;*/
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
	font-size: 1.1em;
	padding: 0 0 18px 40px;
}
/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
body {
	font: normal 400 62.5%/1.0 Arial, sans-serif;
	min-width: 960px;
	background: #fff;
	color: #333;
}
/* - used to clear or contain floats within a non-floated container - this ruleset is used by UAs that handle:after - not IE - see ie_cas.css for IE fixhttp://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/* HEADER --------------------------------- */
#header {
	position: relative;
	top: 0;
	left: 0;
	padding-top: 52px;
	background-color: #fff;
}
#header h1#app-name {
	clear: both;
	padding: 0 0 0 60px;
	background: #008200;
	color: #fff;
	font: normal 400 2.8em/2.5em Georgia, "Times New Roman", serif;
}
/* d21033 */
/* CONTENT --------------------------------- */
#content {
	clear: both;
	padding: 1px 0;
	margin: 0 25px 2em;
}
#content h2 {
	margin: 0 0 .5em 0;
	font-size: 1.3em;
	font-weight: 400;
	color: #000;
	xborder-bottom: 1px solid #eee;
	padding: 3px 0;
	xletter-spacing: -1px;
}
#content h3 {
	font: 1em arial, helvetica, sans-serif;
	font-weight: 400;
}
#content p {
	line-height: 1.5;
	font-size: 12px;
	padding: 0 0 18px;
}
/* FOOTER --------------------------------- */
#footer {
	clear: both;
	position: relative;
	margin: 0 25px 1em;
	border-top: 1px solid #ccc;
	padding: 0 0 1px 0;
	background: #fff;
	color: #999;
}
#footer img#logo {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 10px;
}
#footer div {
	clear: left;
	margin: 1em 5px .5em;
	overflow: hidden;
}
BODY {
	width: auto;
	height: 90%;
	background-color: #fff;
}
.flc-screenNavigator-view-container {
	max-width: 100%;
	min-width: 98.9%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
}
#login {
	margin: 4em 25% 0 25%;
	padding: 15px;
	width: 45%;
	min-height: 15em;
	background: #eee;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#login h2 {
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	font: normal 400 17px Arial;
	color: #333;
}
#sidebar {
	margin: 4em 25% 3em 25%;
	padding: 0 0 0 0;
	width: 45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar h3 {
	font: normal 400 12px Verdana, Arial, Helvetica, sans-serif;
	;
	color: #555;
	margin: 18px 0 0;
	padding: 6px 0 3px;
}
#list-languages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 119px;
	padding-top: 0px;
	background: #fff;
}
#header img {
	position: absolute;
	top: 18px;
	left: 30px;
	vertical-align: baseline;
}
#header h1#app-name {
	position: absolute;
	vertical-align: baseline;
	top: 24px;
	left: 590px;
	color: #333;
	font: normal 400 2.6em/2.5em Arial;
	font-weight: bold;
	background-color: #fff;
}
#footer {
	margin: 0;
	border-top: 1px dashed #ccc;
	border-top: 8px solid #fff;
}
#footer div p {
	text-align: left;
	color: #008200;
	font-size: 1.2em;
}
#content .errors h2, #content .success h2 {
	font-family: Arial, Helvetica, sans-serif;
}
label {
	color: #3d3d3d;
}
a {
	color: #008200;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline!important;
}
.errors {
	font-size: 1.2em!important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#login label.fl-label {
    font-size: 12px;
    float: left;
    line-height: 1.5;
    width: 100%;
}

#login label.fl-login-failed {
                background-color: #f7f7f7;
                border: 1px solid #e2e2e2;
                color: #b40809;
                font-family: verdana, Arial, Helvetica, sans-serif;
                font-size: 11px;
                padding: 2px 10px;
}

#login .btn-row {
	border-top: 1px solid #008200;
	padding-top: 10px;
	position: relative;
	top: 15px;
	padding-bottom: 20px;
}
#login .btn-submit {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #085308;
	border-color: #085308;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	clear: none;
	color: #02df35;
	float: none;
	letter-spacing: 0;
	margin-left: 5px;
	text-transform: lowercase;
	padding: 4px;
}
.success {
    background-color: rgb(221, 255, 170);
    background: url("../images/confirm.gif") no-repeat scroll 20px 18px #dfa;
    border: 1px dotted #390;
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    margin: 40px!important;
    padding: 20px 20px 20px 100px;
}
.success h2 {
    color: #060 !important;
    font-size: 19px;
    margin: 0 0 12px 0;
}
.success p, .failure p {
    font-size: 13px !important;
    line-height: 1.5;
    padding: 0 !important;
    margin: 0!important;
}

.failure {
    background-color: rgb(245, 193, 193);
    background: url("../images/discard.gif") no-repeat scroll 20px 18px #f5c1c1;
    border: 1px dotted #e40404;
    clear: both;
    font-size: 12px;
    line-height: 1.5;
    margin: 40px!important;
    padding: 20px 20px 20px 100px;
}

.failure h2 {
    color: #e40404 !important;
    font-size: 19px;
    margin: 0 0 12px 0;
}

