body, td, #dates, #titles, #leftcorner	{	/* main background color */
	background: black;
	}

body {						/* main text color */
	color:#000000;
	}

td	{					/* table cels border style --- DOM'T CHANHE WIDTH!! --- */
	border: #CCCCCC solid 1px;
	}


tr:first-child td, .TRfirst td {		/* First row (dates) style */
	background:red;
	color: black;
	}

td:first-child, .TDfirst {			/* First column (movie titles) style */
	background: red;
	color: black;
	}

A 	{					/* link style */
	text-decoration:none;
	color: white;
	}

td:first-child a, .TDfirst a {			/* First column (movie titles) link style */
	color: black;
	}

.ico {						/* Movie icons parameters */
	margin-bottom: -1px;
	margin-left: 2px;
	height: 20px;
	width:20px;
position: relative;
top:5px;
}

td span {
	display:block;
	margin-left: 20px;
	height: 26px;
}
