@charset "utf-8";
a{
 color:#FFFFFF;
}
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #CCCCCC;
	background-attachment: fixed;
	background-image: url(greybgheader.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #BCBCBC;
}
.container-fluid{
	margin-left: auto;
    margin-right: auto;
    max-width: 970px;
    background-color: #1F1F1F;
    -webkit-box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
    box-shadow:0 0 15px rgba(0, 0, 0, 0.9);
}
header{
	background-image: url(bolo_bgheader.png);
	height: 60px;
	padding: 25px
}
footer {
	padding: 20px;
	background-color: #161616;
}
.sidebar h4{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #555555;
	border-bottom-color: #555555;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;	
}
.light-blue {
	color: #01B3E3;
}
.light-green {
	color: #B3CC3A;
}
.light-orange {
	color: #F7A825;
}
.light-pink {
	color: #E12E92;
}
p.tiles {
	border-bottom: 1px solid #CCCCCC;
    color: #01B3E3;
    float: left;
    padding-bottom: 10px;
}
p.tiles strong {
	color: #FFFFFF;
}