#xlsTextarea{
width:744px;
margin:10px 0;
height:150px;
}


#importTableWrapper{
display:block;
position:relative;
border:3px solid #ccc;
width:740px;
overflow:scroll;
height:250px;
}



#xlsTable{
	margin: 0;
	clear: both;
	width:auto;
	font-size:9.6pt;
	border-collapse: collapse;
	font-family:'Open Sans', sans-serif;
	font-weight:normal;
	letter-spacing:-0.2pt;
}

#xlsTable thead th {
	text-align:left;
	padding: 5px 18px 5px 3px;
	font-weight:normal;
	cursor: pointer;
	*cursor: hand;
	color:#FFDFB8;
	background-color:#ccc;
}

#xlsTable td {
text-align:left;
padding: 3px;
text-align:left;
}

#xlsTable tr {
border-bottom:1px solid #fff; color:#422400;
}


table.dataTable tr:nth-child(even){ background-color: #FEE29D; }
table.dataTable tr:nth-child(odd){ background-color: #F9D885; }


.columnSelect{
font-size:9.6pt;
font-family:'Open Sans', sans-serif;
font-weight:normal;
letter-spacing:-0.2pt;
}

.dottedLinkSpan{
color:#1D5AE9;
border-bottom:1px dotted #1D5AE9;
cursor:pointer;
}

.dottedLinkSpan:hover{
color:#FF372D;
border-bottom:1px dotted #FF372D;
}