﻿

/**************************************
*  Refine
**************************************/

/*structre table*/
#refineTableLeft
{
	/*background-color:Blue;*/
}

#refineTableRight
{
	/*background-color:Yellow;*/
}


/*area that contains the refine panel*/
div.hitlist_left
{	
	height:auto;
	border:solid 1px #DEDEDE;
}

/*area that contains the hitlist grid*/
div.hitlist_right 
{
	/*background-color:Gray;*/
}


/*refine panel expanded*/
div.refine_panel
{
	width:210px;	
	border:solid 1px #DEDEDE;
	background-color:#F2F2F2;
}

/*refine panel collapsed*/	
div.refine_panel_collapsed
{
	visibility:hidden;	
	display:none;	
}
	 

/* top area, where you click to collapse*/	
div#refine_top
{
	padding-bottom:6px;
	border:solid 1px #DEDEDE;
	height:15px;
	background: url(../Constant/Images/left.png) no-repeat 95%;
	background-color:#C1DBFB;
}

/* search within search area*/
div#refine_search
{
	padding-bottom:6px;
	border:solid 1px #DEDEDE;
}

/* search within search, label*/
div#refine_search .label
{
	font-weight:bold;
	padding:4px;
	width:90%;
	color: #003399;		
}

/* search within search, search field*/
div#refine_search input.search_field
{
	width: 140px;	
}

/* search within search, button*/
div#refine_search input.button
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #003399;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;
	background: url(../images/bg_button.gif) repeat-x left top;
	height: 22px;
	width: 50px;
	
	overflow: visible;
	margin-left:-3px;
	min-width: 10px;	
}

/* limit/exclude area*/
div#refine_limit_exclude
{
	padding-bottom:6px;
	border:solid 1px #DEDEDE;
}

/* limit/exclude, label*/
div#refine_limit_exclude .label
{
	font-weight:bold;
	padding:4px;
	width:90%;
	color: #003399;	
}

/* limit/exclude buttons*/
div#refine_limit_exclude input.button
{
	font-family: Verdana, Arial;
	font-size: 9px;
	color: #003399;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: outset 1px #ccc;
	background: #999;	
	background: url(../images/bg_button.gif) repeat-x left top;
	height: 22px;
	width: 50px;
	overflow: visible;
	padding:1px;
}



/**************************************
*  Refine results / select area
***************************************/





div.refine_header
{
	border:solid 1px #DEDEDE;
	padding:5px 0px 0px 5px;
	height:20px;
	
} 

div[id^="refine_fieldcode_"]
{
	height:auto;	
}

div.refineresults_outer 
{ 
	width:100%;
	font-size:xx-small;
	background-color:#fff;
	float:left;
} 
    
div.refineresults_checkbox 
{ 
	float: left;
    width:10px;
	padding-right:10px;    
}
    
div.refineresults_word 
{ 
	float: left; 
    width:100px;
    padding-top:4px;
} 
     
div.refineresults_count 
{        
	float: right; 
    padding-top:4px;
}