﻿/* Required for older browsers viewing HTML5 elements */
article, aside, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}


body{
	margin:0px;
	color:#747678;
	font-family:arial;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
}

h1{
	font-family:arial;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
}

h2{
	font-family:arial;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
}

h3{
	font-family:arial;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

img{
	border:0px;
}

input.login{
	cursor:pointer;
	border:0px;
	width:175px;
	height:30px;
	background:none;
	background-image:url(../resources/login.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
input.login:hover{
	background-position: 0px -30px;
}

input.question{
	cursor:pointer;
	border:0px;
	width:19px;
	height:19px;
	background-image:url(../resources/question.png);
	background-repeat:no-repeat;
	background-position: center center;
}

.pageWidth{
	position:relative;
	width:1000px;
	margin:0px auto;
}

.clearFloats{
	clear:both;
}

#header{
	width:100%;
	min-width:1000px;
	height:125px;
	overflow:hidden;
	background-image:url(../resources/banner.png);
	background-repeat:no-repeat;
	background-position:center top;
}

#institutionLogo{
	position:absolute;
	top:5px;
	right:65px;
}

#tagLine{
	color:#ffffff;
	font-family:times new roman;
	font-size:34px;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:15px;
}

#navTop{
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	position:absolute;
	top:70px;
	left:20px;
}
#navTop > ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#navTop > ul > li{
	display:inline;
	margin:0px;
	padding:0px 0px;
}
#navTop > ul > li+li{
	padding-left:40px;
}
#navTop a{
	color:#ffffff;
	padding:10px 0px;
}
#navTop a:link,
#navTop a:visited{
	text-decoration:none;
}
#navTop a:active,
#navTop a:hover,
#navTop .gbselected{
	color:#002f5f;
}

#body{
	width:100%;
	min-width:1000px;
	margin-top:40px;
}

#login{
	float:left;
	position:relative;
	width:175px;
	height:auto;
	color:#ffffff;
	background-color:#64a0c8;
	background-image:url(../resources/gradientLoginbox.png);
	background-repeat:repeat-y;
	background-position:left;
	padding:10px 20px;
}
#login h1{
	font-family:times new roman;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ffffff;
}
#login .fieldGroup{
	position:relative;
	margin-bottom:5px;
}
#login label{
	display:block;
	line-height:16px;
}

#login input.field{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	display:block;
	width:175px;
	font-size:12px;
	line-height:18px;
	height:21px;
	border:1px solid #747678;
}
#login input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
	display:block;
	width:175px;
	font-size:12px;
	line-height:18px;
	height:21px;
	border:1px solid #747678;
	font-weight: bold;
	line-height:22px;
	color: #777;
	text-align:left;
}
#login input.login{
	position:absolute;
	top:130px;
	left:20px;
}
#login input.question{
	z-index:2;
	position:absolute;
	top:17px;
	left:155px;
}

#password{
	padding-right:25px;
}

#content{
	margin-left:240px;
	margin-right:250px;
}

#footer{
	width:100%;
	min-width:1000px;
	margin-top:65px;
	min-height:75px;
	background-image:url(../resources/gradientFooter.png);
	background-repeat:repeat-x;
	background-position:top;
}

#gcCopyright{
	width:550px;
	margin:0px 0px 0px 115px;
	padding:20px 0px;
}
#gcCopyright > .LCell{
	display:table-cell;
	padding:5px 0px 0px 0px;
	vertical-align:middle;
}
#gcCopyright > .RCell{
	display:table-cell;
	padding:0px 0px 0px 20px;
	text-align:left;
	color:#999999;
	font-size:10px;
	line-height:12px;
}
.goToClass{
	background: url("../resources/login.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 30px !important;
    width: 175px;
	margin:0 0 10px 0 !important;
}
#password{
background-color:#ffffff !important;
}
#capsLockIndicator{
padding:2PX 0 0 23px !important;
margin:0 !important;
height:27px;
}
#loginError {
font-size:13px;
background-image:url("../resources/login-error-icon.png");
background-repeat:no-repeat;
margin: 0 0 15px 0;
color:#fff;
padding-left:23px;
}
.WarnBox {
margin: 20px auto 30px !important;
text-align: left;
border-radius:5px;
}
.WarnBox a {
line-height:22px;
color:#fff;
display:block;
}
#login a {
color:#fff;
line-height:22px;
}
#divShowPassword {
	margin:13px 13px 3px 0;
}

#showpassword {
width:auto !important;
display:inline !important;
height: auto !important;
}

#labelShowPassword {
width:auto !important;
display:inline !important;
}