#award {
	font-weight: bold;
	background-color: #cdcdc1;
	text-decoration:underline;
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
}

#fac {
	font-weight: bold;
	margin:5px;
	
}
#awardName {
	text-decoration:underline;
	margin-left:25px;
}
#awardInfo_1, #noRes {
	margin-left:25px;
	margin-bottom:5px;
}
#noRes {
	margin-bottom:25px;
	margin-top:25px;
}
#leftTag {
	font-weight: bold;
	margin-right:10px;
}
#rightTag {
	margin-right:50px;
}
#awardDisc {
    float: left;
    margin-left:25px;
}
#awardDesc {
    float: left;
    margin-left:25px;
}
#checkBox {
	float: left;
}
#awardInfo {	
	/*height:50px;*/
	margin-bottom:25px;
}

body {
    /*color: #80c0c0;*/
	/*font-size: .6em;*/
}

#award_searchTemplate {
	/*font-size: .6em;*/
}
#dialog-form {
	font-size: .8em;
}
#thanks, #msg {
	font-size: 1.0em;
	margin-top:15px;
	padding-left:50px;
	float: center;
	top: 50%;
	transform: translateY(-50%);
}

#containingBlock {display: block; height: 200px;}
#containingBlock div {height:50px; margin: 75px 0;}

#disclaimer {
	margin-top:15px;
	margin-left:0px;
	text-align:justify;
	/*font-size: .6em;*/
}
.col3w {
	font-size: .6em;
}

#centerContent {
	color: #121212 !important;
}

/***************** Award Details ***********************/

.descTag {
	margin-right:10px;
	margin-top:10px;
	margin-bottom:20px;
} 
#firstLeftCol {
	font-weight: bold;
	margin-right:10px;
	width:10%;
}
#firstRightCol {
	width:65%;
}
#secondLeftCol {
	font-weight: bold;
	display:inline-block;
	width:20%;
	/*float: right;*/
	text-align: right;
	/*margin-left:100px;*/
	vertical-align:top;
}
#secondRightCol {
	display:inline-block;
	width: 5%;
	float: right;
	/*padding-left:30px;*/
}


.rowDisp {
	margin-bottom:15px;
	width:100%;
	
}
.3ColsLeft {
	width:50%
	border:10px solid green;
	color:red;
	display: inline-block;
}
.3ColsMiddle, .3ColsRight {
	width:25%
}


.eligibilityDisp {
	margin-bottom:5px;
}
#eligibility {
	border:1px solid;
	padding:2px 10px;
}

#eligibility input[type=checkbox][disabled]{
	outline:1px solid #545454;
}

.propCol {
	width:50%
}

.propertyTag {
	font-weight: bold;
	width:90px;
}

#t1{
	display:inline-block;
	width:50%;	
}
#t2, #t3{
	display:inline-block;
	width:24%;
}

#eligCheckbox {
	font-weight: bold;
}

.eligCriteria{
	margin-top:5px;
}

.applicationInfoDisp {
	margin-bottom:5px;
	text-align:justify;
}

.applicationInfoSub {
	font-style:italic
}

#line{
	width: 100%;
}

#awardDisclaimer {
	margin-top:15px;
	margin-left:0px;
}

#pagination {
	text-align: center;
	margin-top:0px;
	margin-bottom:15px;
}

/* Pagination fix */
.pagination .disabled, .pagination .currentStep, .pagination .step {
    float: center;
    padding: 0 14px;
    border-right: 1px solid;
    line-height: 34px;
    border-right-color: rgba(0, 0, 0, 0.15);
}
.pagination .prevLink {
    border-left: 1px solid #DDD !important;
}