/* ###################### OVERALL SETTINGS ###################### */
BODY {
  background-color : #ffffff;
  color            : Black;
}

img {border: 0px;}

td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : Black;
}

h4 { color: #FF9703; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; }
h5 { color: #FF9703; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
h6 { color: #FF9703; font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

li {
  list-style       : inside url(../images/arrow.png) 3px;
  list-style-image : url(../images/arrow.png);
}

hr {
  color            : #444444;
  height           : 1px;
  width            : 100%;
}

.pathwaytext {
  color            : White;
}

/* ######################## BUTTON BAR ######################## ok */
ul#mainlevel-nav {
  padding-left     : 0;
  margin-left      : 0;
  color            : White;
  float            : left;
  width            : 100%;
  font-family      : arial, helvetica, sans-serif;
}

ul#mainlevel-nav li {
  display          : inline;
}

ul#mainlevel-nav li a {
  padding          : 0.2em 1em ;
  color            : Black;
  text-decoration  : none;
  float            : left;
  background       : url(../images/menu_bar_div.gif) no-repeat right;
}



ul#mainlevel-nav li a:hover {
  text-decoration  : none;
  color            : #CC3333;
  TEXT-DECORATION: underline;
}



/* ######################## BOTTOM MENU ######################## ok */
A.mainlevel-bottom {
	FONT-SIZE: 9px; COLOR: Black; TEXT-DECORATION: none;
	/*margin-left: 3px;
	margin-right: 3px;*/
}
A.mainlevel-bottom:link {
	FONT-SIZE: 9px; COLOR: Black; TEXT-DECORATION: none;
}
A.mainlevel-bottom:visited {
	FONT-SIZE: 9px; COLOR: #D84519; TEXT-DECORATION: none;
}
A.mainlevel-bottom:hover {
	COLOR: #D84519; BACKGROUND-COLOR: #FCD249; TEXT-DECORATION: underline;
}

/* ######################## MENU PRINCIPALE ######################## ok */
A.mainlevel-menu {
	FONT-SIZE: 10px; COLOR: Black; TEXT-DECORATION: none;
	background-image: url(../images/bot_sx.gif); 
	background-repeat: no-repeat; 
	background-position: right center;
padding-right: 28px;

padding-bottom:8px;
margin-bottom:2px;
line-height: 24px;
height: 20px;
text-align: right;
display: block;
font-size: 13px;
font-variant: small-caps;
}
A.mainlevel-menu:link {
	COLOR: Black; TEXT-DECORATION: none;
}
A.mainlevel-menu:visited {
	COLOR: Black; TEXT-DECORATION: none;
}
A.mainlevel-menu:hover {
	COLOR: Black; TEXT-DECORATION: underline;

}

/* ######################## MENU TOP ######################## ok */
A.mainlevel-top {
	FONT-SIZE: 10px; COLOR: #FFFFE0; TEXT-DECORATION: none;
	background-image: url(../images/bot_top.gif); 
	background-repeat: no-repeat; 
	background-position: left center;
margin-left: 8px;
padding-left: 10px;
padding-bottom:2px;
padding-top:0px;
margin-bottom:2px;
line-height: 20px;
}
A.mainlevel-top:link {
	FONT-SIZE: 10px; COLOR: #FFFFE0; TEXT-DECORATION: none;
}
A.mainlevel-top:visited {
	FONT-SIZE: 10px; COLOR: #FFFFE0; TEXT-DECORATION: none;
}
A.mainlevel-top:hover {
	COLOR: #FFFFE0; TEXT-DECORATION: underline;
}

/* ###################### LINKS ###################### */
a:link, a:visited {
  font-size        : 10px
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  color            : #191970;
  text-decoration  : underline;
}

a:hover {
  color            : #FF0000;
  text-decoration  : none;
/*background-color: #191970;*/
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #ffffff;
  font-weight      : normal;
}

a.mainlevel:hover {
  color            : #FF9703;
  text-decoration  : underline;
}

a.category:link, a.category:visited {
  color            : #999999;
  font-weight      : bold;
}

a.category:hover {
  color            : #FF9703;
}

/* ###################### MODULE SETTINGS ###################### */
table.moduletable {
  width            : 100%;
  margin-bottom    : 5px;
  /*border-bottom    : 1px solid #000;*/
}

table.moduletable-menu {
  width            : 100%;
  margin-bottom    : 10px;
  /*border-bottom    : 1px solid #000;*/
}

table.moduletable th {
  font             : bold 11px Verdana, Arial, Helvetica, sans-serif;
  color            : #FF9703;
  text-align       : left
  letter-spacing   : 1px;
}

table.moduletable td {
  padding          : 2px 2px 5px 2px;
}

table.moduletable-nav td {
  padding          : 0px 0px 0px 0px;
}



/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font             : bold 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #FF9703;
  border           : 1px solid #000000;
}

.inputbox {
  font             : 10px Verdana, Arial, Helvetica, sans-serif;
  color            : #000000;
  background-color : #ffffff;
  border           : 1px solid #000000;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  border           : none;
  /*padding-left: 15px;
  padding-right: 15px;*/
  background:#FFFFFF;
}

.contentpaneopen {
  border           : none;
  margin: 0px 0px 0px 0px;
  background:#FFFFFF;
}
.article_seperator{
  border           : none;
  margin: 0px 0px 0px 0px;
}

.contentheading, .componentheading {
  font             : bold 15px Verdana, Arial, Helvetica, sans-serif;
  font-variant     : small-caps;
  color            : #191970;
  text-align       : left
  width            : 100%;
  border-bottom    : 1px solid #191970;
  height:20px;
}

.contentdescription {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #191970;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
.sectiontableentry1 {
  background-color : #5F5F5F;
  padding-left: 5px;
  margin-left: 5px;
}

.sectiontableentry2 {
  background-color : #564D34;
  padding-left: 5px;
}

.sectiontableheader {
  background-color : #000000;
  background       : url(../images/top_bar_back.gif);
  height           : 20px;
  color            : #FFFFFF;
  font-weight      : bold;
  padding-left: 5px;
}

/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #708090;
  text-decoration  : none;
}

.smalldark {
  font             : 9px Verdana, Arial, Helvetica, sans-serif;
  color            : #FF9703;
}

.createdate {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #666666;
  text-decoration  : none;
  font-weight      : normal;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #FF9703;
  font-size        : 9px;
}

.content_vote {
  background       : #2E3440;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #CC9999;
  font-size        : 9px;
}

.content_vote.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  width            : 60px;
  font-weight      : bold;
  font-size        : 10px;
  color            : #333333;
  background       : #EEEEEE;
  border           : 1px solid #999999;
}

.back_button{
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}