﻿/****************************************
   Barra de controles y sus controles
****************************************/
#commandBar
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 25px;
	width: 100%;
	background: #009933;
}
#commandBar #commandBarL /* margen izq. de la barra (span)*/
{
}
#commandBar #commandBarR /* margen der. de la barra (span)*/
{
}
#commandBar #commandBarC /* centro de la barra (span)*/
{
	position: absolute;
	height: 25px;
	top: 0px;
	left: 0px;
	width: 100%;

}

.buttonBar /* estilo general de los botones de la barra de controles */
{
	font-size: x-small;
	text-align: right;
	cursor: pointer;
	border: none;
	background-color: Transparent;
	width: 100%;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
}


#commandBarC .cmdHelpArea
{
	margin-right: 60px;
	margin-top: 4px;
	float: right;
	clear: right;
}

/******* página tipo Search *******/
#commandBarC .cmdSearchCtrl /* panel con el control para colapasar el panel de búsqueda */
{
	position: absolute;
	font-size: x-small;
	top: -15px;
	left: -30px;
	width: 22px;
	cursor: pointer;
	border-right: white thin groove;
}

#commandBarC .cmdAddNewSearch /* panel con botón Add New Record en la página Search */
{
	position: absolute;
	left: 250px;
	top: 4px;
	background-image: url(_icons/icoNew.png);
	background-repeat: no-repeat;
	width:84px;
}

#commandBarC .cmdClearSearch /* panel con botón Limpiar campos (pantalla de search)*/
{
	position: absolute;
	left: 135px;
	top: 4px;
	background-image: url(_icons/icoClear.png);
	background-repeat: no-repeat;
	width: 60px;
	padding-left:5px;
	
}

#commandBarC .cmdExport /* panel con botón Exportar a Excel (pantalla search)*/
{
	background-image: url(_icons/icoExcel.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 45px;
	height:28px;
	top: 3px;
	width: 60px;
	padding-left:10px;
}

#commandBarC .cmdBarTitleSearch /* panel con label de título (pantalla de search) */
{
	position: absolute;
	left: 400px;
	top: 4px;
	font-size: larger;
	font-weight: bold;
	color: #cc0000;
	font-style: italic;
	border-left: white thin groove;
	border-right: white thin groove;
	padding-left: 15px;
	padding-right: 15px;
}

/******* página tipo Edit *******/
#commandBarC .cmdClearEdit /* panel con botón Limpiar campos (pantalla edición)*/
{
	position: absolute;
	left: 225px;
	top: 4px;
	background-image: url(_icons/icoClear.png);
	background-repeat: no-repeat;
	width: 50px;
}

#commandBarC .cmdBack /* panel con botón volver */
{
	font-size: x-small;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: 4px;
	float: left;
	cursor: pointer;
	border-right: white thin groove;
}

#commandBarC .cmdAddNewEdit /* panel con botón Add New Record en la página Edit */
{
	position: absolute;
	left: 120px;
	top: 4px;
	background-image: url(_icons/icoNew.png);
	background-repeat: no-repeat;
	width: 83px;
}

#commandBarC .cmdSave /* panel con botón Guardar */
{
	position: absolute;
	left: 40px;
	top: 4px;
	background-image: url(_icons/icoSave.png);
	background-repeat: no-repeat;
	width: 65px;
}

#commandBarC .cmdBarTitleEdit /* panel con label de título (pantalla de search) */
{
	position: absolute;
	left: 400px;
	top: 4px;
	font-size: larger;
	font-weight: bold;
	color: #FF6600;
	font-style: italic;
	border-left: white thin groove;
	border-right: white thin groove;
	padding-left: 15px;
	padding-right: 15px;
}
