/*
	Payer stylesheet include file
	Template specific styles, color defenitions
*/
Body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:center;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#404040;
	margin:0px;
	text-decoration:none;
}
a:visited
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#404040;
	margin:0px;
	text-decoration:none;
}
a:hover 
{ 
    color: #CCCCCC; 
    margin:0px;
}

/*Allmänna kontroller*/
.Moms_label
{
    padding:4px 0 0 3px;
    float:left;
    font-weight:bold;
}

.Moms_radio
{
    float:left;
}

.Moms_radio input
{
    height:15px;
}

/*Allmänna kontroller*/

/*Detail */
/* Buttons, dialogs, forms */
.mainTable 
{
	min-height:250px;
    height: auto !important;
    height: 250px;
	margin-bottom:6px;
	text-align:left;
}

.TopField
{
    font-weight:bold;
    margin: 10px 0 0 0;
    background: url(../../Pics/Interface/Bokning/hr.gif) no-repeat top left;
    padding:0 0 0 100px;
    clear:both;
}

.MainField
{
    padding:10px 15px 10px 15px;
    overflow:auto;
}
/*Bilder*/

.PrdPicBig
{
    margin:5px 20px 5px 0px;
	vertical-align:middle;
	text-align:center;
	float:left;
	height:221px;
	width:221px;
	background-color:White;
	border:solid 1px #000000;
}

.PrdPicBig td, .PrdPicBig tr 
{
    border:none;
    padding:0;
    margin:0;
}

.PicList
{
    margin:5px 0 0 0;
    float:left;
}

.PicList_item
{
    padding:0 10px 0 0;
    height:73px;
}

.PicList_item img
{
    border:solid 1px #000000;
}
/*Bilder Slut*/

/*Pris listor*/
.PrisTable, .PrisTable2
{
    margin:0 0 10px 0px;
    border:none;
    border-bottom:dotted 1px #000000;
}
.PrisTable table,.PrisTable tr,.PrisTable th,.PrisTable td,.PrisTable2 table,.PrisTable2 tr,.PrisTable2 th,.PrisTable2 td
{
    border:none; 
}
.PrisTable td, .PrisTable2 td
{
    width:100px; 
}
.PrisTable2 th
{
    display:none;
}
.PrisRow
{
}
.PrisRow_alt
{
    background-color:#f3f5e8;
}

.ValdPeriod_label
{
    margin:0 0 0 100px;
    font-size:10px;
    font-weight:bold;
}
/*Pris listor Slut*/

.PrdLabel
{
    font-size:13px;
    font-weight:bold;
    text-align:center;
    padding: 2px 0px 2px 0px;
}

.Desc
{
	padding: 0px 0px 0px 0px;
}

.KopBtn, .KopBtn_Click, .VariantDrop
{
    font-family:Verdana;
    font-size:9px;
    height:14;
    border: solid 1px #cccccc;
    background-color: #f7f7f7;
}

.KopBtn_Click
{
    background-color: #cccccc;
}

.Padding
{
    padding: 3px 0px 3px 5px;
}

.SidebySide, .SidebySide2, .SidebySide3
{
    float:left;
    line-height:normal;
    font-size:9px;
    padding: 2px 0px 0px 0px;
    font-weight:bold;
}

.SidebySide2
{
    padding: 8px 0px 0px 5px;
}

.SidebySide3 /* För uppdelning av bokningsform */
{
    font-weight:normal;
    padding: 8px 0px 0px 10px;
}

/*Calender*/
.up_container
{
    width:138px;
    overflow:hidden;
    background-color:inherit;
}

.CalenderPanel
{
    float:left;
    padding:0px 10px 0 0px;
}

.CalenderDay
{
}

.CalenderDay_Free a, .CalenderDay_Free a:link, .CalenderDay_Free a:visited
{
    color:Green;
}

.CalenderDay_Full
{
    color:Red;
}
/*Calender Slut*/

/*Detail Slut*/

/*Lista*/
.Square
{
    width:315px;
    height:auto;
    background-color:White;
    border:solid 1px #cbcbcb;
    margin:0px 0 10px 10px;
}

.Pris
{
    clear:left;
    float:left;
    padding:5px 0 5px 5px;
    width:100px
}

.PrdPic
{
	vertical-align:middle;
	text-align:center;
	float:left;
	height:110px;
	width:110px;
	padding:5px 5px 0 5px;
}

.DescList
{
    float:right;
	padding: 5px 5px 0px 0px;
	width:160px;
}

.Text
{
	padding: 5px 5px 0px 0px;
	float:right;
	width:160px;
}

.TextS     /* För bokningsform */
{
    float: left;
	width: 100px;
	text-align: right;
	padding: 4px 10px 0px 0px;
}

.TxtBox    /* För bokningsform */
{
	width: 150px;
	height: 13px;
	
}

.TxtBoxMulti    /* För bokningsform */
{
	width: 150px;
	height: 150px;
	overflow:auto;
}

/*List slut*/
