﻿.clear
{
    clear: both;
    float: none;
}

.formstandard
{
    /*width:  500px; */
    padding: 5px;
}

.formstandard .control
{
    padding: 0 10px 0 0;
    float: left;
    height: auto;
}

.formstandard .control textarea
{
    /* width: 412px; */
    height: 100px;
}

.formstandard .Label
{
    width: 100%;
}

.rightTop .standard
{
    text-align: right;
    padding: 10px;
}
.siteMenuTop a
{
    font-weight: bold;
}
.siteContent
{
    /* width: 800px; */
    margin: 0 auto;
}
.siteContent .standard, .siteRight .standard, .siteLeft .standard
{
    padding: 10px;
}

.siteRight
{
    display: none;
}
.payoptions
{
    padding: 10px 10px 10px 0;
}
.payoptions div
{
    float: left;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid gray;
    margin-left: 2px;
    cursor: pointer;
}

.minsidalink
{
    display: block;
    line-height: 25px;
    padding-left: 10px;
    font-weight: bold;
    color: black;
    margin-top: 2px;
    background-image: url("/kund/9001/images/menuback2.png");
}
.minsidalink:hover, .aktuell
{
    background-color: #f4f4f4;
    border-bottom: none;
    font-weight: bold;
}
.tooltip
{
    display: none;
    background: transparent url(/tools/black.png);
    font-size: 12px;
    height: 60px;
    width: 160px;
    padding: 25px;
    color: #fff;
}

.minsida
{
    margin: 0 auto;
}
.minsida .ingress ul
{
    list-style-type: none;
    display: inline-block;
    padding: 3px;
    border-bottom: 1px gray solid;
    margin: -3px;
    width: 620px;
    padding-left: 19px;
    margin-left: 0px;
    margin-top: 10px;
}
.minsida .ingress li
{
    float: left;
}
.minsida .ingress a
{
    border: 1px gray solid;
    border-style: solid none none solid;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    color: black;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.minsida .ingress li:last-child a
{
    border-style: solid solid none solid;
}
.minsida .ingress li.aktuell a
{
    background-color: #f4f4f4;
    border-bottom: none;
}
.minsida .html
{
    float: left;
    width: 600px;
    min-height: 600px;
    background-color: #f4f4f4;
    padding: 20px;
    border-color: gray;
    border-style: none solid solid solid;
    border-width: 1px;
}
.loggain .ingress
{
    float: left;
    width: 350px;
    border-right: 1px dotted gray;
}
.loggain .html
{
    float: left;
    width: 350px;
    padding: 0 0 0 30px;
}

.loggain .ingress input[type="text"], .loggain .ingress input[type="password"], .registrera input[type="text"], .registrera input[type="password"], .minainloggningsuppgifter .html input[type="text"], .minainloggningsuppgifter .html input[type="password"]
{
    width: 300px;
}
.siteContent .standard .topdiv h1
{
    /* height: 50px;     line-height: 50px; this adds unnescesary spacing above the header */
    font-size: 30px;
}
.siteContent .standard .topdiv h1 img
{
    width: 40px;
    margin: 0 15px 0 0;
}
.minainloggningsuppgifter .html .formular
{
    float: left;
}
.minainloggningsuppgifter .html .information
{
    float: left;
    padding: 0 10px;
    margin: 14px 0 0 15px;
    background-color: white;
}
.nymedlem .html
{
    height: auto;
}
table.payoptions, .betala table
{
    width: auto;
}
.nymedlem .contentdiv
{
    background-color: #f4f4f4;
}
.singleevent, .nymedlem
{
    padding: 10px;
    width: 600px;
    background-color: #f4f4f4;
}
.singleevenemangminsida .ingress
{
    float: none;
    display: block;
}

label.required::after {
    color: #A94442;
    content: "*";
    padding-left: 5px;
}