﻿
.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: 150%;
    font-family: 'Times New Roman';
    color: black;
    font-weight: bold;
    margin: auto;
    text-align: center;
}

.pagetextsmall {
    font-size: 175%;
    font-family: 'Times New Roman';
    color: black;
    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;
}

.myButton {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
    background-color: #599bb3;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}

    .myButton:hover {
        background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
        background-color: #408c99;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }
.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);
}


.UpperClassOnly
     {
       text-transform:uppercase!important;
     }

.pagetext {
	font-size: 100%;
	margin: .7em 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetextsmall {
	font-size: 75%;
	margin: .7em 0;
	font-family: Arial, Helvetica, sans-serif;
}
.pagetextsmaller {
	font-size: 60%;
	margin: .7em 0;
	font-family: Arial, Helvetica, sans-serif;
}

.formcontainer
        {
    max-width:75%;
    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);
        }

.formcontainer1 {
	max-width: 90%;
	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: 100%;
    margin: auto auto auto auto;
}

.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: 300px auto;
    padding: 5px;
    width: 590px;
    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;
}

.msgcentersmall {
	z-index: 1000;
	margin: 300px auto;
	padding: 5px;
	width: 300px;
	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);
}

