﻿

/* Farum Tennisklub Stylesheet */


/* bredden i hovedmenuen */
.MssMainMenu {
    padding-top: 3px;
    width: 770px;
}

/* Afstand mellem menupunkter i hovedmenuen */
.MssMainMenu li > a {
    padding: 0 8px 4px;
}

.MssMainMenu li.level1 a {
    border-left-style: solid;
    border-left-width: 0px;
}


/* adskillelses mellem spots */
div.MssBottomLine {
background-image:url(/~/media/Farumtennis/Grafik/dummy.ashx);
clear:both;
height:3px;
line-height:1px;
}

/* afstand til overliggende spot */
.leftcol .MssColumnBar {
margin-top:7px;
}

.rightcol .MssColumnBar {
margin-top:7px;
}



/* Aktivitetskalender farve på valgt måned */
.calendarmonthselected {
background-color:#FFFFFF;
color:#000000;
font-weight:bold;
}
/* Skriftstørrelse, type og farve på sidetitlen */
h1 {
color:#FF821E;
font-family:tahoma;
font-size:1.4em;
font-weight:bold;
margin:9px 0 10px;
padding:0;
}

/* Venstre menu hover farve på valgt punkt HFE */
.MssSubMenu li.level1 a:hover
{
  color:#FF821E;
  text-decoration:none;
}

/* Venstre menu farve på valgt punkt HFE */
.MssSubMenu li.level1 a.active
{
  color:#FF821E;
  font-weight:normal;
}

.MssSubMenu li.level2 a.active
{
  color:#FF821E;
  font-weight:normal;
}
.MssSubMenu li.level2 a:hover
{
  color:#FF821E;
  font-weight:normal;
}


/* Hovedmenu farve punkter HFE */
.MssMainMenu li.level2 a
{
  color:#5D6871;
}
/* Hovedmenu farve for hover HFE */
.MssMainMenu li.level2 a:hover
{
  color: #FF821E;
}
/* Hovedmenu farve for valgt hovedmenu HFE */
.MssMainMenu li.level2 a.active
{
  color: #FF821E;
  font-weight:normal;
}

/* Formular

/* Sektion */
.scfSectionBorderAsFieldSet {
border-color:#000000 -moz-use-text-color -moz-use-text-color !important;
border-bottom: thin solid;
border-left: thin solid !important;
border-right: thin solid !important;
border-top: thin solid;
border-style: solid !important;
border-width: thin !important;
margin:0 10px;
}


/*layout gælder for de angivne felttyper */

.scfEmailTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDateTextBox, .scfRadioButtonList, .scfListBox, .scfCheckBoxList, .scfFileUpload {
border:1px solid #D1D9DE;
color:#000000;
font-family:Verdana,Sans-Serif;
font-size:10px;
height:16px;
margin:1px 0 0 5px !important;
padding:2px 0 0 1px;
width:50% !important;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
margin:0;
width:15%;
}

.scfSingleLineTextBox {
width:50% !important;
margin:1px 0 0 5px !important;
}

.scfMultipleLineTextBox {
border:1px solid #D1D9DE;
color:#000000;
font-family:Verdana,Sans-Serif;
font-size:10px;
margin:1px 0 0;
padding:2px 0 0 1px;
width:50%;
}

.scfListBox, .scfDropList {
margin:0 0 0 3px;
width:50%;
}

.scfSingleLineTextLabel, .scfEmailLabel, .scfCheckBoxListLabel, .scfNumberLabel, .scfDropListLabel {
margin-left: 5px !important;
}

/* Hjælpetekst */
.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo {
font-size:1.1em !important;
color:#000000 !important;
}
