
div.gjpbig {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 190px;
}

div.gjpbig input {
	cursor: pointer;
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:1px 3px;
    background:#fff url(text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 173px;  

}

div.gjpbig div.icon {
    width:17px;
    height:22px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    left: 173px; 

}


div.gjpbig div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 190px;
    bottom: auto;
}

div.gjpbig div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.gjpbig ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.gjpbig  li {
    padding: 0;
    padding-left: 5px;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.gjpbig li.active {
    background-color: rgb(223, 232, 246);
}

/*for IE*/
div.gjpbig a, div.gjpbig a:visited, div.gjpbig a:active {
    display: block;
	width: 100%;
	width: 190px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.gjpbig input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}




















div.gjpsmall {
    white-space: nowrap;
    height: 21px;
    border: 0;
    margin: 0;
    padding: 0;
    width: 84px;
}

div.gjpsmall input {
	cursor: pointer;
    margin: 0 0 0 0;
    font:normal 12px tahoma, arial, helvetica, sans-serif;
    padding:1px 3px;
    background:#fff url(text-bg.gif) repeat-x 0 0;
    border:1px solid #B5B8C8;
    height: 18px;
    line-height:18px;
    vertical-align:middle; 
    left: 0px;
    top: 0px; 
    width: 67px;  

}

div.gjpsmall div.icon {
    width:17px;
    height:22px;
    border: 0;
    background:transparent url(trigger.gif) no-repeat 0 0;
    cursor:pointer;
    top:0px;
    left: 67px; 

}


div.gjpsmall div.list-wrapper {
    left: 0px;
    top: 21px;
    border: 1px solid #D9D9D9;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    width: 84px;
    bottom: auto;
}

div.gjpsmall div.list-wrapper-up {
    top: auto;
    bottom: 21px;
}

div.gjpsmall ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 200px;
}


div.gjpsmall  li {
    padding: 0;
    padding-left: 5px;
    font:normal 14px tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    cursor: pointer;
    margin: 0;
}

div.gjpsmall li.active {
    background-color: rgb(223, 232, 246);
}

/*for IE*/
div.gjpsmall a, div.gjpsmall a:visited, div.gjpsmall a:active {
    display: block;
	width: 100%;
	width: 84px;
	text-decoration: none;
    font:normal 14px  tahoma, arial, helvetica, sans-serif;
	color: #000000;
    cursor: pointer;
    margin: 0;	
	height: 20px;
}

div.gjpsmall input.empty {
    color: gray;
}

a.to-highlight:hover {
    background-color: rgb(223, 232, 246);
}