html 
{
    
}
body
{
    font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	padding: .5em;
	/*
	background-image: url('../images/Logica.jpg') ! important;
	background-repeat: no-repeat;
	background-position: 97% 97%;
    */
}
.button
{
	font-size: 11px;
    color: black;    
    background-color: #c0c0c0;
    height: 20px;
}
.textBox
{
	font-size: 11px;
    color: black;
    height: 20px;
}
.textBoxReadOnly, .textAreaReadOnly
{
	font-size: 11px;
    color: Gray;
    height: 20px;
}
.comboBox
{
	font-size: 10px;
    color: black;
    height: 20px
}
.checkbox
{
	font-size: 11px;
    color: black;    
}
.label
{
	font-size: 11px;
    color: black;    
}
.labelBold
{
	font-size: 11px;
    color: black;
    font-weight: bold; 
}
.tab
{
	font-size: 11px;
    color: black;
    padding-left: 5px;
    padding-top: 15px;
    font-weight: bold; 
}

.headerBackground
{
    background-color: white;
}

.headerCaption
{
    font-size: 14px;
    /*font-weight: bold;*/
    color: #2A5EA9; /*#1276BB;*/
    /*border-bottom: solid 1px gray;*/
}

.headerSmallCaption
{
    font-size: 10px;
    /*font-weight: bold;*/
    color: #2A5EA9; /*#1276BB;*/
    /*border-bottom: solid 1px gray;*/
}
.captionSmall
{
	font-size: 12px;
    color: black;
}
.caption
{
	font-size: 14px;
    color: black;
}
.captionMedium
{
	font-size: 16px;
    color: black;
}
.captionLarge
{
	font-size: 18px;
    color: black;
}
.captionLarger
{
	font-size: 20px;
    color: black;
}
.captionLargest
{
	font-size: 22px;
    color: black;
}
.borderBottom
{
	border-bottom: #CCCCCC 1px solid
}
.borderTop
{
	border-top: black 1px solid
}
.border
{
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid
}
.borderTopBottom
{
	border-top: black 1px solid;
	border-bottom: black 1px solid
}
.tableHeader
{
	font-size: 11px;
    color: black;    
    font-weight: bold;     
    padding-left: 4px;
    padding-right: 4px;
}
.tableContent
{
	font-size: 11px;
    color: black;    
    padding-left: 4px;
    padding-right: 4px;
}

.validateError
{
	font-size: 18px;
    color: black;    
}

.CustomerLogo
{
    background-image: url("http://localhost/SkogWeb/images/Logica.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed; 
    background-repeat:no-repeat; 
    background-position:left;
}
/* TOP MENU */
.TopMenu
{
    font-size: 10pt;
    border-bottom: solid 1px #8A8A8A;
    background-color: white;
    color: #404040;
    text-align:left;
}

.TopMenuItemStyle
{
    font-size: 10pt;
    /*font-weight:bold;*/
    border: none;
    text-decoration: none;
    background-color: White;
    color: #404040;
    margin-right: 10px;
    /*margin-bottom: 5px;*/
    padding-bottom: 5px;
}

.TopMenuItemSelectedStyle
{
    font-size: 10pt;
    border: none;
    text-decoration: none;
    background-color: White;
    color: #2A5EA9; /*#1276BB;*/
    margin-right: 10px;
    /*margin-bottom: 5px;*/
    padding-bottom: 5px;
}
.TopMenuSubItemStyle
{
    font-size: 8pt;
    background-color: white;
    color: #404040;
    border-style: solid;
    border-width: 1px;
    border-color: #8A8A8A;/*#9D9DA1;*/
    border-top: none;
}
.TopMenuSubItemSelectedStyle
{
    font-size: 8pt;
    background-color: white;
    color: #2A5EA9; /*#1276BB;*/
    border-style: solid;
    border-width: 1px;
    border-color: #8A8A8A;/*#9D9DA1;*/
    border-top: none;
}
.TopMenuContextItemStyle
{
    font-size: 8pt;
    background-color: white;
    color: #404040;
}
.TopMenuContextItemSelectedStyle
{
    font-size: 8pt;
    background-color: white;
    color: #2A5EA9; /*#1276BB;*/
}
.TopMenuSubItemDisabledStyle
{
    
}

/* USER MENU */
.UserMenu
{
        
}
.UserMenuItemStyle
{
    font-size: 10pt;
    Border: none;
    text-decoration: none;
    background-color: White;
    border-bottom: solid 1px #CCCCCC;
    color: #404040;
    padding-bottom: 4px;
    padding-top: 4px;
    width:150px;
    
}
.UserMenuItemSelectedStyle
{
    font-size: 10pt;
    Border: none;
    text-decoration: none;
    background-color: White;
    border-bottom: solid 1px #CCCCCC;
    color: #2A5EA9;
    padding-bottom: 4px;
    padding-top: 4px;
    width:150px;
}
.UserMenuItemDisabled
{
    color: #e1e1e1;
    font-style:italic;
}

/* WEB GRID */
.GridTableHeader
{
    background-color: #f0f0f0;
}

.GridTableContext
{
    background-color: #ffffcc;
    padding-left: 2;
    padding-right: 2;
}

.GridTableAlternatingContext
{
    background-color: #fffffc;
    padding-left: 2;
    padding-right: 2;
}

.GridTableGroupContext
{
    background-color: #ffffcc;
    font-weight: bold;
}

.GridTableContextEmpty
{
    background-color: #f0f0f0;
}

.GridTableContextSum
{
    background-color: #f0f0f0;
}

div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}

div.infoMessage
{
	font-size: 18px;
    color: black;    
}

div.search
{
	background-color:#F7F7F7;
	font-size: 18px;
    color: black; 
    width:200px;  
    height: auto; 
}

div.searchInp
{
	background-color:#F7F7F7;
	font-size: 18px;
    color: black; 
    width: 1000px;  
    height: auto; 
}

div.groupboxSort
{  
  width: 205;    
}
/*ADDED by Andreas...*/
.navInfo 
{
    font-size: 14px;
    color: #2A5EA9;
    text-align:right;
}
div.floater 
{
    float:left;
    padding-right:.5em;
}
.half 
{
    width: 50%;
}

.almostHalf
{
    width: 49.97%;
}

.aThird 
{
    width: 33.33%;
}
.aFourth 
{
    width: 25%;
}
.aFifth 
{
    width: 20%;
}
.fillAll
{
    width:100%;
}
fieldset 
{
    margin: .5em 0 0 0;
    padding: .5em;
    border: solid 1px #e2e2e2; 
}
fieldset legend 
{
    width: auto;
}
fieldset table.tdata 
{
    margin: 1.5em 0 .5em 0;
}
div.newRow 
{
    width: 100%;
    clear: left;
    float:left;
}
.textAreaReadOnly 
{
    height: 6em;
    width: 100%;
}
.numberValue 
{
    text-align:right;
    min-width: 10em;
    width: 10em;
}
.textValue
{
    min-width:10em;
    width:12em;
}
.textValueLarge
{
    min-width: 18em;
    width: 18em;
}
.dateValue
{
    min-width:7em;
    width:7em;
}
.grp 
{
    margin-top: 1em;   
}
.inlineInfo 
{
    font-size:12px;
    padding: .5em;
}
.helpInfo 
{
    width: 100%;
    background-color: transparent; /*#f8f8f8;*/
    /*background-image: url('../images/help.png') ! important;
    background-repeat: no-repeat;
    background-position: .5em .3em;*/
}
.helpInfo img
{
    margin: .2em .2em 0 0;
}
.helpInfoDisabled 
{
    background-color: inherit;
}
#helpContentContainer
{
    background-color: #f8f8f8;
    width:auto;
    padding: .5em;
    display: none;
}
#helpContentContainer p,  #helpContentContainer ul
{
    padding:0;
    margin:0;
}
#helpContentContainer ul 
{
    padding: .5em 0 0 2em;
}
.helpHeader 
{
    font-size: 12px;
    font-style: italic;
    color: #2A5EA9;
}
.helpInfo img 
{
    float: right;}

.label th, .label td
{
   padding: .1em .5em;
}
.label th a
{
    font-weight: bold;
}
.label a
{
    color: black;    
}
.complex table
{    
    width: auto;  
}
.complex table td 
{
    padding: 0 .2em;
}
#header #userInfo span 
{
    text-align:right;
    width: 100%;
    font-size: .6em;
}
/* Design help... */
#sidebarLeft, #sidebarRight, #content, #header, #logo, #userInfo 
{
    border: 0px dotted gray;
}
.complex table
{
     border: 0px dotted blue;
}
.complex table td 
{
    border: 0px solid red;    
}
input .readOnly 
{
    color: #000000;
}
/*
*[disabled="disabled"]
{
    color: black ! important;
}
div:empty, span:empty,
li:empty, p:empty,
td:empty, th:empty {padding: 0.5em; background: yellow;}

*[style], font, center {outline: 5px solid red;}
*[class=""], *[id=""] {outline: 5px dotted red;}

img[alt=""] {border: 3px dotted red;}
img:not([alt]) {border: 5px solid red;}
img[title=""] {outline: 3px dotted fuchsia;}
img:not([title]) {outline: 5px solid fuchsia;}

table:not([summary]) {outline: 5px solid red;}
table[summary=""] {outline: 3px dotted red;}
th {border: 2px solid red;}
th[scope="col"], th[scope="row"] {border: none;}

a[href]:not([title]) {border: 5px solid red;}
a[title=""] {outline: 3px dotted red;}
a[href="#"] {background: lime;}
a[href=""] {background: fuchsia;}
*/