.altrow {
	background-color:#EFEFFB;
}

body {
	position:absolute;
	width:100%;
	padding:0;
	margin:0;
	background-color:#e6e6e6;
}

.border-bottom {
	border-bottom:1px solid #000;
}
.container {
	position:relative;
	margin:auto;
	min-width:960px;
	max-width:960px;
	background-color:#fff;
}

tr.deleteRow {
	cursor: pointer;
}

.fifteenPadding {
	padding:15px;
}

input[type="text"] {
	width:125px;
}

.note {
	color:#0071bb;
}

.small {
	font-size:12px;
}

table {
	border-collapse: collapse;
}

.text-warning {
	color: #FFC170;
}

.title {
	background-color:#e3e3e3;
}

.tleft {
	text-align:left;
}

.topMarginTen {
	margin-top:10px;
}
