/**
 * This CSS file will be the default (i.e. the fallback in
 * situations in which the module is run with no theme).
 */

/* 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;
}

.award-featured-shaded {
	background-color: #f5f5f5;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#FEFED8));
	background-image: -moz-linear-gradient(top, #ffffff, #FEFED8);
	background-image: -ms-linear-gradient(top, #ffffff, #FEFED8);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #FEFED8));
	background-image: -webkit-linear-gradient(top, #ffffff, #FEFED8);
	background-image: -o-linear-gradient(top, #ffffff, #FEFED8);
	background-image: linear-gradient(top, #ffffff, #FEFED8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#FEFED8', GradientType=0);
	border: 1px solid #ffeb99;
	-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;
}

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

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

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

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

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

.award-details-header hr {
	margin-top: 0;
}

.award-details-header .col_3 {
	width: 33.4%;
	text-align: left;
}

.award-details-header .col_3:nth-child(2) {
	text-align: center;
}

.award-details-header .col_3:nth-last-child(1) {
	text-align: right;
}

.award-details-header .col_3 h4 {
	line-height: 150%;
}

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

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

.award-details-header h2 {
}

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

.featuredLabel {
	position: absolute;
	right: 5px;
	bottom: -6px;
	text-transform: uppercase;
	color: #A39766;
	font-size: 22px;
}

.award-details-header div.col_3 {
	width: 33%;
}

tr.award-deleted {
	text-decoration: line-through;
}