/* DEFAULTS
----------------------------------------------------------*/
/*colors logo: red: cb3b3a, grey: a2a2a2*/
:root {
	--color-white: #FFFFFF;
	--color-lightgrey: #F9F9F9;
	--color-darkgrey: #323232;
	--color-red: #C83232;
}

@font-face {
    font-family: 'GTAmericastd';
    src: url('../fonts/GT-America-Standard-Regular.eot');
    src: url('../fonts/GT-America-Standard-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/GT-America-Standard-Regular.woff2') format('woff2'),url('../fonts/GT-America-Standard-Regular.woff') format('woff'),url('../fonts/GT-America-Standard-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'GTAmericabold';
    src: url('../fonts/GT-America-Standard-Bold.woff2') format('woff2'), url('../fonts/GT-America-Standard-Bold.woff') format('woff'), url('../fonts/GT-America-Standard-Bold.ttf') format('truetype');
}

body {
    FONT-WEIGHT: 100;
    background: #e9e9e9;
    /*font-size: 1.60em;*/
    font-size: 16px;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: 'GTAmericastd', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 25px;
    color: var(--color-darkgrey);
    text-rendering: auto;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    line-height: 1.4em;
}

a:link, a:visited
{
    color: #897474
}

a:hover {
    color: var(--color-red);
    text-decoration: none;
}

a:active {
    color: #C83232;
}

p {
    line-height: 1.4em;
    padding-bottom: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'GTAmericastd', serif;
    font-feature-settings: 'clig' 0;
    font-weight: normal;
    font-style: normal;
    color: var(--color-darkgrey);
}

h1 {
    font-size: 40px;
    padding-bottom: 15px;
}

h2 {
    font-size: 28px;
    padding-bottom: 15px;
}

h3 {
    color: var(--color-red);
}

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: 1100px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    margin: 0px;
    padding: 0px;
    background: var(--color-red);
    width: 100%;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        color: var(--color-lightgrey);
        margin: 0px;
        padding: 0px 20px 0px 20px;
        line-height: 1.5em;
        font-family: 'GTAmericaBold', sans-serif;
        font-size: 2em;
        text-align: right;
    }

.main
{
    padding: 0px 20px;
    margin: 0px 0px 0px 0px;
    min-height: 450px;
	background: var(--color-white);
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 25px 0px 25px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
	background: var(--color-lightgrey);
}


/* TAB MENU   
----------------------------------------------------------*/

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%;
}

td {
    color: #897474;
	padding: 0px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 335px;
}

.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;
}

/* CUSTOM ADDED */

    .marge
{
    margin-left: 2em;
}

red {
    color: #C83232;
    font-family: 'GTAmericabold', sans-serif;
}

select:disabled {
  opacity: 1;
  border-style: none;
  appearance: none;
  text-indent: 5px;
}

input[type="submit"] {
	background-color: var(--color-white);
	border: 2px solid var(--color-red);
	color: var(--color-darkgrey);
	border-radius: 15px;
	height: 30px;
	width: 175px;
	margin-left: 6px;
	margin-right: 6px;
	transition-duration: 0.25s;
}

input[type="submit"]:hover {
	background-color: var(--color-red);
	color: var(--color-lightgrey);
}
