/*
* The base stylesheet for OrgCal
*/

body  { font-size: 12px; font-family: Verdana, Arial, sans-serif }

a:link, a:active, a:visited { color: #b02438; }
a:hover { color: #000000; }

img { border: none; }
input, select, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.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;
}

/* BASIC TABLE STYLES */
table {
	font-size: 11px;
}
td {
	padding: 2px;
}
table.form, tr.rowA, tr.rowB, table.user {
	background-color: #efefef;
	padding: 4px;
}
table.border {
	border: 2px solid black;
}
table.border2 {
	border: 1px solid gray;
}
#userBoxTitle { font-weight: bold; }
#userLoginTitle  { color: #ffffff; font-weight: bold; font-size: 12px; font-family: Arial, Helvetica; background-color: #b02438; }
.title   { color: #b02438; font-weight: bold; font-size: 20px; font-family: Arial, Helvetica; padding-bottom: 6px }
.title1  { color: #ffffff; font-weight: bold; font-size: 12px; background-color: #b02438; }

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  { color: #ffffff; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica; background-color: #b02438; text-align: center; border: solid 1px black }

/* BASIC LINK STYLES */

/* default next, previous links in the views */
a.next, a.previous  { color: #000000; text-decoration: none }
a.next:hover, a.previous:hover {
	color: #b02438;
	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: #b02438;
	text-decoration: underline;
}

/* OverLib STYLES */
.olCaption {
	color: #ffffff;
	font-weight: bold;
	background-color: #b02438;
}
.olContent {
	background-color: #efefef;
}
.olOuterBorder {
	background-color: #000000;
}
.olInnerBorder {
	border-top: 1px solid #000000;
}

.footer { font-family: arial, verdana, sans-serif; color: #000000; font-size: 10px; }
a.footer:link, a.footer:active, a.footer:visited { font-family: arial, verdana, sans-serif; color: #000000; font-size: 10px; text-decoration: none; }
a.footer:hover { font-family: arial, verdana, sans-serif; color: #b02438; font-size: 10px; text-decoration: underline; }