﻿.siteClosedMessage {
    font-family: Arial, sans-serif;
    text-align:center;
    font-size:22pt;
    color: #000000;
}

/* all */
.genTable {
	width:100%;
}

.genButtonDiv {
	text-align:center;
	padding:10px 0;
}

.genForm {
	font-family:Arial, Sans-Serif;
	font-size:12pt;
	background-color:#F0F0F0;	
	color:#000000;	
	margin:auto;
	margin-top:40px;
	margin-bottom:100px;
	width:500px;
	padding:20px 0;
}    

.genTitle {
	font-weight:bold; 
	text-align:center;
	font-size:13pt;	
}
	
.genTitle p {
	margin:0;
}
	
.genButton180 {
	background-color: #DB0B00;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    height: 40px;
    width: 180px;
    border-radius: 15px;
}

    .genButton180:Hover {
        background-color: #DB0B00;
        color: #d9d9d9;
        font-weight: bold;
        font-size: 10pt;
        height: 40px;
        width: 180px;
        border-radius: 15px;
    }

/* logins */
.logForm {
	font-family:Arial, Sans-Serif;
	font-size:12pt;
		
	color:#000000;	
	margin:auto;
	margin-top:40px;
	margin-bottom:100px;
	width:550px;
	padding:20px 0;
	border:1px dashed #000;
}    

    .logForm a {
	    font-weight:bold;
	    color:#DB0B00;
	    font-size:10pt;
    }

    .logForm a:hover {
	    font-weight:bold;
	    color:#000000;
	    font-size:10pt;
    }

.logTitle {
	font-weight:bold; 
	text-align:center;
	font-size:13pt;	
}
	
    .logTitle p {
	    margin:0;
    }

.loginError {
	font-weight:bold; 
	color:#DB0B00;
	text-align:center;
	font-size:10pt;
	padding:10px 20px;
	margin-bottom:20px;
}	

.logLabels {
	text-align:right;
	padding-right:4px;
	width:35%;
}

.logDataTB {
	font-weight:bold;
	width:270px;
}

.logMessage {
	font-size:11pt;
	margin-top:20px;
	text-align:center;
	border:1px solid #DB0B00;
	width:90%;
	margin:8px auto;
}
	
.logMessageHeader {
	font-weight:bold;
}

.logMessageBody {
	padding:10px 30px;
	font-size:11pt;
}
	
    .logMessageBody p {
	    margin:6px 0 7px 0;
    }

.logButton {
    background-color: #DB0B00;
    font-weight: bold;
    font-size: 12pt;
    color: #ffffff;
    height: 40px;
    width: 120px;
    border-radius: 15px;
    border:1px solid #DB0B00;
}

    .logButton:Hover {
        background-color: #DB0B00;
        color: #d9d9d9;
        font-weight: bold;
        font-size: 10pt;
        height: 40px;
        width: 120px;
        border-radius: 15px;
    }

/* registration */
.regForm {
	font-family:Arial, Sans-Serif;
	font-size:12pt;
			
	color:#000000;
	margin:auto;
	margin-top:40px;
	margin-bottom:100px;
	width:625px;
	padding:20px;
	border:2px solid #DB0B00;
}    

.regTitle {
	font-weight:bold; 
	text-align:center;	
	font-size:13pt;	
}
	
    .regTitle p {
		margin:0;
	}

.regError {
	font-weight:bold; 
	color:#DB0B00;
	text-align:center;
	font-size:10pt;
	padding:10px 20px;
	margin:10px 0 30px;
}	

.regLabels {
	text-align:right;
	padding-right:4px;
	width:40%;
}

.regDataTB {
	font-weight:bold; 
	width:270px;
}

.regPwMessage {
	font-size:11pt; 
	text-align:center; 
	padding:20px 40px;
}
		
.regButton {
	background-color: #DB0B00;
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    height: 40px;
    width: 150px;
    border-radius: 15px;
    border:1px solid #DB0B00;
}

    .regButton:Hover {
        background-color: #DB0B00;
        color: #d9d9d9;
        font-weight: bold;
        font-size: 10pt;
        height: 40px;
        width: 150px;
        border-radius: 15px;
    }

/* status */
.staResultsMsg
	{
		font-weight:bold; 
		color:#DB0B00;
		text-align:center;
		font-size:10pt;
		margin:20px 0;
	}	

.staLabels
	{
		text-align:right;
		padding-right:4px;
		width:35%;
	}

.staDataTB
	{
		font-weight:bold;
		width:270px;
	}

.staDirections
	{
		margin:20px 0;
		font-size:11pt;
		padding:0 60px;
	}
			
/* get password */
.gpwControl {
	background-color:#F0F0F0;
	padding:20px 0;
	margin:auto;
	width:450px;
	height:225px;
}

.gpwTable {
	width:450px;
	height:225px;
	border:none;
	border-collapse:collapse;
}

.gpwTable td {
	padding:0 0 0 0;
}

.gpwDirections {
	text-align:center;
	font-size:11pt;
}	
	
.gpwDirections p {
	margin:0;
}
	
.gpwLabels {
	color:#3d3018;
	text-align:right;
	padding-right:4px;
}

.gpwDataTB {
	font-weight: bold; 
	width:280px;
}
	
.gpwFailure {
	color:#DB0B00; 
	text-align:center;
}

.gpwErrorMsg {
	color:#000000; 
	width:425px; 
	margin:auto;
	padding-top:16px;
}

h1
{
    font-size:13pt;	
}




