/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */ 
 /* Tag cloud */


.l0{
	float:left;
	margin:5px;
	font:verdana;
	padding:5px;
	cursor:pointer;
	height:14px;
	font-family:verdana; 
	font-size:12px;
	color:#fff;
	background-color:#ccc;
	border:none;
	border-bottom:#ccc 5px solid;
	font-weight:bold;
}

.l0:hover{
	color:#fff;
	background-color:#aaa;
	border:none;
	border-bottom:#aaa 5px solid;
	font-weight:bold;
}

.activeL0{
	color:#fff;
	background-color:#999;
	border:none;
	border-bottom:#999 5px solid;
	font-weight:bold;
}


.l1{
float:left;
margin:5px;
border:3px #ccc solid;
border-radius:5px;
font:verdana;
} 

.l1info{
	padding:8px;
	cursor:pointer;
	height:130px;
}
.l1:hover{background-color:#f9f9f9}
.l1 img{width:150px;}
.l1 .title{color:#999;font-family:verdana; font-size:11px;max-width:150px;}
.l1wrapper{height:190px; display:inline-block}
.sublink{cursor:pointer;font-family:verdana; font-weight:bold;font-size:9px;color:#fff; border:1px #eee solid; border-radius:5px;background-color:#999;position:relative; top: -10px;padding:4px; display:none;width:80%; left:10px;text-align:right}
.sublink:hover{background-color:#666;}

.l2{
float:left;
margin:4px;
border:3px #ccc solid;
padding:8px;
display:block;
cursor:pointer;
border-radius:5px;

}
.l2:hover{background-color:#f9f9f9}
.l2 img {width:150px;}
.l2 .title{color:#999;font-family:verdana; font-size:11px;max-width:150px;}
.l2wrapper{height:190px; display:inline-block}
.l1info{
	height:130px;
}
.l3{
float:left;
margin:3px;
border:1px #ccc solid;
padding:2px 5px;
display:block;
font-size:9px;
color:#ccc;
border-radius:2px;
}


.thumb_container{
	background-color:#ffff;
    width: 200px;
    height: 120px;
}

.l1wrapper {
    height: 220px;
}

.l1info {
    height: 150px;
}

.l1 .title {
	max-width: 200px;
}