
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: sans-serif;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
form {
	margin: 0;
}
button,
input,
select,
textarea {
	font-size: 110%; 
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	padding: 6px 12px;
}

button,
input {
	line-height: normal; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 
	-webkit-appearance: button;
	*overflow: visible; 
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto; 
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input + label {
	cursor: pointer;
	display: inline-block;
}

html {
	height: 100%;
	background-color:#abaaa5;
}

body {
	/*background: #C2D6D6;*/
	color: #00559b; 
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
	font-size: .95em; 
}

#mqQLogo {
	margin: 0 auto;
	display: block;
}

#header {
	padding-bottom: 5px;
	height:50px;				
}

#header .body-text {
	text-align: left;	
}

#header, #header .container, #header .body-text {
	background-color: #005187; /*Chamberlain Blue   */
}

.body-copyright, .body-text, .body-link, .body-spinner  {
	color: #333333;
	font-weight: 300;
	text-align: left;
	padding: 10px 0px;
}
.body-text-bold {
	font-weight: bold;
}
.body-copyright {
	font-weight: 300;
	padding-top: 30px;
	font-size: 0.70em;
}
.body-spinner {
	text-align: center;
	background: #959595;
}

a.link-button {
	background-color: #005187; /* Chamberlain Blue */
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	padding: 7px 25px;
	text-decoration: none;
	cursor: pointer;
}

a:hover.link-button, a:focus.link-button {
	background-color: #144567; /* Darker Chamberlain Blue */
}

.copyright  {
	color: #ffffff;
	font-weight: 500;
}
.container {
	background-color:#ecebea;
	color: #00559b;
	font-weight: 500;
	text-align: left;
	padding: 3px 15px;
}
input[type="radio"] {
	margin: 0 10px 4px 0;
}
.ssidTable{
	width:100%;
	border:10px;
	table-layout:fixed;
}
.colStrength{
	width:32px;
	white-space: nowrap;
}
.colSecured{
	width:16px;
	white-space: nowrap;
}
.colSsid{
	white-space: nowrap;
}
.rowOther{
	border-top: thin solid gray;
	border-bottom: thin solid gray;
}
.logoGraphic{ 
	margin-top: 5px;		
	width: 230px;
	height: 20px;
}
