@CHARSET "UTF-8";

/* home page promo text color */
h2.indexpromo {
	color: #F00;
	font-size: 14px;
	padding: 5px;
}

table.indextable {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	margin: 5px 0;
}

.indextable th {
	padding: 4px 0;
	text-align: center;
	vertical-align: middle;
}

.indextable td {
	padding: 5px;
	text-align: center;
	border: 1px solid #A3AEB3;
}

/* first cells */
td.idxTblTp {
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	color: white;
	padding: 4px;
	height: 60px;
	width: 150px;
}

td.top {
	background-color: blue;
}

td.spot {
	background-color: green;
}

td.web {
	background-color: red;
}

td.banner {
	background-color: #BBB;
}

.indextable img {
	border: 0;
	cursor: pointer;
}

