body
{
	background-color: #BA8748;
	background-color: #F4E2BA;
	background-color: #52341D; /* Dark brown */
	background-color: #514C2B; /* Dark green */

    background-color: #32301c; /* Dark Text */
    background-color: #fff6e4; /* Light Back */
}

body
{
	background-color: #F4E2BA;
	color: #32301c;
}

header nav a,
header nav li > div
{
    color: #32301c;
}
header nav li ul a:hover,
header nav li ul a:active
{
    background: #fff6e4;
}
.seatmap .sector
{
    background: #eee;
}
.seatmap .sector.full
{
    background: rgb(251, 228, 228);
}
.seatmap .sector.crowded
{
    background: rgb(251, 237, 215);
}
.seatmap .reserved
{
    background: rgb(215, 239, 197);
}
.seatmap .reserved.old
{
    background: #F4E2BA;
}

.optional .title
{
    background: #fff6e4;
    border-bottom: 1px solid #e3d9c3;
    color: #32301c;
}

button.primary
{
    background: rgb(151, 173, 64);
}
button.primary:hover,
button.primary:active
{
    background: rgb(96, 110, 41);
}
button.secondary
{
    background: #bc8f58;
}
button.secondary:hover,
button.secondary:active
{
    background: #85653e;
}
button.danger
{
    background: rgb(138, 104, 210);
}
button.danger:hover,
button.danger:active
{
    background: rgb(98, 64, 173);
}

table a.action
{
    background: #BA8748;
}
table a.action.negative
{
    background: rgb(173, 64, 64);
}

p.message.positive
{
	background-color: rgb(235, 246, 191);
	border: 1px solid rgb(204, 215, 160);
    color: rgb(135, 154, 59);
}
p.message.negative
{
	background-color: rgb(251, 215, 215);
	border: 1px solid rgb(215, 176, 176);
    color: rgb(173, 64, 64);
}
span.positive
{
	color: rgb(151, 173, 64);
}
span.negative
{
	color: rgb(173, 64, 64);
}	

table td a:not(.action)
{
    color: rgb(96, 110, 41);
}

.ticketType0 { background: #fb9292 !important }
.ticketType1 { background: #81c3fc !important }
.ticketType2 { background: #fefe81 !important }
.ticketType3 { background: #8ffc80 !important }
.ticketType4 { background: #d79efb !important }
.ticketType5 { background: #fbac73 !important }
.ticketType6 { background: #80fee5 !important }
.ticketType7 { background: #fce147 !important }
.ticketType8 { background: #c5d458 !important }
.ticketType9 { background: #d9be99 !important }
.ticketType10 { background: #fc8bfc !important }
.ticketType11 { background: #b0ead5 !important }