/* JOOMLA 1.0.X TEMPLATE CSS FILE */

/* Main css file with standard css selectors */
@import url("base.css");

/* Css file with css selectors for layout */
@import url("layout.css");

/* Css file with css selectors for custom modules and menus */
@import url("custom.css");

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;
	background-color	: white;
	width			: 100%;
	padding-left     	: 0px;
	padding-right     : 0px;
	border-bottom    	: 0px solid #AFC0D0;
}

/* ============================ FORM ELEMENTS ======================= */
.Form_Style{
	
	width:15px;
	color: #8e8e8e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
	}

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	: #F1F1F2;
	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;
	background-color	: #F1F1F2;	
	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;
	background-color	: #E6E6E7;
	width			: 100%;
	padding-left     	: 1px;
	padding-right     : 1px;
	border-bottom    	: 0px solid #AFC0D0;
}

table.at_element_table2 td {
	border-style     	: none;
  	border-color	: black;
	background-color	: #E6E6E7;
	padding-left     	: 1px;
	padding-right     : 1px;
	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 		: green;
}

a.at_img_table:hover {
	color 		: green;
}

div.at_title {
	padding-top		: 2px;
	padding-bottom	: 3px;
}

a.at_title:link, a.at_title:visited {
	font-size 		: 11px;
	font-weight 	: bold;
	font-family 	: Arial, sans-serif, Times New Roman, Tahoma, Verdana;
	color 		: green;
	padding-top		: 0px;
}

a.at_title:hover {
	color 		: green;
	border-bottom	: none;
}

div.at_intro {
	font-size 		: 11px;
	font-weight 	: normal;
	font-family 	: Arial, sans-serif, Times New Roman, Tahoma,Verdana;
	color 		: #000000;
	padding-top		: 0px;
}

div.at_date {
	font-size 		: 9px;
	font-style 		: italic;
	font-family 	: Arial, sans-serif, Times New Roman, Tahoma,Verdana;
	color 		: red;
	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 		: green;
	padding-top		: 0px;
}

a.at_readmore:hover {
	color 		: white;
	border-bottom	: none;
}

div.at_left {
	font-size 		: 9px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color 		: black;
	padding-top		: 0px;
}
