.basicgrey .ntb-combobox
{}

.basicgrey .ntb-combobox-text-container, .basicgrey .ntb-combobox-text-container-disabled
{
	float:left; 
	padding-left:3px; 
	padding-top:2px; 
	padding-bottom:0px; 
	margin:0px; 
}

.basicgrey .ntb-combobox-text-container
{
	border:1px solid #999999; 
}

.basicgrey .ntb-combobox-text-container-disabled
{
	border:1px solid #DADADA; 
	background-image:url(tbback.gif);
	background-color: #CCCCCC;
}

.basicgrey .ntb-combobox-text-ie, .basicgrey .ntb-combobox-text-moz {
	border-style:none;
	padding:0px;
	border:0px;
	font:8pt Arial;
}

.basicgrey .ntb-combobox-text-ie
{
	height:10px;
}

.basicgrey .ntb-combobox-text-moz
{
	height:12px;
}

.basicgrey .ntb-combobox-input-disabled
{
	background-color: #CCCCCC;
}


/* Defines the button */
.basicgrey .ntb-combobox-button
{
	cursor:pointer;
	float:left;
}

.basicgrey .ntb-combobox-button-img, .basicgrey .ntb-combobox-button-img-over, .basicgrey .ntb-combobox-button-img-disabled,
.basicgrey .ntb-combobox-button-img-pressed
{
	background:url("button.gif");
	vertical-align:text-bottom;
	/* width/height necessary to size the transparent 1x1pixel gif to allow
		the above background to show */
	width:15px;
	height:16px;
}

.basicgrey .ntb-combobox-button-img-pressed
{
	background:url("button_pressed.gif");
	
}



/* The list container; contains the list's header, body, footer. */
.basicgrey .ntb-combobox-list
{
	/*float:left;*/
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	background-color: white;
	z-index: 1000;
	visibility: hidden;
	display: none;
	position: absolute;
	text-align: left;
	scrollbar-face-color:#D5DFF9;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#EBEFF7;
	scrollbar-darkshadow-color:#5D5A6D;
	scrollbar-shadow-color:#4D6185;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#F4F1EC;
}

.basicgrey .ntb-combobox-list-iframe
{
	float:left;
}

/* The list's body; the middle container in the list container. */
.basicgrey .ntb-combobox-list-body
{
	/* workaround to scrolling issue */
	overflow:auto;
	_overflow-x:hidden;
	_overflow-y:auto;
	background:#F9F9F9;
	font:10pt Tahoma,Arial;
	float:left;
}

/* The list's header; the topmost container in the list container. */
.basicgrey .ntb-combobox-list-header
{
	overflow:hidden;
	background-color: #F0F0E5;
	border-bottom:1px solid #D8D2BD;
	border-top:1px solid #FFFFFF;
	float:left;
}

/* The table storing the actual list data */
.basicgrey .ntb-combobox-list-body-table
{
	font: 8pt Tahoma,Arial;
	border-collapse:collapse;
	background:#F6F6F6;
	float:left;
	table-layout:fixed;
}

/* A row in the table. */
.basicgrey .ntb-combobox-list-body-table-row
{
	border-collapse:collapse;
	height:16px;
	border:#F9F9F9 0px solid;
	color: #0000CC;
	cursor:pointer;	
	table-layout:fixed;
}

/* The style used when the user selects or mouses over a row */
.basicgrey .ntb-combobox-list-body-table-row-highlighted
{
	color:#FFFFFF;
}

/* The column labels at the top of the columns. This style is applied to the whole row of labels. */
.basicgrey .ntb-combobox-column-labels
{
	font-size: 8pt;
	color:#000000;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial;
	vertical-align: text-top;
	border-collapse:collapse;
	height: 16px;
	float:left;
}

/* The style applied to the individual label. */
.basicgrey .ntb-combobox-column-label
{
	font-weight: bold;
	vertical-align: text-top;
	padding-left: 3px;	
	position:relative;
	top:0px;
	float:left;
}

/* The text inside the individual label (to prevent overflow) */
.basicgrey .ntb-combobox-column-label-text
{
	height:17px;
	overflow: hidden;
}

/* The footer that sits underneath the list. */
.basicgrey .ntb-combobox-list-footer
{
	font:8pt Arial;
	background-color:#F0F0E5;
	border-bottom:1px solid #D8D2BD;
	border-top:1px solid #FFFFFF;
	vertical-align:middle;
	color: #000000;
	height:20px;
	float:left;
	overflow:hidden;
}

.basicgrey .ntb-combobox-list-column-definition
{
	height:18px;
	min-height:18px;
	cursor:pointer;
	white-space: nowrap;
	overflow:hidden;
	color: #0000CC;
}

.basicgrey .ntb-combobox-list-column-definition-cell
{
    padding-left: 3px;
	white-space: nowrap;
}

.basicgrey .ntb-combobox-list-footer-page-next-button, .basicgrey .ntb-combobox-list-footer-page-next-button-highlight
{
	padding-left: 2px;
	padding-top: 2px;
	height:19px;
	cursor:hand;
	float:left;
}
.basicgrey .ntb-combobox-list-footer-page-next-button
{
	background: url("paging.gif") no-repeat right top;
	border-top:1px solid #FFFFFF;
}

.basicgrey .ntb-combobox-list-footer-page-next-button-highlight
{
	background:#e9ebf4 url("paging.gif") no-repeat right top;
	border-top:1px solid #99AAB1;

}

/* affects the color of the list's outer border */
/* PLEASE DO NOT put anything else into this style */
/* this style is provided solely to change this one attribute */
.basicgrey .ntb-combobox-list-outer-border
{
      border-color:#000;
}

/*
* These are seperate because it causes the superclass to disappear and re-appear if we try and collapse these down
* any further in Firefox 2
*/
.basicgrey .ntb-combobox-combo-menus
{
	overflow:hidden;
	background-color: #F0F0E5;
	font:8pt Tahoma,Verdana,Arial;
	color:#000000;
	cursor: pointer;
	cursor: hand;
}
.basicgrey .ntb-combobox-combo-menu
{
	background-color: #F0F0E5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px solid #D8D2BD;
}
.basicgrey .ntb-combobox-combo-menu-highlight
{
	background-color: #cac9b5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom:1px solid #D8D2BD;
}

.basicgrey .ntb-combobox-combo-menu-icon
{
}