latestnews-alt {
color: yellow;
}

div.clr {
	clear:both;
}

.bg_main {
	background-color	: #FFFFFF;
	margin			: 0px;
	padding			: 0px;
}

img {
	border			: 0px;
}

#main_out {
	background-color	: #FFFFFF;
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
}

/* *******************************************  header */
#header {
	background-color	: #E1E1E2;
	width			: 100%;
	height			: 200px;
}

/* *******************************************  midarea */
#midarea {
	background-color	: #E1E1E2;
	width			: 100%;
}

/* ******************************************* main bottom */

#botnavi table.moduletable {
	width			: 100%;
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
	border			: 0;
}

#bottomarea {	
	background-color	: #E1E1E2;
	width			: 100%;
	padding			: 2px 0px;
	border-top		: 1px solid #CBCDCE;
}

#bottomareatext {
	text-align		: center;
	font			: normal 11px Georgia, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* *******************************************  pathway */
#can_pathway {
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	height			: 30px;
	text-indent		: 8px;
	text-align		: left;
	font		    	: bold 13px Georgia, Arial, Verdana, Helvetica, sans-serif;
	color			: mediumBlue;
}

#can_pathway img {
	margin			: 8px 1px 1px 1px;
}

.pathway {
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
	border			: 0;
	line-height		: 30px;
}

a.pathway:link, a.pathway:visited {
	color			: darkBlue;
	font-size		: 11px;
	font-weight		: normal;
	line-height		: 18px;
}
a.pathway:hover {
	color			: #00B4FF;
}

/* ******************************************* leftside */
#leftmain {
	margin			: 0;
	padding			: 0px;
	width			: 100%;
}
#leftmain table.moduletable th, #rightmain table.moduletable th {
	height			: 24px;
	background		: transparent url(../images/modulebg.png) 0 100% repeat-x;
	border-bottom		: 2px solid #C8C8C8;
	font 			: bold 13px Georgia, Arial, Verdana, sans-serif, Helvetica ;
	color			: darkBlue;
	text-align		: center;
	margin			: 0px;
	padding			: 10px 0px 5px 0px;
	line-height		: 24px;
}
#leftmain table.moduletable td {
	font 			: normal 12px Georgia, Arial, Verdana, sans-serif, Helvetica;
	color			: #000006;
	text-align		: center;
	margin			: 0px;
	padding			: 0px 0px 0px 0px;
}

/* ******************************************* main body */
#main_area {
	width			: 100%;
	margin			: 0px 0px 0px 0px;
	padding			: 0px 0px 0px 0px;
	border			: 0;
	text-align		: left;
}

/* ******************************************* flashnews and blocks */
#newsflash {
	margin			: 0;
	padding			: 0px;
	width			: 100%;
	border			: 0;
}

#newsflash table.moduletable {
	padding			: 0;
	margin			: 0;
	border			: 0;
}

#newsflash table.moduletable th {
	height			: 24px;
	background		: url(../images/bg_ltitle.gif) no-repeat;
	background-position	: left bottom;
	border-bottom		: 3px solid #CBCDCE;
	font 			: bold 13px Arial, Verdana, sans-serif, Helvetica ;
	color			: #333333;
	text-align		: left;
	text-indent		: 10px;
	padding-top		: 10px;
	margin			: 0px;
	line-height		: 24px;
}

#newsflash table.moduletable td {
	line-height		: 17px;
	text-align		: left;
	padding			: 2px 0px 2px 0px;
}

#blocks {
	width			: 100%;
	padding			: 0;
	background-color	: f9f9f9;
	margin-bottom		: 10px;
}

/* ******************************************* Footer */
#footer  {
	padding			: 0px 0px 0px 0px;
	margin			: 0;
	width			: 100%;
	text-align		: left;
	vertical-align		: middle;
	font			: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color			: #A49881;
	line-height		: 18px;
}

/* *******************************************  General CSS Styles  */

.body {
	background		: #FFFFFF; 
	margin			: 0px;
	padding			: 0px; 
	vertical-align		: top;
}

td, div, p {
	color			: #000006;
	font-family     	: Arial, Verdana, sans-serif, Helvetica ;
	font-size		: 14px;
	padding			: 0px;
	line-height		: 17px;
}

a, a:link, a:visited {
	color			: #000006;
	text-decoration		: none;
}

a:hover {color: #00B4FF; text-decoration:none}

h1	{font: bold 16px Arial, Verdana, sans-serif, Helvetica;	color: #666; margin: 0px; padding: 0px;}
h2	{font: bold 15px Arial, Verdana, sans-serif, Helvetica;	color: #666; margin: 0px; padding: 0px;}
h3	{font: bold 14px Arial, Verdana, sans-serif, Helvetica;	color: #666; margin: 0px; padding: 0px;}
h4	{font: bold 12px Arial, Verdana, sans-serif, Helvetica;	color: #666; margin: 0px; padding: 0px;}

ol	{list-style: decimal outside; }
ul {
	margin			: 5px 0px 5px 20px;
	padding			: 0px;
}

li {
	margin			: 0px;
	padding			: 1px 0px;
}

blockquote {
	margin			: 10px;
	margin-left		: 30px;
	padding			: 0 20px 0 10px;
	border-left		: 5px solid #ccc;
}

form { 
	margin			: 0px; 
	padding			: 5px 0px;
}
select { 
	font-size		: 12px; 
	font-weight		: bold; 
	color			: #555;
}
input {
	margin			: 2px 5px; 
	padding			: 0px;
}

th.pagenav_prev, th.pagenav_next, a.pagenav_next:link, a.pagenav_next:visited {
	font-size		: 10px; 
	color			: #666666;
	background-color	: #FFFFFF;
	font-weight		: normal;
}
a.pagenav_next:hover {
	font-size		: 10px; 
	color			: #00B4FF; 
	text-decoration		: none;
}


/* ******************************************* MODULES */
table.moduletable {
	width			: 100%;
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
	border			: 0;
}
table.moduletable th {
	margin			: 0px;
	padding			: 0px;
}
table.moduletable td  {
	padding			: 0px;
	margin			: 0px;
}

/* ***** ÀËÜÒÅÐÍÀÒÈÂÍÛÉ ÑÒÈËÜ ÌÎÄÓËÅÉ */
table.moduletable-alt {
	margin			: 10px 0px 0px 0px;
	padding			: 0px 0px 5px 0px;
	width			: 100%;
	background		: transparent url(../images/modulebg.png) 0 100% repeat-x;
	border			: 1px solid #C8C8C8;
	overflow		: hidden;	
}
table.moduletable-alt th {
	height			: 24px;
	background		: transparent url(../images/modulebg.png) 0 100% repeat-x;
	border-bottom		: 2px solid #C8C8C8;
	font 			: bold 13px Georgia, Arial, Verdana, sans-serif, Helvetica ;
	color			: darkBlue;
	text-align		: center;
	margin			: 0px;
	padding			: 10px 0px 5px;
}
table.moduletable-alt td  {
	font			: normal 12px Georgia, Arial, Verdana, sans-serif, Helvetica;
	color			: #000006;
	text-align		: left;
	margin			: 0px;	
	padding			: 1px 0px;
}

table.moduletable-usermenu {
	margin			: 0px;
	padding-top		: 5px;
	width			: 100%;
	border			: 1px solid #C8C8C8;
	overflow		: hidden;	
}
table.moduletable-usermenu td  {
	font			: normal 12px Georgia, Arial, Verdana, sans-serif, Helvetica;
	color			: #000006;
	text-align		: center;
	padding			: 0px;
	margin			: 0px;
}
/* ********************************** */

table.pollstableborder td {
	padding			: 2px;
	line-height		: 17px;
}

.moduletable a:link, .moduletable a:visited {
	font			: 12px Verdana, Arial sans-serif, Helvetica ; 
	color			: #000006; 
	text-decoration		: none;
}
.moduletable a:hover {
	color			: #00B4FF; 
	text-decoration		: none;
}
table.moduletable ul {
	padding			: 0px;
	margin			: 0px 0px 0px 0px;
}

.button {
	font			: normal 13px Tahoma, Arial, Helvetica, sans-serif;
	margin			: 2px 0px 0px 0px;
	padding			: 0px;
	color			: darkBlue;
}
.inputbox, .search {
	padding			: 0px 5px;
	border			: 1px solid #C8C8C8;
	color			: #000006;
	font			: bold 13px Georgia, Arial, Helvetica, sans-serif;
}

select.inputbox {
	padding			: 0px;
	border			: 1px solid #C8C8C8;
	color			: #000006;
	font			: normal 12px Arial, Helvetica, sans-serif;
}

.poll {
	font			: 11px Arial, Helvetica, sans-serif; 
	color			: #666666; 
	font-weight		: normal; 
	border			: 0; 
	padding			: 0;
}

/* ******************************************* CONTENT STYLES */
.contentpane, .contentpaneopen {
	padding			: 0px;
	text-align		: left;
	color			: #000006;
}

.contentdescription {
	padding			: 0px;
	width			: 100%;
	text-align		: left;
	color			: #000006;
}

.contentpaneopen td {
	padding			: 3px 0px 0px; 
}

.contentpane td, .contentdescription td {
	padding			: 4px 0px; 
}
a.contentpane:link, a.contentpane:visited, a.contentpaneopen:link, a.contentpaneopen:visited {

	color			: #00B4FF; 
	text-decoration	: none
}
a.contentpane:hover, a.contentpaneopen:hover {
	color			: #00B4FF; 
	text-decoration	: none;
}

.contentheading {
	border-bottom		: 2px solid #CBCDCE;
	height			: 24px;
	font			: bold italic 15px Arial, Verdana, sans-serif, Helvetica ;
	color			: #22229C;
	height			: 24px;
	text-align		: center;
	text-indent		: 10px;
}

.componentheading {
        background-color	: #B8E4FE;
	height			: 25px;
	font 			: bold 13px Georgia, Arial, Verdana, sans-serif, Helvetica ;
	color			: #000006;
	line-height		: 25px;
	text-align		: left;
	text-indent		: 40px;
}

.contentpagetitle, a.contentpagetitle:link, a.contentpagetitle:visited 	{
	color			: #22229C;
}
a.contentpagetitle:hover {
	color			: #00B4FF;

}
.buttonheading {
	width:10%;
	font			: normal 10px Arial, Verdana, sans-serif, Helvetica;
	white-space		: nowrap;	
}

.content_rating, .content_vote {
	font-size		: 11px;	
	color			: #666666; 
	text-decoration		: none; 
	font-weight		: normal; 
	vertical-align		: middle; 
	margin			: 0 6px; 
	padding			: 0;
}

.back_button {
	padding			: 5px 20px;
	float			: right;
}

.small {
	color			: darkBlue;
	font			: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height		: 20px;
}

.createdate, .modifydate {
	color			: darkBlue;
	font			: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height		: 20px;
}

a.readon:link, a.readon:visited {
	margin			: 0px 15px 0px 0px;
	float			: right;
	font			: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color			: #000006;
	border			: 1px solid #E0E0E0;
	padding			: 2px 10px;
	/*white-space		: nowrap;
	float			: left;
	line-height		: 10px;
	text-decoration		: none;*/
}
a.readon:hover {
	color			: #00B4FF;
	text-decoration		: none; 
}

.fase4rdf, a.fase4rdf:link, a.fase4rdf:visited {
	font-size		: 12px; 
	font-weight		: normal; 
	color			: #666666;
}
a.fase4rdf:hover {
	font-weight		: bold; 
	color			: #00B4FF;
}

.blogsection {
	margin			: 0px;
	padding			: 0px;
}

a.blogsection:link, a.blogsection:visited {
	color			: darkBlue;
	font-weight		: bold;
}
a.blogsection:hover {
	color			: #00B4FF;
	font-weight		: bold;
}

.ontab 	{
	color			: #666666;
	padding			: 2px 10px 2px 10px;
	border-top		: 2px solid #345;
	border-right		: 2px solid #345;
	border-bottom		: 0;
	border-left		: 2px solid #345;
	font-weight		: bold;
}
.offtab {
	color			: #666;
	padding			: 2px 10px 2px 10px;
	border-top		: 1px solid #666;
	border-right		: 1px solid #666;
	border-bottom		: 3px solid #345;
	border-left		: 1px solid #666;
	cursor			: default;
}
.tabpadding {
	border-bottom		: 3px solid #666;
}
	
table.searchintro {
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
}
table.searchintro td {
	margin			: 0px;
	padding			: 0px 40px;
	font			: normal 13px Georgia, Arial, Verdana, sans-serif, Helvetica;
}

.blog {
	margin			: 10px 0px 0px 0px;
	padding			: 0px;
	width			: 100%;
}

.blog_more {
	background-color	: #F9F9F9;
	width			: 100%;
	margin			: 0px;
	padding			: 5px 10px;
	color			: darkBlue;
	font			: italic 13px Arial, Verdana, sans-serif, Helvetica;
}
.blog_more ul {
	margin			: 5px 0px 5px 20px;
	padding			: 0px;
}

table.contenttoc {
	border			: 1px solid #eeeeee;
 	padding			: 1px;
	margin-left		: 7px;
	margin-bottom		: 2px;
}
table.contenttoc th {
	color			: #666666;
	text-align		: left;
	padding			: 4px;
	font-weight		: bold;
	font-size		: 10px;
	text-transform		: uppercase;
	background		: #eeeeee;
}
table.contenttoc td {
	font-size		: 10px;
}


/* ******************************************* STYLES CONTACT PAGE */
table.contact {
	background		: transparent;
}
table.contact td.icons {
	background		: #89a;
}
table.contact td.details {
	background		: #FFFBF2;
	margin			: 5px;
	padding			: 5px;
	border			: 1px dotted #ccc;
}
.contact_email {
	background		: #f7f7f7;
	margin			: 5px;
	padding			: 5px;
	border			: 0;
}
textarea.inputbox {
	width			: 95%;
}

/* ******************************************* MAIN AND SUB MENU SYSTEM  */

.mainlevel {
	font			: normal 13px Georgia, Arial, Verdana, Helvetica, sans-serif;
	line-height		: 20px;
}
a.mainlevel:link, a.mainlevel:visited {
	margin			: 2px 0px 0px 0px;
	padding-right		: 6px;
	border			: 0;
	background		: transparent url(../images/menubg.png) left bottom repeat-x;
	display			: block;
	height			: 28px;
	font			: normal 13px Georgia, Arial, Verdana, Helvetica, sans-serif;
	color			: darkBlue; 
	text-decoration		: none;
	text-align		: right;
	line-height		: 26px;
}
a.mainlevel:hover {
	color			: #00B4FF; 
	background		: transparent url(../images/modulebg.png) left center repeat-x;
	text-decoration		: none;
}
#active_menu {
	background		: transparent url(../images/menubg_active.png) left top repeat-x;
	color			: mediumBlue; 
	font-weight		: bold;
	font-size		: 12px;
}

a.sublevel:link, a.sublevel:visited {
	color			: #333333;
	text-decoration		: none;
	padding-left		: 1px;
	vertical-align		: middle;
	text-align		: left;
	font-weight		: bold;
}
a.sublevel:hover {
	color			: #00B4FF;
	text-decoration		: none;
	font-weight		: bold;
}

a.sublevel#active_menu  {
	border			: 0;
	color           	: #00B4FF;
	text-decoration		: none;
	background		: #ffffff;
	font-weight		: bold;
}

/* ******************************************* TOP MENU SYSTEM  */
ul#mainlevel-nav
{
	font			: bold 10px Arial, Verdana, Helvetica, sans-serif;
	list-style		: none;
	padding			: 0;
	margin			: 0;
 }

ul#mainlevel-nav li
{
	display			: block;
	background		: transparent;
	padding			: 0px;
	float			: right;
	margin			: 0;
	width			: auto !important;
	width			: 30px;
	font-size		: 11px;
	line-height		: 21px;
	white-space		: nowrap;
	border			: 0;
}

ul#mainlevel-nav li a:link, ul#mainlevel-nav li a:visited {
	display			: block;
	padding			: 0px 10px;
	text-decoration		: none;
	color			: #666666;
	background		: transparent;
}

ul#mainlevel-nav li a:hover
{
	color			: #00B4FF;
	background		: transparent;
}

/* ******************************************* CATEGORY (text format and links) */
.category {
	color			: #666666;
	font-size		: 13px;
	font-weight		: bold;
	text-decoration		: none;
	}
a.category:link, a.category:visited {
	color			: #666666;
	font-weight		: bold;
}
a.category:hover {
	color			: #00B4FF;
}
	
/* ******************************************* STYLES LISTING CONTENT PAGE */
td.sectiontableheader {
	background-color	: #F0F0F0; 
	color			: #333333; 
	font-weight		: bold;
	font-size		: 11px;
	padding			: 2px 3px 3px 2px;
	border-bottom		: 1px solid #999999;
}
td.sectiontablefooter {
	background-color	: #F0F0F0; 
	color			: #333333; 
	font-weight		: bold;
	font-size		: 11px;
	padding			: 2px 3px 3px 2px;
	border-top		: 1px solid #999999;
}
.sectiontableentry1  {
	background-color	: #ffffff; 
	color			: #666666; 
	font-weight		: normal; 
	padding			: 2px 0px 2px 2px;
}
.sectiontableentry2  {
	background		: #F7F7F7; 
	color			: #666666; 
	font-weight		: normal; 
	padding			: 2px 0px 2px 2px;
}

.pagenavbar {
	margin			: 0px;
	padding			: 0px;
	width			: 100%;
	text-align		: center;
	vertical-align		: middle;
}
.pagenav {
	padding			: 0px 5px;
	font			: bold 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color			: darkBlue;
}
a.pagenav:link, a.pagenav:visited  {
	color 			: #000006;
	font			: lighter 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a.pagenav:hover {
	color			: #00B4FF; 
	font			: lighter 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

hr {
	background		: transparent; 
	height			: 1px; 
	border			: 1px solid #EBEBEB; 
	width			: 100%;
}