﻿* {
	margin:0;
	padding:0
}
html, body {
	width:100%;
	min-width:840px;
	height:100%;
	padding:0;
	border:none;
	margin:0;
	zoom:1
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	position:relative;
	background:#f4f4f4;
	height:100%
}
.main-footer {
	clear:both;
	text-align:center;
	color:#6b6b6b;
	font-weight:bold;
	padding-top:30px;
	padding-right:10px;
	padding-bottom:30px;
	padding-left:10px
}
.main-content {
	zoom:0;
	min-width:980px;
	background:#fff;
	padding-top:15px;
	padding-right:10px;
	padding-bottom:20px;
	padding-left:16px
}
input, textarea, select {
	font:1em Arial, Helvetica, sans-serif
}
img {
	margin:0;
	border:none;
	vertical-align:top
}
form {
	margin:0;
	padding:0
}
a:link {
	color:#001d66;
	text-decoration:none
}
a:active {
	color:#001d66;
	text-decoration:none
}
a:visited {
	color:#001d66;
	text-decoration:none
}
a:hover {
	color:#455bca
}
a {
	cursor:pointer;
	color:#001d66
}
h1 {
	font-size:180%;
	margin-bottom:4px;
	color:#292929
}
h3 {
	font-size:120%;
	margin:2px
}
h4 {
	font-size:110%;
	margin-top:10px
}

.clear {
	clear:both
}
.floatLeft {
	float:left
}
.floatRight {
	float:right;
	text-align:right
}

/**********/
/* LOGIN  */
/**********/
.login {
	background:url('/images/ProQuest_logo.png');
	background-position:top center;
	background-repeat:no-repeat;
    background-size: contain;
	min-height:293px;
	height:273px;
	float:left;
	width:293px;
	margin:0;
	padding:0 30px 0 0
}
.login-form {
	position:relative;
	font-size:1.2em;
	float:left;
	width:600px
}
.login-text {
	display:block;
	float:left;
	clear:both;
	width:500px
}
.login-form-box {
	clear:both;
	float:left;
	width:500px
}
.login-container {
	width:1068px;
	min-height:600px;
	background:#fff;
	margin-right:auto;
	margin-left:auto;
	overflow:visible;
	padding-top:40px
}
.login-box-div {
	margin-top:5px;
	padding:10px 10px 0;
	float:left
}
.login-label {
	display:block;
	margin:5px 0;
	padding:10px 5px 10px 0;
	width:100px;
	font:1.3em Arial, sans-serif
}
.login-form-input {
	height:22px;
	border:1px solid #dadada;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:3px;
	margin:10px 0;
	color:#999;
	width:320px;
	float:left;
	clear:both;
	font:1.2em Arial, sans-serif
}
.login-form-input:focus {
	border:1px solid #666;
	background-color:#fff;
	color:#333
}
.submit-login {
	border:1px solid #364887;
	color:#fff;
	text-shadow:0 1px rgba(0,0,0,.1);
	background:#4a62b4;
	padding:5px 10px;
	float:right;
	margin:10px 35px 0 0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	font-size:.9em
}
.submit-login:hover {
	background:#506bc7
}
.create-form {
	position:relative;
	top:90px
}
.create-form textarea {
	width:340px;
	height:50px
}

.account-create-text {
    width: 200px;
}
.require-field {
	display: none;
    color: red;
}


/**********//*  TOP HEADER  *//**********/
#menu
{
	width:100%;
	overflow: hidden;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	background: url(/Images/topbg.png) repeat-x;
	z-index: 500;
}
.menu
{
	margin:0px;
	color: white;
	height: 45px;
	white-space:nowrap;
	list-style:none;
	color: #fff;
	vertical-align: top;
	float: right;
	width:550px;
}
.menu-ebl
{
	float: left;
	cursor: pointer;
	background: url(/Images/elements.png) no-repeat -31px -295px;
	width: 34px;
	height: 34px;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
#menu #ebl-text
{
	color: White;
	font-size: 150%;
	float: left;
	top: 100px;
	padding: 10px 10px 10px 0px;
	margin-top: 3px;
}
#menu #ebl-text.large
{
	color: White;
	font-size: 150%;
	float: left;
	top: 100px;
	padding: 10px 10px 10px 0px;
}
#menu #ebl-libraryicon
{
	padding: 1px;
	margin-top: 2px;
	float: left;
	position: relative;
	display: block;
}
#menu #ebl-libraryicon>img
{
	max-width: 204px;
	max-height: 34px;
}
.menu-container
{
	margin: 0;
	height: 45px;
	padding: 0;
	width:100%;
}
/* Right Nav */
.menu .button
{
	float: right;
	text-align: center;
	height: 40px;
	position: relative;
	line-height: 18px;
}
.menu .button a
{
	display: block;
	padding: 22px 15px 0;
}
.menu a, .menu a:visited
{
	display: block;
	font-weight: bold;
	color: #FFF;
	font-size: 1.1em;
}
.menu a:hover
{
	display: block;
	font-weight: bold;
	color: #BECFE7;
	text-decoration: none;
}
.menu .inactive:hover { background-position: -180px 0px; }
.menu li
{
	float:left;
	min-width:20px;
	max-width: 140px;
	vertical-align:middle;
	line-height: 18px;
	margin:0px;
}
.menu a
{
	display: block;
}

.menu .active a
{ color: #BECFE7; }


/**********/
/*  HELP  */
/**********/
.helplink {
	color:#001d66;
	text-decoration:none;
	font-size:1.3em
}
.help {
	padding-left:10px
}
.help .answer {
	padding:5px;
	border-left:5px solid 2px #c7ccea;
	list-style-position:inside;
	font-size:1.1em;
	line-height:1.4em
}
.help .active {
	font-weight:bold
}
.help .question {
	display:block;
	font-size:1.3em
}
.help .highlight {
	background-color:#c7ccea
}
.help-h4 {
	font-size:1.3em
}

/**********/
/*  MISC  */
/**********/
#links .selected {
	font-weight:bold
}
.error {
	color:red;
	font-size:10pt;
	font-weight:bold
}
.red {
	color:red
}
br.c {
	clear:both
}

