/*
* Week View Styles
*
* Here we define specific styles for the week view,
* as well as override any default styles (oc-main.css) as needed.
*
* Styles listed here with empty brackets {} should be left as placeholders
* for styles that may be of interest to override in this view.
*/

table.week {
	border-collapse: collapse;
	background-color: #efefef;
	width: 98%;
}
td.week {
	border: 1px solid black;
	width: 14%;
	vertical-align: top;
	padding: 0px;
}

.weekHeader  { color: #000000; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica; background-color: #ffffff; text-align: center; padding-top: 5px; padding-bottom: 5px }
.colHeader {}

/* the separator row between events */
.esep {
	height: 1px;
	background-color: #6699cc;
	color: #6699cc;
	padding: 0px;
}
/* event link, normally the event name/time is used for the link text */
a.event {}
a.event:hover {}
a.next, a.previous  { }
a.next:hover, a.previous:hover  { }
