﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
	margin:50px 0px; 
	padding:0px;
	text-align:center;
	color:#080808; 
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}
	
p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 0em 0px 1em 0px;
	padding: 1em;
	border: 1px solid #959595;
	text-align: center;
	width: 550px;
	height: 175px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
	font-size: medium;
	text-align: center;
}

legend 
{
    font-size: medium;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}


input.textEntry 
{
    width: 320px;
    border: 1px solid #080808;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #080808;
}

div.accountInfo
{
    width: 95%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.logo
{
    display: block;
    float: left;
    text-align: left
}

.clear
{
    clear: both;
}

.title
{
    display: inline; 
    float: left;
    text-align: center;
    width: auto;
    font-weight: 700;
    font-size: xx-large;
    height: 56px;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

.loginDisplay a:link
{
    color:  Black;
}

.loginDisplay a:visited
{
    color: Black;
}

.loginDisplay a:hover
{
    color: Black;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}
/* button style */
.buttonStyle {
	font-size: 18px;
    font-weight: bold;
    font-family:  Arial;
    color: #ffffff;
    height: 40px; 
    white-space: nowrap;   
    cursor: pointer;  
 
    text-align: center;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #4980C1; 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5384BE', endColorstr='#4386D7'); /* for IE 8 and above */
	background: -webkit-gradient(linear, left top, left bottom, from(#5384BE), to(#4386D7)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #5384BE, #4386D7); /* for firefox 3.6+ */
    background: -o-linear-gradient(top, #5384BE, #4386D7); /* for Opera */
	
	float: right;
	width: 190px;
    background-color: #0066CC;
}

.buttonStyle:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:Black;
}

.buttonStyle:active {
	position:relative;
	top:1px;
}

.submitButton
{
    text-align: right;
    padding-right: 0px;
    width: 578px;
	height: 34px;
    margin-top:0px;
}
.forgotPW 
{
    text-align: right;
    padding-right: 0px;
    width: 578px;
	height: 34px;
    margin-bottom:0px;
}
div#spinner
{
    display: none;
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background:url(spinner.gif) no-repeat center #fff;
    text-align:center;
    padding:10px;
    font:normal 16px Tahoma, Geneva, sans-serif;
    border:1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    z-index:2;
    overflow: auto;
}

#LoginUser
{
	width: 650px;
	height: 300px;
}

/* Announcement */
.Announcement
{
	color: #080808;
	font-size: medium;
}

