/***************************************************
Bakgrund - färg
***************************************************/
body
{
  background-color:#FFFFFF;
}


/***************************************************
Ytterram - färg
***************************************************/
.frame
{
  background-color:#818E81;
}


/***************************************************
Textarea - bakgrundsfärg
***************************************************/
.area
{
  background-color:#FFFFFF;
}


/***************************************************
Huvudmeny - textformatering
***************************************************/
.mainMenu
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
}

/***************************************************
Huvudmeny - ändring av färg vid mouseOver
***************************************************/
a.mainMenu:hover
{
  color:#AB4848;
}

/***************************************************
Huvudmeny - ändring av färg vid aktiv
***************************************************/
.mainMenuSelected
{
  color:#AB4848;
  text-decoration:none;
}

/***************************************************
Undermeny - textformatering
***************************************************/
.subMenu
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
}

/***************************************************
Undermeny - ändring av färg vid aktiv och mouseOver
***************************************************/
a.subMenu:hover
{
  color:#AB4848;
  text-decoration:none;
}

/***************************************************
Undermeny - ändring av färg vid aktiv
***************************************************/
.subMenuSelected
{
  color:#AB4848;
  text-decoration:none;
}


/***************************************************
Rubrik - textformatering
***************************************************/
.header
{
  font-family:Verdana;
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  color:#B0B0B0;
  text-decoration:none;
}


/***************************************************
Rubrik Byline - textformatering
***************************************************/
.headerByline
{
  font-family:Verdana;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#B0B0B0;
  text-decoration:none;
}


/***************************************************
Brödtext - formatering
***************************************************/
.textHeader1
{
  font-family:Verdana;
  font-size:16px;
  font-style:normal;
  font-weight:bold;
  color:#6A6A6A;
  text-decoration:none;
}

.textHeader2
{
  font-family:Verdana;
  font-size:12px;
  font-style:normal;
  font-weight:normal;
  color:#6A6A6A;
  text-decoration:none;
}

.text
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:normal;
  color:#6A6A6A;
  text-decoration:none;
}


.textBold
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#6A6A6A;
  text-decoration:none;
}


.textItalic
{
  font-family:Verdana;
  font-size:10px;
  font-style:italic;
  font-weight:normal;
  color:#6A6A6A;
  text-decoration:none;
}


/***************************************************
Länkar - formatering
***************************************************/
.link
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#336633;
  text-decoration:none;
}

.linkBold
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#336633;
  text-decoration:none;
}

/***************************************************
Länkar - ändring av färg vid mouseOver
***************************************************/
;a.link:hover
{
  color:#FFFFFF;
  background-color:#AB4848;
}

;a.linkBold:hover
{
  color:#FFFFFF;
  background-color:#AB4848;
}


/***************************************************
Markering av tvingande fält
***************************************************/
.required
{
  font-family:Verdana;
  font-size:10px;
  font-style:normal;
  font-weight:bold;
  color:#AB4848;
  text-decoration:none;
}


/***************************************************
Copyright - formatering
***************************************************/
.copyright
{
  font-family:Verdana;
  font-size:8px;
  font-style:normal;
  font-weight:normal;
  color:#6A6A6A;
  text-decoration:none;
}


/***************************************************
Formulär - formatering av textfält
***************************************************/
input
{
  font-family:Verdana;
  font-size:10;
  font-style:normal;
  font-weight:normal;
  color:#000000;
}


/***************************************************
Formulär - formatering av textarea
***************************************************/
textarea
{
  font-family:Verdana;
  font-size:10;
  font-style:normal;
  font-weight:normal;
  color:#000000;
}


/***************************************************
Formulär - formatering av valbox
***************************************************/
select
{
  font-family:Verdana;
  font-size:10;
  font-style:normal;
  font-weight:normal;
  color:#000000;
}

/***************************************************
Tvingande fält - markering när inget fyllts i
***************************************************/
.isrequired
{
}

.requiredMissingValue
{
   /* Mark required fields with this background color */
   background-color:#FEFBD2;
}

/***************************************************
Disabled field - sätter bakgrundsfärg för disabled field
***************************************************/
.disabledfield
{
  font-family:Verdana;
  font-size:10;
  font-style:normal;
  font-weight:normal;
  background-color:#CCCCCC;
}

/**************************************************/
