.combogrid{
	max-width: 500px;
	min-width: 200px;
	max-height:208px;
	border: 1px solid #A5B3C5;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
	font-size: 8pt !important;
	font-family:Arial, Helvetica, Sans-Serif !important;
	color:#666666;
	padding:0px !important;
	position:relative; /*added for behavior*/
	z-index:9999 !important;
}

cg-allItems
{
}
    
.input-bg{
    background-image: url("cg-images/magnifier.png");
  background-position: 100% 4px;
  background-repeat: no-repeat;
  padding-right: 16px;
}
#cg-divHeader, .cg-divHeader
{
	margin-top:-1px;
	height: 24px;
	padding: 0px;
	border:1px solid #D6E6F7;
	/*margin: -3px -3px 0 -1px;*/
	/*position:absolute;*/
	z-index:99999;
	/*width:381px;*/
	/*width:100%;*/
	/*margin-right:10px;*/
}
.cg-colHeader {
	float:left;
    padding:5px;
	margin:0px 0px;
	/*height:19px;*/
	width:100%;
	border-left:1px solid #D6E6F7;
	/*font: 13px verdana,arial,sans-serif;*/
	/*font-weight: bold;*/
}

.cg-colHeaderScrollFiller
{
    width:16px;
    padding:0px;
    float:right;
    height:100%;
    border-left:1px solid #D6E6F7;
}

.cg-colHeader:first-child
{
    border-left:0;
}
.cg-colHeader-label, .cg-colHeaderScrollFiller-label
{
    height: 25px;
	/*
	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
{
    overflow:hidden;
    height:26px;
	padding:0px;
	margin:0px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius:0px;
	border: 1px solid #D6E6F7;
    position:relative; /*added for behavior*/
}
.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;
    vertical-align: baseline;

    position:relative; /*added for behavior*/
}
.cg-navTable
{
    display:none;
	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: 26px;
	/*
margin: 0;
padding-bottom: 2px !important;
border: 1px solid #ffffff;
position:relative;
top:25px;
*/
	margin:0px;
	padding:0px;
}

.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;
	overflow: hidden;
	position:relative;
	padding:5px;
	margin:0px;
	border-left:1px solid #D6E6F7;
}
.cg-SubDivItem
{
    width:500px;
    min-height: 13px;
}

.cg-DivItem:first-child {
    border-left:0;
}

.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) 50% 50% repeat-x;
	 font-weight: normal;
	 color: #212121;
	 padding: 0;
}
.cg-pg-button.cg-state-disabled:hover {
	border: 1px #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: 0px;
	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;
	position:relative;
	border: 0px;
}

.cg-menu .cg-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .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("cg-images/loading.gif") !important;
  background-position: 100% 2px;
  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;
}

