/* CSS Document ALL FREE-SURVEYS PAGES */

body {
	color: #333; font-family: tahoma,sans-serif; font-size: 100%;
	margin: 0px; padding: 0px; text-align: center;
}

/* invisible row at top */
#preLayer {
	width: 750px; border: none;	height: 15px;
}
.prestyle {
	font-size: 11px; color: #000000; line-height: 15px;
}

/* head section with logo and login */
#HeadLayer {
	width: 750px; border: none;
}
/* topstrip row */
#topstrip {
	width: 750px; border: none;
}
.topstripTable {
	padding-top: 5px; padding-bottom: 5px;
	background-color: #0066cc; /* $dark_blue */
	border: solid 1px #0012cb; /* $border_dark_blue */
}
.topstrip_left {
	text-align: left; font-family: arial, helvetica, sans-serif; color:#ffffff;
	font-size: 13px; padding-left: 5px; font-weight: bold;
}
.topstrip_center {
	text-align: center; font-family: arial, helvetica, sans-serif; color: #ffffff;
	font-size: 13px; font-weight: bold;
}
.topstrip_right {
	text-align: right; font-family: arial, helvetica, sans-serif; color: #ffffff;
	font-size: 13px; padding-right: 5px; font-weight: bold;
}
.topstrip_right_link, .topstrip_right_link:visited {
	color: #ffffff; text-decoration: none;
}
.topstrip_right_link:hover, .topstrip_right_link:visited:hover {
	color: #ffffff; text-decoration: underline;
}
/* logosect row */
#logosect {
	width:750px; font-family: tahoma,sans-serif;
}
.logosectTable {
	border: solid 1px #0012cb; /* $border_dark_blue */
	border-top: none;
	background-color: #f0f6fc; /* $light_blue */
}
/* login box */
.loginTitleBox {
	border: solid 1px #0012cb; /* $border_dark_blue */
	border-top: none;
	background-color: #0066cc; /* $dark_blue */
}
.loginTitleBoxText {
	font-family: arial, helvetica, sans-serif; color: #ffffff;
	padding-left: 10px;	padding-top: 5px; padding-bottom: 5px;
	font-size: 15px; text-align: left; font-weight: bold;
}
.loginBodyBox {
	border-left: solid 1px #0012cb; /* $border_dark_blue */
	font-family: arial, helvetica, sans-serif; color: #000000;
	background-color: #ffffff; text-align: left;
	font-size: 13px; font-weight: bold;
}
/* forgot text in login box */
.forgotPadding {
	padding-left: 80px;
}
a.forgotPass, a.forgotPass:visited {
	font-family: arial, helvetica, sans-serif; color: #0012cb;
	font-size: 10px; font-weight: bold; border: none; text-decoration: underline;
}
a.forgotPass:hover, a.forgotPass:visited:hover {
	color: #cc3300;
}
/* navbar row */
#navbar {
	width: 750px; font-family: tahoma,sans-serif; margin: 0px; padding: 0px;
}
.navbarTable {
	border: solid 1px #0012cb; /* $border_dark_blue */
	border-top: none;
	background-color: #0066cc; /* $dark_blue */
	font-family: arial, helvetica, sans-serif; color: #ffffff;
	font-size: 13px; font-weight: bold; padding: 5px;
}
/* aligning for navbar */
.navbarLeft {
	text-align: left;
}
.navbarRight {
	text-align: right;
}
/* Navigation links at top of page */
.navHeader, .navHeader:visited {
	color:#ffffff; text-decoration: none;
}
.navHeader:hover, .navHeader:visited:hover {
	color: #ffffff; text-decoration: underline;
}
/* Navigation links at footer */
a.navFooter, a.navFooter:visited {
	font-family: arial, helvetica, sans-serif;
	color:#0012cb; font-size: 13px;
}
a.navFooter:hover, a.navFooter:visited:hover {
	color:#cc3300;
}

/* spacer */
#spacer {
}

/* text fonts right below navbar */
h1 {
	font-family: arial, helvetica, sans-serif; font-size: 18px; font-weight: bold;
	color: #0066cc; /* $deep_blue */
	padding: 0; display: block; border: none; width: 750px;
}
h2 {
	font-family: arial, helvetica, sans-serif; font-size: 18px; font-weight: bold;
	color: #cc0317; /* $deep_red */
	padding: 0; display: block; border: none; width: 750px;
}

/* links that are underlined */
a.line, a.line:visited {
	font-family: arial, helvetica, sans-serif; color: #0000ff;
	font-size: 13px; font-weight: bold; border: none; text-decoration: underline;
}
a.line:hover, a.line:visited:hover {
	font-family: arial, helvetica, sans-serif; color: #cc3300;
	font-size: 13px; font-weight: bold; border: none; text-decoration: underline;
}
