/* Application Specific CSS Rules go here. */

form.main_code p.bold {
		font-weight: bold;
}


/* TODO: Move this to admin context */

table.search  {
	border-collapse: collapse;
}

table.search td {
	border: 1px solid black;
	padding: 2px;
}

table.summary {
	width: auto;
	border: none;
	border-collapse: separate;
}

table.summary tr td {
	padding: 2px;
	text-align: center;
	min-width: 80px;
}

table.summary tr.odd td {
	border: 1px solid blue;
}

table.summary tr.even td {
	border: 1px solid blue;
}

table.summary  tr td:first-child {
	border: none;
	text-align: left;
}

table.summary  tr.odd td.totalcell {
	border: 1px solid red;
}

table.summary  tr.even td.totalcell {
	border: 1px solid red;
}

/* TODO: Move this to map / reservation context */

table.aatable {
	border: 1px solid black;
	border-collapse: collapse;
	margin: 3em auto 3em auto;
}

table.aatable td {
	border: none;
	padding: 2px;
	text-align: center;
	font-size: 80%;
	height: 30px;
	width: 33px;
	vertical-align: middle;
}

table.aatable td.You {
	border: 1px solid black;
	background-color: #ee2;
}

table.aatable td.Open {
	border: 1px solid black;
	background-color: #eef;
}

table.aatable td.Aisle {
	height: 20px;
}

table.aatable td.Reserved {
	border: 1px solid black;
	background-color: #fcc;
}

table.aatable td.ReservedAdmin {
	border: 1px solid black;
	background-color: #fdd;
}

table.aatable td.Paid {
	border: 1px solid black;
	background-color: #fcc;
}

a.toggle_aisle {
    cursor:pointer;
    color:blue;
    text-decoration:underline;
}