/* Normal, standard links. */


/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body, td, th
{  	line-height: 140%;
	color: #000000;
    font-size: 12px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
/* Input boxes - just a bit smaller than normal so they align well. */


/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
	background-color: #ffffff;
}

/* Standard horizontal rule.. */
hr
{
	color: #FFF;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #FFF;
	background-color: #FFF;
}
/* 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: #fbede6;
	/*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 #f1ccbb;
	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. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{  padding: 5px;
	background-color: #F5F5EA;
}

.windowbg2
{  padding: 5px;
	background-color: #F5F5EA;
}
.windowbg3
{  padding: 5px;
	background-color: #EFEDDF;
}
.windowbg4
{ padding: 5px;
	background-color: #F0F1F3;
}
.windowbg5
{  padding-left: 15px;
	background-color: #F5F5EA;
	font-size: 11px;
}
.windowbg5 a{
	font-size: 12px;
	font-weight: bold;
}
/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	color: #000000;
	font-style: normal;
	padding: 0.1em;
	background-color: #DED8C9;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg3
{
	font-weight: bold;
	background-color: #afc6db;
	color: #000000;
}
.catbg {

}
/* The borders around things. */
.bordercolor
{
	/*background: #BBB;*/
}
.tborder
{
	/*border: 1px solid #B2A389;*/
}

/* Default font sizes. */
.smalltext
{
	font-size: 11px;
	color: #8B4513;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* 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;
}

/* My class and style
-----------------------------------------------*/
.title_topics {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}
.messag_autor{
 border-right: 2px  #FFF dotted;
}
.signature{
	 padding-left: 6px;
}
.title_category{
	background-color: #DED8C9;
}
.title_category a{
   font-family: Verdana,  Arial, sans-serif;
	text-decoration: none;
	color: #C05643;
   font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
h1 {
    font-family: Georgia, Arial, Verdana, sans-serif;
	 margin: 0;
	 padding: 7px 0 2px 0;
	 line-height: 22px;
	 font-size: 20px;
	 color: #583911;
	 }
.messages_topic{
	border-bottom: 3px solid #DED8C9;
}