/*
* The base stylesheet for OrgCal
*/

body { font-family: Verdana, Arial, sans-serif; }
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 { font-size: 12px; font-weight: bold; background-color: #6699cc; }
.title {
	color: gray;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 6px;
}
.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: #6699cc;
	border: 1px solid black;
}

/* BASIC LINK STYLES */

/* default next, previous links in the views */
a.next, a.previous {
	color: blue;
	text-decoration: underline;
}
a.next:hover, a.previous:hover {
	color: #FF00FF;
	text-decoration: underline;
}
/* event link, normally the event name/time is used for the link text */
a.event {
	color: blue;
	text-decoration: underline;
}
a.event:hover {
	color: #FF00FF;
	text-decoration: underline;

}

/* OverLib STYLES */
.olCaption {
	color: #ffffff;
	font-weight: bold;
	background-color: #008000;	
	border: 0;
	font-size: 8pt;
	}
.olContent {
	font-family:Verdana,Arial,Helvetica,sans-serif;
 	font-size:18px;
	background-color: #FFFFFF;
	color:#000000;
} 
A:active
{
	color : rgb(0,0,255);
	font-size : 9pt;
	text-decoration : underline
}

A:link
{
	color : rgb(0,0,255);
	text-decoration : underline;
	font-size : 9pt
}
A:visited
{
	color : rgb(0,0,255);
	font-size : 9pt;
	text-decoration : underline
}
A:hover
{
	color : rgb(255,0,255);
	font-size : 9pt;
	text-decoration : underline
}
A{	font-size : 9pt;
	color : rgb(0,0,255);
	text-decoration : underline
}

