﻿h1, h2, h3, h4, h5, h6 {
	color: #323232;
}

header {
    background-color: #1e7075;
}

header > div > h1 {
    color: #fefefe;
}

header > div > h2 {
    color: #fefefe;
}

#menuwrapper:hover {
    background-color: #004245;
}

#navwrapper {
    background-color: #004245;
}

#navwrapper ul li {
    color: #1e7075;
    border-top: 5px solid #004245;
    border-bottom: 5px solid #004245;
}

#navwrapper ul li:hover {
    background-color: #1e7075;
    color: #fefefe;
    border-top: 5px solid #fefefe;
    border-bottom: 5px solid #1e7075;
}

.LatestDraw {
    background-color: #004245;
}

.LatestDraw .ticketnumber > h5, .LatestDraw .ticketname > h5 {
    color: #1e7075;
}

.LiveGridNotice {
    color: #343434;
}

.bigbutton{
    background-color: #1e7075;
    color: #fefefe;
}
.bigbutton:hover {
    background: #004245;
    color: #fefefe !important;
}

.SectionHeader {
    color: #1e7075;
}


.recent {
    background-color: #fefefe;
    color: #1e7075;
}
.remaining {
    background-color: #1e7075;
    color: #fefefe;
}
.unsold {
    background-color: #C23531;
    color: #fefefe;
}
.drawn {
     background-color: #2B4482 !important;
     color: #fefefe !important;
}

.recenttickets > h5, .SectionHeader > div > h5 {
    color: #004245 !important;
}