/***************************************
Application:		Yturria Sistema Azul	
Filename:		resources/css/tables.css
Description:		Archivo css para enlistar los estilos referentes a tablas del sistema
Author:			pnarvaez
Last Modifcation by:	pnarvaez

Revisions

Author		Date				Changes Made
pnarvaez	09:35 a.m. 11/01/2010		Creación	
****************************************/


.table-data{
	border:1px solid #aaa;
}

th{
	font-family:Tahoma, Helvetica;
	font-size:11px;
	color:#000;
	font-weight:bold;
	background-color:#aaa;
}

.tr-data0{
	font-family:Tahoma, helvetica;
	font-size:11px;
	color:#000;
	background-color:#efefef;
}

.tr-data1{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	background-color:fff;
}

.tr-data-selected{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	background-color:ffc;
}

.tr-data-alert{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	background-color:c66;
}

.tr-data-warrning{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	background-color:;
}

.tr-data-inactive{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#aaa;
	background-color:eee;
}

.tr-data-approved{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	background-color:696;
}

.td-total-header{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	font-weight:bold;
	background-color:aaa;
}

.td-totals-data{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
	font-weight:bold;
}

div#nifty{ 
margin: 0 ;background: #F0EDE0}  

b.rtop, b.rbottom{display:block;background: #FFF}  

b.rtop b, b.rbottom b{display:block;height: 1px;  

overflow: hidden; background: #F0EDE0}  

b.r1{margin: 0 5px}  

b.r2{margin: 0 3px}  

b.r3{margin: 0 2px}  

b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px
} 
