body 
{
	background-color: #FFFFFF;
	background-image: url(http://www.dataimagenes.com.ar/template/backgr2.gif);
	background-repeat: repeat-x;
}

.tborder
{
	border: 1px solid #000000;
/*	border: 1px solid #828181;*/
	background-color: #FFFFFF;
	padding: 2px;
}

.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: white;
	font-style: normal;
	background-color: #000000;
	/*background-color: #6B8EAE;*/
}

.titlebg a:hover, .titlebg2 a:hover
{
	color: #dfdfdf;
}

.windowbg
{
	color: #000000;
	background-color: #EFEFEF;
	/*background-color: #E1E1E1;*/
}
.windowbg2
{
	text-align: center;
	padding: 10px 0px 0px 0px;
	color: #000000;
	background-color: #EFEFEF;
	/*background-color: #E1E1E1;*/
}

body, td, th
{
	color: #000000;
	font-size: small;
	font-family: tahoma, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: white;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 9pt;
	color: #000000;
	font-family: tahoma, sans-serif;
	margin: 0 0 1px 0;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: x-small;
	font-family: tahoma, sans-serif;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
