
/*---------------------------------
  general page settings
---------------------------------*/

html, body {
	background: #FFFFFF url(images/bg_main.gif) top center repeat-y;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Sans-Serif;
	color: #000000;
	text-align: center;
}

/*---------------------------------
  topbar
---------------------------------*/

#topmenu {
	background: #FFFFFF url(images/bg_head.gif) repeat-x top;
	width: 100%;
}

#topimage{
	background:url(images/header.jpg) no-repeat top center;
	margin:0 auto;
	height: 230px;
}


/*---------------------------------
  block menu
---------------------------------*/
.blockmenu {
	position:relative;
	top:0;
	background: url("images/imgmenu.gif") repeat-y top center;

		}

.blockmenutop {
	height:12px;
	background: url("images/imgmenutop.gif") no-repeat bottom center;
}


.blockmenuclose {
	height:38px;
	background: url("images/imgmenubottom.gif") no-repeat top center;
}

.blockmenuc {
	position:relative;
	top:0;
	width: 100%;
	list-style: none;
	text-align: left;
	color:#006832;
}


.blockmenu a, .blockmenu a:active, .blockmenu a:link{
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 12px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #006832;
	font-size: 10px;	
	color: #006832;
	text-align: left;
}

.blockmenu a:visited{
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 12px;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #006832;
	font-size: 10px;	
	color: #006832;
	text-align: left;
}


.blockmenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #006832;
	text-decoration: none;
	border-bottom: 1px solid #006832;
}

.blockmenu a:visited:hover {
	color: #FFFFFF;
	font-weight: bold;
	background: #006832;
	text-decoration: none;
	border-bottom: 1px solid #006832;
}


.blockmenu .mysel a {
	color: #FFFFFF;
	font-weight: bold;
	background: #006832;
	border-bottom: 1px solid #006832;
}

.blockmenu .mysel a:visited {
	color: #FFFFFF;
	font-weight: bold;
	background: #006832;
	border-bottom: 1px solid #006832;
}
/*---------------------------------
  body structure
---------------------------------*/

#tema {
	width: 100%;
	min-width: 500px;
	margin:0 auto;
	text-align: center;
}

#outer {
	width: 0 auto;
}

#inner {
	margin: 0 auto;
	width: 760px;
}

#leftbody{
	width: 160px;
	float: left;
	position: relative;
	margin:10px;
	display: inline;
	color:#094a2b;
	}
	
#rightbody {
	width: 160px;
	float: right;
	position: relative;
	margin:10px;
	display: inline;
	text-align: left;
}

#centerbody {
	width: 380px;
	float: left;
	position: relative;
	margin: 10px;
	text-align: left;
}

/*---------------------------------
  sidefooter
---------------------------------*/

#sidefooter{
	float:left;
	left:10px;
	width:150px;
	height:150px;
	position:relative;
	top:20px;
	}
		
	
#sidefootert {
	text-align:left;
	line-height:18px;
	font-size: 11px;		
	color: #006832;
	}
	
	
#sidefootert a, #sidefootert a:visited{
	text-decoration:none;
	color: #006832;
	}

#sidefootert a:hover{
	text-decoration:underline;
	color: #006832;
	}

/*---------------------------------
  blocks
---------------------------------*/

.block {
	margin: 0;
	background: url("images/imgblock.png") repeat-y center center;
}

.blocktitle {
	height: 45px;
	margin-bottom: 5px;
	background: url("images/imgblocktop.png") no-repeat top center;

}

.blocktitle .inside {
	float: right;
	padding: 0px;
	margin: 0px;
	width: 23px;
	height: 25px;
}
	
.blocktitle .title {
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 20px;
	margin-left: 12px;
	margin-right: 8px;
	color: #FFFFFF;
	float:left;
}

.blockcontent {
	margin: 3px;
	color: #000000;
	font-size: 11px;
	padding: 5px 8px;
	padding-bottom:5px;
}

.blocktop {
	border:0;
}

.blockclose {
	height: 45px;
	margin-bottom: 0;
	background: url("images/imgblockbottom.png") no-repeat top center;

}


/*---------------------------------
  sections
---------------------------------*/

.section h1 {
	color: #0072ff;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	margin-bottom: 10px;
}


.section {
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

.section span {
	font-size: 100%;
}

.sectioncontent {
	width: 99%;
}

/*---------------------------------
  flatnuke elements
---------------------------------*/

.motd {
	width: auto;
	font-size: 11px;
	padding:5px;
	text-align: left;
}


.comment {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #d5d6d7;
	
	font-size: 10px;
}

.footnews {
	margin-top: 15px;
	padding: 5px;
	font-size: 9px;
	line-height:20px;
	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 {
	border: 1px #CCCCCC dotted;
	font-size: 11px;
}

table {
	border: 1px #CCCCCC dotted;
	font-size: 100%;
}

table.download {
	background-color:#EFEFEF;
	border: 0px #CCCCCC dotted;
	font-size: 100%;
}

table.download a{
	background-color:#EFEFEF;
	text-decoration: none;
	color: #686868;
}

#print{
	margin:auto;
	width:710px;
	text-align:left;

	}
		
		
table.print {	
	padding: 10px 0 10px 0;
	border: 0px;
	border-top: 1px #CCCCCC dotted;
	border-bottom: 1px #CCCCCC dotted;
	font-size: 100%;
}

table.print td, table.print th{
	border: 0px;
	font-size: 100%;
}


#print h1{
}


table.download td, table.download th{
	border: 0px;
	font-size: 100%;
}

img {
	border: none;
}

hr {
	height: 1px;
	color: #ccc;
	background-color: transparent;
}


h2 {
	color: #0072ff;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	margin-bottom: 4px;
}

h3 {
	color:#333333;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif;
	margin-bottom: -10px;
}

h4, h5, h6 {
	padding: 1px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #696969;
}

ul {
	line-height: 1.5em;
	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 #cccccc;
	margin: 2em 0em 1em 0em;
	padding: 1em 0em;
}

legend {
	background: White;
	padding: 0.5em;
}

form {
font-size:9px;
	text-align:left;
	border: none;
	margin: 0;
}

textarea {
	border: 1px solid #cccccc;
	color: Black;
	background-color: #ffffff;
	width: 100%;
	padding: 1px;
	font: 1em Verdana, Sans-Serif;
}

input {
	padding:0;
	background-color:#ffffff;
	font-family: Verdana, Sans-Serif;
	width:auto;
}

select {
	border: 1px solid #000;
	font-size: 12px;
	font-family: Verdana, Sans-Serif;
}

abbr, acronym, .explain {
	border-bottom: 1px dotted Black;
	color: Black;
	background-color: transparent;
	cursor: help;
}

q {
	font-family: Verdana, Sans-Serif;
	font-style: italic;
	font-size: 120%;
	background-color: #ccc;
}

blockquote {
	font-family: Verdana, Sans-Serif;
	padding: 1em 1em 1em 3em;
	background: #eeeeee url("images/quote.png") top left no-repeat;
	color: #696969;
}

code, pre {
	font-family: Verdana, Sans-Serif;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	border: 1px dashed #0072FF;
	width:100%;
	color: #000000;
	background-color: #EFF7FF;
}

u {
	text-decoration:none;
	background-color: #DFEFFF;
	border-bottom: 1px dashed #0072FF;

}

.netscape4 {
	display: none;
}

.clr {
	clear: both;
}

.noul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}

/*---------------------------------
  credits popup
---------------------------------*/
#credits {
	font-family:Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align:left;
	padding: 10px;
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	
}

