﻿.loginBody {
    background-color: #ffffff;
	font-size: 1.4em;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
    line-height: 1.5em;
    color: #333333;           
}

.logoImage {
    width: 375px;
}

.logoHeader {
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 4px solid #0077b6;
}

.loginForm {
    text-align: right;
    vertical-align: middle;
}

.title {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 11px;
}


.frameHolder {
    width: 100%;
    height: 100%;
    /* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(center bottom, circle closest-side, #97d8e8 0%, #02b4d7 100%);
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(center bottom, circle closest-side, #97d8e8 0%, #02b4d7 100%);
	/* Opera */ 
	background-image: -o-radial-gradient(center bottom, circle closest-side, #97d8e8 0%, #02b4d7 100%);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 0, color-stop(0, #97d8e8), color-stop(1, #02b4d7));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(center bottom, circle closest-side, #97d8e8 0%, #02b4d7 100%);
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(circle closest-side at center bottom, #97d8e8 0%, #02b4d7 100%);
	font-size: 1.0em;           
}

.centerBox {
	background-color: #f0f0f0;
    height:auto;
    position:relative;
    padding: 10px;
	-webkit-box-shadow: 0px 1px 2px 1px rgba(140,140,140,1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(140,140,140,1);
	box-shadow: 0px 1px 2px 1px rgba(140,140,140,1);
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
        
.centerBox .title {
    font-weight: bold;
    font-size: 1.6em;
    text-align: center;
    color: #0077b6;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
}
        
.centerBox .holder {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
    color: #333333;
    width: 90%;
    line-height: 1.3em;
    text-align: left;
}
        
.centerBox .textEntry {
    color: #333333;
    font-size: 1.1em;
    line-height: 1.3em;
    width: 100%;
}
        
.centerBox .right {
    text-align: right;
}
.LoginButton {
    border-radius: 2px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #faa533;
    padding: 10px 20px 10px;
    font-size: 1.1em;
    font-weight: bold;
}

.LoginButton:hover {
    background-color: #e6a300;
}

.landingNews .title {
    font-weight: bold;
    font-size: 1.4em;
    color: #0077b6;
    padding-top: 15px;
    text-transform: uppercase;
    font-style: italic;
    border-bottom: 1px solid #faa533;
}

.landingNews .subSection {
    padding-top: 4px;
    padding-left: 12px;
    font-size: 1.1em;
    line-height: 1.3em;
}

a {
    color: #0077b6;
}