 /***** module *****/
.module { 
	overflow:hidden;
	zoom:1;
	margin:10px 5px;
}
.module .buttonContainer,
.module .actionLinks {
	overflow:hidden;
}
.module .buttonContainer a,
.module .actionLinks a {
	text-transform:uppercase;
	letter-spacing:1px;
	display:block;
	float:left;
	text-decoration:none;
	overflow:hidden;
}
.module .buttonContainer a span,
.module .actionLinks a span {
	float:left;
	width:auto;
	overflow:hidden;
}
.module .buttonContainer a.detailLink span,
.module .buttonContainer a#BackLink span {
	background-image:url(../images/ButtonWrapperLeftWithArrow.jpg);
	padding-left:23px;
	padding-right:8px;
}
.module .title {
	font-size:20px;
	margin:0;
	padding:0;
	color:#0099CC;
}

/***** lists *****/
.list {
	
}
.list .item {
	padding: 27px 0px;
	overflow:hidden;
	zoom:1;
}
.list .item .itemHeader {

}
.list .title {

}
.list .title a { 

}
.list .item .image {
	float:right;
	width:183px;
	height:auto;
	margin-left:10px;
	border:5px solid #999999;
}
.list .item .date {
	font-size:14px;
	font-weight:bold;
	color:#75B2CF;
	padding:2px 0 0 0;
}
.list .item .category_name {
	font-weight:bold;
	font-size:13px;
	color:#696969;
	padding:1px 0;
}
.list .item .link {
	margin-top:5px;
}
.list .item .summary {
	color:#38535B;
}
.list .item .itemBody {

}
.list .separator { 
	border-top:1px solid #D3DADF;
}
.list .separator hr { 
	display:none;
}
.list .item.first {
	margin-top: 0;
	padding-top: 0;
}
.list .item.last {

}
.list .item.even {

}
.list .item .moreLink {
	margin-left:5px;
}
.list .item .moreLink span {

}

/**** detail ****/
.detail {

}
.detail .item .body {
	margin-top:10px;
}
.detail .item .postedDate {
	font-size:14px;
	font-weight:bold;
	color:#75B2CF;
	padding:3px 0 3px 0;
}
.detail .item .itemBody .image {
	float:right;
	margin-top:10px;
}
.detail .item img {
	border:5px solid #E2E2E2;
	margin:0px 0px 10px 10px;
}
.detail .item .itemBody {
	margin-top:12px;
	border-top:1px solid #D3DADF;
	border-bottom:1px solid #D3DADF;
}
.detail .item .itemBody .body {

}
.detail .item .itemFooter {
	
}
.detail .item .document a,
.detail .item .linkUrl a {
	font-family:verdana;
	line-height:1.4em;
}
.detail .item .itemFooter .document {
	
}
.detail .item .itemFooter .linkUrl {
	
}

