﻿
/*------------------------------------------------------------------------*/
/* DROPDOWNLISTS */
/*------------------------------------------------------------------------*/
        
.table
{
	display: inline;
	width: 145px;
}

.tabledata
{
	width: 143px;
	display: block;
}

.listcontrol
{
	padding-left: 0px;
	float: left;
	width: 145px;
	font-family: Arial;
	font-size: 11px;
	color: #585C65;
}

.listheader
{
	float: left;
	width: 120px;
	height: 22px;
	background-image: url(../images/listheader.gif);
}

.listheadertext
{
	float: left;
    padding-top: 4px;
    padding-left: 7px;
    
}
        
.listbutton
{
	float: left;
	width: 25px;
	height: 22px;
	cursor: pointer;
    background-image: url(../images/listbutton.gif);
}

.listcontainer
{
    display: none;	
    position: relative;
    padding-top: 0px;
    z-index: 2;

}

.listbordertop, .listborderbottom
{
    padding-top: 0px;
	float: left;
    width: 145px;
    height: 4px;	
    padding-bottom: 0px;
    background-repeat:no-repeat;
}

.listbordertop
{
    background-image: url(../images/listbordertop.gif);
}
        
.listborderbottom
{
    background-image: url(../images/listborderbottom.gif);
    width: 145px;
    height: 4px;
}

.listitems
{
 	cursor: pointer;
	background-color: White;
    border-left-color:#D87B7B;
	border-left-style: solid;
	border-left-width: 1px;
    border-right-color: #D87B7B;
	border-right-style: solid;
	border-right-width: 1px;
	
}

.listitem, .listitemOver
{
    padding-left: 4px;
    padding-top: 5px;	
    
} 

.listitem
{
	background-color: Transparent;
	color: #585C65;
} 


.listitemOver
{
 	background-color: #D87B7B;
	color: White;
}         


