.nbContainer
{
	position: fixed; 
	z-index: 900;
	
	width: 222px; 
	height:	362px;

	right: 0;
	bottom: 0;

	margin-bottom: 5px;
	margin-right: 5px;
}

.nbContainerClosed
{
	position: fixed;
	z-index: 500;

	right: 0;
	bottom: 0;

	margin-bottom: 5px;
	margin-right: 5px;
	
	padding-top: 2px;
	padding-bottom: 2px;

	border: 2px solid #D1C6AF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;

	
}

.nbHeader
{
	width: 216px;
	position: absolute;
	margin-top: -25px;
}

.nbOpen
{
	float: left;

	width: 22px;
	height: 19px;

	padding-left: 5px;

	overflow: hidden;
}

.nbClose
{
	float: left;

	width: 18px;
	height: 19px;

	margin-left: 6px;
	margin-right: 0px;
	padding: 2px;

	background-color: #ffffff;

	border-top: 2px solid #BEA5A9;
	border-left: 2px solid #BEA5A9;
	border-right: 2px solid #BEA5A9;

	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-khtml-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;	

	overflow: hidden;
}

.nbTab
{
	float: right;

	height: 15px;

	margin-left: 1px;
	margin-right: 1px;
	margin-top: 5px;
	padding: 2px;

	background-color: #ffffff;

	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;

	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;

	overflow: hidden;
}

.nbTab a, .nbTab a:link, .nbTab a:visited, .nbTab a:active, .nbTab a:hover
{
	font-size: 9px;
	outline: none;
}

.nbMain
{
	
	height: 348px;

	overflow: auto;
	overflow-y: auto;


	padding: 5px;

	background-color: #F6F4F0;
	border: 2px solid #D1C6AF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;	
}

.nbcTitle
{
	margin: 0px;
	padding: 3px 0px 0px 0px;

	font-size: 13px;
	font-style: italic;
	font-weight: bold
	color: #404040;
}


.nbcHeaderSep
{
	clear: both;
	margin-bottom: 6px;
}

.nbcHeader a, .nbcHeader a:link, .nbcHeader a:visited, .nbcHeader a:hover, .nbcHeader a:visited:hover
{
	color: #6C5152;
	font-weight: bold;
}

.nbcHeaderSub
{
	padding: 3px;
	font-size: 10px;
	font-style: italic;
}

.nbContent, .nbContent table, .nbContent table td
{
	line-height: 15px;
	font-size: 11px;
}


/*
	SearchBox
*/

.sb-Results
{
	display: none;

	position: fixed;
	z-index: 500;

	width: 190px;
	height: 156px;

	margin-bottom: 20px;
	margin-left: 12px;
	padding: 6px;

	left: 0;
	bottom: 0;

	line-height: 13px;

	background-color: #F6F4F0;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;		
}

.sb-results-inner
{
	width: 190px;
	height: 148px;
	overflow-y: scroll;
}

.sb-Results, .sb-Results a, .sb-Results a:link, .sb-Results a:visited
{
	font-size: 10px;
}

.sb-Main
{
	position: fixed;
	z-index: 500;
	width: 56px;
	height: 19px;

	padding-left: 6px;
	padding-top: 1px;

	left: 0;
	bottom: 0;

	margin-bottom: 5px;
	margin-left: 5px;

	background-color: #F6F4F0;
	border: 2px solid #D1C6AF;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;		
}

.sb-Search
{
	float: left;
	width: 56px;

	font-style: italic;
	font-size: 11px;
}

.sb-QuickForm
{
	float: left;
	width: 154px;

	display: none;
}


/* details tab */
.nbInfo{padding: 3px;}
.nbInfo table{border-collapse: collapse; border: none;}
.nbInfo table tr td{padding: 0px;}
