﻿@charset "utf-8";
/* CSS Document 
----------------------------------------
Author: Christer Larsen
Email: christer@inbusiness.no
----------------------------------------*/

/* #activityList
---------------------------------------- */
#activityList {
	width:480px;
}
#activityList .subject {
	font-family:Arial;
	font-weight:bold;
	font-size:0.75em;
	line-height:16px;
	color:#333;
	text-transform:uppercase;
	color:#333;
	padding:0 0 10px 0;
}
#activityList .search {
	width:480px;
	padding:0 0 15px 0;
}
#activityList .searchName {
	font-size:0.92em;
	padding:2px 0 0 0;
}
#activityList .searchInput {
	width:140px;
	height:16px;
	background:#EAEAEA;
	border:none;
	vertical-align:middle;
	color:#333;
}
#activityList .searchButton {
	width:18px;
	height:18px;
	background:url(../gfx/searchbutton2.gif) no-repeat;
	border:none;
	vertical-align:middle;
	overflow:hidden;
	font-size:0px;
	text-indent:-999;
}
#activityList .title {
	font-family:Arial;
	font-weight:normal;
	text-transform:uppercase;
	color:#333;
	font-size:0.83em;
}
#activityList .year {
	font-size:2.00em;
	padding:0 0 10px 0;
}
#activityList .year a,
#activityList .year a:link,
#activityList .year a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#activityList .year a:hover,
#activityList .year a:active {
	text-decoration:none;
	color:#E31629;
}
#activityList .year a.selected {
	color:#E31629;
}
#activityList .month {
	padding:0 0 25px 0;
}
#activityList .month a,
#activityList .month a:link,
#activityList .month a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#activityList .month a:hover,
#activityList .month a:active {
	text-decoration:none;
	color:#E31629;
}
#activityList .month a.selected {
	color:#E31629;
}
#activityList .borderLeft {
	border-left:1px solid #BDBEC0;
	padding:0 0 0 5px;
}

/* #activiy
---------------------------------------- */
#activiy {}
#activiy h1 {
	font-family:Georgia;
	font-weight:normal;
	font-size:2.00em;
	line-height:28px;
	color:#333;
	padding:0;
	margin:0 0 10px 0;
}
#activiy .date {
	font-family:Arial;
	font-weight:normal;
	font-size:0.83em;
	color:#333;
}
#activiy .ingress {
	font-family:Arial;
	font-weight:bold;
	font-size:1.0em;
	line-height:18px;
	color:#333;
	padding:0 0 15px 0;
}