a:visited
{
    text-decoration: underline;
    color: black;
    font-weight: bold;
    font-size:9pt ;
}
a:link
{
    text-decoration: underline;
    color: black;
    font-weight: bold;
    font-size:9pt ;
}
a:hover
{
    text-decoration: underline;
	font-weight: bold;
    color: darkblue;
    background-color: lightblue;
    font-size: 9pt;
}
.normalTxt {  
    font-size:8pt ;
	color: black; 	
}
h1
{
    font-family: Arial, Arial, Sans-Serif;
    font-size: 10pt;
    color: #000000;
    vertical-align: bottom;
    line-height: 10px;
    letter-spacing: normal;
    text-align: left;
    font-weight: bold;
}
h2
{
    font-family: Arial, Verdana, Arial, Sans-Serif;
    font-size: 12pt;
	font-weight: bold;
    background-color:#000000;
    color: White;
}
h3
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt ;
    color: #000000;
    font-weight: bold;
}
.h2
{
    font-family: 'Arial Narrow', Verdana, Arial, Sans-Serif;
    font-size: 12pt;
    color: white;
    font-weight: bold;
    background-color: black;
}
.warnink
{
    font-size: 10pt;
    color: white;
    text-align: left;
    vertical-align: middle;
    background-color: #229FE6;
}

.login
{
    font-size: 10pt;
    color: black;
	font-weight: bold;
    text-align: left;
    vertical-align: middle;
    background-color: #CCFFFF;
}

.notifikation
{
    font-size: 10pt;
    color: orangered;
    text-align: left;
    vertical-align: middle;
    background-color: transparent;
    font-weight: bold;
}

.bannerbody
{
    font-family: Verdana, Arial, Sans-Serif;
    display: block;
    text-decoration: none;
    background-color: white;
    font-size:10pt ;
}
.LoginCell
{
    display: block;
    color: black;
    text-decoration: none;
    background-color: burlywood;
    font-weight: bold;
    font-size: 10pt;
    vertical-align: top;
    text-align: right;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
.BannerCellTop
{
    cursor :pointer;
    font-weight: bold;
    font-size: 24pt;
    color: darkblue;
    font-family: Verdana, Arial, Sans-Serif;
}
.BannerWelcome
{
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size:12pt ;
    color: black;
}
.menubody
{
    font-family: Verdana, Arial, Sans-Serif;
    color: black;
    text-decoration: none;
    background-color: #E8E6E6;
    vertical-align: top;
    text-align: left;
    font-size:10pt ;
}
.menucellheader
{
    font-size: 10pt;
    color: white;
    font-weight: bold;
    background-color: #ff6600;
    background: url(/img/common/bheader_bg.png) repeat-x;
    vertical-align: middle;
    text-align: left;
}
.menucell
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: black;
    font-weight: normal;
    background-color: #E8E6E6;
    text-align: right;
    margin-right: 15px;
}
.menucellwhite
{
    font-size:10pt ;
    color: black;
    font-weight: normal;
    text-align: right;
    margin-right: 15px;
}
.menucellborder
{
    font-size:10pt ;
    color: white;
    font-weight: normal;
    background-color: #ff6600;
    text-align: right;
    border-right: black solid;
    border-top: black solid;
    border-left: black solid;
    border-bottom: black solid;
}

.menucelll
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt;
    color: black;
    font-weight: normal;
    background-color: #E8E6E6;
    text-align: left;
}

.menucellc
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:10pt ;
    color: black;
    font-weight: normal;
    background-color: #E8E6E6;
    margin-right: 15px;
    text-align: center;
}

.inputbox
{
    font-size: 8pt  ;
    color: black;
    background-color: #E8E6E6;
}
.inputboxmand
{
    font-size: 8pt ;
    color: black;
    background-color: palegoldenrod;
}
.tableheader
{
    font-size: 10pt ;
    font-weight: bold;
    color: black;
    background-color: palegoldenrod;
}
.mainbody
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size:10pt ;
    color: black;
    text-decoration: none;
    background-color: white;
    vertical-align: top;
    text-align: left;
}

.questionlistcell
{
    display: block;
    color: darkred;
    text-decoration: none;
    font-weight: normal;
    font-size:10pt ;
    vertical-align: top;
    text-align: left;
    border-bottom: none;
    border-right: none;
    border-top: none;
    border-left: none;
}

.nope
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    background-color: transparent; 
    border-bottom-style: none
}

.nope:hover
{
    border-top-style: none; 
    border-right-style: none; 
    border-left-style: none; 
    background-color: transparent; 
    border-bottom-style: none
}
.BannerNew
{
    font-family: 'Arial Narrow' , Verdana, Arial, Sans-Serif;
    font-weight: bold;
    font-size: 11pt;
    color: #ffffff;
    vertical-align: middle;
    text-align: right;
}

.dumpsoftheday {
  max-width: 200px; 
  max-height: 200px; 
  width:  expression(this.width  > 200 ? 200 : true); 
  height: expression(this.height > 200 ? 200 : true);
}
