/* ShowTheBest Style Sheet */
/* (c) 2002 ShowTheBest, Inc.	*/

/************************************
This File can be used as a template for 
ShowTheBest Display Classes 

Tricks:	padding: 2em;
	spacing: 2em;
	text-align:center; 
	display:none;	//  to hide a row or cell.

Note:  RULES=ROWS or RULES=COLS must be provided.

*************************************************/



/*********  TABLE and Form **********/
/************************************/

/* The HTML Table */
.DialogS{
	background: white;
	border:4 solid outset light gray; 
}

/* Score column, Case Name Column, Field Columns */
.DialogColSA, .DialogColSB, .DialogColSall, {
}



/**********  Weights ***************/ /***********************************/

/* Weight Label: "Select Importance" */
.WeightLS{
	color:teal;
	font-family:sans-serif;
	font-size: xx-small;
	color:#005959;
	text-align:right; 
	padding: 1em;
}

/* Weight Widget Labels (Case Field Name) */
.WtWidgetLSall{
	font-family:sans-serif;
	font-size: xx-small;
	color:#005959;
}
/* Weight Widgets: Input or Selection */
.WtWidgetSall{
	background-color:white;
	color:black;
	font-family:sans-serif;
	font-size: xx-small;
}

/*  Weight Row or Column: hides all if not needed */
.WeightVectorS{
	background: #eeeeee; 
  	/*  display:none;  */
}



/***********  VALUES ****************/
/************************************/


/* Value Label "Select Values" */
.ValueLS{
	color:teal;
	font-family:sans-serif;
	font-size: xx-small;
	color:#005959;
	text-align:right; 
	padding: 1em;
}

/*  Value Widget Labels (Case Field Name) */
.ValWidgetLSall{
	font-family:sans-serif;
	font-size: xx-small;
	color:#005959;
}

/*  Value Widgets: Input or Selection */
.ValWidgetSall{
	background-color:white;
	color:black;
	font-family:sans-serif;
	font-size: xx-small;
}




/****** Choice Labels for Priorities *****/
.ChoiceLS1, .ChoiceLS2, ChoiceLS3{
 	background: #eeeeee; 
	font-size: xxx-small;   
	font-family:sans-serif;
	color:green;
}

/*   Value Row or Column: hides all if not needed  */
.ValueVectorS{
	background: #eeeeee; 
 	font-size: xx-small;
	font-family:sans-serif;
	/*  display:none;  */
}


/***********Results Row ***********************/
**********************************************/

/*  Results Row or Column: hides all if not needed */
.ResultsVectorS{
 	background: white;
 	padding: 1px;
 	font-size: x-small;
 	font-family:sans-serif;
 	color:teal;
}

/*  Results Label: "Best Matches" */
.ResultsLS{
	color:teal;
	font-family:sans-serif;
	font-size: x-small;
	color:#005959;
	padding: 1.0em;
}

/* The Button */
.ButtonLS{
	color:white;
	background-color:teal;
	font-family:sans-serif;
	font-weight:bold;
	font-size:x-small;
}

/*********** Scores and Labels Row ***********/
/********************************************/

/* Label Row or Column: hides all if not needed */
.LabelVectorS{
	font-family:sans-serif;
	font-size:x-small;
	padding:0.1em;
	spacing:0.1em;
}

/* Scores, Case Names */
.LabelLSA, .LabelLSB{
	font-family:sans-serif;
	font-size:x-small;
	color:teal;
}



/********** Case Database **********/
/***********************************/


/*  Alternating Color */
.DBVectorS{
	font-family:sans-serif;
	font-size:xx-small;
	padding: 1pt;
}
.DBVectorAltS{
 	background: #eeeeee; 
	font-size: xx-small;   
	font-family:sans-serif;
	padding: 1pt;
}

/* Scores (individual)*/
.DBTableScores{
	font-size:xx-small;
	text-align:center; 
	color:black;
}


/*************** End **********************/
/*****************************************/