/* WebEvents CSS Document */

/* default text style and background of the page */
/* body {background: #FFFFFF; font-family: Georgia, Times New Roman, Times, Serif; font-size: medium; text-align:left; color: #000000;} */

/* text styles for the links */
/* a {font-size: xx-small;} */
a {font-size: medium;}
a:link {color:#0000FF; text-decoration:underline;}
a:visited {color:#800080; text-decoration:underline;}
a:hover {color:#FF0000; text-decoration:underline;}

/* text and background style for the title */
.title {background: #FFFFFF; font-size: large; color: #000000;}

/* text and background styles for the calendar */
.calendar {background: #808080;}
.weekendheader {background: #800000; color: #FFFFFF;}
.weekdayheader {background: #000080; color: #FFFFFF;}
.datecell {background: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans Serif;}
.nondatecell {background: #BFBFBF;}
.todaydatecell {background: #FFFF99;}
.weekend {font-size: x-small; font-weight: bold; color: #800000;}
.weekday {font-size: x-small; font-weight: bold; color: #000080;}

/* text and background style for the copyright */
.copyright {background: #FFFFFF; font-family: Verdana, Arial, Helvetica, Sans Serif; font-size: xx-small; color:#000000;}

/* text and background styles for the popup */
.popup {background: #FFFFCC; font-family: Georgia, Times New Roman, Times, Serif; font-size: medium; text-align:left; color: #000000;}
.date {font-size: large; color:#000000;}
.event {font-weight: bold;}
.details {font-size: small;}


/* month navigation bar  */

#navigation 
{ 
	width: 303px; 
	float: left;
	border: 2px ridge #800000;
	margin-left: 497px;
	margin-top: 26px;
}
#navigation ul 
{ 
	/* border: 1px solid green; */ 
	margin: 0; 
	Padding: 0;
	list-style-type: none;
}
#navigation li 
{ 
	display: inline;
}
#navigation a 
{ 
	/* border: 1px solid lime; */ 
	float: left;
	padding: 1px 10px;
	/* color: #fff; */
	color: #FFFF99;
	background: #800000;	
	width: 80px;
	text-align: center;
	text-decoration: none;	
	margin: 0 1px 0 0;
}
#navigation a:hover
{
	color: #fff;
	background: #808080;	
}

#navigation li.current a 
{
	color: #fff;
	/* background: red url(01.jpg) repeat-x; */
	background: #000080;	
}

#navigation li.current a:hover
{
	color: #fff;
	/* background: red url(01.jpg) repeat-x; */
	background: #808080;	
}

#year a
{
	color: #fff;
	background: #000080;		
}

#year a:hover
{
	color: #fff;
	/* background: #800000; */
	background: #808080;
}