/*DD 1*/

.dd {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#464646;
	border: 1px solid #e8e8e8;
}
.myform .dd{
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
	color:#464646;
	border: 1px solid #e8e8e8;
	background:url(../images/txtbg.jpg) repeat-x;
	width:238px !important;
}
.dd .ddTitle {
	padding:5px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
	margin:2px;
}
.myform .dd .ddTitle {
	padding:4px 4px 5px 4px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:12px;
	margin:2px;
}
.dd .ddTitle span.arrow {
	background:url(dd_arrow.gif) no-repeat 0 0;
	float:right;
	display:inline-block;
	width:16px;
	height:16px;
	cursor:pointer;
}


.dd .ddTitle span.ddTitleText {
	text-indent:1px;
	overflow:hidden;
	line-height:16px;
}
.dd .ddTitle span.ddTitleText img {
	text-align:left;
	padding:0 2px 0 0
}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
	padding-left:10px;
}
.dd .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#464646;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
background-color:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	
}
.hidden {
	display:none;
}
.dd .borderTop {
	border-top:1px solid #c3c3c3 !important;
}
.dd .noBorderTop {
	border-top:none 0 !important
}










/*DD 2*/

.dd2 {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	color:#464646;
	border: 1px solid #e8e8e8;
	border-right:none;
	background:url(../images/txtbg.jpg) repeat-x;
	width:58px !important;
}

.dd2 .ddTitle {
	padding:4px 4px 5px 4px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:12px;
	margin:2px;
}
.dd2 .ddTitle span.arrow {
	background:url(dd_arrow2.gif) no-repeat 0px 0;
	float:right;
	display:inline-block;
	width:5px;
	height:16px;
	cursor:pointer;
	
}


.dd2 .ddTitle span.ddTitleText {
	text-indent:1px;
	overflow:hidden;
	line-height:16px;
}
.dd2 .ddTitle span.ddTitleText img {
	text-align:left;
	padding:0 2px 0 0
}
.dd2 .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd2 .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd2 .ddChild .opta a, .dd2 .ddChild .opta a:visited {
	padding-left:10px;
}
.dd2 .ddChild a {
	display:block;
	padding:2px 0 2px 3px;
	text-decoration:none;
	color:#464646;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd2 .ddChild a:hover {
background-color:#66CCFF;
}
.dd2 .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd2 .ddChild a.selected {
	
}
.hidden {
	display:none;
}
.dd2 .borderTop {
	border-top:1px solid #c3c3c3 !important;
}
.dd2 .noBorderTop {
	border-top:none 0 !important
}
