/* MEDIA COLLECTION ELEMENT BOX - START */

/*MAIN TAG - SHOWN IN MIDDLE COLUMN*/
div.box-mediaCollectionElement {
	width: 468px;
}

/*SHOW TOP BORDER*/
div.box-mediaCollectionElement .top {
	background: url("../images/bg-box-middle-t.png") no-repeat scroll 0 0 transparent;
	height:8px;
	overflow:hidden;
	width:100%;
}

/*SHOW CONTENT BORDER*/
div.box-mediaCollectionElement .box-content {
	background: url("../images/bg-box-middle-c.png") repeat-y scroll 0 0 transparent;
	padding: 5px 12px 2px 12px;
}

/*SET FIXED HEIGHT WHEN PARAMETER SAYS SO*/
div.box-mediaCollectionElement .fixedHeight {	
	height:384px;
}

/*SHOW NORMAL GREEN TITLE WHEN PARAMETER SAYS SO*/
div.box-mediaCollectionElement .box-content .title {
	color:#6eb501;
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	margin:0 0 12px;
	height:20px;
	float:left;
}

/*SHOW TITLE BOX WHEN PARAMETER SAYS SO*/
div.box-mediaCollectionElement .title-box {	
	color:#fff;	
	line-height:24px;
	font-weight:normal;
	text-transform:uppercase;	
	margin:0 0 10px;
	padding:0 10px;
	background:#006390;	
	font-size: 14px;
	font-family: tahoma, arial, helvetica, sans-serif;
	letter-spacing: 0.5;
	float:left;
}

div.box-mediaCollectionElement .box-content .text {
	
}

div.box-mediaCollectionElement .column {
	float:left;
	width:200px;
	margin:0 20px 0 0;
}

div.box-mediaCollectionElement .column .image {
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}

div.box-mediaCollectionElement .column h3 {
	color:#004668;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	margin:0 0 6px;
	padding:0px;
}

div.box-mediaCollectionElement .column h3 a {
	color: #004668;
	text-decoration: none;
}

div.box-mediaCollectionElement .text {
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:12px;
	line-height:16px;	
	background:url(../images/divide-actual-news.gif) repeat-y;	
}

div.box-mediaCollectionElement .fixedHeight .text {	
	margin: 35px 0 -10px 0;
}

div.box-mediaCollectionElement .box-content .links {	
	height:20px;
	text-align:right;
}

div.box-mediaCollectionElement .box-content .links a {
	color: #6EB501;
	background:url("../images/bullet-link.gif") no-repeat scroll 0 50% transparent;
	padding:0 0 0 10px;
	text-decoration: none;
}

div.box-mediaCollectionElement .bottom {
	background: url("../images/bg-box-middle-b.png") no-repeat scroll 0 0 transparent;
	height:8px;
	overflow:hidden;
	width:100%;
}

div.box-mediaCollectionElement ul {
	margin:0 0 0px 10px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}

div.box-mediaCollectionElement ul.item li:first-child {
	background:none;
}
div.box-mediaCollectionElement ul.item li img {
	margin-bottom:0px;
}

div.box-mediaCollectionElement ul.item li:first-child {
	background:none;
}

div.box-mediaCollectionElement ul.item li {
	width:100%;
	min-height: 20px;
	float:left;
	padding:4px 0;
	color:#004668;
	font-size:12px;
	line-height:16px;
	background:url(../images/divide-list.gif) repeat-x;
	margin-left:0px;
}

div.box-mediaCollectionElement ul.item li {height:52px;}
div.box-mediaCollectionElement ul.nodate li {height:35px;}

div.box-mediaCollectionElement ul.item li a {
	color:#004668;
	text-decoration:none;
}
div.box-mediaCollectionElement ul.item a:hover {text-decoration:underline;}
div.box-mediaCollectionElement ul.item .title {
	display:block;
	color:#004668;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}
.div.box-mediaCollectionElement ul.item p {color:#000;  margin-bottom: 8px;}

.div.box-mediaCollectionElement .paginator ul{
	padding: 0; 
	margin: 0;
}

.div.box-mediaCollectionElement .paginator ul li{	
	display: inline;
	margin-left:13px;
	color: #919D9D;	
}

.div.box-mediaCollectionElement .paginator ul li span{	
	font-size:12px;
	
}

.div.box-mediaCollectionElement .paginator ul li a{	
	color:#004668;
	font-size:12px;
	margin-left: 0px;
	padding-left: 13px;
}

.div.box-mediaCollectionElement .paginator ul li a.first{
	padding-left: 10px;
	background:url(../images/bullet-link1.gif) no-repeat 0 50%;
	
}

.div.box-mediaCollectionElement .paginator ul li a.last{		
	padding-right: 8px;
	background:url(../images/bullet-link.gif) no-repeat 100% 50%;	
}
/* MEDIA COLLECTION ELEMENT BOX - END */
