/* CSS For Deleting Multiple Records */

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

staff {
display:block;
height: 200px;
width: 150px;

	
}
#listing {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	border: 4px solid #045391;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
h1 {
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #045391;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px 0px 5px 0px;
}


img {
	height: 50px;
	width: 50px;
	border: 0px solid #000033;
}


th {
	text-align: left;
	font-size: 15px;
}

td {
	font-size: 13px;
}

.even {
	background-color: #CCCCCC;

}

.button {
	padding: 10px; height: 50px;
	width: 100%;
	color: #FFFFFF;
	background-color: #045391;
	border: 1px solid #000000;
	font-weight: bold;
	cursor:pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
