﻿/* Login page and Reset Password page Styles */

h2 {
	font-size: 18px; font-size: 1.8rem;
	color: #000;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px; font-size: 1.4rem;
	margin-bottom: 1em;
}


label.inline {
    display: inline;
}

label.nonCANGroup {
    display:inline;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
    padding-top: 2em;
    padding-bottom: 1em;
    color: RGB(105,105,105);
}


.titleAnnouncements, .titleSignin, .titleResetPassword, .titleTips { padding-left: 35px; }

div#divContainer {
	width: 760px;
	margin: 0 auto;
	min-width: 0;
}

div#divThankYouContent
{
    color: #828282;
    margin-bottom: 30px;
}

body div.errorContainer {
    margin: 56px auto 0 auto !important;   
}

div.errorContainer h2 {
    padding-left: 30px;
    background: transparent url(../Images/icons/red-cross.png) 0 7px no-repeat;   
}

div#divHeader {
	width: 700px;
	height: 70px;
	padding-bottom: 20px;
}

div#divFormCol {
	float: left;
	width: 400px;
	margin-right: 30px;
}

div#divFormCol .full input[type="text"], div#divFormCol .full input[type="password"] {
	width: 282px;
}

.full a {
	margin: 10px 0;
	color: #8d8d8d;
	text-decoration: underline;
}

.full a:hover {
	color: #000;
}

.full p {
    display: inline;
}

div#divInfoCol {
	float: left;
	width: 270px;
}

div#divInfoCol strong {
    color: #000;   
}

div#divAnnouncementContent, div#divInfoCol p {
    color: #828282;
}

label.greyLabel  {
   color: #828282;
   font-weight: normal;
}

#pExpired {
    text-align: center;  
}

table
{
    border-style:none;
}

/*

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 350px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
    background-color: #ffffff;
}
body .ui-tooltip {
	border-width: 2px;
}

ul#ulUtilities li label {
  display: inline;
}