/* Default CSS Stylesheet for a new Web Application project */

body
{
	color: #000000;
	font-size: 90%;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Georgia, Tahoma, serif;
}

a.comment
{
	color: black;
	cursor:hand;
	text-decoration:underline;
}

a.comment:hover
{
	color: red;
	cursor:hand;
	text-decoration:underline;
}

a.blackbg
{
	color: white;
	cursor:hand;
	text-decoration:none;
}

a.blackbg:hover
{
	color: yellow;
	cursor:hand;
	text-decoration:underline;
}

p
{
	margin-top: 0.5em;
	font-size: 90%;
}

.info
{
	color: maroon;
	font-size: 110%;
}

h1
{
	background-color: white;
	color: #800000;
	font-size: 150%;
}

h2
{
	background-color: gainsboro;
	color: maroon;
	font-size: 120%;
}

h3
{
	background-color: gainsboro;
	color: maroon;
	font-size: 100%;
}

.MsgTitle
{
	color: red;
	font-size: 100%;
}

.MsgComments
{
	color: green;
	font-size: 100%;
}

a.Category
{
	color: blue;
	font-size: 100%;	
	text-decoration:none;
}

a.Category:hover
{
	color: #F90;
	font-size: 100%;
	text-decoration:none;
}

table
{
	font-size: 100%;
	padding: 3;
}

table.box
{
	border-color: gainsboro;
	border-width: 3;
	border-style: dashed;
	border-collapse: collapse;
}

table.principal
{
	border-collapse: collapse;
	border: thin solid black;
	background-color: #FFF;
}

table.dia
{
	background-color: #FFF;
	border: 1 solid gray;
}

tr
{
	vertical-align: top;
}

td
{
	vertical-align: top;
}



td.footer
{
	background: #534F43;
	vertical-align: top;
	text-align: center;
}

td.title
{
	background: #534F43;
	vertical-align: middle;
	text-align: left;
}

td.sidebar
{
	background: #E8C68A;
	text-align: center;
	vertical-align: top;
}

td.content
{
	background: white;
	vertical-align: top;
}

td.boxtitle
{
	background: #C00000;
	vertical-align: top;
	text-align: center;
}

td.boxcontent
{
	font-size: 90%;
	background: #EED7B4;
	vertical-align: top;
}

pre
{
	margin-top: .5em;
	margin-bottom: .5em;
}

#tabs { 
height: 32px; 
margin: 0 auto -7px auto;
overflow: hidden;
padding: 0; 
width: auto;
}

#tabs ul {
margin: 0;
padding: 0 0 0 20px;
width: auto;
float: left; 
}

#tabs li { 
display: inline; 
height: 32px;
margin: 0;
}

#tabs li a { 
background: transparent url(../images/bg_sidetab.gif) no-repeat; 
color: #fff;
font-family: Tahoma, "Trebuchet MS", sans-serif;
font-size: 12px;
float: left; 
height: 25px;
padding: 3px 8px 0 0;
text-align: center;
width: 60px;
}

#tabs li a:hover { 
background: transparent url(../images/bg_sidetab.gif) no-repeat 0px -34px; 
}

#tabs .sidetab_alt a {
background: url(../images/feed.gif) no-repeat -35px 0px;
height: 25px;
width: 28px;
}

#tabs .sidetab_alt a:hover {
background: url(../images/feed.gif) no-repeat 0px 0px;
}