/* ###################### ARTICLE THUMBNAILS MODULE CLASS ###################### */
table.at_main_table {
  	border-width		: 0px 0px 0px 0px;
  	padding			: 0px 0px 0px 0px;
  	border-spacing		: 0px;
	border-style     	: none;
  	border-color		: black;
	border-collapse		: separate;
	width			: 100%;
	padding-left     	: 0px;
	padding-right     	: 0px;
	border-bottom    	: 0px solid #AFC0D0;
}

table.at_main_table td {
  	border-width		: 0px 0px 0px 0px;
  	padding			: 0px 0px 0px 0px;
	border-style     	: none;
  	border-color		: black;
	padding-left     	: 0px;
	padding-right     	: 0px;
	padding-bottom: 4px;
	/*border-bottom    	: 2px dashed #AFC0D0;*/
}

table.at_element_table1 {
  	border-width		: 0px 0px 0px 0px;
  	border-spacing		: 0px;
	border-style     	: none;
  	border-color		: black;
	width			: 100%;
	border-collapse		: separate;
	padding-left     	: 1px;
	padding-right     	: 1px;
	border-bottom    	: 0px solid #AFC0D0;
}

table.at_element_table1 td {
	border-style     	: none;
  	border-color		: black;
	padding-left     	: 1px;
	padding-right     	: 1px;
	border-bottom    	: 0px solid #AFC0D0;
	text-align		: left;
}

table.at_element_table2 {
  	border-width		: 0px 0px 0px 0px;
  	border-spacing		: 0px;
	border-style     	: none;
  	border-color		: black;
	border-collapse		: separate;
	width			: 100%;
	padding-left     	: 1px;
	padding-right     	: 1px;
	border-bottom    	: 0px solid #AFC0D0;
}

table.at_element_table2 td {
	border-style     	: none;
  	border-color		: black;
	padding-left     	: 1px;
	padding-right     	: 1px;
	border-bottom    	: 0px solid #AFC0D0;
	text-align		: left;
}
.at_img_table img {
	width:56px; 
	height:48px; 
	float:left; 
	padding-right: 4px;
}
a.at_img_table:link, a.at_img_table:visited {
	padding-left     	: 0px;
	padding-right     	: 0px;
	color 			: #574109;
}

a.at_img_table:hover {
	color 			: #574109;
}

/*div.at_title {
	padding-top		: 2px;
	padding-bottom		: 3px;
	font-size:24px; font-weight:bold;
	color:#80B641;
	}
*/
a.at_title:link, a.at_title:visited {
	font-size 		: 14px;
	font-weight 		: bold;
	font-family 		: Arial, sans-serif, Times New Roman, Tahoma, Verdana;
	color 			: #80B641;
	padding-top		: 0px;
}

a.at_title:hover {
	color 			: #666666;
	border-bottom		: none;
}

div.at_intro {
	font-size 		: 11px;
	font-weight 	: normal;
	font-family 	: Arial, sans-serif, Times New Roman, Tahoma,Verdana;
	color 			: #574109;
	padding-top		: 0px;
	border-bottom: 1px dashed #80B641;
}

div.at_date {
	font-size 		: 9px;
	font-style 		: italic;
	font-family 	: Arial, Helvetica, sans-serif;
	color 			: #333333;
	padding-top		: 0px;
	font-weight: bold;
}

div.at_readmore {
	padding-top		: 2px;
}

a.at_readmore:link, a.at_readmore:visited {
	font-size 		: 11px;
	font-weight 		: bold;
	font-family 		: Arial, sans-serif, Times New Roman, Tahoma, Verdana;
	color 			: #574109;
	padding-top		: 0px;
}

a.at_readmore:hover {
	color 			: #666666;
	border-bottom		: none;
}

