
.table-style {
	font-size:12px;
}

td {
	font-size:12px;
}

.table-style tr:nth-child(even) {
	color:#000;
	background-color:#FFF;
}

.table-style tr:nth-child(odd) {
	color:#000;
	background-color:#EEEEEE;
}


.table-style input[type="text"] {
	outline:none;
	width:150px;
	margin:5px;
	padding:2px;
}

.table-style input[type="file"] {
	outline:none;
	margin:5px;
	padding:2px;
}

.table-style input[type="submit"] {
	background-color: #900;
	color: #FFF;
	border: none;
	cursor: pointer;
	padding: 5px;
}


.table-style input[type="checkbox"] {
	outline:none;
	margin:5px;
	padding:2px;
}

.table-style select {
	width:155px;
	outline:none;
	margin:5px;
	padding:2px;
}

.black-heading {
	color:#000;
	font-size:13px;
}

.back {
    color: #2A770D;
    font-family: "Trebuchet MS";
    font-size: 13px;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: none;
}