#NewsList, #CalendarList {
} 
#NewsList H1 {
 font-size:1em;
 margin:0em;
 padding:0.5em 0em 0em;
}
#NewsList LI, #CalendarList LI {
	list-style-type:none;
}
#NewsList .HeadNews, #StartPageNewsList .HeadNews {
	border-bottom:solid 1px #909090;
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}
#NewsList .HeadNews H1, #StartPageNewsList .HeadNews H1 {
	font-size:1.2em;
	margin: 0px 0px 0.5em;
	padding: 0px;
}
#NewsList .RegularNews, #CalendarList .RegularNews {
	margin: 0px;
	padding: 0em 0px 0px;
}
#NewsList .RegularNews LI {
	display:inline;
}
#CalendarList .RegularNews LI 
{
    padding-bottom: 0.5em;
}
#NewsList .RegularNews LI UL {
	padding:0em;
	margin:0em;
	float: left;
	width: 99%;
}
#NewsList .RegularNews H1 {
	font-size:1em;
	margin: 0px 0px 0.3em;
	padding: 0px;	
}
#NewsList .RegularNews .Date {
	width:18%;
	float: left;
}
#NewsList .RegularNews .Text {
	width:80%;
	float: right;
}

/* DJ */
.StartPageCalendarItem
{
    padding-bottom: 0.5em;
}

.PeopleList {
	margin: 0px;
	padding:0px;
	margin-top: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
}

.PeopleList LI 
{
    display:inline;   
	padding-bottom: 1em;
}

.PeopleList LI UL 
{
    padding:0em;
	margin:0em;
	float: left;
	width: 50%;
}
.PeopleList .Image {
	width: 90px;
	float: left;
}

/* Halvar added 2007-10-19*/
.PeopleList table {
	margin: 0px;
	padding:0px;
	margin-top: 1em;
	font-size: 0.9em;
	line-height: 1.3em;
}

.PeopleListImage
{
    padding:0em;
	margin:0em;
	float: left;
}

/* DJ */
.PeopleList .img {
    height:80px;
    width:80px;
    margin-right:10px;
    margin-bottom: 8px;	
}

.PeopleList .Text {
	/*width:35%;*/
	/*float: right;*/
	float:left;
	/*padding-right: 0.5em;*/
	vertical-align:top;
	height: 88px;
}

.PeopleList .TextLeft {
	/*width:35%;*/
	/*float: right;*/
	float:left;
	padding-right: 60px;
	vertical-align:top;
	height: 88px;
}

/* DJ */
.PeopleList .Name {
	font-weight:bold;
}

#TickerHolder 
{
    padding-top: 0.4em;
    padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	border: 1px solid #DEDEDE;
	margin-bottom: 1em;
}
#FlashHolder {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

/* DJ */
#WeatherToday 
{
    background-color: #FFFECE;
    clear: both;
    padding: 5px;
}
#WeatherForecast
{
    background-color: #F2F2F4;
    clear:both;
    padding: 2px 5px 3px 5px;
}

#WeatherForecastLeft
{
    float:left;
    margin: 8px auto auto 3px;
}

#WeatherForecastRight
{
    float:right;
}

#WeatherForecastCenter
{
    margin-left:45px;
}

#WeatherCurrentLeft
{
    float:left;
}

#WeatherCurrentRight
{
    float:right;
    margin: 10px 10px auto auto;
}

#WeatherCurrentCenter
{
    text-align: right;
}

.WeatherSunUpDown
{
    background-image: url(/smhi/Sol-upp-och-ned.gif);
    background-repeat: no-repeat;
    padding: 0px 0px 0px 25px;
}
#statisticscontainer img
{
    width: 3px;
    height: 12px;
}

.hand
{
    cursor: pointer;
    text-decoration: underline;
}

.noBorder
{
    cursor: pointer;
    border-style: none;
}

#SetAsStartPage
{
    margin-top: -17px;
    margin-bottom: 3px;
}
#SetAsStartPage a
{
    /*text-decoration: none;*/
}

/********** StartPageCalendar **********/
#StartPageCalendar
{
}

.datecellactive
{
    background-color: #FAA628;
    border: solid 1px Black;
    cursor:pointer;
}

#StartPageCalendar table
{
    border: solid 1px Black;
    width:100%;
    margin: 0px;
    padding: 0px;
    border-spacing: 2px;
}

#StartPageCalendar .monthheader
{
    background-color:#FF9900;
    text-align: center;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-weight:bold;
}

#StartPageCalendar table th
{
    text-align: center;
    font-weight: bold;
}

#StartPageCalendar table td
{
    width: 14%;
    text-align: center;
}

#StartPageCalendar .redday
{
    color: Red;
}

#StartPageCalendar .othermonth
{
    color: Gray;
}

/********** Calendar.ascx **********/
.calendar
{
    background-color:White;
}
.calendar a
{
    text-decoration:none;
    
}
.calendarlistingarea
{
    float:left;
}
.monthcalendararea
{
    float:right;
}

body#RegularSubpage .calendarlistingarea
{
    width: 50%;
}
body#SubpageWide .calendarlistingarea
{
    width: 65%;
}
body#SubpageFullWidth .calendarlistingarea
{
    width: 70%;
}


h2.CalendarItemHeadline
{
    font-weight:bold;
    font-size: 1.2em;
    margin-bottom:0px;
}
.dayheader
{
    font-weight: bold;
}
.othermonth
{
    color:Gray;
}
.nextprev
{
    background-color: #FF9900;
}
.selectedday
{
}
.selectorstyle
{
}
.titlestyle
{
    background-color: #FF9900;
    font-weight: bold;
    font-variant:small-caps;
}
.todayday
{
}
.weekendday
{
}

