table.nobordersize {
	border-collapse:collapse;
}

table tr.odd {
	text-align: left;/*def*/
	/*background-color: #f7f7f7;*/
	background-color: #edf3fe;

}
table tr.even {
	text-align: left;/*eef*/
	/*background-color: #eee;*/
	background-color: #fff;

}

table {
	font-size: 150%;
}

table.normalsize {
	font-size: 100%;
}

tr.normalsize {
	font-size: 70%;
}

td.sunday {
	color:red;
	text-align:right;
	font-size: 75%;
}

td.suturday {
	color:blue;
	text-align:right;
	font-size: 75%;
}

td.weekday {
	color:#333;
	text-align:right;
	font-size: 75%;
}

table td.title, tr.title {
	text-align: center;
/*	background-color: #aef;*/
	background-color: #edf3fe;
	background-color: #bac0cb;
	background-color: #bac0ed;
	/*background-image:url("../admin/img/row_bg_blue.gif");
	*/color:white;
	vertical-align: top;
}

table tr.menu {
	text-align: left;
}
table td.topleft{
	background-image:url("../admin/img/toplefttable.png");
	font-size:1px;
	line-height: 9px
}

table td.topright{
	background-image:url("../admin/img/toprighttable.png");
	font-size:1px;
	line-height: 9px
}
table td.bottomleft{
	background-image:url("../admin/img/bottomlefttable.png");
	font-size:1px;
	line-height: 9px
}
table td.bottomright{
	background-image:url("../admin/img/bottomrighttable.png");
	font-size:1px;
	line-height: 9px
}

table td.shadowbottom {
	background-image:url("../img/shadow/shadow_bottom.gif");
	font-size:1px;
	line-height: 9px
}
table td.shadowleftbottom {
	background-repeat:no-repeat;
	background-image:url("../img/shadow/shadow_leftbottom.gif");
	background-position:100% 0%;
	font-size:1px;
	line-height: 9px
}
table td.shadowright {
	background-image:url("../img/shadow/shadow_right.gif");
	font-size:31px;
	line-height: 9px
}
table td.shadowrightbottom {
	background-repeat:no-repeat;
	background-position:0% 0%;
	background-image:url("../img/shadow/shadow_rightbottom.gif");
	font-size:1px;
	line-height: 9px
}
table td.shadowrighttop {
	background-repeat:no-repeat;
	background-image:url("../img/shadow/shadow_righttop.gif");
	background-position:0% 100%;
	font-size:10px;
	line-height: 9px
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.green {
	color: #008800;
}
span.purple {
	color: #FF00FF;
}
span.black {
	color: #000000;
}

span.gray {
	color: #666;
}

a.calendar {
	text-decoration:none;
}

a.suturday {
	color:blue;
}

a.sunday {
	color: red;
}

a.weekday {
	color:#666;
}

