.combogrid
{
	max-width: 800px;
	min-width: 500px;
	font-size: 1em !important;
}
#cg-divHeader
{
	height: 14px;
	padding: 4px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	margin: -3px -3px 0 -1px;
}
.cg-colHeader
{
	float: left;
	font: 0.9em verdana, arial, sans-serif;
	font-weight: bold;
}
.cg-colHeader-label
{
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.cg-colHeader-label:hover
{
	text-decoration: underline;
}
.cg-colHeader SPAN
{
	height: 12px;
	width: 12px;
	position: absolute;
}
.cg-colHeader.asc
{
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: -64px -16px;
}
.cg-colHeader.desc
{
	background-image: url(images/ui-icons_888888_256x240.png);
	background-position: 0 -16px;
}
.cg-colItem
{
	height: 10px;
	padding: 2px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cgcombo-state-hover
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}
.cg-comboButton
{
	background-color: #EEEEEE;
	display: inline-block;
	width: 100%;
	height: 25px;
	margin: -3px 0 -3px -1px;
	padding: 2px 2px 2px 0;
	width: 100%;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	outline: 0 none #000000;
	vertical-align: baseline;
}
.cg-navTable
{
	float: left;
	table-layout: auto;
	width: 100%;
	font-size: 0.7em;
	font-weight: normal;
	border: 0;
	margin: 0;
}
.cg-navTable TD
{
	padding: 1px;
	border: 0;
	text-shadow: none;
}
.cg-navTable TR
{
	color: inherit;
	background: none;
	border: 0;
}
.cg-comboItem
{
	height: 16px;
	margin: 0;
	padding-bottom: 2px !important;
	border: 1px solid #FFFFFF;
}
.cg-comboItem-even
{
	height: 24px;
	padding-bottom: 2px !important;
	background-color: #EDF6F8;
}
.cg-comboItem-odd
{
	height: 24px;
	padding-bottom: 2px !important;
}
.cg-DivItem
{
	float: left;
	font-size: 0.8em;
	overflow: hidden;
	height: 12px;
}
.cg-pg-button
{
	padding: 1px;
	width: 18px;
}
.cg-pg-table
{
	border: 0;
	padding: 0;
	margin: 0;
}
.cg-pg-button:hover
{
	border: 1px solid #999999;
	background: #DADADA url(images/ui-bg_glass_75_dadada_1x400.png) repeat-x 50% 50%;
	font-weight: normal;
	color: #212121;
	padding: 0;
}
.cg-pg-button.cg-state-disabled:hover
{
	border: 1px solid #ECECEC !important;
	padding: 1px;
	background: none;
}
#cg-navInfo
{
	min-width: 150px;
	text-align: center;
}
.cg-autocomplete
{
	position: absolute;
	cursor: default;
}
/*workarounds*/
* HTML .cg-autocomplete
{
	width: 1px;
}
/*without this, the menu expands to 100% in IE6*/
.cg-menu
{
	padding-right: 2px;
	margin: 0;
	display: block;
	float: left;
	width: 100%;
}
.cg-menu .cg-menu
{
	margin-top: -3px;
}
.cg-menu .cg-menu-item
{
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	width: 100%;
	overflow: hidden;
	border: 1px solid transparent;
}
.cg-menu .cg-menu-item A
{
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
	line-height: 1.5;
	zoom: 1;
}
.cg-menu .cg-menu-item A.cg-state-hover, .cg-menu .cg-menu-item A.cg-state-active
{
	font-weight: normal;
	margin: -1px;
}
.cg-resetButton
{
	cursor: pointer;
	display: inline-block;
	margin: 1px;
	padding: 3px;
	vertical-align: bottom;
}
.cg-searchButton
{
	cursor: pointer;
	display: inline-block;
	margin: 1px;
	padding: 3px;
	vertical-align: bottom;
}
.cg-loading
{
	background-image: url(../../imagenes/ajax.gif);
	background-position: 100% 4px;
	background-repeat: no-repeat;
}
.ok-icon
{
	background-image: url(cg-images/accept.png);
	margin-bottom: 6px;
	vertical-align: bottom;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-left: 3px;
}
.notok-icon
{
	background-image: url(cg-images/exclamation.png);
	margin-bottom: 6px;
	vertical-align: bottom;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-left: 3px;
}
