﻿.dropdownlistlong
{
	BACKGROUND-COLOR: #5aa831;
	height: 29px;
	color:#5aa831;
}

.dropdownlistlong .dropdowncontainer
{
    DISPLAY: none;
    border: solid 1px #5aa831;
    Padding: 5px 5px 5px 5px;	
	PADDING-RIGHT: 5px;
	HEIGHT: 100px; 
	width:170px;
	BACKGROUND-COLOR: white;
	position:absolute;
	cursor: pointer;
	z-index:1;
}

.dropdownlistlong .dropdownscrollbarbutton
{	
	BACKGROUND-IMAGE: url(../images/scrollerGreenWhite.png);
	WIDTH: 15px; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; 
	HEIGHT: 15px
}


.dropdownlistlong .dropdownscrollbar
{
	FLOAT: right; 
	BACKGROUND-IMAGE: url('../images/scrollerbackgroundGreenWhite.png'); 
	WIDTH: 15px; 
	BACKGROUND-REPEAT: repeat-y; 
	HEIGHT: 100%;
	position:static;
}

.dropdownlistlong .dropdowncontent
{
	FLOAT: left; 
	OVERFLOW: hidden; 
	WIDTH: 146px; 
	POSITION: relative; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: white;
}

.dropdownlistlong .dropdownplaceholder
{
	OVERFLOW: hidden;
	POSITION: relative;
	color:white;
	padding-left:10px;
}

.dropdownlistlong .droplisttext
{
	background-image:url('../images/arrowbackgroundgreenwhite.png');
	background-repeat:repeat-x;
	color: #5aa831;
	float:left;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
	width:135px;
	height:24px;
	position:relative;
	padding-left:10px;
    padding-top:6px;
}



.dropdownlistlong .droplistbutton
{
	background: #5aa831;
	color: white;
	float:right;
	background-image:url('../images/arrowgreenwhite.jpg');
	BACKGROUND-REPEAT: no-repeat; 
	width:39px;
	height:31px;
	float:left;
	position:relative;
}


.dropdownlistlong .dropdownitem
{
	background: white;
	color: #5aa831;
}

.dropdownlistlong .dropdownitem:hover
{
	background: #5aa831;
	color: white;
}

/* Measure */


.dropdownlistngmeasure
{
	BACKGROUND-COLOR: white;
	height: 29px;
	color:#5aa831;
	position:relative;
	float:left;
    margin-bottom: 10px;
}

.dropdownlistngmeasure .dropdowncontainer
{
    DISPLAY: none;
    border: solid 1px #5aa831;
    Padding: 5px 5px 5px 5px;	
	PADDING-RIGHT: 5px;
	HEIGHT: 100px; 
	width:100px;
	BACKGROUND-COLOR: white;
	position:absolute;
	z-index:1;
}

.dropdownlistngmeasure .dropdownscrollbarbutton
{	
	BACKGROUND-IMAGE: url(../images/scrollerGreenWhite.png);
	WIDTH: 15px; 
	BACKGROUND-REPEAT: no-repeat; 
	POSITION: relative; 
	HEIGHT: 15px
}


.dropdownlistngmeasure .dropdownscrollbar
{
	FLOAT: right; 
	BACKGROUND-IMAGE: url('../images/scrollerbackgroundGreenWhite.png'); 
	WIDTH: 15px; 
	BACKGROUND-REPEAT: repeat-y; 
	HEIGHT: 100%;
	position:static;
}

.dropdownlistngmeasure .dropdowncontent
{
	FLOAT: left; 
	OVERFLOW: hidden; 
	WIDTH: 76px; 
	POSITION: relative; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: white;
}

.dropdownlistngmeasure .dropdownplaceholder
{
	OVERFLOW: hidden;
	POSITION: relative;
	color:white;
	padding-left:10px;
}

.dropdownlistngmeasure .droplisttext
{
	background-image:url('../images/arrowbackgroundWhiteGreen.png');
	background-repeat:repeat-x;
	color: white;
	float:left;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
	width:76px;
	height:22px;
	position:relative;
	padding-left:10px;
	padding-top:10px;
    line-height: 30px;
}


.dropdownlistngmeasure .droplistbutton
{
	background: #5aa831;
	color: white;
	float:right;
	background-image:url('../images/arrowWhiteGreen.gif');
	width:44px;
	height:44px;
	float:left;
	position:relative;
}


.dropdownlistngmeasure .dropdownitem
{
	background: white;
	color: #5aa831;
}

.dropdownlistngmeasure .dropdownitem:hover
{
	background: #5aa831;
	color: white;
}


/* textbox measure */

.textboxngmeasurelisttext
{
	background-image:url('../images/arrowbackgroundWhiteGreen.png');
	background-repeat:repeat-x;
	color: white;
	float:left;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
	width:76px;
	height:34px;
	/*position:relative;*/
	padding-left:10px;
	padding-top:10px;
    line-height: 30px;
}

/* Diet name */

.textboxngdietnamelisttext
{
	background-image:url('../images/arrowbackgroundgreenwhite.png');
	background-repeat:repeat-x;
	color: #5aa831;
	float:left;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-width:0px;
	width:143px;
	height:24px;
	padding-top: 6px;
	padding-left:10px;
}