#portlet_toptags_WAR_toptagsportlet .portlet-title {
	border: 1px solid #dcdcdc;
}

#portlet_toptags_WAR_toptagsportlet .portlet-topper{
	display: none;
}

#portlet_toptags_WAR_toptagsportlet .portlet-content {
	padding: 0;
}

#portlet_toptags_WAR_toptagsportlet .asset-wrapper {
	padding: 12px 0px;
	display: block;
	position: relative;
	background-color: #FFF;
	border: 1px solid #dcdcdc;
    border-bottom: none;
    border-top: none;
	
	-webkit-transition: background-color .4s;
	-moz-transition: background-color .4s;
	-o-transition: background-color .4s;
	-ms-transition: background-color .4s;
	transition: background-color .4s;
	
	&:hover {
		background: #F9F9F9;
		
		.asset-box {
			background-color: #73BBDD;
		}
		
		.asset-text .asset-name a {
			color: #E03800;
		}
	}
	
	&.stickied .asset-name {
		font-style: italic;
	}
	
	&.staff-picks {
		background-color: #e8f5fc;
		top: 1px;
		
		.asset-name:before {
			background: url('/community-theme/images/message_boards/editors-choice-icon.png') no-repeat scroll;
			width: 12px;
			height: 17px;
			display: inline-block;
			padding-left: 3px;
			margin-left: -15px;
			content: " ";
			vertical-align: top;
		}
	}
	
	.asset-box {
		width: 50px;
		height: 50px;
		background-color: #C2E1F0;
		text-align: center;
		display: inline-block;
		
		position: absolute;
		right: 20px;
		top: 10px;
		
		-webkit-transition: background-color .4s;
		-moz-transition: background-color .4s;
		-o-transition: background-color .4s;
		-ms-transition: background-color .4s;
		transition: background-color .4s;	
		
		.asset-count {
			font-family: 'Museo300',sans-serif;
			font-size: 23px;
			color: #0a6089;
			text-shadow: 0 1px 2px rgba(255, 255, 255, 0.4);
			display: inline-block;
			margin-top: 17px;
		}
		
	}
	
	.asset-text {
		display: inline-block;
		padding-left: 15px;
		
		.asset-name {
			color: #555;
			display: block;
			
			a {
				color: #333; 
		 		font-size: 14px; 
		 		font-weight: bold; 
		 		text-decoration: none;
		 		display: inline-block;
		 		
 				-webkit-transition: color .4s;
				-moz-transition: color .4s;
				-o-transition: color .4s;
				-ms-transition: color .4s;
				transition: color .4s;		
			}
		}
		
		.activity {
			display: block;
			font-size: 11px;		
			padding-top: 4px;
		}
		
		.activity-count {
			color: #0a6089;
			font-weight: bold;
		}
		
		.activity-text {
			color: #777777;
		}
	}
}

/* Zero State */

#portlet_toptags_WAR_toptagsportlet .zero {
	min-height: 140px;
	
	.sub {
		display: inline-block;
		font-family: Arial;
		font-size: 13px;
		color: #666;	
		line-height: 1.3em;
		padding-left: 20px;
		padding-top: 30px;
	}
	
		.find {
		padding-left: 20px;
		padding-top: 15px;
		display: inline-block;
	
			input[type="submit"], 
			input[type="button"], 
			input[type="reset"], 
			button {
				background: #f6fdff; /* Old browsers */
				background: -moz-linear-gradient(top, #f6fdff 0%, #b8dcea 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdff), color-stop(100%,#b8dcea)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #f6fdff 0%,#b8dcea 100%); /* IE10+ */
				background: linear-gradient(to bottom, #f6fdff 0%,#b8dcea 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdff', endColorstr='#b8dcea',GradientType=0 ); /* IE6-9 */
		
				border: 1px solid #85c2e0;
				border-radius: 5px;
				
				color: #4990b4;
				font-family: Arial;
				font-size: 13px;
				font-weight: bold;
				line-height: 15px;
				text-shadow: 0 1px 3px rgba(255, 255, 255, 0.6);
				box-shadow: 0px 1px 4px #eaeaea;
				padding: 7px 10px;
			}
			
			input[type="submit"]:hover, 
			input[type="button"]:hover, 
			input[type="reset"]:hover, 
			button:hover {	
				background: #f6fdff; /* Old browsers */
				background: -moz-linear-gradient(top, #f6fdff 0%, #90cae1 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6fdff), color-stop(100%,#90cae1)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top, #f6fdff 0%,#90cae1 100%); /* IE10+ */
				background: linear-gradient(to bottom, #f6fdff 0%,#90cae1 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fdff', endColorstr='#90cae1',GradientType=0 ); /* IE6-9 */
			
				color: #3e90b9;
				text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
			
			}
	}
}
 
 /* Tabs */
#top-group-tabs {
	margin-top: -35px;
	float: right;
}

#top-group-tabs .aui-tabview-list, 
#top-group-tabs .aui-tab-content {
	font-size: 11px;
	background: none;
	border: none;
	box-shadow: none;
}

#portlet_toptags_WAR_toptagsportlet .aui-tab-label, .aui-tab-label a {
	color: #777;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-shadow: none;
}

#top-group-tabs .aui-tab-active strong {
	font-size: 12px;
	text-shadow: none;
    color: #156185;
}

#top-group-tabs .aui-fieldset{
	margin-top: -35px;
	margin-bottom: 15px;
	width: 75px;
	position: relative;
}

#top-group-tabs .aui-tab:last-child {
	border: none;
}

#top-group-tabs .aui-tab-active,
#top-group-tabs .aui-tab-content {
	box-shadow: none;
}

#top-group-tabs .aui-tab-active .aui-tab-label {
    background-color: #B0D1E1;
    border: medium none;
    border-radius: 4px;
    color: #156185;
    padding-right: 10px;
    text-align: center;
}

#top-group-tabs .aui-tab-label:hover {
    color: #156185;
    text-align: center;
   	text-shadow: none;
}

#top-group-tabs .aui-state-default {
	background: none;
}

#top-group-tabs .aui-tabview-list .first {
	border-left: none;
}

#top-group-tabs .aui-tabview-list .last {
	border-right: none;
}

#portlet_toptags_WAR_toptagsportlet .aui-button-block {
	padding: 0;
	margin: 0;
	border-top: 1px solid #dcdcdc;	
	margin-bottom: 15px;
}

#portlet_toptags_WAR_toptagsportlet .aui-button-block:focus {
	outline: none;
}

#portlet_toptags_WAR_toptagsportlet input[type="submit"], 
#portlet_toptags_WAR_toptagsportlet input[type="button"], 
#portlet_toptags_WAR_toptagsportlet input[type="reset"],
#portlet_toptags_WAR_toptagsportlet button {
	background: #4e9abf;
    border: none;
    color: white;
    text-shadow: none;
    font-size: 11px;
    font-weight: unset;
    margin: 10px 0px 0px 15px;
    padding: 8px 14px;
}

#portlet_toptags_WAR_toptagsportlet input[type="button"]:hover {
	background: #0A6089;
	color: white;
}
/* Search Container */
#portlet_toptags_WAR_toptagsportlet .results-grid {
	border: none;
} 

#portlet_toptags_WAR_toptagsportlet .results-header th.first{
	display:none;
}

#portlet_toptags_WAR_toptagsportlet .results-header th.last{
	display: none;
}

#portlet_toptags_WAR_toptagsportlet .results-header th, .results-header td {
	display: none;
}

#portlet_toptags_WAR_toptagsportlet .lfr-search-container {
	padding: 0;
}