﻿.dropdownlist
{  	
	
	width:145px;	
	font-family: Arial;
	font-size: 11px;
	padding-left:0px;
}

.dropdownheader
{	
	
    width:145px;	
    height:22px;
    cursor:hand;
    cursor:pointer;
}

.textblock
{	
	float:left;
	width:114px;
	height:22px;  
	padding-left:5px;      	
	background-image: url(images/listheader.gif);
}

.lblListHeaderText
{
	
}

.dropdownbutton
{	
	float:right;
	width:25px;
	height:22px;
	background-image: url(images/listbutton.gif);
}
        
.dropdownarea
{
	z-index:500;
	position:absolute;
	display:none;
	width:145px;
	
}

.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;
}

.datalist
{
	z-index:500;	
    width:100%;	
}

.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;
}   

.itemlink 
{
	text-decoration:none;
	color:Black;
}