html, body {
	width:100%;
	height:98%;
	margin:0;
	padding:0;
	font-family: arial, sans-serif;
}
object:focus { outline:none; }
#flashContent { display:none; }
h1#site-title {
	float:left;
	margin:10px;
	margin-bottom:2px;
}
div#gr-line {
	width:100%;
	height:8px;
	margin-top:3px;
}
div#gr-red-line {
	width:20%;
	float:left;
	background-color:#C00000;
	height:8px;
}
div#gr-grey-line {
	width:80%;
	float:left;
	background-color:#A6A6A6;
	height:8px;
}
div.grey-line {
	width:100%;
	height:1px;
	background-color:#D8D9DA;
}
div.orange-line {
	width:100%;
	height:2px;
	background-color:#043882;
}
#header {
	width:100%;
	height:31px;
	background-color:#043882;
	color:white;
}
#header .header-content {
	width:90%;
	margin:auto;
}
div.grey-line-h {
	width:1px;
	margin-top:10px;
	margin-left:30px;
	float:left;
	height:65px;
	background-color:#D8D9DA;
}
div#welcome-msg {
	width:90%;
	margin:auto;
	color:#C00000;
	margin-top:3px;
	font-size:18pt;
}
div#application {
	width:90%;
	margin:auto;
	background-color:grey;
	height:85%;
	margin-top:20px;
}
ul.usefull-links-list {
	margin:0;
	list-style-type:none;
	padding:0;
}
ul.usefull-links-list:after {
	content:"";
	display:block;
	clear:both;
	float:none;
}
ul.usefull-links-list li {
	float:left;
	padding:7px 10px;
	font-size:90%;
}
ul.usefull-links-list li a, ul.usefull-links-list li a:visited {
	color:white;
	text-decoration:none;
}
ul.usefull-links-list li a:hover {
	text-decoration:underline;
}
#loginForm {
	width:350px;
	margin:auto;
	margin-bottom: 20px;
	margin-top:40px;
    border: 1px solid #fbfbfb;
	padding:15px;
}
#loginForm h2 {
	margin-top:0px;
	color:#043882;
}
#loginImage {
	text-align:center;
	padding-bottom:10px;
}
#loginImage img {
	max-width:80%;
}
.login-forgot-password, .login-forgot-password:visited {
	padding-left:20px;
	color:#043882;
	text-decoration:none;
}
.login-forgot-password:hover {
	text-decoration:underline;
}
.red {
	color:#bf2026;
	font-weight:bold;
}
.form-control {
	display: block;
    width: 323px;
    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;
}
.btn-login {
	cursor:pointer;
	background: white;
	border:1px solid #043882;
	color:#043882;
	display: inline-block;
	border-radius:5px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.btn-login:hover {
	background: #043882;
	border:1px solid #043882;
	color:white;
}
.form-group {
	margin-top:10px;
}