﻿h1
{
    font-family: "adelle";
}

#Banner
{
    max-width: 750px;
    margin: 0 auto;
}

.confirmationCode
{
    font-size: 1.5em;
    color: Red;
}
fieldset.anonymous
{
    background-color: #f2f2f2;
    border-color: #006e8e;
}

.Background
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.Popup
{
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    max-width: 450px;
    height: 350px;
}
.lbl
{
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.center
{
    width: 50%;
    margin: 0 auto;
}


/*********This one is blue**********************/
.bluebtn
{
    -moz-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #bbdaf7;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background-color: #79bbff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #84bbf3;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}
.bluebtn:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background: -moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    background-color: #378de5;
}
.bluebtn:active
{
    position: relative;
    top: 1px;
}
/*****************************/



/********This is one yellow*****************
.yellowbtn
{
    -moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
    background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}
.yellowbtn:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
    background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
    background-color: #ffab23;
}
.yellowbtn:active
{
    position: relative;
    top: 1px;
}*/

.rbl {
    margin-left: 20px;
    margin-right: 1px;
}

.bigger {
    font-style: italic;
}

.yellowbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.yellowbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.yellowbtn:active {
	position:relative;
	top:1px;
}


/********************BUTTON*****************************/
/**This one is for green buttons submit and add**/
.greenbtn
{
    -moz-box-shadow: inset 0px 1px 0px 0px #caefab;
    -webkit-box-shadow: inset 0px 1px 0px 0px #caefab;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77d42a), color-stop(1, #5cb811) );
    background: -moz-linear-gradient( center top, #77d42a 5%, #5cb811 100% );
    background-color: #77d42a;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #268a16;
    display: inline-block;
    color: #306108;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}
.greenbtn:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5cb811), color-stop(1, #77d42a) );
    background: -moz-linear-gradient( center top, #5cb811 5%, #77d42a 100% );
    background-color: #5cb811;
}
.greenbtn:active
{
    position: relative;
    top: 1px;
}

/*****************************/

.pinkbtn {
  background: #ffecb3;
  -webkit-border-radius: 18;
  -moz-border-radius: 18;
  border-radius: 18px;
  font-family: pt-sans;
  color: #000000;
  text-decoration: none;
}

.pinkbtn:hover {
  background: #99CCFF;

}


/******************************/
.uploadBtn, .uploadBtn:hover
{
    background-image: url(../images/aa_social_media_073118.PNG);
    cursor: hand; 
    background-repeat: no-repeat; 
    background-position: 5px 5px; 
    padding-left: 120px; 
    min-width: 345px;
	background-size: auto 32px;
}

/* DEFAULTSSS     font-family: "PT Sans";
----------------------------------------------------------*/

body
{
    background: #4b6c9e; /*background: #b6b7bc;*/
    font-size: .80em; /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;*/
    font-family: "pt-sans";
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    /*margin-bottom: 0px;*/
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    /*margin-bottom: 0px;*/
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 750px;*/
    max-width: 750px; /*background-color: #fff;*/
    background-color: #000000;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    background: #f7f7f7;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px; /*background: #4b6c9e;*/
    background: #000000;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    /*padding: 0px 6px;*/
    margin: 30px 10px 10px 30px;
    min-height: 420px;

}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #ffffff;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-size:smaller;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.label
{
    float: left;
}

/************************************/

#Logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

#MainTable
{
    max-width: 750px;
    min-width: 350px;
}

textarea
{
    height: 150px;
    width: 550px;
    /*max-height: 150px;
    min-height: 100px;
    max-width: 350px;
    min-width: 500px;*/
}

.red
{
    color: red;
}


.blue
{
    color: blue;
}

.txt_center { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.text_section_center { 
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.text_section_right { 
	margin-left:auto; margin-right:0;white-space: nowrap; text-align: right;
}

.text_section_left { 
	margin-right:auto; margin-left:0; vertical-align:middle;white-space: nowrap;
}

table { margin: auto; } 

.tbl_max  { width:100%}