.tip {
	color: #FFFFFF;
	font-size : 10px;
	font-family: Tahoma;
}


.box_title {
 	font-size				 : 11px;
  color            : #FFFFFF;
	font-weight			 : normal;
	font-family: Tahoma;
}
a.box_title {
 	font-size				 : 11px;
  color            : #000000;
	font-weight			 : bold;
	text-decoration  : none;
	font-family: Tahoma;
}
a:hover.box_title {
	text-decoration  : underline;
}

a.arrow {
 	font-size				 : 11px;
  color            : #000000;
	font-weight			 : normal;
	text-decoration  : none;
	font-family: Tahoma;
}

.box_content {
 	font-size				 : 11px;
  color            : #FFFFFF;
	text-decoration  : none;
	font-family: Tahoma;
}

a.box_content {
 	font-size				 : 10px;
  color            : #FFFFFF;
	text-decoration  : none;
	font-family: Tahoma;
}
a:hover.box_content {
	text-decoration  : underline;
}






#calendar
{
  background-color : #ebebeb;
  border-bottom    : 1px solid #FFFFFF;
  border-right     : 1px solid #FFFFFF;
  color            : #FFFFFF;
  font-family      : "Tahoma", Courier, monospace;
  font-size        : 10px;
	width: 94%;
}

#calendar TD
{
  border-left      : 1px solid #FFFFFF;
  border-top       : 1px solid #FFFFFF;
  text-align       : center;
}	

#header_box TD
{
  border-left      : 0px solid red;
  border-top       : 0px solid red;
  text-align       : center;
	background-color : #ececec;
}	

#calendar TD.day_name
{
  background-color : #87d8eb;
	font-size:10px;
	color:#6b625b;
  width						 : 14%;
}

#calendar TD.title
{
  background-color :#c2c2c2;
  color            : black;
  font-weight      : bold;
  text-align       : center;
}

#calendar TD.date_nr
{
	color:#373631;
	font-size:10px;
}

#calendar TD.today
{
  background-color : #4b7da2;
	color:#FFFFFF;
	font-size:10px;
}


a.has_events
{  
	background-color : #2da5ff;
	color: #373631;
	text-decoration: none;
	font-weight	: normal;
}
a:hover.has_events
{  
	text-decoration: underline;
}

