
body.Topbar, .Login .Topbar
{
  background-image: url(../Images/Old_TopbarGradient.jpg);
  background-repeat: repeat-x;
  margin : 0px;
  /* background-color: #F7F8FA; */
  margin: 0px;
  padding: 0px 0px 0px 10px;
  height: 53px;
}

.Mainbox .MainTitle, .Menubox .MenuTitle
{
  color: #000;
  background: #fff;
}

Body.Main
{
  border-top: 1px solid black;
}

Body.Menu
{
  border-top: 1px solid black;
}

/******************************
 * Artikellista               *
 ******************************/

table.ArticleList
{

}

table.ArticleList tr.Odd
{
  background-color: #DDD;
}

table.ArticleList tr.Even
{
  background-color: #EEE;
}

/* ********************************** */
/* *                                * */
/* * General style settings         * */
/* *                                * */
/* ********************************** */

body
{
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  margin: 0;
}

h1
{
  font-family: "Arial", sans-serif;
  font-size: 10pt;
  display: inline;
}

p
{
  font-family: "Arial", sans-serif;
  font-size:   8pt;
  padding: 0px 0px 0px 2px; /* Top, Right, Bottom, Left */
}

.MainTitle
{
  background: #eee;
  color: #000;
  border-bottom: 1px solid black;
  margin: 0px 0px 16px 0px;
  padding: 3px 0px 3px 8px;
  font-weight: bold;
}

.MenuTitle
{
  background: #eee;
  color: #000;
  border-bottom: 1px solid black;
  margin: 0;
  padding: 3px 0px 3px 8px;
  font-weight: bold;
}

/* ********************************** */
/* *                                * */
/* * Menu style settings            * */
/* *                                * */
/* ********************************** */

ul.Menu
{
  list-style: none;
  margin: 0;
  padding: 0;
}

li
{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ********************************** */
/* *                                * */
/* * Centerbar style settings       * */
/* *                                * */
/* ********************************** */

body.Centerbar
{
  background: #003;
  margin: 0;
  padding: 0;
}

.Version
{
  color: #bbb;
}
