﻿body, td, #dates, #titles, #leftcorner	{
	/* main background color */
	background: #000000;
}

body {
	/* main text color */
	color: #000000;
}

td	{					/* table cels border style --- DOM'T CHANHE WIDTH!! --- */
	border: #CCCCCC solid 1px;		/* if you don't want border set color the same as background */
	}


tr:first-child td, .TRfirst td {		/* first row (dates) style */
	background:#F5F5F5;			/* you can set another border color eg same as local background */
	color:#800000;
	}

td:first-child, .TDfirst {			/* first column (movie titles) style */
	background:#F5F5F5;			/* you can set another border color eg same as local background */
	color:#800000;
	}

.m1 {						/* movie description - title style */
	background:#800000;
	color:#FFFFFF;
	font: 16px verdana,helvetica,sans-serif;
	font-weight:bold;
	padding:3px;
}

.m2 {						/* movie description - description style */
	padding:4px;
}

.m3 {						/* movie description - "back" button style */
	border:#800000 solid 2px;
	padding: 2px;
	text-align:center;
}

A 	{					/* link style */
	text-decoration:none;
	color:FFD700;   /* 003399 */
	}

td:first-child a, .TDfirst a {			/* First column (movie titles) link style */
	color:#800000;
	}

.ico {						/* Movie icons parameters */
	margin-bottom: -1px;
	margin-left: 2px;
	height: 20px;
	width:20px;
position: relative;
top:5px;
}

td span {
	display:block;
	margin-left: 1px;
	height: 26px;
}
