/*ArticlePub CSS*/

.publishitems .item
{
	border-bottom:dotted 1px silver;
	padding-bottom:10px;
	margin-bottom:5px;
	clear:both;
	display:table;
        line-height:12pt;
        width: 100%
}

.publishitems .Head
{
	margin-left:0px;
	padding-left:0px;
	font-size: 12pt;
	color:black;
	margin-top:4px;
	margin-bottom:8px;
}

.publishitems .SubHead
{
	margin-left:0px;
	padding-left:0px;
	font-size: 11pt;
	color:dimgray;
	margin-bottom:8px;
}

.publishitems .item .Head
{
	margin-left:0px;
	padding-left:0px;
	font-size: 11pt;
	color:black;
	margin-bottom:3px;
}

.publishitems .item .SubHead
{
	margin-left:0px;
	padding-left:0px;
	font-size: 9pt;
	color:dimgray;
	margin-bottom:3px;
 font-weight:normal;
}

.publishitems .Properties
{
	font-size:7pt;
	color:black;
margin-right: 5px;
}

.publishitems .RSSLink img
{
	border: none;
}

.publishitems .ListDetailLink,.publishitems .ListDetailLink img
{
	font-size:9pt;
	border:none;
}

.publishitems div.ItemImage
{
	float:left;
	padding-right:5px;
	padding-bottom:5px;
}

.publishitems .hideappointment,.publishitems .hidenews,.publishitems .hidedocument
{
	display:none;
}

.publishitems .paging
{
margin-top: 10px;
margin-bottom: 10px;
}

.publishitems .paging a:hover
{
 color:royalblue;
}

.publishitems .paging span
{
	width: 20px;
	height: 20px;
	font-size:9pt;
	background-color:whitesmoke;
	margin-right: 5px;
	display:inline-block;
	text-align: center;
	border:solid dimgray 1px;
	padding-bottom:0px;
	vertical-align: bottom;
}

.publishitems .paging span.pageactive,.publishitems .paging span.pageactive:hover
{
	background-color:steelblue;
	color:white;
}

.publishitems .paging span:hover
{
	background-color:lightsteelblue;
	color:white;
}

.publishitems div.image_left
{
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.publishitems div.image_right
{
	float:right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}


