
#content {
	padding: 3em;
}
table {
	border-collapse: collapse;
}


thead, tfoot {
	background-color: #DDD;
}

tr.rowodd {

}

tr.roweven {
	background-color: #F2F2F2;
}

.sortcol {
	cursor: pointer;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #DDFFAC;
	background-image: url(up.gif);
}
.sortdesc {
	background-color: #B9DDFF;
	background-image: url(down.gif);
}
.nosort {
	cursor: default;
}



.scroll-table-head {
    width: 800px;
}

.scroll-table-body {
    width: 800px;
    height: 400px;				
}
.scroll-table-body td {
	padding-right: 20px;
	overflow: hidden;
}

#SendEmail{
	padding: 0 10px 10px 0;
}

#SendEmail input{
	width: 10px;
}

#SendEmail .email-checked{
	width: 250px;
	height: 35px;
}

#SendEmail #form-instructions{
	margin-left: 0;
}


