﻿* 
{
	margin: 0;
}

html, body 
{
	font-family: Verdana;
	height: 100%;
   
}

a
{
	text-decoration: none;
	color: Blue;
}

a:hover
{
	text-decoration: underline;
}


.logintext
{
	width: 96%;
    font-size:large;
}

.extralinks
{
	margin: 10px auto auto 10px;
	padding: 10px auto auto 10px;
	font-size: 10pt;
    padding: 0px 0px 0px 0px;
    text-align:center;
    color:#fff;
    font-size:large;
}

.actionbuttons
{
	/*margin: 10px auto auto 92px;*/
    margin: 10px auto auto 127px;
	
}

.globallinks a
{
	float: right;
	color: White;
	font-weight: normal;
}

.globallinks
{
	font-size: 12pt;
	float: right;
	color: White;
	font-weight: normal;
	margin: 0px 5px;
}

.banner
{
	border-bottom: outset 2px black;
	background-color: #003a69;
	color: #FFFFFF;
	font-size: 16pt;
}


#loginDiv 
{
    width:380px;
    margin-left:auto;
    margin-right:auto;
    font-size:large;
    margin-top:20px;
}

#loginDiv>fieldset
{
    color:#fff;
    background: #003a69;
    border:none;
    /*border-radius: 15px;*/
    -webkit-box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);

}
#loginDiv > fieldset > div 
{
    margin-top:8px;
}

#loginDiv > fieldset > input
{
       padding: 5px; 
        -webkit-box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.6) inset;
        box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.6) inset;
}
#loginDiv a
{
	color: #fff;
}

#loginDiv a:hover 
{
    color: #51a351;
}

.content
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */

}

.questionDiv
{
    text-align:center;
    color: #5d5d5d;
    margin-top:30px;
}
.push
{
	height: 30px;
}

.footer
{
	height: 30px;
	background-color: #003a69;
	color: #fff;
	text-align: center;
}

.header
{
	text-align: center;
	background-color: Gray;
	color: White;
	font-weight: bold;
}

.validationerror
{
	width: 100%;
	height: 15px;
	text-indent: 15px;
	background: #c1c1c1;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	color: red;	
	display: block;

}

.fieldlabel
{
	display:block;
	margin: 5px auto auto 0px;
	color: #284E98;
	font-size: 8pt;
}

.explanation
{
	margin: 15px;
	font-size:12pt;
	border-bottom: solid 1px #E7E7E7;
}

.newAcctMessage
{
	margin-top:10px; 
	margin-left:10px; 
	color:#c43c40;  /* red */

}

.message
{
	background-color: #B5C7DE;
	border: outset 2px black;
	color: White;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}


#EmailChallengeMessage
{
	margin: 50px;
	text-align: center;
}

#EmailChallengeAlternative
{
	margin: 30px;
	text-align: center;
}

.dashboard {
    TEXT-ALIGN-LAST: CENTER;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 40px;
    padding-left: 40px;
    background: #003a69;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	color:white;    
    -webkit-box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 27px 16px -9px rgba(0,0,0,0.75);
    
}

.dashboard a {
  display: block;
  background: #4d98c7;
  background-image: -webkit-linear-gradient(top, #4d98c7, #08598c);
  background-image: -moz-linear-gradient(top, #4d98c7, #08598c);
  background-image: -ms-linear-gradient(top, #4d98c7, #08598c);
  background-image: -o-linear-gradient(top, #4d98c7, #08598c);
  background-image: linear-gradient(to bottom, #4d98c7, #08598c);
  -webkit-border-radius: 11;
  -moz-border-radius: 11;
  border-radius: 11px;
  color: #ffffff;
  font-size: 20px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.dashboard a:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.dashboard div
{
    margin-bottom: 5px;
    margin-top: -4px;
    font-size: small;
}

.devicedate
{
	font-size: 10pt;
	margin: auto 5px auto 5px;
}

.applicationpending
{
	border: solid 1px black;
	margin: 5px 5px 5px 5px;
	display: block;
}

.apply
{
}

.buttonSignon
{
    color: #fff;
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top,#62c462,#51a351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));
    background-image: -webkit-linear-gradient(top,#62c462,#51a351);
    background-image: -o-linear-gradient(top,#62c462,#51a351);
    background-image: linear-gradient(to bottom,#62c462,#51a351);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    padding: 8px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom: 15px;
}
    .buttonSignon:hover {
        cursor:pointer;
        text-decoration:underline;
    }