@import "SiteMessages.css";

/*
DEE3E4 - light grey
B4BFCC - light bluish grey
597C98 - dark turqouise
476E96 - very dark turqouise
2D5B89 - dark blue
103B61 - darker blue
001F3E - very dark blue (close to black)
*/

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	color:#001F3E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:xx-small;
}

input {
	color:#001F3E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:xx-small;
}

a {
	color:#597C98;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#B4BFCC;
}

div#iecontainer { text-align:center; }
div#container { text-align:center; position:relative; width:384px; margin:0 auto; }
img#logo { border:1px solid #B4BFCC; margin-top:1em; z-index:1; }
div#uxBrand { color:#4D4D4D; position:absolute; z-index:100; width:142px; top:150px; left:202px; text-align:right; }
div#messagelist { margin:0; text-align:left; width:384px; float:left; }

div#login {
	width:132px; 
	float:left; 
	padding:10px; 
	border:1px solid #B4BFCC; 
	margin-right:10px;
}

div#login table tr td {
	text-align:left;
}

div#messages {
	width:220px; 
	float:right;
}

div.header {
	background-color:#B4BFCC;
}

div.login-section {
	margin:1em auto 5em auto;
	text-align:left; 
	width:132px;
}

div.login-section table {
	font-family:Verdana, Geneva, sans-serif;
	font-size:xx-small;
}

div.copyright-footer {
	color:#B4BFCC;
	font-size:xx-small;
	text-align:center;
	padding:3em 0 0 0;
}

div.welcome-message {
	text-align:justify;
	border-bottom:1px solid #B4BFCC;
	padding:0em 0em 1em;
	margin-bottom:1em;
}

div.welcome-message-title {
	font-weight:bold;
	padding-bottom:1em;
}

td.logout-message {
	color:#001F3E;
	text-align:center;
}

.login-label {
	text-align:left;
	font-weight:bold;
}

.login-textbox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:xx-small;
}
