/* This should match our default bootstrap theme shading*/
.award-shaded {
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

section.award-title {
	/*border: 2px solid #606263;/* #5D5F60;*/
	display: block;
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
}

section.award-title > h1 {
	margin-bottom: 2px;
}

section.award-title > span.award-sponsor {
	display: block;
}

section.award-title > nav.award-buttons {
	display: inline-block;
	float: right;
}

section.award-details-header {
	text-align: center;
	margin: 10px 0;
}

.award-details-header .col_2,
.award-details-header .col_3,
.award-details-header .col_4,
.award-details-header .col_5,
.award-details-header .col_6 {
	min-height: 90px;
}

/**
 * I can't make this work with the presets ... so overriding it here -- pre and suff throw off all the
 * centering...
 */
section.award-details-header div.col_3 {
	width: 33%;
}

section.award-details-header div.award-edged {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

section.award-details-header label {
	display: block;
	width: 100%;
	text-align: inherit;
	float: none;
}

section.award-details-header h2 {
}

section.award-details > div.award-description > p {
	padding-bottom: 5px;
	padding-top: 5px;
}
