
/*---------------------------------
  general page settings
---------------------------------*/

html, body {
	background: #ffffff;
	margin: 0;
	padding: 0;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	color: #000000;
	text-align: center;
}

/*---------------------------------
  logo
---------------------------------*/

#logoleft {
	float: left;
	position: relative;
	width: 90%;
	font-size: 93%;
	line-height: normal;
	background: url("images/bg.png") repeat-x bottom;
	height: 84px;
}

#logoright {
	float: right;
	position: relative;
	width: 10%;
	font-size: 93%;
	line-height: normal;
	background: url("images/bg.png") repeat-x bottom;
	height: 84px;
}

#bann {
	float: left;
	width: 100%;
	height: 25px;
	background: url("images/bg2.png") repeat-x top;
}

#bann2 {
	text-align: right;
	font-size: 55%;
	margin-right: 1em;
}

/*---------------------------------
  menu
---------------------------------*/

#portalTabs {
	float: left;
	width: 100%;
	font-size: 11px;
	line-height: normal;
	background: #202020 url("images/bg.png") repeat-x bottom;
}

#portalTabs ul {
	margin: 0;
	padding: 5px 50px 0;
	list-style: none;
}

#portalTabs li {
	float: left;
	background: url("images/left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

#portalTabs li a {
	float: left;
	display: block;
	background: url("images/right.png") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	margin-right: 2px;
}

#portalTabs a {
	float: none;
}

#portalTabs li.selected {
	background-image: url("images/left_on.png");
}

#portalTabs li.selected a {
	background-image: url("images/right_on.png");
	color: #ffffff;
	padding-bottom: 5px;
}

#portalTabs li a:hover { 
	color: #000000;
}

/*---------------------------------
  block menu
---------------------------------*/

.blockmenuc {
	width: 100%;
	list-style: none;
	border-top: 5px solid #cccccc;
	padding-top: 10px;
	margin-bottom: 20px;
}

.blockmenu a {
	display: block;
	text-decoration: none;
	padding: 2px 20px 2px;
	height: 15px;
	line-height: 15px;
	letter-spacing: 2px;
	border-bottom: 1px solid #cccccc;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background: url("images/bullet2.png") left no-repeat;
}

.blockmenu a:hover {
	color: #cc0000;
	background: #ffeeee url("images/bullet.png") left top no-repeat;
	text-decoration: none;
	letter-spacing: 2px;
	border-bottom: 1px solid #cccccc;
}

.blockmenu .mysel a {
	color: #bc0000;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #cccccc;
}

/*---------------------------------
  body structure
---------------------------------*/

#tema {
	background: #ffffff;
	width: 96%;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#outer {
	width: auto;
}

#inner {
	margin: 0;
	width: 100%;
}

#leftbody,
#rightbody {
	width: 19%;
	float: left;
	position: relative;
	margin-left: 2%;
	display: inline;
	margin-top: 20px;
}

#centerbody {
	width: 52%;
	float: left;
	position: relative;
	margin-left: 3%;
	padding-right: 1%;
	border-right: 1px solid #cccccc;
	display: inline;
}

#centerbody_forum {
	width: 72%;
	float: left;
	position: relative;
	margin-left: 3%;
	padding-right: 1%;
	display: inline;

}

/*---------------------------------
  blocks
---------------------------------*/

.block {
	background: url("images/blockimg.png") repeat-y top right;
	border-top: 5px solid #cccccc;
}

.blockimg {
	padding: 0;
	margin: 0;
}

.blocktitle {
	height: 25px;
	margin-bottom: 5px;
}

.blocktitle .inside {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 23px;
	height: 25px;
}
	
.blocktitle .title {
	font-family: arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 1px solid #cc0000;
	color: #cc0000;
}

.blockcontent {
	margin: 3px;
	color: #000000;
	font-size: 11px;
	padding: 15px 15px 0px 15px;
}

.blockfooter {
	background: url("images/blockfooter.gif") no-repeat bottom right;
	height: 20px;
	padding-top: 10px;
}

/*---------------------------------
  sections
---------------------------------*/

.section h1 {
	padding-top: 3px;
	width: 100%;
	color: #cc0000;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #cc0000;
	letter-spacing: 1px;
}

.section {
	margin-top: 5px;
	padding: 5px;
	font-size: 12px;
	text-align: justify;
	color: #000000;
}

.section span {
	font-size: 100%;
}

.sectioncontent {
	width: 100%;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
	width: auto;
	font-size: 11px;
	padding: 5px;
	text-align: justify;
	background: #efefef;
}

.comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #d5d6d7;
}

.footnews {
	margin-top: 15px;
	padding: 5px;
	font-size: 11px;
	border-top: 1px solid #cccccc;
}

.footnews a:link {
	color: #686868;
}

.footnews a:active {
	color: #686868;
}
.footnews a:visited {
	color: #686868;
}

.footnews a:hover {
	color: #0072ff;
}

#footer {
	color: #000000;
	width: 100%;
	min-width: 500px;
	text-align: center;
	font-size: 10px;
	background: url("images/bg3.png") repeat-x top;
	margin-top: 2px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/*---------------------------------
  common html elements
---------------------------------*/

font {
	font-size: 11px;
}

a:visited, a:link, a:active {
	text-decoration: none;
	color: #686868;
}

a:hover {
	text-decoration: underline;
	color: #0072ff;
}

td, th {
	font-size: 11px;
}

table {
	font-size: 100%;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: transparent;
}

h1, h2, h3, h4, h5, h6 {
	padding: 1px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: Black ! important;
}

h1 {
	font-size: 120%;
	height:27px;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 140%;
	border-bottom: none;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	border-bottom: none;
	font-weight: bold;
}

h5 {
	font-weight: bold;
}

h6 {
	font-size: 80%;
	border-bottom: none;
	font-weight: bold;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	list-style-image: url("images/bullet.png");
}

ol {
	line-height: 1.5em;
	margin: 0.5em 0 0 2em;
	padding: 0;
}

ul a, ol a {
	text-decoration: underline;
}

li {
	margin-bottom: 0px;
}

dt {
	font-weight: bold;
}

dt a {
	text-decoration: underline;
}

dd {
	line-height: 1.5em;
	margin-bottom: 1em;
}
dd a {
	text-decoration: underline;
}

dd.link a {
	text-decoration: none;
	color: Black;
}

fieldset {
	border: 1px solid #000000;
	margin: 2em 0em 1em 0em;
	padding: 1em 0em;
}

legend {
	background: White;
	padding: 0.5em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	border: 1px solid #cccccc;
	color: Black;
	background-color: #ffffff;
	width: 100%;
	padding: 1px;
	font: 1em "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
}

input {
	border: 1px solid #cccccc;
	background-color:#ffffff;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif
}

select {
	border: 1px solid #000;
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted Black;
	color: Black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
	background-color: #ccc;
}

blockquote {
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 120%;
}

code {
	font-size: 120%;
	color: Black;
	background-color: #f9f9f9;
}

pre {
	font-size: 90%;
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: #000000;
	background-color: #f9f9f9;
}

.netscape4 {
	display: none;
}

.clr {
	clear: both;
}

