﻿@import "StyleBasic.css";

a.Node, a.Row, a.Formato
{
    color:	#000000;
}

a.Node:hover, a.Row:hover, a.Formato:hover
{
    text-decoration:	none;
    color:	#3333cc;
}

table.Tree, table.Grid
{
    border-right-width: 1px;
    border-right-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-collapse: collapse;
}

table.Tree td, table.Grid td.GridCell
{
	border: solid 1px #ddd;    
}

.TreeView table td
{
    border-right-width: 0px;
    border-right-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    border-top-width: 0px;
    border-top-style: solid;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-collapse: collapse;
}

table .GridView td
{
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
}

table .SelRowGridView td
{
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

table.Cuadro
{
    border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
	border-bottom: #aaaaaa 1px solid;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.Cuadro th
{
    border-right: #aaaaaa 1px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #aaaaaa 1px solid;
    border-bottom: #aaaaaa 1px solid;
    font-weight: bold;
	background-color: #bec6d2;
	text-align: center;
}

table.Cuadro td
{
    border-right: #dddddd 1px solid;
	border-left: #dddddd 1px solid;
}

table.Cuadro tr
{
    text-align: right;
}

table.Cuadro tr.gid1
{
    font-weight: bold;
    background-color: #eeeeee;    
}

div.Panel
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}