/* CSS Document calendar.css */
/* Stjørdalsblink fotball    */
/* blinkfotball.no           */

/* -------------------- */
/* MINI_CALENDAR STILER */
/* -------------------- */


/*Størrelse og typografi for kalenderen. Selve tabellen står til 100% uansett. */
#mini_calendar { float: left; width:100%; font-size: 9px; font-family:inherit; position: relative; color: #000;}

/* Navigasjonspiler << og >> */
#mini_calendar_nav_left
{
	text-align: left;
	width: 25%;
}
#mini_calendar_nav_center
{
	text-align: center; 
	font-weight: bold;
	width: 50%;
}
#mini_calendar_nav_right
{
	text-align: right;
	width: 25%;
}

/* linker */
#mini_calendar a, #mini_calendar a:visited { text-decoration: none; font-weight:bold; color: #333;  }
#mini_calendar a:hover, #mini_calendar a:active { text-decoration:none; font-weight:bold; color: #fff; display:block; background-color:#333;}

/* Cellestiler */
#mini_calendar td { padding:2px; text-align:center; }

/* TR days og TR divide kontrollerer det visuelle for annenhver rad */

#mini_calendar tr.days { color: #ffffff; background-color: #F38489; }
#mini_calendar tr.days td { font-weight: 700; }

#mini_calendar tr.divide { color:white; background-color: #DB0E13; }

/* -------------------- */
/* HOVEDINNHOLD         */
/* -------------------- */
#events_area
{
	border: 1px solid #C4B5B8;
	position: relative;
	top: 5px;
	margin: 10px;
}
#event_caption
{
	font-weight: bold;
	color: #000;
	background-color: #C4B5B8;
	padding: 2px 2px 2px 0px;
}
#event
{
	position: relative;
	top: 5px;
	padding: 10px 
}
#event_date
{
	font-weight: bold;
}