/* ///////////////////////////
Hijack Specific CSS
Please feel free to modify to meet your needs
If you see areas of improvement please let us know!
/////////////////////////// */ 
.hjsel_select 
{
	border: solid 1px #a0a0a0;
	background: #fff;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.hjsel_txtbox
{
    background: white;
    text-align: left;
    border: none;
    margin-left: 2px;
}

.hjsel_options 
{
	display: none;
	position: absolute;
	z-index: 1;
	
	background: #fff;
	border: solid 1px #888;
	border-width: 1px 1px 1px 2px;
	border-color: #888 #000 #000 #888;
        
        overflow: hidden;
        
	/* 	Remove comments and modify to gain control over dropdown display
	/////////////////////////////////////////////////////////////////////
	max-height: 200px;
	_height: 200px;
	min-width: 400px;
	overflow: auto;
	/////////////////////////////////////////////////////////////////// */
}

.hjsel_options ul
{
	padding: 0;
	margin: 0;
}

.hjsel_options li
{
	list-style: none;
	padding: 0 3px;
        white-space: nowrap;
}

.hjsel_options_hover
{
	background: Highlight;
	color: HighlightText;
	cursor: pointer;
}

.hjsel_ddImage
{
	cursor: pointer;
        margin: 5px 2px;
        float: right;
/* 	margin-bottom: 6px; */
}

.hjsel_ddCancel
{
	cursor: pointer;
        margin: 5px 0 5px 2px;
/* 	margin: 0 5px 1px 0; */
}
