@CHARSET "ISO-8859-1";

.MSDList {
	background-image: -webkit-linear-gradient(top, rgb(255,255,255) 0%, rgb(242,242,242) 100%);
	border: 1px solid rgb(229, 229, 229);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #333;
	height:34px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	padding: 0px;
	text-shadow: white 0px 1px 0px;
	white-space: nowrap;

	/*Disble text selection*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.MSDList:hover {
	border: 1px solid #aaa;
	background-image: -webkit-linear-gradient(top, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
}

.MSDList,.MSDList_ListTable {
	font-family: tahoma;
	font-size: 12px;
}

.MSDList_InputSection {
	float: left;
	width:100%;
	/*background: url(text-bg.gif) repeat-x;*/
}

.MSDList_ButtonSection {
	/*float: left;*/
	hight:33px;
	width: 30px;
	/*background: url(text-bg.gif) repeat-x;*/
}

.MSDList_Label {
	float: left;
	padding-left: 6px;
	padding-top:6px;
	cursor: pointer;
}

.MSDList_DropDownButton {
  background:url("../img/down.gif") no-repeat scroll center center;
  border: medium none;
  cursor: pointer;
  font-size: 14px;
  right: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 27px !important;
  top: 2px;
}

.MSDList_DropDownButton:hover {
	
}

.MSDList_List {
	position: absolute;
	border: 1px solid #bbb;
	border-top: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 250px;
	background: white;
	webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	width: 92.55%;
}

.MSDList_ListTable {
	width: 100%;
}

.MSDList_ListTableHeader {
	
}

.MSDList_ListTableBody {
	
}

.MSDList_ListTableHeaderRow {
	background: #eee;
}

.MSDList_ListTableHeaderRowCheckBoxCell {
	
}

.MSDList_ListTableHeaderRowLabelCell {
	
}

.MSDList_ListCheckBoxCell {
	width: 16px;
	padding: 2px;
}

.MSDList_ListTableHeaderFilterRow {
	
}

.MSDList_ListTableHeaderFilterCell {
	height: 25px;
}

.MSDList_ListFilterBox,.MSDList_ListFilterBox_Empty {
	border: none;
	font-family: verdana;
	font-size: 11px;
	padding: 3px;
}

.MSDList_ListFilterBox {
	color: #333;
}

.MSDList_ListFilterBox_Empty {
	color: #aaa;
}

.MSDList_ListLabelCell {
	padding-left: 5px;
	cursor: pointer;
}

.MSDList_ListCheckBox {
	width: 15px;
	height: 15px;
	margin: 3px;
}

.MSDList_ListItemRow {
	
}

.MSDList_ListItemRow:hover {
	background: #bbb;
}

.MSDList_ListTableBody tr td {
	
}