/*
This is a helper file to use Module Class Suffixes with AiDaNews2

This style is no different from the default.css stylesheet, but has two styles implemented

Simply copy this file renaming it and start editing!
*/

/* MAIN CLASSES - DON'T EDIT THESE AS THEY MANAGE TABLES AND CORE ELEMENTS */

.aidawarning {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

/* Tables */

.aidanews2_table .aidanews2_tabrow {
	clear: both;
	width: 100%;
	margin: 0;
	float: left;
}

.aidanews2_table .aidanews2_tabcol {
	margin: 0;
	float: left;
	display: inline;
}

.aidanews2_table .aidanews2_tabrow .aidanews2_art {
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
}

.aidanews2_table .aidanews2_tabcol .aidanews2_art {
	border-right: 1px solid #ccc;
}

/* FIRST CLASS - DEFAULT (leave the "Module Class Suffix" field empty!) */

.aidanews2 .aidanews2_topL, .aidanews2_botL {
	float: left;
	width: 50;
	text-align: left;
}

.aidanews2 .aidanews2_topL {
	font-size: 10px;
}

.aidanews2 .aidanews2_topR, .aidanews2_botR {
	float: right;
	width: 50;
	text-align: right;
}

.aidanews2 .aidanews2_main {
}

.aidanews2 .aidanews2_mainL {
	width: auto;
	float: left;

}

.aidanews2 .aidanews2_mainC {
	width: auto;
	overflow: auto;
}

.aidanews2 .aidanews2_mainR {
	width: auto;
	float: right;
}

.aidanews2 .aidanews2_title {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 15px;
	border: 0 !important;
}

.aidanews2 .aidanews2_title a:link {
	font-weight: bold;
}

.aidanews2 .aidanews2_date {
}

.aidanews2 img {
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 5px;
	float: left;
}

.aidanews2 .readon {
	margin-top: 3px;
}

.aidanews2 .aidanews2_positions {
	padding: 2px 5px !important;
}

.aidanews2 .even {
	/*background-color: #E8E8E8;*/
}

.aidanews2 .aidanews2_line {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

/* Tables */

.aidanews2 .firstinrow {
	border-left: 1px solid #ccc;
}

.aidanews2 .infirstrow {
	border-top: 1px solid #ccc;
}

.aidanews2 .aidanews2_table {
	width: 100%;
	margin-bottom: 5px;
}

/* Bottom Link */

.aidanews2 .aidanews2_bottomlink {
	padding: 5px 8px 3px;
}

.aidanews2 .aidanews2_bottomlink a:link {
	font-weight: bold;
}

.aidanews2 .aidanews2_table .aidanews2_bottomlink {
	border: 1px solid #ccc;
	border-top: 0px;
	width: 25%;
	clear: both;
	background-color: #E8E8E8;
}

/* Rating, Hits, Comments Images */

.aidanews2 .aidanews2_rating {
	background: url("../img/default/rating.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.aidanews2 .aidanews2_hits {
    padding: 3px 3px 3px 2px;
}

.aidanews2 .aidanews2_comments {
	background: url("../img/default/comments.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.aidanews2 .aidanews2_stars_rating {
	display: inline;
	width: 80px;
	height: 16px;
}

.aidanews2 .aidanews2_stars_rating img {
	padding: 0;
	border: 0;
	margin: 0;
}

/* SECOND CLASS - EDITED (write "_test" in the  "Module Class Suffix" field) */

.aidanews2_test {
	color: #fff;
}

.aidanews2_test .aidanews2_topL, .aidanews2_botL {
	float: left;
	width: 50;
	text-align: left;
}

.aidanews2_test .aidanews2_topL {
	font-size: 10px;
}

.aidanews2_test .aidanews2_topR, .aidanews2_botR {
	float: right;
	width: 50;
	text-align: right;
}

.aidanews2_test .aidanews2_main {
}

.aidanews2_test .aidanews2_mainL {
	width: auto;
	float: left;

}

.aidanews2_test .aidanews2_mainC {
	width: auto;
	overflow: auto;
}

.aidanews2_test .aidanews2_mainR {
	width: auto;
	float: right;
}

.aidanews2_test .aidanews2_title {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 15px;
	border: 0 !important;
}

.aidanews2_test .aidanews2_title a {
	font-weight: bold;
	color: #fff;
}

.aidanews2_test .aidanews2_date {
}

.aidanews2_test img {
	padding: 2px;
	border: solid 3px #fff;
	margin-right: 5px;
	float: left;
}

.aidanews2_test .readon {
	margin-top: 3px;
}

.aidanews2_test .aidanews2_positions {
	padding: 2px 5px !important;
}

.aidanews2_test .even {
	background-color: #3f78a8;
}

.aidanews2_test .odd {
	background-color: #0c1a3e;
}

.aidanews2_test .aidanews2_line {
	width: 100%;
	border-bottom: 1px solid #ccc;
}

/* Tables */

.aidanews2_test .firstinrow {
	border-left: 1px solid #ccc;
}

.aidanews2_test .infirstrow {
	border-top: 1px solid #ccc;
}

.aidanews2_test .aidanews2_table {
	width: 100%;
	margin-bottom: 5px;
}

/* Bottom Link */

.aidanews2_test .aidanews2_bottomlink {
	padding: 5px 8px 3px;
}

.aidanews2_test .aidanews2_bottomlink a:link {
	font-weight: bold;
}

.aidanews2_test .aidanews2_table .aidanews2_bottomlink {
	border: 1px solid #ccc;
	border-top: 0px;
	width: 25%;
	clear: both;
	background-color: #E8E8E8;
}

/* Rating, Hits, Comments Images */

.aidanews2_test .aidanews2_rating {
	background: url("../img/default/rating.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.aidanews2_test .aidanews2_hits {
	background: url("../img/default/hits.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.aidanews2_test .aidanews2_comments {
	background: url("../img/default/comments.png") no-repeat scroll 0 2px transparent;
    padding: 3px 3px 3px 20px;
}

.aidanews2_test .aidanews2_stars_rating {
	display: inline;
	width: 80px;
	height: 16px;
}

.aidanews2_test .aidanews2_stars_rating img {
	padding: 0;
	border: 0;
	margin: 0;
}