body,td,a,p{
	font-family:Arial;font-size:14px;
}
body {
	background-color: #000;
	color:#FFF;
	margin-bottom: 0;
	margin-left: 20px;
	margin-right: 0;
	margin-top: 0;
}

a{background-color:transparent;color:#FFF;text-decoration:none;font-weight:bold;}
a:hover {text-decoration:underline;font-weight:bold;color:#FFF}

img{border: 0;}

td.line{
	background: url('images/line.gif');
	width:760px;
	height:2px;
}

td.yesterday{
	width:243px;
	height:71px;
	background: url('images/yesterday.jpg');
	background-color:#7DB0F2;
	padding-left:12px;
}
td.today{
	width:242px;
	height:71px;
	background: url('images/today.jpg');
	background-color:#FFD800;
	padding-left:18px;
}
td.tomorrow{
	width:232px;
	height:71px;
	background: url('images/tomorrow.jpg');
	background-color:#ED744B;
	padding-left:18px;
}
td.yesterday a,td.yesterday a:hover{color:#000;font-weight:normal;}
td.today a,td.today a:hover{color:#000;font-weight:normal;}
td.tomorrow a,td.tomorrow a:hover{color:#000;font-weight:normal;}

td.sup{
	width:760px;
}
td.otst{
	width:40px;
}

td.date{
	color:#FFD800;
}

td.day{
}

td.year{
	color:#FFD800;
	width:60px;
}

td.cat{
	color:#82B4F3;
}

td.event{
}

td.search{
	background: url('images/search.gif');
	width:195px;
	height:132px;
	padding-left:5px;
}
td.searchr{
	height:16px;
}


td.bottom{
	color:#9A9A9A
}

td.bottom a,td.bottom a:hover{
	color:#9A9A9A
}


input {
	color: #000;	
	background-color: #FFF;
	width: 300px;
	border: 1px solid #000;
	font-size:11px;
}
textarea {
	color: #000;	
	background-color: #FFF;
	width: 300px;
	border: 1px solid #000;
	font-size:11px;
}

input.search {
	color: #000;	
	background-color: #FFF;
	width: 180px;
	border: 1px solid #000;
	font-size:11px;
}
