﻿h1, h2, h3, h4, h5, h6 {
	color: #323232;
}

header {
    background-color: #6F0090;
}

header > div > h1 {
    color: #fefefe;
}

header > div > h2 {
    color: #fefefe;
}

#menuwrapper:hover {
    background-color: #ffEE02;
}

#navwrapper {
    background-color: #ffEE02;
}

#navwrapper ul li {
    color: #6F0090;
    border-top: 5px solid #ffEE02;
    border-bottom: 5px solid #ffEE02;
}

#navwrapper ul li:hover {
    background-color: #6F0090;
    color: #fefefe;
    border-top: 5px solid #fefefe;
    border-bottom: 5px solid #6F0090;
}

.LatestDraw {
    background-color: #ffEE02;
}

.LatestDraw .ticketnumber > h5, .LatestDraw .ticketname > h5 {
    color: #107C00;
}

.LiveGridNotice {
    color: #343434;
}

.bigbutton{
    background-color: #6F0090;
    color: #fefefe;
}
.bigbutton:hover {
    background: #ffEE02;
    color: #323232;
}

.SectionHeader {
    background-color: #6F0090;
}

.recent {
    background-color: #fefefe;
    color: #6F0090;
}
.remaining {
    background-color: #778000;
    color: #fefefe;
}
.unsold {
    background-color: #bc0a29;
    color: #fefefe;
}
.drawn {
     background-color: #ffEE02 !important;
     color: #323232 !important;
}