﻿
body
{
    font-family: Arial, Calibri;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #747474;
   
}

table.center
{
    margin-left:auto;
    margin-right:auto;
}

table.Gray
{
    background-color: #efefef;
    border-bottom: #999999 1px solid;
    border-left: #999999 1px solid;
    border-top: #999999 1px solid;
    border-right: #999999 1px solid;
    font-family: Arial;
    color: #525252;
    font-weight: bold;
}

a
{
    font-family: Arial, Calibri;
    color: #e2002d;
    text-decoration: none;
    
}

a:hover
{
    font-family: Arial, Calibri;
    color: #091822;
    text-decoration: none;
}

a.Header
{
    font-family: Arial;
    color: #cdcdb3;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.HeaderBlue
{
    font-family: Arial;
    color: #6c899e;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}

a.FooterBlue
{
    font-family: Arial;
    color: #6c899e;
    font-size: 8pt;
    text-decoration: none;
    padding-top:8px;
}


a.SnapTech
{
    font-family: Arial;
    color: #6c899e;
    font-size: 8pt;
    text-decoration: none;
}

.FooterBlue
{
    
    font-family: Arial;
    color: #6c899e;
    font-size: 9pt;
    text-decoration: none;
    padding-top:10px;
}

.FooterBar
{
    font-family: Arial;
    color: #6c899e;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.imgcenter
{
    vertical-align: middle;
    padding-right:5px;
}

.header
{
    border-bottom: white 3px solid;
}

.footer
{
    border-top: white 3px solid; 
}

.contentBox
{
    border-left: white 3px solid; 
    border-right: white 3px solid; 
}

img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}

#content {
position:relative;
z-index:1;
}


.PageTitle
{
    font-family: 'Arial';
    color: #e2002d;
    font-size: 20pt;
    text-transform: uppercase;
}

.AdminPageTitle
{
    font-family: 'Arial';
    color: white;
    font-size: 20pt;
}

.SubTitle
{
    font-family: Arial;
    color: #504e4f;
    font-size: 11pt;
    font-style: italic;
}

.SubTitleBold
{
    font-family: Arial;
    color: #504e4f;
    font-size: 11pt;
    font-weight:bold;
}

h4
{
    font-style: italic;
    font-family: Arial;
    font-size: 13pt;
}

.ContentHolder
{
    border-bottom: #be0a0a 1px solid;
    border-left: #be0a0a 1px solid;
    border-top: #be0a0a 1px solid;
    border-right: #be0a0a 1px solid;
}

.contentMenu
{
    width:180px;
}

.AdmincontentMain
{
     width:770px;
     margin:10px;
     padding-right:10px;
}
.contentMain
{
     width:606px;
     margin:10px;
     padding-right:10px;
}

.contentEvents
{
    width:187px;
}

.GrayBox
{
    border-bottom: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    background-color: #efefef;
    border-top: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
.textbox
{
    border-bottom: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
    height: 20px;
    font-family: Arial;
    color: #525252;
    font-weight: bold;
    vertical-align: middle;
}

.Button
{
    border-bottom: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
    background-color: #efefef;
    font-family: Arial;
    color: #525252;
    font-weight: bold;
    vertical-align: middle;
}

.Button:hover
{
    border-bottom: #d5d5d5 1px solid;
    border-left: #d5d5d5 1px solid;
    border-top: #d5d5d5 1px solid;
    border-right: #d5d5d5 1px solid;
    background-color: #525252;
    font-family: Arial;
    color: #efefef;
    font-weight: bold;
    vertical-align: middle;
}

.Events
{
    padding:7px;
}

.EventsTitle
{
    font-family: 'Arial Rounded MT Bold'Arial;
    color: white;
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: normal;
}

.EventsText
{
    font-family: Arial,Calibri;
    color: #e4e4e4;
    font-size: 11pt;
    font-weight: normal;
}

.EventSubTitle
{
    font-size: 10pt;
}

p
{
    letter-spacing: 0.04em;
    line-height: 13pt;
    
}

input.error  
{ 
 background: #fed; border: 1px solid red; 
}

