html, body { font-family: 'Helvetica', 'Arial'; }

body {
	background: #001b2d url(../images/bg_repeat.png) top repeat-x;
}

a { text-decoration: underline; }

.container { width: 905px !important;}

#header {}
	#header h1 { 
		text-indent: -9999px;		
		background: url(../images/logo.jpg) left no-repeat;
		margin: 0;
		padding: 0;
		height: 50px;
	}
	
#page-header {
	background: #f1f4f9;
	height: 75px;
	border-bottom: 1px solid #b3c1ca;
	position: relative;
}
	#page-header h1 { 
		margin: 0;
		padding: 20px 43px 0 43px;
		font-size: 1.9em;
		
	}
	
	#page-header.personalize,
	#page-header.create-account	{
		height: 90px;
	}
	
		#page-header.personalize h1 {
			padding: 15px 43px 0 43px;
		}
		
		#page-header.create-account h1 {
			color: #e36c04;
		}
	
	#page-header p {
		padding: 0 0 0 43px;
		font-size: 0.8em;
	}
	
	#page-header span {
		position: absolute;
		width: 22px;
		height: 18px;
		text-indent: -9999px;
		background: url(../images/img_arrow.jpg) center no-repeat;
		bottom: -13px;
		left: 90px;
	}
	
#content {
	background: #e7eff2;
	margin: 0 0 0 0;
	padding-bottom: 20px;
	border-top: 1px solid #fffdfc;
	border-bottom: 1px solid #b3c1ca;
}
	#content p {
		padding: 25px 0 0 30px;
		font-size: 0.8em;
	}
	
	#content .notice {
		background: #f1f5f8;
		border: 1px solid #c3c8cc;
		-webkit-border-radius: 7px 7px 7px 7px;
		border-radius: 7px 7px 7px 7px;
		margin: 30px 0 0 30px;
	}
		#content .notice p {
			padding: 5px; 
			margin: 0;
			font-size: 0.7em;
		}
		
		#content #loading.page-updating {
			padding: 60px 0;
		}
		
	#content .notice.personalize {
		margin: 0 0 0 30px;
		padding: 20px;
	}
	
	#content .notice.create-password {
		margin: 0 0 0 30px;
		padding: 10px;
	}
	
	#content .notice.router-setup {
		padding: 10px;
		width: 400px;
		margin: 30px auto;
	}
	
	#content .notice.create-account {
		padding: 5px;
		width: 200px;
		font-size: 0.8em;
	}
	
		#content .notice.personalize p ,
		#content .notice.create-password p {
			font-size: 0.8em;
		}
		
		#content .notice.personalize p label,
		#content .notice.create-password p label {
			color: #878185;
		}
		
		#content .notice.personalize p input[type="text"],
		#content .notice.create-password p input[type="text"] {
			-webkit-border-radius: 5px 5px 5px 5px;
			border-radius: 5px 5px 5px 5px;
			border: 1px solid #c3c8cc;
			width: 170px;
			padding: 5px 10px;
		}
		
		#content .notice.personalize .row p span,
		#content .notice.create-password .row p span {
			font-size: 0.9em;
		}
		
		#content .notice.create-password {
			width: 270px;
		}
		
	#content p.personalize {
		
	}	
	
		#content p.personalize strong,
		#content p.create-password strong {
			color: #3d8fdb;
		}
	
	#content ul.create-account {
		list-style-type: square;
		margin-left: 25px;
	}
	
		#content ul.create-account li {
			font-size: 0.8em; 
		}
	
#page-footer {
	background: #d4d9dd;
	border-top: 1px solid #fffdfc;
	text-align: right;
	padding: 20px;
	-webkit-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

	#page-footer a, #page-footer a.disabled, #page-footer a.disabled:hover {
		color: #fff;
		display: inline-block;		
		background: url(../images/button_disabled.png) center no-repeat;
		text-align: center;
		width: 117px;
		padding: 6px 0;
		margin-left: 15px;
		text-decoration: none;
	}
	
	#page-footer a.enabled, #page-footer a.enabled:hover, #page-footer a:hover {
		background: url(../images/button_default.png) center no-repeat;
	}
	
#content p.has-count {
	padding: 25px 0 0 65px;
}
	
	.has-count .number {
		background: url(../images/img-numbers.jpg) 0 0 no-repeat;
		width: 35px;
		height: 35px;
		display: inline-block;
		text-indent: -9999px;
		position: absolute;
		margin-top: -10px;
		margin-left: -40px;
	}
	
	.number.one {
		background-position: 0 0;
	}
	.number.two {
		background-position: 0px -47px;
	}
	.number.three {
		background-position: 0px -93px;
	}
	.number.four {
		background-position: 0px -138px;
	}
	
#loading {
	text-align: center;
	font-size: 0.8em;
	padding: 100px 0;
}

.disNone {
	display: none;
}

.myCenter {
     float: none;
     margin-left: auto;
     margin-right: auto;
}

.attn {
	padding-left: 29px;
	font-size: 12px;
	font-weight: bold;
}

.font-small {
	font-size: 12px;
}