.header .banner-box {
    background-color: #884D88;
}
.nav-pills>.active>a, 
.nav-pills>.active>a:focus, 
.nav-pills>.active>a:hover {
    background-color: #660099;
}
.footer {
    border-top-color: #999;
}
a {
    color: #660099;
}
a:hover, 
a:focus {
    color: #C57EC4
}
.table td.text-center,
.table th.text-center,
table td.text-center,
table th.text-center {
    text-align: center;
}
td.party-logo-td {
	text-align: center;
	vertical-align: middle;
}
.party-logo-img {
	width: 180px;
	text-align: center;	
}
.page_container {
	background-image: url(/lccelections/resources/images/elections-background.jpg);
	background-repeat: no-repeat;
	background-position: 0 60px; 
	background-color: #160838;
}
.alert-info {
    background-color: #884D88; /* fallback color */
    border: 0;
    color: #ffffff;
	text-shadow: none;
}
.alert-info a {
	color: #ffffff;
	text-decoration: underline;
}
.btn-elections {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #660099;
	*background-color: #660099;
	background-image: -moz-linear-gradient(top, #660099, #660099);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#660099), to(#660099));
	background-image: -webkit-linear-gradient(top, #660099, #660099);
	background-image: -o-linear-gradient(top, #660099, #660099);
	background-image: linear-gradient(to bottom, #660099, #660099);
	background-repeat: repeat-x;
	border-color: #9E19A8;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff660099', endColorstr='#ff660099', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-elections:hover,
.btn-elections:focus,
.btn-elections:active,
.btn-elections.active,
.btn-elections.disabled,
.btn-elections[disabled] {
	color: #FFFFFF;
	background-color: #660099;
}
.colouredSquare {
	position: relative;
	background-image: url(/lccelections/images/box.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	font-size: 160%;
	text-align: center;
	width: 60px;
	height: 60px;
	float: left;
	margin: 2px;
	padding: 0px;
	border: 0px; 
	vertical-align: middle;
}
.center-vertical {
	position: relative;
	top: 50%;
	padding: 0px;
	margin: 0px;
	border: 0px;
	margin-top: -0.5em;
}
.panelElected { 
    background-color: #EAE2CC;
}
.glyph img {
	margin: 12px 0;
}

@media (max-width: 979px) {
	.party-logo-img {
		width:100%;
	}
}
