/* ================================
    CSS STYLES FOR Module IPPEPlantSearch
   ================================
*/

TD
{
	font-family: Arial;
}

.searchEntry 
{
	border: solid 1px lightblue;
	
	padding: 5px;
	width:600px;
	text-align:left;
	color:DarkBlue;
	font-family:Arial;
	font-size:small;
	font-weight:normal;
}
.searchList 
{
	border: solid 1px lightblue;
	margin: 10px;
	padding: 5px;
	text-align:left;
	color:DarkBlue;
	font-family:Arial;
	font-size:small;
	font-weight:normal;
	background-color:#888d90;
}

.searchListItem
{
	font-family:Arial;
	font-size:x-small;
	font-weight:normal;
	background-color:#888d90;
	
}

.pllist
{
	background-color:#888d90;
}	

.dialog_header_text
{
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.emptyCart
{
	font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
}

.cartText
{
	font-family: Arial;
    font-weight: normal;
    font-size: 10px;
    color: #000000;
}

.promptText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

.cartMessage
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.field_label
{
    color: #444444;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
	text-align: right;
}

.dialog_field_value
{
	font-weight: bold;
	font-size: 10px;
	padding: 0px 3px 0px 3px;
}

.okcancel .button-L {
        background: url(images/button_blue_left.gif) no-repeat top left;
}				
.okcancel .button-R {
        background: url(images/button_blue_right.gif) no-repeat top left;
		padding-right: 5px;
}				
.okcancel .button {
        background: url(images/button_blue_bg.gif) repeat-x top left;
			  text-align: center;
			  vertical-align: top;
			  padding: 2px 2px 3px 2px;
			  font-weight: bold;
			  font-size: 10px;
			  color: #ffffff;
}

.okcancel  .button A {
			  color: #ffffff;
			  text-decoration: none;
}

.okcancel  .button A:link {
			  color: #ffffff;
			  text-decoration: none;
}

.okcancel  .button A:visited {
			  color: #ffffff;
			  text-decoration: none;
}

.okcancel  .button A:hover {
			  color: #00ccff;
			  text-decoration: none;
}

