body, input,textarea,td {
	font-family: Verdana;
	font-size: 10px;
}

.focus {
	font-family: Verdana;
	font-size: 10px;
	width: 800px;
}

.dataTable tr:nth-child(odd){background:#E5E5E5}
.dataTable tr:nth-child(even){background:white}

.dataTable td,th {
	font-family: Verdana;
	font-size: 10px;
	text-align:left;
	padding-left:20px; 
	padding-right:20px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	vertical-align:top;
}

.adminbutton, .exitbutton {
    position: absolute;
    top: 5px;
    bottom:auto;
    left:auto;
    right:5px;
    margin:auto;
}

