/* Resources Us Page Styles*/

#resources{
	margin-left: -25px;
	position:relative;
	width: 1000px;
}

#resources .suggest-add{
	background: url(/templates/default/images/background-diagonal-black-grey.png) center left repeat-x;
	padding: 5px 0px;
}

#resources .suggest-add .disclaimer{
	float: right;
	margin-right: 5px;
}

#resources .return a{
	color: #F5D502;
	line-height: 35px;
	margin-left: 10px;
}

#resources .resource-title{
	background: url(/components/resources/images/title-resources-list-bg.png);
}

#resources .resource-title .filters{
	margin-left: 20px;
	width: 600px;
}

#resources .resource-title .title-image,
#resources .resource-title .filters{
	float: left;
}

#resources #category-select,
#resources #sort-by{
	float: left;
	margin-right: 20px;
	padding-top: 5px;
}

	#resources #category-select label,
	#resources #sort-by label{
		font-size: 12px;
		margin-top: 5px;
		width: auto;
	}
	
	#resources #category-select .select,
	#resources #sort-by .select{
		background: url(/components/resources/images/button-background-filter.png) no-repeat;
		font-size: 11px!important;
	}
	
	#resources .select .options-container{
		background: #000!important;
		color: #fff;
		overflow: auto!important;
		width: 118px!important;
	}
	
	#resources .select .options-container .item{
		padding: 10px!important;
	}

#resources #reset-button{
	float: right;
	padding-top: 5px;
}

	#resources #reset-btn{
		background: transparent url(/components/resources/images/button-clear.png) center center no-repeat;
		border: none;
		cursor: pointer;
		height: 24px;
		width: 46px;
	}

#resources .resource-list-filters{
}

	#resources #resource-list-filters-form-container{
		background: #65656a url(/components/resources/images/title-filter-results.png) left center no-repeat;
		padding-left: 110px;
	}
	
	.resources-filter-form{
		position: relative;
	}
	
	.resources-filter-form .input-wrapper{
		margin: 0px 20px;
		width: 25% !important;
		float: left;
	}
	
	.resources-filter-form .select{
		background: url(/components/resources/images/button-background-filter.png) no-repeat;
		font-size: 11px!important;
		margin-top: 4px!important;
	}
	
	.resources-filter-form label
	{
		margin-top: 6px;
		width: auto;
	}
	
	.resources-filter-form .otext-label{
		color: #999;
		font-size: 11px!important;
		left: 5px;
		position: absolute;
		width: auto;
		z-index: 10;
	}
	
	.resources-filter-form .otext-input{
		font-size: 11px!important;
		padding-left: 5px;
		width: 100px;
	}
	
	.resources-filter-form #submit-button{
		background: url(/components/resources/images/button-go.png);
		float: right;
		height: 32px;
		margin: 0px;
		padding: 0px;
		width: 32px;
	}

#resources .wide-column{
	width: 648px;
}

#resources .narrow-column{
	width: 348px;
}

#resources .float-left{
	float: left;
}

#resources .float-right{
	float: right;
}

/** RESOURCES LIST **/
#resources .resource-list{
	padding: 20px;
	padding-bottom: 0px;
}

	#resources .resource-list-item{
		border-bottom: solid 1px #39383f;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	
	#resources .resource-list-item:last-child{
		border-bottom: none;
		margin-bottom: 0px;
	}
	
		#resources .resource-list-item .float-left{
			width: 160px;
		}
		
		#resources .resource-list-item .float-right{
			width: 428px;
		}
		
		#resources .resource-list-item .resource-thumb img{
			border: solid 2px #5b5964;
			width: 156px;
		}
		
		#resources .resource-list-item .resource-categories{
			margin-top: 20px;
		}
		
		#resources .resource-list-item .org-details{
			display: none;
		}
		
		#resources .resource-list-item .resource-name{
			font-size: 20px;
			height: auto;
			margin-top: 5px;
		}
		
		#resources .resource-list-item .resource-name a{
			color: #f5d502;
		}
		
		#resources .resource-list-item .resource-overview{
			height: 75px;
			line-height: 18px;
			margin: 0px;
			margin-bottom: 20px;
			padding: 5px 0px;
		}
		
			#resources .resource-list-item .resource-overview .learn-more{
				color: #f5d502;
			}
		
		#resources .resource-list-item .resource-overview-footer{
		}
		
		#resources .resource-list-item .resource-link.float-left{
			width: auto;
		}
		
		#resources .resource-list-item .resource-link a{
			background: url(/components/resources/images/button-visit-site.png) center center no-repeat;
			display: block;
			height: 25px;
			width: 115px;
		}
		
			#resources .resource-list-item .resource-link a span{
				display: none;
			}
		
		#resources .resource-list-item .resource-reviews{
			border-right: solid 1px #39383f;
			font-size: 11px;
			text-transform: uppercase;
			margin-right: 10px;
			padding-right: 10px;
			width: 66px;
		}
		
			#resources .resource-list-item .resource-reviews a{
				color: #fff;
			}
		
		#resources .resource-list-item .resource-rating{
			font-size: 11px;
			text-transform: uppercase;
			width: 170px;
		}
		
		
		.rating-wrapper .rating_text_container,
		.rating-wrapper .rating_element
		{
			float: left;
		}
		
		.rating-wrapper .rating_text_container{
			color: #6d6d6e;
			text-transform: uppercase;
		}
		
		#resources .review_time_container{
			font-style: italic;
			margin-left: 10px;
		}
		
		
			#resources .rating-text{
				margin-right: 5px;
				margin-top: 2px;
			}
			
			#resources .rating-text,
			#resources .resource_contr{
				display: block;
				float: left;
			}
			
				#resources .rating-wrapper,
				#resources .actual_rating_num_text,
				#resources .review_time_container{
					float: left;
				}
	
.resources-pagination{
	background: url(/templates/default/images/background-diagonal-black-grey.png);
	clear: both;
	display: block;
	padding-top: 10px;
	width: 100%;
}
	
	.resources-pagination #OPagination{
		width: 100%;
	}
	
	.resources-pagination #OPagination,
	.resources-pagination #OPagination a{
		font-size: 12px;
		line-height: normal;
	}
	
	.resources-pagination #OPagination a{
		display: block;
		padding: 5px;
	}
	
	.resources-pagination .OPagination-pages{
		display: block;
		float: right !important;
		width: 400px;
	}
	
	.resources-pagination .OPagination-pages div{
		padding: 0px;
	}
	
	.resources-pagination .OPagination-pages ul{
		
	}
	
	.resources-pagination .OPagination-pages li{
		float: left!important;
		padding: 0px 5px 0 5px !important;
	}
	
	.resources-pagination #OPagination .text-highlight a{
		color: #f5d502;
	}
	

/** RESOURCE DETAIL **/
#resources .resource-detail{
	padding-top: 20px;
}

	#resources .resource-detail .narrow-column{
		padding-left: 20px;
		padding-right: 10px;
		width: 318px;
	}
	
	#resources .resource-detail .wide-column{
		padding-left: 10px;
		padding-right: 20px;
		width: 618px;
	}
	
	#resources .resource-detail .resource-thumb{
		margin-bottom: 10px;
		text-align: center;
	}
	
		#resources .resource-detail .resource-thumb img{
			border: solid 2px #5b5964;
		}
	
	#resources .resource-detail .resource-categories{
		margin-left: 40px;
	}
	
		#resources .resource-detail .resource-categories .resource-cat-icon{
			margin-bottom: 5px;
		}
		
			#resources .resource-detail .resource-categories .resource-cat-icon .icon,
			#resources .resource-detail .resource-categories .resource-cat-icon .text{
				display: block;
				float: left;
			}
			
			#resources .resource-detail .resource-categories .resource-cat-icon .text
			{
				font-size: 11px;
				padding-left: 5px;
				padding-top: 6px;
				text-transform: uppercase;
			}
	
	#resources .resource-detail .resource-link{
		margin-right: 40px;
	}
	
		#resources .resource-detail .resource-link a{
			background: url(/components/resources/images/button-visit-site.png) center center no-repeat;
			display: block;
			height: 25px;
			width: 115px;
		}
			
			#resources .resource-detail .resource-link span{
				display: none;
			}
	
	#resources .resource-detail .resource-name{
		margin-bottom: 10px;
	}
	
	#resources .resource-detail .org-details{
		display: none;
	}
	
	#resources .resource-detail .resource-overview{
		line-height: 18px;
	}
	
	#resources .resource-detail .resource-reviews{
		background: #2f2e38;
		margin-top: 20px;
		padding: 10px;
	}
	
	#resources .resource-detail #num_reviews{
		border-right: solid 1px #4c4c51;
		margin-right: 10px;
		padding-right: 10px;
	}
	
	#resources .resource-rating{
		color: #4094cf;
	}
	
	#resources #num_reviews,
	#resources .resource-rating{
		text-transform: uppercase;
	}
	
	#resources .actual_rating_num{
		border-left: solid 1px #4c4c51;
		color: #6d6d6e;
		line-height: normal;
		margin-left: 2px;
		padding-left: 8px;
		/*width: 0px!important;*/
	}
	
	#resources .resource-detail .individual-ratings-container{
		background: #e5e5e5;
		color: #000;
		margin-top: 10px;
		padding: 20px 10px;
	}
	
	#resources .resource-detail .user{
		color: #444;
		display: block;
		margin-top: 5px;
		text-transform: uppercase;
	}
	
	#resources .resource-detail .review{
		line-height: 18px;
		margin-top: 5px;
	}
	
	#resources .resource-detail .bottom-line{
		margin-top: 10px;
	}
	
		#resources .resource-detail .bottom-line .tag{
			color: #444;
			margin-right: 5px;
			text-transform: uppercase;
		}
		
		#resources .resource-detail .bottom-line .red{
			text-transform: uppercase;
		}
	
	#resources .resource-detail .divider{
		border-bottom: solid 1px #2f2e38;
		margin-bottom: 15px;
		padding-top: 15px;
	}
	
	#resources .note{
		clear: both;
		color: #ccc;
		display: block;
		font-size: 11px;
		font-style: italic;
		text-transform: none;
	}
	

/** ADD / SUGGEST RESOURCE **/
.add-resources h1,
.suggest-resource h1
{
	display: none;
}

.add-resources .resources-org-info
{
}

.add-resources .ofimage-btn
{
	background: url(/components/resources/images/button-upload.png);
	height: 23px;
	width: 125px;
}

.add-resources .resources-org-cat-label,
.add-resources .resources-org-details-label
{
	float: left;
}

.add-resources .resources-org-cat,
.add-resources .resources-org-details
{
	float: left;
	width: 300px;
}
	
	.add-resources .resources-org-cat .input-wrapper,
	.add-resources .resources-org-details .input-wrapper
	{
		float: left;
		width: 150px;
	}
	
		.add-resources .ocheck-box
		{
			margin-left: 0px;
		}
		
		.add-resources .ocheck-label
		{
			text-transform: uppercase;
			width: 100px;
		}
		
.add-resources .resources-org-details
{
	border-top: solid 1px #393940;
}

.add-resources .resources-org-overview
{
}

	.add-resources .resources-org-overview .otext-textarea,
	.suggest-resource .otext-textarea
	{
		height: 180px;
	}

.add-resources #submit-button,
.suggest-resource #submit-button
{
	background: url(/components/resources/images/button-submit-resource.png);
	border: none;
	float: left!important;
	height: 35px;
	margin-left: 215px;
	width: 189px;
}
	
	

/*clear for org cat and org details*/
.add-resources #form18_section22-bottom,
.add-resources #form18_section24-bottom
{
	clear: both;
}



/** review box **/
.rating-sbox
{
	background: #fff url(/components/resources/images/background-review-box.jpg) top center no-repeat!important;
	border-radius: 0px!important;
	height: 475px!important;
	padding: 0px 20px!important;
	width: 396px!important;
}

	.rating-sbox .box-content
	{
		background-color: transparent!important;
		border: none!important;
		height: auto!important;
	}
	
		.rating-sbox .form_container
		{
			margin-top: 55px;
		}
		
			.rating-sbox .review-not-you
			{
				display: block;
			}
			
				.rating-sbox .review-not-you a
				{
					background: url(/components/resources/images/background-button-review-logout.png) no-repeat;
					color: #FFF;
					display: block;
					float: right;
					font-size: 11px;
					overflow: hidden;
					padding-bottom: 3px;
					padding-top: 7px;
					text-align: center;
					text-decoration: none;
					width: 107px;
				}
			
			.rating-sbox .stars-container
			{
				padding-bottom: 75px;
			}
			
				.rating-sbox .stars-container .rating-wrapper
				{
					margin: 0px auto;
					width: 140px;
				}
				
				.rating-sbox .stars-container .actual_rating_num
				{
					display: none!important;
				}
		
		.rating-sbox .review_textarea
		{
			background: #dbdbdb url(/components/resources/images/background-review-box-textarea.png) top center repeat-x;
			border: solid 1px #bebebe;
			width: 394px;
		}
		
			.rating-sbox .review_textarea .otext-label
			{
				color: #000;
				margin: 0px;
				padding: 5px;
				text-transform: uppercase;
				width: auto;
			}
			
			.rating-sbox .review_textarea .otext-textarea
			{
				background: transparent;
				border: none!important;
				height: 175px;
				margin: 0px;
				padding: 5px;
				padding-top: 0px;
				width: 384px;
			}
		
		.rating-sbox .oradio-label
		{
			margin: 2px;
			margin-top: 5px;
			padding: 2px;
		}
		
		.rating-sbox .oradio-label,
		.rating-sbox .radiobutton-label
		{
			color: #999999!important;
			text-align: left;
			width: auto!important;
		}
		
		.rating-sbox .radio-container
		{
			width: auto!important;
		}
		
		.rating-sbox #submit-button
		{
			background:	url(/components/resources/images/button-submit-review.png);
			height: 35px;
			width: 144px;
		}
		
		.rating-sbox .resource-oform-button-cancel{
			background:	url(/components/resources/images/button-no-thanks.png);
			border: none;
			height: 35px;
			margin: 10px;
			width: 100px;
			cursor: pointer;
		}
		
		.rating-sbox .input-vmsg
		{
			margin: 0px!important;
			text-align: center!important;
			width: 396px!important;
		}
		
		
	
	.rating-sbox .close-btn
	{
		background: url(/components/Oform/images/icon-x.png)!important;
		height: 25px!important;
		right: 0px!important;
		top: 0px!important;
		width: 25px!important;
	}
	
	.rating-sbox .oscroll
	{
		display: none;
		overflow: hidden;
	}


.resources-pagination .OPagination-count{
	color: #656565;
	font-family: Helvetica, Arial;
	font-size: 10px;
	padding: 5px 5px 0 5px !important;
}

.resources-pagination .cufon{
	padding-top: 6px !important;
}


#resourcesForm label{
	float: left;
	width: 150px;
	text-align: right;
	padding: 2px;
	margin: 7px 0px 0px 0px;
	border: 1px solid transparent;
	font-family:Arial, Helvetica, sans-serif;
}

#resourcesForm .inputField{
	background-image:url(/components/resources/images/bg-input.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width:343px;
	height:40px;
	margin:0px;
	float:left;
}

#resourcesForm .inputField input{
	width: 323px;
	height: 27px;
	margin: 5px 0 0 5px;
	padding: 0px 0px 0px 5px;
	border:1px transparent;
	color:#555;
	font-size: 14px;
}

textarea{
	resize:none;
}

#resourcesForm .textAreaField{
	background-image: url(/components/resources/images/bg-textarea.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 343px;
	height: 180px;
	margin: 0px;
	padding: 0px;
}

#resourcesForm .textAreaField textarea{
	width: 318px;
	height: 160px;
	margin: 6px 0 0 10px;
	padding: 5px 0px 0px 5px;
	border:1px transparent;
	color:#555;
	font-size: 14px;
}

#resourcesForm #submitbtn{
	height: 51px;
	width: 205px;
	background-image:url(/components/resources/images/resources_btn.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor:pointer;
	float:left;
	margin-left:0px;
	margin-top:10px;
}

.hidden{
	display: none;
}

.loader-img{
	float: left;
	margin: 2px 10px 0px 0px;
}
