/* Normal, standard links. */
div#gar_5{
	position: absolute;
	width: 540px;
	height: 162px;
	background: url(images/gar_sun.gif) no-repeat top left ;
	z-index: 50;	
}
a:link
{
	color: #099DA2;
	text-decoration: none;
}
a:visited
{
	color: #099DA2;
	text-decoration: none;
}
a:hover
{
	color: #066F71;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #de4210;
	text-decoration: none;
}
a.nav:hover
{
	color: ##066F71;
	text-decoration: none;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #1f1f1f;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: small;

}

/* The main body of the entire forum. */
body
{
	margin: 0px;
	padding: 0px;
	background: url(images/bg.png) 100% 168px repeat-x ;
	background-color: #ffe5c5;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
	font-family: arial, sans-serif;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: arial, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 2px;
	border: 0;
	background: url(images/hrback.gif) repeat-x;
}

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #000000;
}
.windowbg2
{
	color: #000000;
}
.windowbg3
{
	color: #000000;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	background: #ffe5c5;
	color: #de4210;
	font-style: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #de4210;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	color: white;
	background: #FFCE93;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	color: white;
	background: #FFCE93;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	color: #de4210;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: #de4210;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
	padding: 1px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px 2px 6px 2px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
 }

.maintab_first
{
}
.maintab_back
{
}
.maintab_last
{
}
.maintab_active_first
{
}
.maintab_active_back
{
}
.maintab_active_last
{
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #905000;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	vertical-align: top;

}
.mirrortab_back, .mirrortab_active_back
{
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px 2px 6px 2px;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: bold;
}

.mirrortab_first
{
}
.mirrortab_back
{
}
.mirrortab_last
{
}
.mirrortab_active_first
{
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: none;
}

#logoarea
{
	position: absolute;
	left: 10px;
	top: 105px;
	font-family: Georgia, serif;
	font-size: xx-large;
	color: #b8a899;
}
#linktree
{
	font-size: 10px;
	border-bottom: dotted 2px #d0d0d0;
	padding: 1ex;
	background: white;
	margin-bottom: 2ex;
	margin-top: 2ex;
 }

 #menumain
 {
	margin-top: 1.5em;
 }
/* The AJAX notifier */
#ajax_in_progress
{
	background: #a0a045;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#header_f {
position: absolute;
float: left;
height: 168px;
/*background: url(../img/sky_head.gif) no-repeat top left;*/
/*background-color: White; */
}
#header_logo_f {
display: block;
position: absolute;
float: right;
right: 20em;
top: 15px;
background: transporent;
z-index: 55;
}
#left_head_f {
display: block;
position: absolute;
width: 356px;
left: 15%;
height: 164px;
/*background: url(/img/sun_head.gif) no-repeat top left;*/
z-index: 10;
}
#adres{
display: block;
position: absolute;
float: right;
right: 220px;
top: 145px;
font-size: 90%;
font-weight: bold;
color: #099da2;
background: transporent;
z-index: 50;
}
#main_log{
	display: block;
	position: absolute;
	background-color: #fff;
	right: 10px;
	top: 80px;
/*	padding: 80px 10px 10px 10px;*/ 
	float: right;
	text-align: left;
	z-index: 999;
}
#main_log input{
	height: 1.1em;
	font-size: 0.95em;
	line-height: 1.1em;
	/*padding-bottom:  3px;*/
	margin-bottom: 3px;
	border: 1px solid #999;
	padding: 1px 2px 2px 3px;
}
#main_log select{
	height: 1.5em;
	font-size: 0.95em;
	border: 1px solid #999;
	/*padding-bottom:  3px;*/
	margin-bottom: 3px;
}

#main_log input#ent_bat{
	height: 1.7em;
	font-size: 90%;
	background-color: #ffce93;
	margin-left: 4px !ie;
	cursor: pointer;
}
#welcome{
color: #de4210;
background-color: #fff;
/*font-size: 90%;*/
	display: block;
	position: absolute;
	width: 170px;
	right: 0;
	top: 0;
 padding: 5px;
	float: right;
	text-align: left;
	z-index: 999;
}

#footer {

height: 45px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 45px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
margin-top: 100%; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
color: #fff;
text-align: center;
background: #09AFB4; /*** The lower part of the rounded content look ***/
}
#left_menu {
display: block;
position: relative;
top: 0;
left: 0;
left: -35px !ie;
/*float: left;*/
width: 200px;
/*margin-right: 30px;*/
width: 235px !ie;
font-size: 0.95em;
font-size: 0.9em !ie;
/*background: transparent;*/
z-index: 99;
}
ul#l_n{
	margin-bottom: 2px !ie;
	padding: 0;
}
#l_n li {
  background: transporent;
  padding: 5px 5px 5px 20px;
  list-style:none;
/*  background: url(images/img/bord_m.gif) repeat-x bottom;*/
border-bottom: 1px solid #ffe1bf;
 /* border-right: 1px solid #fff;*/
border-top: 1px solid #fff;
/*  border-left: 2px solid #fff;*/
}

#l_n a {
  text-decoration: none;
  display: block;
  line-height: 1em;
  font-size: 0.9em;
  font-weight: bold;
  color: #de4210;
}
#l_n li.forum a{
position: relative;
top: -5px !ie;
width: 150px;
width: 145px !ie;
height: 1.5em;
	color: #dda600;
	background-color: #fff;
	padding: 5px 30px 0px 25px;
	margin: -5px auto -5px -25px;
	border-bottom: 1px solid #ffe1bf !ie;
}
#l_n li a {
  padding: 0px 0px 0px 0px;
}

#l_n a:hover, #l_n li.active a:hover {
  color: #066f71;
}

#copir{
	display: none;
}