/* ###################### ARTICLE THUMBNAILS MODULE CLASS ###################### */
table.at_main_table {
  	margin-top: 0px;
	border-width		: 0px 0px 0px 0px;
  	padding				: 0px 0px 0px 0px;
  	border-spacing		: 0px;
	/*border: 1px solid #fff;*/
	background-color	: white;
	width				: 100%;
	padding-left     	: 0px;
	padding-right     	: 0px;
	/*border-bottom    	: 1px solid #AFC0D0;*/
	/*background-color: #F0D3F0;*/
}

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

table.at_element_table1 {
  	border-width		: 0px 0px 0px 0px;
  	border-spacing		: 0px;
	border-style     	: none;
  	border-color		: black;
/*	background-color	: #fff;*/
	width				: 100%;
	border-collapse		: separate;
	padding-left     	: 0px;
	padding-right     	: 0px;
	border-bottom    	: 1px dotted #AFC0D0;
	margin-bottom		: 3px;
}

table.at_element_table1 td {
	border-style     	: none;
  	border-color		: black;
	/*background-color	: #fff;	*/
	padding-left     	: 1px;
	padding-right     	: 1px;
	padding-bottom     	: 3px;
	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;
	/*background-color	: #fff;*/
	width			: 100%;
	padding-left     	: 0px;
	padding-right     	: 0px;
	border-bottom    	: 1px dotted #AFC0D0;
	margin-bottom		: 3px;
}

table.at_element_table2 td {
	border-style     	: none;
  	border-color		: black;
/*	background-color	: #fff;*/
	padding-left     	: 1px;
	padding-right     	: 1px;
	padding-bottom     	: 3px;
	border-bottom    	: 0px solid #AFC0D0;
	text-align		: left;
}

a.at_img_table:link, a.at_img_table:visited {
	padding-left     	: 0px;
	padding-right     	: 0px;
	color 			: #0099CC;
}

a.at_img_table:hover {
	color 			: #0099CC;
}

div.at_title {
	padding-top		: 2px;
	padding-bottom		: 3px;
}

a.at_title:link, a.at_title:visited {
	margin-top:0px;
	font-family:  Georgia;
	font-size: 18px;
	text-decoration: none;
	color:#993300;
	padding-bottom: 0px;
	padding-top		: 0px;
}

a.at_title:hover {
	color 			: #00528A;
	border-bottom		: none;
	text-decoration: underline;
}

div.at_intro {
	font-family: arial;
	font-size: 12px;
	color 			: #333;
	padding-top		: 5px;

}

div.at_date {
	font-size 		: 9px;
	font-style 		: italic;
	font-family 		: Arial, sans-serif, Times New Roman, Tahoma,Verdana;
	color 			: #666;
	padding-top		: 0px;
}

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 			: #0099CC;
	padding-top		: 0px;
}

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