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;
}
body {
	line-height: 1;
}
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 {
	background: url(../img/login_background) repeat-x #006496;
	font-family: Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.3em;
	color: #333333;
}

h1 {
	height: 59px;
	background: url(../img/login_welcome_banner) no-repeat top center;
	text-indent: -10000px;
	margin: 32px 0 0 0;
}

h2,
h3 {
	font-family: 'Gill Sans MT', 'Gill Sans', Gill, Arial, sans-serif;
	margin-bottom: 0.2em;	
	font-weight: normal;	
}

h2 {
	color: #044284;	
	font-size: 1.9em;
	line-height: 1em;
}

h3 {	
	font-size: 1.6em;
	line-height: 1em;
}

em {
	font-weight: bold;
	font-style: normal;
}

b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

input,
select {
	font-size: 1em;
}

a:link { color: #116E93; }
a:hover { color: #288fb8; }
a:active { color: #288fb8; }
a:visited { color: #791193; }

.clear {
	clear: both;
}

.button {
	font-size: 1em !important;
	padding: 3px 15px;
}

.status-div {
	display: none;
}

#jump-menu {
	display: none;
}

#content-wrapper {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
}

	#content {
		padding: 0 15px 20px 15px;		
	}
		
		#spire-intro {
			font-weight: bold;
			margin: 32px 0;
		}

		#column-left,
		#column-right {
			width: 456px;
			float: left;
		}

		#column-left {
			margin-right: 16px;
		}

			#login-box {
				background: url(../img/login_box_background) repeat-x #003466;
				color: #ffffff;
				padding: 5px 16px 16px 16px;
			}
				
				#login-box h2 {
					color: #ffffff;
					font-size: 2.3em;
					text-shadow: -1px -1px 2px rgba(0,0,0,0.2), 1px 1px 2px rgba(255,255,255,0.3);
				}

				#login-box a:link,
				#login-box a:hover,
				#login-box a:active,
				#login-box a:visited {
					color: #ffffff;
					font-size: 0.8em
				}

				#login-box th {
					font-weight: bold;
					font-size: 1.3em;
					padding-right: 0.4em;
					color: #ffffff;
				}

				#login-box td#password-reset {
					text-align: center;
				}

				#login-box input {
					font-size: 1.3em;
					width: 320px;
					margin-bottom: 4px;					
				}

					#login-box input.button {
						width: auto;
						margin-bottom: 0;
					}
					
				#login-box td#loginerror {
					font-weight: bold;
					font-size: 1.1em;
					line-height: 1.1em;
					padding: 5px 0;
					color: #ffffff;
				}		
				
					#login-box td#loginerror img {
						vertical-align: middle;
						margin: -2px 5px 0 0;
					}						

				#system-message {
					background: url(../img/login_system_message) no-repeat;
					width: 456px;
					margin-left: -26px;
					padding: 30px 10px 10px 10px;
					color: #4d4d4d;
				}

					#system-message h3 {
						color: #4d4d4d;
						font-size: 1.1em;
						font-weight: bold;
					}

					#system-message-text {
						font-size: 1em;
						line-height: 1.3em;
					}

				#system-message-shadow {
					background: url(../img/login_system_message_shadow) no-repeat;
					width: 484px;
					height: 8px;
					margin: 0 0 5px -26px;
				}

			#tips-box {
				background: url(../img/login_tips_note) no-repeat;
				width: 434px;
				padding: 15px;
				margin-left: -4px;	
			}

				#tips-box h2,
				#tips-box h3 {
					color: #333333;
					font-family: 'Segoe Print', 'Gill Sans MT', 'Gill Sans', Gill, Arial, sans-serif;
				}

				#tips-box h2 {
					margin-bottom: 0.5em;
				}

				#tips-box h3 {
					font-size: 1.1em;
					margin-bottom: 0.5em;
				}

				#tips-shadow {
					background: url(../img/login_tips_shadow) no-repeat;
					height: 7px;
					margin: 15px -15px -15px -15px;
				}
			
			#policy-box p,
			#tips-box p {
				margin-bottom: 0.5em;
			}

			#policy-box {
				margin-bottom: 24px;
				padding: 0 15px;
			}

			#notices-box {
				padding: 0 15px;
			}

				#notices-box h2 {
					float: left;
					margin-right: 10px;
				}

				ul#follow-links {
				}

					ul#follow-links li {
						float: left;
						margin-left: 5px;
						padding-top: 2px;
					}
				
				#notices-list {
					margin-top: 0.7em;
				}
					
					#notices-list li {
						margin-bottom: 1.1em;
						font-size: 1em;
						line-height: 1.3em;
					}

						#notices-list li a {
							font-weight: bold;
							text-decoration: none;
						}

						#notices-list li a:hover {
							text-decoration: underline;
						}

						#notices-list li img {
							vertical-align: text-bottom;
							margin-left: 6px;
						}

						.item-date {
							color: #555;
						}

		#column-right {}

			#register-box {
				border: 1px solid #ccc;
				border-radius: 5px;
				padding: 8px 15px;
				background: #fcfcfc;
			}
			
				#register-box p {
					padding-bottom: 1em;
				}

			#help-box {
				margin-bottom: 1em;	
				padding-bottom: 14px;
				background: url(../img/login_section_divider) bottom center no-repeat;
			}
			
				.help-section-list {
					margin-top: 1em;
					clear: both;
				}

					.help-section-list li {
						width: 208px;
						float: left;
						margin-right: 15px;
						margin-bottom: 0.4em;
					}

						.help-section-list li a {
							text-decoration: none;
						}

						.help-section-list li a:hover {
							text-decoration: underline;
						}

			#spire-contacts {
				margin-bottom: 1em;
			}

	#footer {
		width: 100%;
		clear: both;
		text-align: center;
		padding-top: 1em;
		color: #4d4d4d;
		font-size: 0.8em;
	}

.box {
	margin-bottom: 24px;
	padding-bottom: 24px;
	clear: both;
}

.inner-column {
	width: 208px;
	float: left;
	margin-right: 15px;	
}

.guidance-text {
	font-size: 0.8em;
	color: #4D4D4D;
	line-height: 1.3em;
	margin-bottom: 10px;
}

/* PDF, WORD and HTML icons by famfamfam.com */
a.pdf,
a.word,
a.html {
	display: inline-block;
	padding-left: 20px;
	min-height: 16px;	
}

a.pdf {	background: url(../img/pdf_silk_16) no-repeat 0px 3px; }
a.word {	background: url(../img/word_silk_16) no-repeat 0px 3px; }
a.html { background: url(../img/link_silk_16) no-repeat 0px 3px; }

li a.pdf,
li a.word,
li a.html {
	text-decoration: none;
}

li a.pdf:hover,
li a.word:hover,
li a.html:hover {
	text-decoration: underline;
}

a.rss-icon,
a.twitter-icon,
a.email-icon {
	display: inline-block;
	width:28px;
	height: 28px;
	background-repeat: no-repeat;
}

a.rss-icon { background-image: url(../img/rss_square_28); }
a.twitter-icon { background-image: url(../img/twitter_square_28); }
a.email-icon { background-image: url(../img/email_square_28); }

/*
 * Loading / Updating div styles
 */
.status-div
, #iframe-wrapper
{
  position:absolute;
  left:50%;
  top:45%;
  margin:-70px;
}

.status-div {
  width: 160px;
  height: 80px;
  z-index: 100;
  border: 3px solid #666699;
  background-color: #ffffff;
  text-align: center;
}

#iframe-wrapper {
  z-index: 99;
  width: 144px;
  height: 146px;
  top: 45%;
  margin: -72px;
}

.status-div .close-button {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  float: right;
  cursor: pointer;
}

.status-div img.loading {
  margin-top: 20px;
}

.status-div strong {
  display: block;
  margin: 12px;
  text-align: center;
  font-size: 0.9em;
  font-family: arial, sans-serif;
}

div#loading {
  visibility: hidden;
  display: none;
}

div#updating {
  visibility: hidden;
  display: none;
}

/*
 * Commonly-used IE hack for position: fixed;
*/
* html .status-div, * html #iframe-wrapper {
  position: absolute;
  top:expression(eval(document.compatMode &&
  document.compatMode=='CSS1Compat') ?
  documentElement.scrollTop
  +((documentElement.clientHeight-this.clientHeight)/2 )
  : document.body.scrollTop
  +((document.body.clientHeight-this.clientHeight)/2));
}

* html #iframe-wrapper {
  filter: alpha(opacity = 0);
}

* > .status-div, * > #iframe-wrapper {
  position: fixed;
}

#blocking-div
{
  background-color: #000000;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  float: left;
}
