/* Normal, standard links. */
a:link {
	color: #545454;
	text-decoration: none;
}
a:visited {
	color: #545454;
	text-decoration: none;
}
a:hover {
	color: #000;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited {
	color: #222222;
	font-family: optima;
	text-decoration: none;
}
a.nav:hover {
	color: #FF0000;
	text-decoration: none;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	font-family: verdana ,sans-serif;
	line-height: 145%;
	color: #545454;
	font-size: 11px;
}
/* The main body of the entire forum. */
body {
	margin: 0;
	padding: 8em; 0px 0px 0px;
	background: #393939 url(./images/img/bg.gif) repeat-x;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #222;
	font-family: verdana, sans-serif;
}
input, button {
	font-size: 110%;
}
textarea {
	font-size: 110%;
	color: #000;
	font-family: 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: 110%;
	font-weight: normal;
	color: #000;
	font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666;
	background-color: #555;
}

/* No image should have a border when linked */
a img {
		border: 0;
}

/* A quote, perhaps from another post. */
.quote {
	color: #3a3a3a;
	background-color: #efefef;
	border: 1px solid #cfcfcf;
	margin: 4px;
	padding: 4px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code { 
	color: #3a3a3a;
	background-color: #eff9fa;
	/*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 #ddf7f9;
	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: #000;
	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
{
	background: #eee;
}
.windowbg2, #preview_body
{
	background: #fdfdfd;
}
.windowbg3
{
	background: #e9e9ea;
}
/* the today container in calendar */
.calendar_today
{
}
/* 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
{
	color: #F7FFFF;
	font-style: normal;
	background: #999999;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited, tr.titlebg td a.navPages, td.titlebg table td
{
	font-weight: 700;
	color: #F7FFFF;
	font-style: normal;
}

.titlebg a:hover
{
	color: #F7FFFF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #F7FFFF;
	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 {
	background: url(images/catbg.jpg) repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catbg.jpg) repeat-x;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
}
.catbg, .catbg2, .catbg3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 95%;
	color: #fff;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited {
	color: #fff;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover {
	color: #bbbbbb;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	background: #e4e4e4;
	padding: 1px;
	margin: 2px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.middletext { 
	line-height: 18px;
	text-indent: 10px;
}
.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;
}

/* template menu */
#navbar-l {
	background: url(images/img/navbar-l.gif) 0 0 no-repeat;
	padding-left: 10px;
}
#navbar-r {
	background: url(images/img/navbar-r.gif) 100% 0 no-repeat;
	padding-right: 10px;
}
#navbar {
	background: #2B2B2B url(images/img/navbar-bg.gif) 0 0 repeat-x;
	height: 40px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
}
#nav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style: none;
	float: left;
}  
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav a {
	background: #2B2B2B;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	 font-weight: normal;
	 text-transform: uppercase;
	 margin: 0px 15px 0px 0px;
	padding: 11px 10px 11px 10px;
}
#nav a:hover {
	background: #666666;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	 margin: 0px 15px 0px 0px;
	padding: 11px 10px 11px 10px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #2B2B2B;
	width: auto;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-top: 1px solid #C0C0C0;
}
#nav li li a:hover, #nav li li a:current {
	background: #666666;
	padding: 8px 10px 8px 10px;
}
/* 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
{
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: bold;
}
.maintab_first
{
	display: none;
}
.maintab_back
{
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #777;
}
.maintab_active_last
{
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
	color: #000;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
	text-decoration: overline;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #a1a1a1;
	text-transform: lowercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #a1a1a1;
	text-decoration: none;
	font-size:  11px;
	vertical-align: top;
	padding: 6px;
	font-family: arial, sans-serif;
	font-weight: bold;
}
.mirrortab_first
{
	display: none;
}
.mirrortab_back
{
}
.mirrortab_last
{
	display: none;
}
.mirrortab_active_first
{
	display: none;
}
.mirrortab_active_back
{
	background: #777;
}
.mirrortab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.mirrortab_back a:link , .mirrortab_back a:visited
{
	color: #a1a1a1;
	text-decoration: none;
}
.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: #fff;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#mainarea {
	background: #DDDDDD;
	padding: 5px 10px 15px 10px;
	margin: 0px;
}
#header {
	position: relative;
	height: 151px;
	overflow: hidden;
	background: #393939 repeat-x;
}
#headerleft {
	height: 151px;
	background: 0 0 no-repeat;
	position: relative;
}
#headerright {
	height: 151px;
	background: 100% 0 no-repeat;
	position: relative;
}
#container {
	width: 97%;
	margin: 0px auto 20px auto;
}
#logo, #logo a {
	position: absolute;
	top: 1ex;
	left: 17em;
	display: block;
	width: 400px;
	height: 86px;
	background: url(http://tangolinux.com.ar/images/headerforo.png) no-repeat;
}
#welcome {
	font-size: 1.2em;
	color: #D4D4D4;
	font-family: optima, sans-serif;
	float: right;
	padding: 15px 30px 0px 0px;
	text-align: right;
}
#welcome a:link, #welcome a:visited {
	color: #D4D4D4;
	font-weight: 600;
}
#welcome a:hover {
  text-decoration: underline;
}
#searcharea {
	position: absolute;
	top: 1em;
	right: 17em;
	font-size:1.2em;
	background:url(images/img/searchbox.png) no-repeat;
	width:148px;
	height:44px;
	margin-bottom:10px;
}
#searcharea .inputs{
	width:126px;
	margin:13px 0px 0px 10px;
	border:0px;
	background: transparent;
	color: #454545;
}
#footer {
	background: url(images/img/footer-bg.gif) 0 0 repeat-x #494949;
}
#footer-left {
	background: url(images/img/footer-left.gif) 0 0 no-repeat;
}
#footer-right {
	background: url(images/img/footer-right.gif) 100% 0 no-repeat;
	height: 36px;
	overflow: hidden;
}
#footerarea {
	clear: both;
	color: #555;	
	margin: 0 auto; 
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;	
	font-size: 0.95em;
}
#footerarea a { 
	color: #306495; 
}
#footerarea a:link, #footerarea a:visited {
	color: #707070;
}
#footerarea a:hover {
	color: #aaa;
}