﻿/*
####################################################################################
Grund
*/

BODY 
{
    margin: 0px 0px 0px 0px;
    background-color: #f1f7f8;
}

LI
{
    color: #18b8da;
    list-style-type: square;
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    list-style-position:inside;
    margin-bottom:0px;
}

/*
####################################################################################
Datagrid
*/

.occupiedHeader
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    height:25px;
    color: #65462a;
    background-color:white;
    font-weight:bold;
}

.occupiedText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    height:25px;
    color: #65462a;
    background-color:#d7c6b7;
    font-weight:normal;
}

.occupiedText2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    height:25px;
    color: #65462a;
    background-color:#ede0d5;
    font-weight:normal;
}

.priceHeader
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    height:25px;
    color: #18b8da;
    background-color:white;
    font-weight:bold;
}

.priceText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    height:25px;
    color: #65462a;
    background-color:#d9e7ea;
    font-weight:normal;
}

.priceText2
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    height:25px;
    color: #65462a;
    background-color:#f1f7f8;
    font-weight:normal;
}

/*
####################################################################################
Texter
*/

TD
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: black;
}

.txtReservation
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: black;
}

.dataGridText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: black;
}

.introText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: #65462a;
}

.smallText
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #65462a;
}

.txtTestimonial
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #65462a;
}

.txtWhiteSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
    color: white;
    font-weight: normal;
}

.txtWhiteSmallBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: white;
    font-weight: bold;
}

.txtCyanSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #18b8da;
    font-weight: normal;
}

.txtCyanMediumBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: #18b8da;
    font-weight: bold;
}

.txtRedSmall
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: red;
    font-weight: normal;
}

/*
####################################################################################
Länkar
*/

A, A:visited, .lnkCyan A, .lnkCyan A:visited
{
    color:#18b8da;
    font-weight:bold;
    text-decoration:none;
}

A:hover, A:active
{
    color:#18b8da;
    font-weight:bold;
    text-decoration:none;
}

.lnkCyan A:hover, .lnkCyan A:active
{
    color:#18b8da;
    font-weight:bold;
    text-decoration:underline;
}

.lnkWhite A, .lnkWhite A:visited
{
    color:white;
    font-weight:bold;
    text-decoration:none;
}

.lnkWhite A:hover, .lnkWhite A:active
{
    color:white;
    font-weight:bold;
    text-decoration:underline;
}

.txtGrey
{
    color:#696969;
}
.txtred
{
    color:red;
}

.lnkSmallGrey A, .lnkSmallGrey A:visited
{
    text-decoration:none;
    font-family:Arial, Verdana, Helvetica, sans-serif;
}

.lnkSmallGrey A:hover, .lnkSmallGrey A:active
{
    font-family:Arial, Verdana, Helvetica, sans-serif;
    text-decoration:underline;
}

.lnkSmallOrange A, .lnkSmallOrange A:visited
{
    color:#cb7609;
    text-decoration:none;
}

.lnkSmallOrange A:hover, .lnkSmallOrange A:active
{
    color:#cb7609;
    text-decoration:underline;
}
/*
####################################################################################
Formulär
*/

.formDropDown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	width: 140px;
	height:18px;
	line-height: normal;
	color: #65462a;
	border: 1px #65462a solid;
	background-color: white;
}

.formButton {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	width:70px;
	height:20px;
	line-height: normal;
	text-indent:2px;
	color: white;
	border: 1px #65462a solid;
	background-color: #65462a;
}

.formTextBoxCyan {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 170px;
	height:18px;
	line-height: normal;
	text-indent:2px;
	color: #65462a;
	border: 1px #18b8da solid;
	background-color: white;
}

.formButtonCyan {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	width:70px;
	height:20px;
	line-height: normal;
	text-indent:2px;
	color: white;
	border: 0px #18b8da solid;
	background-color: #18b8da;
}

.formDropDownCyan {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: normal;
	width: 180px;
	height:18px;
	line-height: normal;
	color: #18b8da;
	border: 1px #18b8da solid;
	background-color: white;
}

.formButtonOrange {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	width:70px;
	height:20px;
	line-height: normal;
	text-indent:2px;
	color: white;
	border: 0px #d77001 solid;
	background-color: #d77001;
}

.formButtonRed {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
	width:70px;
	height:20px;
	line-height: normal;
	text-indent:2px;
	color: white;
	border: 0px #dd221d solid;
	background-color: #dd221d;
}

/*
####################################################################################
*/