/* ###################### 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: #3A819C;
  	font-size: 14px;
  	color: #000;
}

#container {
	width: 850px;
}

#top_menu {
	width: 834px;
	height: 20px;
	float: left;
	position: relative;
	text-align:right;
	top: 71px;
	right: 30px;
	overflow: hidden;
}

#top_menu text {
	color: #FFFFFF;	
}

#top_menu a{
    margin: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

#top_menu a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#top_menu a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

#top_menu a:hover {
	text-decoration: none;
	color:#FFCC00;
}

#header {
	float: left;
	position: relative;
	width: 850px;
	height: 100px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#topline {
    float:left;
	position: relative;
	width: 850px;
	height: 5px;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
}

#content {
	width: 850px;
	float: left;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images/content_back.gif);
	background-repeat: repeat-y;
}

#right {
	width: 615px;
	float: right;
	position: relative;
	text-align: left;
	right: 18px;
}

#left {
	width: 210px;
	float: left;
	position: relative;
	left: 8px;
	background-image: url('../images/bg_yellow2.gif');
	font-size: 12px;
	border-width: 0px;
	padding: 0px;
	overflow: hidden;
}

#menuline {
    float:left;
	position: relative;
	width: 210px;
	height: 5px;
	bottom: -5px;
	background-image: url(../images/menubar.gif);
	background-repeat: no-repeat;
}

#footer {
	width: 850px;
	float: left;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	overflow: footer;
}

#footer div {
	font-size: 10px;
}

#search_inner {
  border: 0px ;
  padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

h1 {
	font-family: 'Book Antiqua', Garamond, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #f3c832;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

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: #CFB006;
	text-decoration: none;
}

#footer a:hover {
	color: #CFB006;
	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            : #4d66ab;
  text-decoration  : none;
}

a:hover {
  color            : #4d66ab;
  text-decoration  : underline;
}

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            : #000000;
  letter-spacing   : 0px;
  font-weight      : bold;
  text-transform   : none;
}

a.buttonbar:hover {
  color            : #FFF;
  letter-spacing   : 1px;
  letter-spacing   : 2px;
  text-decoration  : bold;
  background: url(../images/bg_clear.gif) no-repeat;
}

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      : 'Trebuchet MS', Arial, Tahoma, sans-serif;
  width            : 100%;
  font-size        : 11px;
  font-weight      : normal;
  color            : #00000;
  text-transform   : uppercase;
  text-align       : center;
  
  background-image : url(../../images/module_title_back.gif);
}

table.moduletable td {
  font-size        : 11px;
  width            : 100%;
  font-weight      : normal;
  padding-top      : 0px;
  padding-left     : 0px;
  padding-right    : 0px;
}

/* ################### MAIN AND SUB MENU SYSTEM ################### */
.mainlevel {
  font-family      : "Trebuchet MS", Arial, Tahoma, sans-serif;
  letter-spacing   : 0px;
  font-size		   : 11px;
  font-weight	   : bold;
  
  height           : 23px;
  width            : 203px;
  display          : table-cell !important;
  display          : block;
	
  vertical-align   : middle;
  background-image : url(../images/menubck2.png);
  background-repeat: no-repeat;
}

a.mainlevel:link, a.mainlevel:visited {
  color            : #000066;
  font-weight      : bold;
  text-transform   : uppercase;
  letter-spacing   : 2px;
}

a.mainlevel:hover {
  color            : #FFFFFF;
  font-weight      : bold;
  text-decoration  : none;
  background-image : url(../images/menubck3.png);
  background-repeat: no-repeat;
}

a#active_menu {
  color            : #000000;
  font-weight      : bold;
  text-decoration  : none;
}

/* ###################### 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      : Georgia, Garamond, Times New Roman, serif;
  font-size        : 20px;
  font-weight      : normal;
  color            : #273a70;
  text-align       : left;
  border-bottom    : none;
}

.componentheading {
  font-family      : Georgia, Garamond, Times New Roman, serif;
  font-size        : 20px;
  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      : Arial, Tahoma, Verdana, Garamond, serif;
  font-size        : 10px;
  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      : 'Trebuchet MS', Tahoma, Verdana, Arial, Tahoma, sans-serif;
	font-style:italic;
	font-size: 13px;
	padding: 3px;
	display: block;
	border: solid 0px;
	background-color:#DDDDDD;
}

.modifydate {
	font-size: 10px;
	text-align: right;
}