H1
{
 font-size:23px;
 color:#444444;
}

body {
  background: #0049A3;
  font-family: tahoma, arial, verdana;
  font-size:14px;
  color: #707070;
  margin-top: 30px;
  margin-left: 25px;
}

table {
 background: #ffffff;
}

a:link { text-decoration: none; color: #707070;}
a:hover { text-decoration: none; color: #0193C7;}
a:active {text-decoration: none; color: #0049A3; }
a:visited { text-decoration: none; color: #707070;}
a:visited:hover { text-decoration: none; color: #0049A3;}

.head {
  font-size: 16px; font-weight: bold; color:#444444;
}


TH
{
  background-color: #009ED6;   /* Dette er PRISY-fargen */
  border-style:none;
  border-width:1px;
  border-color:black;
  color:white;
}

.notify
{
        font-family: verdana;
        background-color: #FFCCCC;
        padding: 4px;
        border-style: solid;
        border-width: 1px;
        font-size : 13 px;
        font-weight:bold;
}

.error {
  font-size:12px;
  font-weight:bold;
  background-color: #BADDEA;
  padding: 0.7em;
  border-width: 2px;
  border-style: solid;
  border-color: #1094C6;
}

.formtable-name
{
        /*background-color:#FF0000;*/
        font-weight:bold;
        color:black;
        vertical-align:top;
}

.th2
{
  font-size:11px;
  font-weight:bold;
}

.tablemain
{
  color:black;
  border-style: dotted dashed;
  border-width: 1px;  
}

.nicelist li {	
    margin-left: -35px;  
    list-style: none;
    padding-left: 10px;
    background-image: url(/pics/pil_h.gif);
    background-repeat: no-repeat;
    background-position: 0 0px;
}


.edit
{
        background-color:green;
}

.delete
{
        background-color:red;
}


