﻿.containerDDL
{
	border:1px solid #7F9DB9;
	width:170px; height:19px;
	background-color:White;
	text-align:left;
	clear:left; padding:0px; margin:0px;
	position:relative;
}

.containerDDL .inputDDL
{
	border:1px solid #FFF;
	width:90%; height:90%;
	font-size:12px; font-family:Tahoma, Arial, sans-serif;
	float:left; padding:0px; margin:0px;
	outline: 0;
}

.containerDDL .imgButtonDDL
{
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	width:17px; height:82%;
	position:absolute;
	right:1px;
	top:1px;
	border:1px solid #7d9ab6;
}

.containerDDL .imgButtonDDL_over
{
	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
	width:17px; height:82%;
	position:absolute;
	right:1px;
	top:1px;
	border:1px solid #5794bf;
}

.containerDDL .imgButtonDDL div
{
	background-image:url('../Images/Btn.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:100%; height:100%;
}

.containerDDL .imgButtonDDL_over div
{
	background-image:url('../Images/Btn.gif');
	background-position:center center;
	background-repeat:no-repeat;
	width:100%; height:100%;
}

.divListDDL
{
	position:absolute; top:-1000px; left:-1000px;
	width:170px; background-color:#FFF;
	text-align:left;
	z-index:111000;
	-webkit-box-shadow: 2px 2px 2px #A0A0A0;
	-moz-box-shadow: 2px 2px 2px #A0A0A0;
	box-shadow: 2px 2px 2px #A0A0A0;
}

.divListDDL .tableListDDL
{
	border-collapse:collapse; border-width:1px; text-align:left; border-style:solid; width:100%;
}

.divListDDL .tableListDDL td
{
	border-width:1px !important; border-style:solid; border-color:#CCCCCC; border-collapse: collapse;
	font-family:Tahoma, Arial, sans-serif; font-size:12px; cursor:pointer; white-space: nowrap; padding:4px;
}

.divListDDL .itemListDDL td
{
	color:Black; background-color:#FFF;
}

.divListDDL .itemListDDL_over td
{
	color:#FFF; background-color:#3169C6;
}

.divListDDL .cTableAddNew
{
	-webkit-box-shadow: 2px 2px 2px #A0A0A0;
	-moz-box-shadow: 2px 2px 2px #A0A0A0;
	box-shadow: 2px 2px 2px #A0A0A0;
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	border:1px solid #CCCCCC;
	margin-left:-6px;
	margin-right: -15px;
	padding:5px;
	position:relative;
}
.divListDDL .cTableAddNew .btnAddDDL
{
	position:absolute;
	right:5px;
	top:5px;
	width:18px;
	height:18px;
	text-align:center;
	font-weight:bold;
	font-family:Arial !important;
	font-size: 15px !important;
	color:#000 !important;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding-box;
	display:inline-block;
	border: 1px solid #DDD !important;
	background-color: #F7F7F7;
	cursor: pointer;
	-webkit-text-stroke: 1px transparent;
	background-image: -webkit-linear-gradient(top, white, #E6E6E6);
	background-image: linear-gradient(top, white, #E6E6E6);
	background-image: -o-linear-gradient(top, white, #E6E6E6);
	background-image: -moz-linear-gradient(white,#E6E6E6);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(white), to(#E6E6E6));
}
.divListDDL .cTableAddNew .btnAddDDL:hover
{
	background-image: -webkit-linear-gradient(top, #E6E6E6, white);
	background-image: linear-gradient(top, #E6E6E6, white);
	background-image: -o-linear-gradient(top, #E6E6E6, white);
	background-image: -moz-linear-gradient(#E6E6E6, white);
	background-image: -webkit-gradient(linear, 0 top, 0 bottom, from(#E6E6E6), to(white));
}

.divListDDL .tableAddNew
{
	border-spacing:0;
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	background-color:#fff;
}

.divListDDL .tableAddNew td
{
	padding:1px 0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

.divListDDL .tableAddNew td input
{
	padding:0; margin:0;
	border:0px solid #ccc;
	height:17px;
}

/*===============================Style 1===================================*/
.containerDDL_1
{
	border:1px solid #7F9DB9;
	width:120px; height:19px;
	vertical-align:middle;
}

.containerDDL_1 .inputDDL
{
	border:1px solid #FFF;
	width:115px; height:17px;
	font-size:12px; font-family:Tahoma, Arial, sans-serif;
	float:left; padding:0px; margin:0px;
}

.containerDDL_1 .imgButtonDDL
{
	background-image:url('../Images/Btn.gif');
	background-position:0 0;
	background-repeat:no-repeat;
	width:17px; height:19px;
	position:relative;
	left:103px;
	top:0px;
}

.containerDDL_1 .imgButtonDDL_over
{
	background-image:url('../Images/Btn.gif');
	background-position:0 -19px;
	background-repeat:no-repeat;
	width:17px; height:19px;
	position:relative;
	left:103px;
	top:0px;
}

.containerDDL_1 .divListDDL
{
	position:absolute; top:-1000px; left:-1000px;
	border-top-color:#B5B2B5; border-right-color:#000; 
	border-bottom-color:#000; border-left-color:#B5B2B5;
	border-style:solid; border-width:1px;
	width:120px; background-color:#FFF;
	text-align:left;
	z-index:111000;
	-webkit-box-shadow: 2px 2px 2px;
	-moz-box-shadow: 2px 2px 2px;
	box-shadow: 2px 2px 2px;
}

.containerDDL_1 .tableListDDL
{
	border-collapse:collapse; border-width:1px; text-align:left; border-style:solid; width:100%;
}

.containerDDL_1 .tableListDDL td
{
	border-width:1px !important; border-style:solid; border-color:#CCCCCC; border-collapse: collapse;
	font-family:Tahoma, Arial, sans-serif; font-size:12px; cursor:pointer; white-space: nowrap; padding:2px;
}

.containerDDL_1 .itemListDDL td
{
	color:Black; background-color:#FFF;
}

.containerDDL_1 .itemListDDL_over td
{
	color:#FFF; background-color:#3169C6;
}