/*
* The base stylesheet for OrgCal
*/

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.top { vertical-align: top; }
.center table { 
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.title1 { font-size: 12px; font-weight: bold; background-color: #6699cc; }

td.inputTitle, td.input {
	padding-top: 2px;
	padding-bottom: 2px;
}
td.inputTitle {
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}
td.input { }
/* styles for alternating rows */
tr.rowA { padding: 0px; }
tr.rowB { padding: 0px; background-color: #cccccc; }

/* Default column header (Sun,Mon,...) */
.colHeader {
	font-weight: bold;	
	text-align: center;
	background-color: #FFCC33;
	border: 1px solid black;
}

/* BASIC LINK STYLES */

/* default next, previous links in the views */
a.next, a.previous {
	color: black;
	text-decoration: none;
}
a.next:hover, a.previous:hover {
	color: black;
	text-decoration: underline;
}
/* event link, normally the event name/time is used for the link text */
a.event {
	color: black;
	text-decoration: none;
}
a.event:hover {
	color: red;
	text-decoration: underline;
}

/* OverLib STYLES */
.olCaption {
	color: black;
	font-weight: bold;
	background-color: #FFCC33;
}
.olContent {
	background-color: #efefef;
}
.olOuterBorder {
	background-color: black;
}
.olInnerBorder {
	border-top: 1px solid black;
}
