<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
input:focus
{
    outline: none;
}

html, body 
{
    height:100%;
}

body
{
    color:#434343;
    margin: 0;
    font-size: .9em;
    font-family: Verdana;  
    background: url(images/main-background-tall.jpg) repeat-x top left;
    overflow: hidden;
}

p
{
    font-size: .85em;
}

.wrapper
{
    position:relative;
    top:0px;
    width: 1200px;
    margin: 0 auto;
    min-height: 100%;
	height: 100%; 
    background: #c2d0dd url(images/signin_background.png) repeat-x top;
}

a
{
    font-size: .8em;
    color: #006ed5;
    text-decoration: none;
}


.footer
{
    margin-left: 50%;
    position: absolute;
    bottom: 0px;
    left: -600px;
    Width: 1200px; 
    Height: 46px;
    background: url(images/footer_bg.png) repeat-x;
    color: #fff;
    
}

.footer-text
{
    font-size: .8em;
    padding: 15px 0 0 15px;
}

input, .inputfield
{
    border: 1px solid #BBBBBB;
    padding: 3px 5px;
    margin: 3px 0 7px 0;
    position:relative;
}

.signin
{
    width: 346px;
    margin: 100px auto;
}

.top
{
    height:9px;
    background: url(images/01_02_06_Sign_In_Box_White_top.png) no-repeat bottom left;
}

.middle
{
    background: url(images/01_02_06_Sign_In_Box_White_mid.png) repeat-y;
}

.bottom
{
    height:9px;
    background: url(images/01_02_06_Sign_In_Box_White_bottom.png) no-repeat top left;
}

.road_img
{
    width: 300px;
    padding: 20px 10px 10px 65px;
    background: url(images/01_02_04_Swoosh.png) no-repeat top left;
}

.access_wrapper
{
   width: 350px;
    background: url(images/access_In_Box_White.png) no-repeat top left;
}

.access_bottom
{
    background: url(images/access_In_Box_White.png) no-repeat bottom left;
}

#submit_button
{
     -moz-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
    border-radius: 6px;
}

#signin_button {
    background: url(images/03_04_01_Sign_In_Button.png) no-repeat top center;
    height: 26px;
    width: 66px;
    border: none;
    text-indent: -9999px;
}

#enter_button {
    background: url(images/image-enter.png) no-repeat top center;
    height: 26px;
    width: 66px;
    border: none;
    text-indent: -9999px;
}

.lrg_button {
    border: none !important;
    background: url(images/large_button.png) center no-repeat;
    width: 100px;
    height: 20px;
    margin: auto;
    line-height: 20px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
}

#errmessages, .errmessages
{
    font-size:85%;
    color: red;
    width:230px;
    background: url(images/03_02_01_Caution_Icon.png) no-repeat;
    background-position: 0px 3px;
}

#errmessages ul, .errmessages ul
{
    padding-left: 25px;
    list-style: none;
}

#browser-detection {
	background: #FFFFE5;
	color: #333333;
	position: fixed;
	_position: absolute;
	padding: 10px 15px;
	font-size: 13px;
	font-family: "Trebuchet MS", "Segoe UI", Arial, Tahoma, sans-serif;
	border-radius: 5px;
	border: 1px solid #D6D6C1;
	-moz-border-radius: 5px;
	width: 700px;
	z-index:1001;
}
#browser-detection P {
	margin: 0;
	padding: 0;
	background: transparent;
	line-height: 135%;
	width: auto;
	float: none;
	border: none;
	text-align: left;
}
#browser-detection P.bd-title {
    padding-top: 0px;
    font-size: 25px;
    line-height: 100%;
}
#browser-detection P.bd-notice {
    padding-bottom: 5px;
    padding-top: 5px;
}
#browser-detection SPAN.bd-highlight { color: #B50E0E; }
#browser-detection A#browser-detection-close {
	width: 15px;
	height: 15px;
	outline: none;
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent: -500em;
	line-height: 100%;
	background: url(./images/close.gif) no-repeat center center;
}
#browser-detection A#browser-detection-close:HOVER { background-color: #F5F5DC; }
#browser-detection UL.bd-browsers-list, #browser-detection UL.bd-browsers-list LI,
#browser-detection UL.bd-skip-buttons, #browser-detection UL.bd-skip-buttons LI {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
#browser-detection UL.bd-browsers-list { 
	clear: both;
	margin-top: 3px;
	padding: 7px 0;
	border-top: 1px solid #F5F5DC;
	border-bottom: 1px solid #F5F5DC;
	width: 100%;
}
#browser-detection UL.bd-browsers-list LI { text-align: left; }
#browser-detection UL.bd-browsers-list LI A {
	width: 60px;
	height: 55px;
	display: block;
	color: #666666;
	padding: 10px 10px 0 65px;
	text-decoration: none;
}
#browser-detection UL.bd-browsers-list LI A:HOVER {	text-decoration: underline; }
#browser-detection UL.bd-browsers-list LI.firefox A { background: url(./images/firefox.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.chrome A { background: url(./images/chrome.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.safari A { background: url(./images/safari.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.opera A { background: url(./images/opera.gif) no-repeat left top; }
#browser-detection UL.bd-browsers-list LI.msie A { background: url(./images/msie.gif) no-repeat left top; }
#browser-detection UL.bd-skip-buttons {	margin-top: 10px; }
#browser-detection UL.bd-skip-buttons LI {
	display: inline;
	margin-right: 10px;	
}
#browser-detection UL.bd-skip-buttons LI BUTTON { font-size: 13px; }
#browser-detection DIV.bd-poweredby {
	font-size: 9px;
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-style: italic;
}
#browser-detection DIV.bd-poweredby, #browser-detection DIV.bd-poweredby A { color: #AAAAAA; }
#browser-detection DIV.bd-poweredby A { text-decoration: underline; }
#browser-detection DIV.bd-poweredby A:HOVER { text-decoration: none; }
#black_overlay {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
} 

</pre></body></html>