/* ###################### MISC SETTINGS ###################### */
body {
	font-family: 'Trebuchet MS', Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0px;
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	background-color: #990000;
  	font-size: 14px;
  	color: #000;
}

#container {
	width: 800px;
}

#top_menu {
	width: 800px;
	height: 24px;
	background-image: url(../images/top_menu_back.gif);
	float: left;
	position: relative;
	text-align: right;
	overflow: hidden;
}

#header {
	float: left;
	position: relative;
	width: 800px;
	height: 67px;
}

#content {
	width: 800px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}

#left {
	width: 186px;
	float: left;
	position: relative;
	left: 4px;
	text-align: left;
	background-color: #EDC920;
}

#right {
	width: 602px;
	float: right;
	position: relative;
	right: 4px;
}

#footer {
	width: 800px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

td, tr, p, div {
  font-family      : 'Trebuchet MS', Verdana, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #000000;
}

hr {
  background       : #C0C0C0;
  height           : 1px;
  width            : 100%;
}

.pathway, .pathway a, .pathway a:link, .pathway a:active, .pathway a:visited {
  font-family      : Verdana, Helvetica, Arial, sans-serif;
  font-size        : 8pt;
  color            : #B38181;
}

.pathway a:hover {
  color            : #CC4C0F;
  text-decoration  : underline;
}

#footer a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#logo {
	position: relative;
	float:left;
	top: 0px;
	left: 8px;
	width: 269px;
	height: 83px;
}

.frameheader {
  font             : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 18px;
  font-weight      : none;
  color            : #808080;
  margin		   : 0px;
  padding		   : 0px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
padding-bottom: 0px;
background-image: url(../../images/arrow.gif) ;
background-repeat: no-repeat;
background-position: 0px 3px;
}

#search {
	position: absolute;
	float: right;
	width: 115px;
	height: 20px;
	right: 43px;
}


/* ###################### LINKS ###################### */
a:link, a:visited {
  color            : #990000;
  text-decoration  : none;
}

a:hover {
  color            : #B60000;
  text-decoration  : dashed;
}

a.category:link, a.category:visited {
  color            : #990000;
  font-weight      : normal;
  font-size        : 12px;
}

a.category:hover {
  color            : #B60000;
}

a.buttonbar:link, a.buttonbar:visited {
  color            : #FFFFFF;
  letter-spacing   : 0px;
  font-weight      : bold;
  text-transform   : uppercase;
}

a.buttonbar:hover {
  color            : #FFF;
  letter-spacing   : 1px;
  letter-spacing   : 2px;
  text-decoration  : bold;
}

a.buttonbar2:link, a.buttonbar2:visited {
  color            : #CCCCCC;
  font-weight      : bold;
}

a.buttonbar2:hover {
  color            : #B60000;
  text-decoration  : bold;
}

/* ################### MODULE SETTINGS ################### */
table.moduletable {
  margin           : 0px 0px 0px 0px;
  width            : 100%;
  margin-bottom    : 10px;
}

table.moduletable th {
  font-family      : 'Arial Rounded MT Bold', 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
  width            : 100%;
  font-size        : 18px;
  font-weight      : normal;
  color            : #ffffff;
  text-align       : left;
  text-transform   : uppercase;
  vertical-align   : middle;
  background-image : url(../../images/module_title_back.gif);
}

table.moduletable td {
  font-size        : 11px;
  width            : 100%;
  font-weight      : normal;
  padding-top      : 3px;
  padding-left     : 0px;
  padding-right    : 0px;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : 'Arial Rounded MT Bold', 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
  letter-spacing   : 0px;
  font-size		   : 12px;
  height		   : 25px;
  vertical-align   : middle;
}

a.mainlevel:link, a.mainlevel:visited {
  font-weight      : normal;
  margin-left: 15px;
}

a.mainlevel:hover {
  color            : #000;
  font-weight      : normal;
  text-decoration  : none;
  margin-left: 15px;
}

a#active_menu {
  color            : #fff;
  font-weight      : normal;
  text-decoration  : none;
  margin-left: 15px;
}

/* ###################### FORMULAR SETTINGS ###################### */
.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : normal;
  font-size        : 10px;
  color            : #666;
  border           : 1px solid #666;
  margin		   : 2 2 2 2;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  font-weight      : none;
  color            : #666;
  background       : #f4f7fb;
  border           : 1px solid #86909e;
  padding		   : 2 2 2 2;
  margin		   : 2 2 2 2;
  margin-top	   : 3px;
}

/* ###################### CONTENT PAGE SETTINGS ###################### */
.contentpane {
  text-align       : justify;
  padding-left     : 5px;
  padding-right    : 5px;
}

.contenttoc {
  right : 0px;
  top: 0px;
  border: solid 1px #CC0000;
  padding: 5px;
  margin: 8px;
  background-color: #EAEAEA;
  float: right;
}

.contentpaneopen {
  text-align       : justify;
  margin-left     : 5px;
  padding-right    : 5px;
}

.contentheading {
  font-family      : 'Arial Rounded MT Bold', Georgia, Garamond, Times New Roman, serif;
  font-size        : 20px;
  font-weight      : normal;
  color            : #8D0000;
  text-align       : left;
  border-bottom    : none;
}

.componentheading {
  font-family      : Arial, Georgia, Garamond, Times New Roman, serif;
  font-size        : 18px;
  font-weight      : Normal;
  color            : #6699CC;
  text-align       : left;
  border-bottom    : none;
  padding-left     : 5px;
  
}

.contentdescription {
  font-family      : Verdana, Arial, Trebuchet MS, sans-serif;
  font-size        : 10px;
  font-weight      : normal;
  color            : #666;
  text-align       : left;
}

.category {
  color            : #999999;
  font-family      : Verdana, Arial, Trebuchet MS, sans-serif;
  font-size        : 10px;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### SECTION LISTING SETTINGS ###################### */
table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
	text-align: left;
	width: 10px;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
	text-align: left;
	width: 10px;
}


/* ###################### SMALL FONT SETTINGS ###################### */
.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #FF5555;
  text-decoration  : none;
  font-weight      : normal;
}

.smallnegru{
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9x;
  color            : #000;
  font-weight      : normal;
  text-align		: left;
}

.createdate {
  font-family      : Georgia, Garamond, serif;
  font-size        : 9px;
  color            : #666;
  text-decoration  : none;
  font-weight      : normal;
}

/* ######################### VOTING SETTINGS ######################### */
.content_rating {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #990000;
  font-size        : 9px;
}

.content_vote {
  background       : #EEEEEE;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-weight      : normal;
  color            : #000000;
  font-size        : 9px;
}

.content_vote.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-weight      : bold;
  font-size        : 10px;
  color            : #333333;
  background       : #EEEEEE;
  border           : 1px solid #999999;
}

/* ###################### RSS SETTINGS ###################### */
.fase4rdf {
  font-family      : Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size        : 9px;
  color            : #000000;
  font-weight      : normal;
}

a.fase4rdf:link {
  font-size        : 9px;
  font-weight      : normal;
  color            : #FF9900;
}

a.fase4rdf:hover {
  font-weight      : bold;
  color            : #808080;
}

.readon {
    font-family      : 'Arial Rounded MT Bold', 'Trebuchet MS', Verdana, Arial, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 15px;
	padding: 3px;
	display: block;
	border: solid 1px #660000;
	background-color: #EDC920;
}

.modifydate {
	font-size: 10px;
	text-align: right;
}