/**
  * Hoja de Estilos com�n para los formularios del Sitio
  * Implementado por Carlos Jos� Acu�a Daza
  */
  
#toolbar_ 
{
	width: 100%;
	background-color: #F1F0EB;
	overflow-x: hidden;	
}

#toolbar_t
{
	/*border-left: 1px solid #A2A198;
	border-right: 1px solid #A2A198; */
	border-bottom: 1px solid #A2A198;
	background-repeat: repeat-x;
	background-position: left bottom;
}

#resizable_e
{
	background-color: #F7F6F1;
	border-left: 1px solid #A2A198;
	border-right: 1px solid #A2A198;
	border-top: 1px solid #A2A198;		
}

#toolbar_ TD
{
	padding-right: 9px;
	font: menu;
}

#controls_ TABLE 
{
	/* border: 1px solid #A2A198; */
	/* background-color: #F1F0EB; */
}

#controls_ 
{
	padding-top: 10px;
}

#controls_ TD
{
	width: 200px;
	font: menu;
	color: #222222;
	text-align: left;
}

#controls_ TD.control
{
	text-align: left;
	width: 25px;	
}

#controls_ INPUT, #controls_ SELECT
{
	width: 250;
	text-align: right;
	border: 1px solid #A2A198;
}

#datos_cont INPUT
{
	width: 250;
	text-align: right;
	border: 1px solid #A2A198;
}

#datos_cont SELECT
{
	width: 250;
	border: 1px solid #A2A198;
}

#filtros SELECT {
	width: 150px;
	height: 50px;
	font-size: 10px;
}

#filtros INPUT {
	width: 250px;	
	font-size: 10px;
}

#selectores TD {
	padding-right: 5px;
	padding-top: 2px;
}

#filter_form TD {
	font-size: 11px;
}

#filter_form INPUT, SELECT {
	font-size: 11px;
	width: 150px;
}

#modForm OPTION {
	padding-right: 5px;
}

#modForm SELECT{
	width: 250px;
	text-align: right;	
	font-size: 10px;	
}

#modForm INPUT{
	width: 250px;
	text-align: right;	
	font-size: 10px;
}

#sbmButtons INPUT {
	text-align: center;
	width: 150px;
}

.modRaiz {
	font-weight: bold;
}