
/*
//Copyright (C) 2015  Siggi Bjarnason All Rights Reserved
//
//No rights to use, modify or distribute should be assumed.
//
//This program should not be distributed, modified or used without prior approval,
//and as such is WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/


.SiteLabel
{
    color: red;
    background-color: white;
    font-size: 18px;
    text-align: center;
    vertical-align: text-top;
    position: absolute;
    top: 10px;
    left:33%;
}

body
{
    font-family: 'Raleway', sans-serif;;
    font-size: 14px;
    padding-bottom: 50px;
    margin: 0px;
}

textarea
{
    font-family: 'Raleway', sans-serif;;
}

div.MainHeader
{
    border:0px;
    margin: 0px;
    padding:2px;
    width: 80%;
    margin:auto;
    color: black;
}

ul.nav
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
    font-weight: normal;
}

ul.nav li
{
    display: inline;
    padding: 5px 5px 1px 5px;
    text-decoration: none;
}

ul.nav li.HL a
{
    border-bottom: solid black;
}

ul.nav a
{
    text-decoration: none;
    color: black;
}

ul.nav a:visited
{
    text-decoration: none;
    color: black;
}

ul.nav a:hover {
    text-decoration: none;
    background-color: grey;
}

.Header {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    text-align: right;
    position: relative;
    top: -0px;
    z-index: 10;
}


.SubHead {
    text-align: right;
    position: relative;
    top: -0px;
}

.SubHead2 {
    text-align: right;
    position: relative;
    top: -0px;
}

.login
{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.JoinUs
{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    background-color: gray;
}


td.Profile, a.Profile
{
    text-decoration: none;
    font-size: 20px;
    text-align: right;
}

input[type=submit].Centersquare
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: whitesmoke;
    background-color: #60D0BB;
    padding: 5px;
    text-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
    display: block;
    margin-left:auto;
    margin-right:auto;
}

input[type=submit].square
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: whitesmoke;
    background-color: #60D0BB;
    padding: 5px;
    text-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
}

input[type=submit].BigSquare
{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: whitesmoke;
    background-color: #60D0BB;
    padding: 15px;
    text-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid gray;
}

input[type=submit].BWSquare
{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-color: white;
    padding: 15px;
    text-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid gray;
}

a.BWSquare
{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-color: white;
    padding: 15px;
    text-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid gray;
}

a.FixedBWSquare
{
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-color: white;
    padding: 15px;
    text-shadow: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 1px solid gray;
    position: absolute;
    z-index: 20;
    top: 200px;
    right: 20px;
}

a.FixedBWSquare:hover
{
    background-color: lightgray;
}

a.square
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: whitesmoke;
    background-color: #60D0BB;
    padding: 5px;
    text-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
    margin: 5px;
    display: inline-block;
}

a.LargeButton
{
    text-decoration: none;
    font-size: 35px;
    font-weight: normal;
    color: blue;
    background-color: white;
    padding: 5px;
    text-shadow: none;
    border: 1px solid black;
    margin: 5px;
    display: inline-block;
    text-align: center;
}


table.Admin
{
    border-width: 1px;
    border-style: hidden;
    border-color: black;
    width:90%;
    margin-left: 5%;
    margin-right: 5%;
    border-collapse:collapse;
}

td.Admin
{
    vertical-align:top;
    text-align: center;
    border-width: 1px;
    border-style: hidden;
    border-color: black;
}

table.Calendar
{
    border-width: 1px;
    border-style: solid ;
    border-color: black;
    margin-left: auto;
    margin-right: auto;
    border-collapse:collapse;
}

td.ReviewLinks
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

th.Calendar
{
    border-width: 1px;
    border-style: solid;
    border-color: black;
    font-size: 16px;
    background-color: black;
    color: white;
    font-weight: bold;
}

td.Calendar
{
    height:90px;
    vertical-align:top;
    width:150px;
    font-size: 12px;
    border: 1px solid black;
    padding: 5px;
}

.CalEvent
{
    text-decoration: underline;
    font-size: 12px;
    color: black;
}

.CalConfirmed
{
    text-decoration: underline;
    font-size: 12px;
    color: green;
}

.CalWaitlist
{
    text-decoration: underline;
    font-size: 12px;
    color: blue;
}

.CalInterest
{
    text-decoration: underline;
    font-size: 12px;
    color: blueviolet;
}

.CalHeadPicRight
{
    height: 200px;
    float: right;
    margin-right: 10%
}

.CalHeadPicLeft
{
    height: 200px;
    float: left;
    margin-left: 10%
}

td.SelPic
{
    vertical-align: middle;
    width:10%;
    font-size: 15px;
    font-weight:bold;
    background-color: lightblue;
    border: 1px solid black;
    padding: 5px;
    text-align: center;
}

td.Picture
{
    vertical-align: middle;
    width:10%;
    font-size: 15px;
    padding: 5px;
    text-align: center;
}

img.LogoImg
{
    position: relative;
    top: 0px;
    left:0px;
    z-index: 10;

}

img.BackGroundPic
{
    position: absolute;
    top: 0px;
    left:0px;
    z-index: -5;
}
.EventHeader
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 15px;
    color: #006A6A;
}

.EventName
{
    font-size: 32px;
    color: #006A6A;
    text-align: center;
    text-decoration: none;
    font-weight: bold
}

div.EventName a:hover
{
    color: #5B9BD5;
}

div.EventDetails
{
    background: white;
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 20px;
    padding: 20px;
}

table.Events
{
    width: 80%;
    margin: auto;
    border-collapse: collapse;
}

div.EventDay
{
    width: 200px;
    height: 200px;
    overflow: hidden;
}

td.eDay
{
    background-color: #006A6A;
    padding: 20px;
    margin:20px;
    width: 200px;
    border: 2px solid black;
}

td.eDescr
{
    background-color: white;
    padding: 10px;
    border: 2px solid black;
}

td.ePic
{
    background-color: white;
    padding: 10px;
    border: 2px solid black;
    width: 200px;
}

.BigDay
{
    font-size: 72px;
    color: white;
    text-align: center;
    font-weight: bold;
}

.BigMonth
{
    font-size: 36px;
    color: black;
    text-align: center;
}

.CalDay
{
    font-size: 14px;
    color: black;
    font-weight:bold;
}

.CalClosed
{
    font-size: 14px;
    color: firebrick;
    font-weight:bold;
}

.Welcome
{
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    position: absolute;
    top:10px;
    right:11%;
}

.footer
{
    font-size: 12px;
    font-weight: normal;
    padding-left:  40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    background: black;
    color: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

.footer a
{
    color: white;
}

.footer a:visited
{
    color: white;
}

.footer a:hover
{
    text-decoration: none;
    background-color: gray;
}

.Header1
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

.GreenHeader
{
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    color: #006A6A;
    margin: 5px;
}

.Header2
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 5px;
}

.Header3
{
    font-size: 18px;
    font-weight: 800;
    margin-left: 40px;
}

.Header4
{
    font-size: 16px;
    font-weight: 600;
    margin: 5px;
}

.Header4Center
{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.AHeader
{
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}


.ContactPicHeader
{
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

table.TableListing
{
    border-spacing: 15px 5px;
    margin-left:auto;
    margin-right:auto;
    border-collapse: collapse;
}

th.TableHead
{
    border-right: 2px solid white;
    font-size: 16px;
    background-color: black;
    color: white;
    font-weight: bold;
}

td.Sales
{
    padding: 10px;
    border: 1px solid black;
}

td.PadBox5
{
    padding: 5px;
}

td.SCenter
{
    padding-right: 10px;
    padding-bottom: 5px;
    text-align: center;
    border: 1px solid black;
}

table.Reviews
{
    border-spacing: 15px 5px;
    margin-left:auto;
    margin-right:auto;
    Width: 80%;
    border-collapse: collapse;
}

td.Review
{
    width: 100px;
    padding: 15px;
    vertical-align: top;
    text-align: center;
    border:1px solid grey;
}

.WideLeft
{
    margin-left:20%;
    margin-right:auto;
}

.LinkCategoryHeader
{
    font-size: 17px;
    font-weight: bold;
    color: black;
    margin-left: 10px;
}

.AdminCategoryHeader
{
    font-size: 20px;
    font-weight: bold;
    color: gray;
}

.BlueNote
{
    font-size: 20px;
    text-align: center;
    color: #0000FF;
    font-weight: 700;
    margin: 5px;
}

.lbl
{
    font-size:14px;
    color: black;
    font-weight:bold;
}

.lblright
{
    font-size:14px;
    color: black;
    font-weight:bold;
    text-align: right;
    vertical-align: top;
}

.RedItalicNote
{
    font-size:14px;
    color: red;
    font-style: italic;
}

.LargeRedItalicNote
{
    font-size:18px;
    color: red;
    font-style: italic;
    font-weight: bold;
}

.RedBIbigCenterNote
{
    font-size:18px;
    color: red;
    font-style: italic;
    font-weight:bold;
    text-align: center
}

.HugeCenterNote
{
    font-size:32px;
    color: red;
    font-style: italic;
    font-weight:bold;
    text-align: center
}

.Error
{
    font-size: 18px;
    font-weight: bolder;
    color: #FF0000;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background-color: #FFF2CC;
    z-index: 50;
    width: 500px;
    padding: 8px 10px;
    text-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
}

.MsgDiv
{
    font-size: 18px;
    font-weight: normal;
    color: #FF6600;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -100px;
    background-color: #FFF2CC;
    z-index: 25;
    width: 500px;
    padding: 8px 10px;
    text-shadow: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid black;
}

.Attn
{
    font-size: 15px;
    font-weight: bolder;
    color: red;
    background-color: white;
}

.LargeAttnCenter
{
    font-size: 17px;
    font-weight: bolder;
    color: red;
    background-color: white;
    text-align: center;
}

.BlueAttn
{
    font-size: 15px;
    font-weight: 700;
    color: #0000FF;
    text-align: center;
}

.MainText
{
    font-size:14px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 5px;
    text-align: left;
}

.LargeText
{
    font-size:18px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 5px;
    text-align: left;
}

.MainGreen
{
    color: #60D0BB;
}

.InlineBtnRight
{
    display: inline;
    float: right;
    margin-right: 60px;
}

div.NameTag
{
    overflow: hidden;
    text-align:center;
    border-width: 1px;
    border-style: hidden;
    border-color: black;
}

.NTName
{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.NTCity
{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.NarrowJoin
{
    position: absolute;
    top: 200px;
    right: 5px;
    width: 180px;
    height: 220px;
    color: black;
    background-color: #FFF2CC;
    text-align: center;
    padding: 20px;
}

a.NarrowJoin
{
    color: black;
}

.NarrowJoin a:link
{
    color: black;
}

.NarrowJoin a:visited
{
    color: black;
}

.NarrowJoin a:hover
{
    color: black;
    font-weight: bold;
}

.NJoinHead
{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.NJoinText
{
    text-align: center;
    font-size: 15px;
}

.Slogan
{
    font-size: 18px;
    font-weight: bold;
}

.HeadPhone
{
    color: #006A6A;
    font-size: 22px;
    font-weight: bold;
    vertical-align: text-bottom;
    padding: 20px;
}

.ITLHead1
{
    font-size: 24px;
    color: #FF6600;
    font-weight: bold;
}

.ITLHead1BlackI
{
    font-size: 24px;
    color: black;
    font-style: italic;
}

.ITLHead2
{
    font-size: 24px;
    color: #FF6600;
}

.ITLHead3
{
    font-size: 20px;
    color: #FF6600;
    font-weight: bold;
}

.CenterText
{
    text-align: center;
    padding: 2px;
}

.CenterRedText
{
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: red;
}

.Odd
{
    background-color: #D3D3D3;
}

.Odd:hover, .Even:hover
{
    background-color: #D2B48C
}

.Even
{
    background-color: white;
}

.ItemHead
{
    font-weight: normal;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 15px;
    padding-left:0px;
    cursor: pointer;
}

.ItemHead:hover
{
    background-color: grey;
}

.ItemHL
{
    font-weight: normal;
    font-size: 16px;
    padding-right: 10px;
    margin-left: 15px;
    padding-left:0px;
    cursor: pointer;
    background-color: lightsteelblue;
}

.ItemHL:hover
{
    background-color: grey;
}

.MenuDiv
{
    width: 200px;
    overflow: auto;
    position: absolute;
    z-index: 50;
    display: none;
    text-align: left;
    text-decoration: none;
    background-color: lightsteelblue;
}

a.menuitem
{
    font-size: 16px;
    text-decoration: none;
    color: black;
    padding-left: 10px;
}

a.menuitem:visited
{
    font-size: 16px;
    text-decoration: none;
    color: black;
}

a.menuitem:hover {
    font-size: 16px;
    text-decoration: none;
    background-color: grey;
}

div.AdminHeader
{
    border:0px;
    margin: 0px;
    padding:2px;
    width: 80%;
    margin:auto;
    color: black;
    text-align: center;
}