﻿body {
	margin:0;
	padding:20px;
	background-color:#FFF;
}
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form, p, h1, h2, h3, ul, ol, li {
	margin:0px;
}
p {
	margin:5px 0;
	font-size:small;
}
a {
	color:#369;
	text-decoration:none;
	font-size:small;
}
a:hover {
	text-decoration:underline;
}
.mediumText {
	font-size:small;
}
img, area {
	border:0;
}
.clearFix:after {
	content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearFix {height: 1%;}
/* End hide from IE-mac */

.horizontalDividerGif {
	width:100%;
	height:1px;
	margin:8px 0px;
	display:block;
	background-color:#CCC;
}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px;
	color:#000080;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:13px;
}
h3 {
	font-size:12px;
}
hr {
	height:1px;
	color:#CCC;
	background-color:#CCC;
}
ul, ol {
	margin:10px 0 0 0;
	padding:0 0 0 30px;
}
li {
	margin:3px 0;
	padding:0;
	font-size:small;
}

#searchFormTable {
	border:0;
	border-collapse:collapse;
}
#searchFormTable td {
	border:0;
	padding:0;
}
/*****************************************************/
/***********	FORMULÄR	**************************/
/*****************************************************/
#searchform {
	padding-bottom:10px;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
}
.button {
	background-color: #EEE;
	border: 1px solid #CCCCCC;
	padding: 3px 15px;
	font-size:smaller;
}
div.formErrors {
	border:1px dashed black;
	background-color:#F5F5F5;
	padding:15px;
	color:#900;
	margin:10px 0;
}
div.formSuccess {
	border:1px dashed black;
	background-color:#F5F5F5;
	padding:15px;
	color:#363;
	margin:10px 0;
}
#searchform label {
	font-size:x-small;
}
.searchSelectBox {
	width:160px;
}
.searchTextBox {
	width:160px;
}
.searchCheckBox {
	float:left;
}
label.checkBoxLabel {
	float:left;
	margin-top:2px;
}

/*****************************************************/

#startPic {
	margin:10px 0;
}

#footerLinks {
	margin:10px 0 0 0;
	padding:5px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#footerLinks li {
	display:inline;
	margin:0 40px 0 0;
	list-style-type:none;
}
#footerLinks a {
	font-size:small;
}
#lastFooterLink {
	margin:0;
}

/*********************************************/
/********** 	EVENEMANGSLISTA		**********/
/*********************************************/
#eventListTable {
	width:100%;
	border:0;
	border-collapse:collapse;
}
#eventListTable th, #eventListTable td {
	padding:6px;
}
#eventListTable th {
	font-weight:bold;
	font-size:smaller;
	text-align:left;
}
.columnHeaders th {
	background-color:#DAE8F0;
	border-right:1px solid #FFF;
}
.monthNameRow th {
	background-color:#F5F5F5;
	border-bottom:1px dashed #CCC;
}
#eventListTable td {
	font-size:small;
	border-top:1px dashed #CCC;
}

/* olika formatering av länkar i listan beroende på åldersinriktning */
.eventLink {
}
.eventLinkChild {
	color:#900;
}
.eventLinkYouth {
	color:#363;
}

/*********************************************/
/********** 	EVENEMANG			**********/
/*********************************************/
table#titleSynopsis {
	border:0;
	border-collapse:collapse;
	width:100%;
}
table#titleSynopsis td {
	vertical-align:top;
}
#eventImage {
	width:150px;
	float:right;
	margin:0 0 0 10px;
}
table#eventInfo {
	width:100%;
	border:0;
	border-collapse:collapse;
	margin-top:10px;
}
table#eventInfo th {
	font-size:11px;
	padding:5px;
	width:50%;
	text-align:left;
	background-color:#DAE8F0;
}
table#eventInfo td {
	padding:5px;
	vertical-align:top;
}