/* ------------------
 styling for the tables 
   ------------------ */
#maincolumn{

overflow-x:hidden;
height:522;

}   
   
h1 {
background-color:#FFFFFF;
border-bottom:1px solid #E3E3E3;
color:#aaa;
font-size:12px;
margin-left:336px;
padding-bottom:4px;
padding-right:23px;
text-align:center;
}

#tableresult
{	border-collapse:collapse;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	font-size:11px;
    margin:2px;
	/*width: 480 140px;*/
	text-align:right;
		
}

#tableresult th
{
	font-size: 10px;
	font-weight: normal;
	padding: 8px;
	background: #F7F7F7;
	/*border-top: 4px solid #aabcfe;*/
	border-bottom: 0px dotted #ccc;
	color: #333;
	
	padding:4px;
	text-align:right;
	}
	
#tableresult th a
{
font-size: 10px;
}

#tableresult td
{
	padding: 2px;
	background:#E8E8E8 none repeat scroll 0 0;
	border-bottom:1px dotted #FFFFFF;
	color:#333333;
	text-align: center;
}
/**/
#tableresult tr:hover td
{
	background: #B5B5B5;
	color: #fff;
}

#tableresult  #marco
{
	background: #B5B5B5; 
	border-bottom: 0px solid #E8E8E8;
	color: #fff;
	font-weight:bold;
	border-top: 1px solid transparent;
	border-right:1px dotted transparent;
	text-align: center;
	border:1px solid #E8E8E8;
}

#tableresult #borde
{
	background: #637278;
	color: #000;
	border-bottom: 1px solid #fff;
}

#tableresult #bordefondo
{
	background: #ccc;
	color: #999;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}

#clasificacion td, th {
border:0px solid white;
}

 td #tablehead{
background: #b5b5b5;
}

#tableresult th textarea{
color:#333;
font-size:11px;
font-weight:normal;
text-align:justify;
font-family:Trebuchet MS,Verdana,Arial,sans-serif;
}
