﻿
.body {
    margin: 10px auto auto auto;
    text-align: center;
}
.h1black {
    font-size: 190%;
    font-family: 'Times New Roman';
    color: black;
    font-weight: bold;
    margin: auto;
    text-align: center;
}
.h2black {
    font-size: 175%;
    font-family: 'Times New Roman';
    color: black;
    font-weight: bold;
    margin: auto;
}

.h3black {
    font-size: 100%;
    font-family: 'Times New Roman';
    color: black;
    font-weight: bold;
    margin: auto;
}
.h2blue {
    font-size: 110%;
    font-family: 'Times New Roman';
    color:  darkblue;
    font-weight: bold;
    margin: auto;
}


.buttonrounded
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #000000;
    background-color: #d3d3d3;
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
}

.button-91 {
	color: #fff;
	padding: 15px 25px;
	background-color: #38D2D2;
	background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
	box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
	border-radius: 14px;
	font-weight: bold;
	font-size: 16px;
	border: 0;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	cursor: pointer;
}
.buttonClear {
	color: #090909;
	padding: 0.7em 1.7em;
	font-size: 18px;
	border-radius: 0.5em;
	background: #e8e8e8;
	border: 1px solid #e8e8e8;
	transition: all .3s;
	box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

	button:active {
		color: #666;
		box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
	}


.UpperClassOnly
     {
       text-transform:uppercase!important;
     }

.pagetext {
	font-size: 100%;
	margin: .9em 0;
	font-family: 'Times New Roman';
}
.pagetextsmall
    {
        font-size: 85%;
        margin: .5em 0;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }
.pagetextsmaller
    {
        font-size: 60%;
        margin: .7em 0;
        font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    }

.formcontainer
        {
    max-width:95%;
    margin: auto auto auto auto;
    text-align: center;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #F0F0F0 , #B8B8B8);
        }

.DivCenter {
	width: 1000px;
	margin: auto auto auto auto;
	text-align: center;
}
/*.divC {
	border: 2px solid lightblue;
	height: 100px;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}*/

.errorMsg
{
    font-size: 1em;
    font-family: Arial, helvetica, Sans-Serif;
    font-style: italic;
    color: Red;
}

 .alignright
{
    text-align: right;
}
 .alignleft
{
    text-align: left;
}
    
.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #CCCCCC;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: #CCCCCC;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.rounded
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

.msgmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background:#7f7f7f;
    background:rgba(255,255,255,0.5);
     }

.msgcenter {
    z-index: 1000;
    margin: 250px auto auto auto;
    padding: 5px;
    width: 700px;
    background-color: whitesmoke;
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 5px 5px 5px 5px;
}

.msgbutton
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: #d3d3d3;
    background-image: linear-gradient(to bottom, #d3d3d3, #707070);
    font-size: 11pt;
}
.msgrounded
{
    border: 2px solid #b7b7b7;
    -webkit-box-shadow: #B9BABA 5px 5px 5px;
    -moz-box-shadow: #B9BABA 5px 5px 5px;
    box-shadow: #B9BABA 5px 5px 5px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    color: #000000;
    background-color: #0066FF;
    background-image: linear-gradient(to bottom, #0040A1, #B2C6E3);
}

.msgconfirmation {
    z-index: 1000;
    margin: 100px auto;
    padding: 10px;
    width: 50%;
    background-color: #C0C0C0;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
    background-image: linear-gradient(to bottom, #707070, #A8A8A8);
}

