﻿/**************
 Popup Control
***************/

.mvaPopupControl			{background-color:white;  visibility:hidden; border:solid 1px #D1D1D1; margin-left:-45px;}
.mvaPopupControlBox			{width:340px; padding:3px 3px 3px 3px; }

.OptionLine					{height:20px; width:315px;}
.OptionLine	.OptionImage .OptionText		{height:18px;float:left; width:153px;text-decoration:none; margin: 0 0 0 0; padding: 2px 0 0 0px;
							 font-size:11px; font-family:Tahoma; }
.OptionLine	.OptionDivid	{border-left:solid 1px #D1D1D1;}
.OptionLine	.OptionImage	{float:left; border-bottom:dotted 1px #D1D1D1;}
.OptionLine	.OptionLegend	{width:50px; margin:0 0 0 0; padding: 0 0 0 0;}
.OptionLine	.OptionLegend a	{height:18px; text-decoration:none; font-size:11px; font-family:Tahoma;  
							 padding-left:12px;
							 margin: 0 0 0 0; padding: 0 0 0 12px;}		 

.mvaLegend					{width:170px; padding-left:3px;}

#CurrentPageContainer .OptionImage a		{}

.MvaSelection input
{
	border:solid 1px #D1D1D1;
	background:url(GeneralImages/dropdown_arrow.png) right top no-repeat;
	font-size:11px; font-family:Tahoma;
	width:153px;
	padding:2px 0 2px 5px;
}

