/* CSS Document */
div.module { margin:0; padding:0; }
div.module .item { margin-top:10px; padding-bottom:10px; }
div.module .item.first {  }

div.module .separator { border-top:1px solid #D2E3F6; }
div.module .separator hr { display:none; }

div.module .item .itemHeader { overflow:hidden; zoom:1; }
div.module .item .itemBody { overflow:hidden; zoom:1; }
div.module .item .itemFooter { overflow:hidden; zoom:1; }

div.module .item .title { margin:0; padding:0; }
div.module .item .title a { margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-weight: normal; }
div.module .item .information { float:right; overflow:hidden; zoom:1;  }
div.module .item .category { font-family:Arial, Helvetica, sans-serif; }
div.module .item .dateTime { margin:0; padding:0; line-height:normal; }
div.module .item .dateTime .date,
div.module .item .dateTime .time { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FD9A05; }
div.module .item .summary { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4A5E6C; margin:0 0 5px 0; }
div.module .item .location { font-family:Arial, Helvetica, sans-serif; }
div.module .separator.last { display:none; }

div.module .item div.link {  overflow:hidden; zoom:1; clear:both; }
div.module .item div.link.detail {
	float:right;
	line-height:normal;
}
div.module .item div.link.detail a { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; line-height:normal; }

div.rss { margin-top:5px; line-height:normal; overflow:hidden; zoom:1; float:none; clear:both; }
div.rss a {
	display:block;
	float:right;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#02A6D4;
	background-image:url('../images/rss.png');
	background-repeat:no-repeat;
	background-position:left 1px;
	padding-left:15px;
}

div.module.buttons,
div.module .buttonContainer  { float:left;  overflow:hidden; zoom:1; clear:both; padding-bottom:15px; }

div.module.buttons a,
div.module .buttonContainer a {
	display:block;
	background-image:url(../images/ButtonWrapperLeft.jpg);
	background-repeat:no-repeat;
	height:21px;
	overflow:hidden;
	text-align:center;
	padding-left:3px;
	text-decoration:none;
}

div.module.buttons a span,
div.module .buttonContainer a span {
	display:block;
	border:0;
	float:left;
	background-color:transparent;
	padding:0 20px 0 17px;
	margin:0;
	height:21px;
	line-height:21px;
	white-space:normal;
	overflow:hidden;
	background-image:url(../images/ButtonWrapperRight.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	letter-spacing:1px;
}

div.list.error { text-align:center; }


div.listTable table { margin-top:5px; margin-bottom:5px; }
div.listTable table { border:1px solid #E1EBF7; }
div.listTable table thead th { background-color:#E1EBF7; border-width:0 0 0 0; border-bottom:1px solid #E1EBF7; color:#162B33; font-family:Arial,Helvetica,sans-serif; font-size:12px; padding:5px; }
div.listTable table tbody tr.odd { background-color:#FFFFFF; }
div.listTable table tbody tr.even { background-color:#FFFFFF; }
div.listTable table tbody td { color:#496E7C !important; padding:5px; line-height:normal; border-bottom:1px solid #E7EBF0; font-family:Arial, Helvetica, sans-serif; }


div.module .linkContainer { float:right; overflow:hidden; zoom:1; }
div.module .linkContainer .leftWrapper {
	padding:0 0 0 3px; margin:0 5px 0 0;
	background-image:url('../images/linkWrapperLeft.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	float:left; overflow:hidden; zoom:1;
}
div.module .linkContainer .rightWrapper {
	padding:0 10px 0 7px; margin:0;
	background-image:url('../images/linkWrapperRight.jpg');
	background-repeat:no-repeat;
	background-position:right top;
	background-color:transparent;
	float:left; overflow:hidden; zoom:1;
	height:24px;
	line-height:24px;
}

div.module .linkContainer #rssWrapper a {
	display:block;
	float:left;
	background-image:url('../images/rss.png');
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:24px;
	line-height:24px;
}

div.module .linkContainer #paginationWrapper .rightWrapper { padding:0 5px 0 2px; }
div.module .linkContainer #paginationWrapper .pagination { font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#6E6E6E; height:24px; line-height:24px; float:left;  }
div.module .linkContainer #paginationWrapper .pagination .CounterContainer { display:block; float:left; height:24px; line-height:24px; margin:0 5px; }
div.module .linkContainer #paginationWrapper .pagination .NextLinkContainer { display:block; float:left; }
div.module .linkContainer #paginationWrapper .pagination .PreviousLinkContainer { display:block; float:left; }
div.module .linkContainer #paginationWrapper .pagination .NextLinkContainer a {
	display:block;
	float:left;
	background-image:url('../images/list/icon_next.jpg');
	background-repeat:no-repeat;
	background-position:left 5px;
	height:0;
	padding-top:24px;
	width:8px;
	overflow:hidden;
}
div.module .linkContainer #paginationWrapper .pagination .PreviousLinkContainer a {
	background-image:url(../images/list/icon_previous.jpg);
	background-position:4px 5px;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:0;
	overflow:hidden;
	padding-top:24px;
	width:8px;
}




