﻿/* Images Check Ingvi */

.closePanel
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    top:0px;
    right:-8px;
}

.closePanel a
{    
    cursor: pointer;
    color: Red;    
    text-decoration: none;  
}

.amc
{
    /*position: absolute; */
    width:0px;
    visibility: hidden;
    z-index:5;  
}

.actionMenuArrowRight
{   
    float:left;
    width: 6px; 
    height: 15px;
    position:relative; 
    left:1px;
    background-color: Transparent; 
    background-image: url('../images/popupmenu/popupmenuarrow_left_db.gif');
    background-position: bottom; 
    background-repeat: no-repeat;        
}

.amal
{   
    float:left;
    width: 6px; 
    height: 15px;  
    right:1px;
    background-color: Transparent;   
    background-image: url('../images/popupmenu/popupmenuarrow_right_db.gif');
    background-position: bottom; 
    background-repeat: no-repeat;        
}
.HeaderMenuClosed
{
    display:none; 
    visibility:hidden;
}
.HeaderMenuOpen
{
    float: left;
    position:absolute;
    /*background-color: #777777; 
    border-left:1px solid #D3D1D2; 
    border-bottom:1px solid #999999; 
    border-right: 1px solid #cfcfcf;*/
    padding: 5px;
}
.aml /* ActionMenuLeft */
{
    float: left;
    display:inline; 
    background-color:#5797C3; /*#0D3146;*/ /*#777777; */
    border-left:1px solid #D3D1D2; 
    border-bottom:1px solid #999999; 
    border-right: 1px solid #cfcfcf;
    padding: 2px;
    max-height:400px;
    overflow:auto;
    overflow-x: hidden;
    color:White;
    border:2px solid #467ca2;
   
    scrollbar-face-color: #DDDDDD;
    scrollbar-highlight-color: #DDDDDD;
    scrollbar-3dlight-color: #DDDDDD;
    scrollbar-shadow-color: #DDDDDD;
    scrollbar-arrow-color: #467ca2;
    scrollbar-track-color: #F1F1F1;
    scrollbar-darkshadow-color: #FFFFFF;
}

.actionMenuRight /* ActionMenuRight */
{
    float: right;
    display:inline; 
    background-color: #0D3146;
    border-left:1px solid #D3D1D2; 
    border-bottom:1px solid #999999; 
    border-right: 1px solid #cfcfcf;
    padding: 5px;
}

.actionMenuArrowBottom
{   
    float:left;
    width: 15px; 
    height: 6px;
    position:relative; 
    left:1px;
    background-color: Transparent; 
    background-image: url('../images/popupmenu/popupmenuarrow_down_gray.gif');
    background-position: bottom; 
    background-repeat: no-repeat;        
}

.actionMenuBottom
{
    float: left;
    display:inline; 
    background-color: #777777; 
    border-left:1px solid #D3D1D2; 
    border-bottom:1px solid #999999; 
    border-right: 1px solid #cfcfcf;
    padding: 5px;
}

.actionmenu_link
{
    float:left;
    clear:left;
    display:inline;
    text-decoration:none;
    font-family:Arial;
    font-size:11px;
    font-weight:bold;
    /*background-color:#0d3146;*/
    width:95%;
    padding:4px; 
    color:White;      
}
.actionmenu_link:hover
{
  background-color:#78AFD6;      
}

.actionmenu_img
{
    float:left;
    display:inline;
}

.actionmenu_lbl
{
    float:left;
    display:inline;    
    padding-bottom:1px;
    padding-left:8px;
    cursor:pointer; 
    color:White;
    width:130px;
   
}

.am_disabled
{
    cursor:default; 
    color:#DDDDDD;
}


.actionmenu_lbl_ws
{
    float:left;
    display:inline;    
    padding-bottom:1px;
    padding-left:8px;
    cursor:pointer; 
    color:White;  
}

.actionmenu_lbl_disabled
{
    float:left;
    display:inline;    
    padding-bottom:1px;
    padding-left:8px;
    cursor:pointer; 
    color:#CCCCCC;  
    width:130px;   
}

.actionmenu_lbl_disabled_ws
{
    float:left;
    display:inline;    
    padding-bottom:1px;
    padding-left:8px;
    cursor:pointer; 
    color:#CCCCCC;     
}

.actionmenu_sep
{
    float:left;
    clear:left;
    display:inline;
    width:170px;
    height:1px;   
    border-top:1px solid #467CA2;      
}

.wizard_actionmenu
{
  float:right;
  position:relative;
  top:2px;
}

.wizard_calendaricon
{
  float:right;
  position:relative;
  top:3px;
  left: -2px;
}

.interfaceMenuSeperator
{
  width:0px;
  height:0px;
  float:left;
}

.am_button_left
{
  float:left;
  width: 2px;
  height: 24px;
  background-image:url("../images/layout/menu_button_sides.gif");
  background-position:left;
  background-repeat:no-repeat;
}

.am_button_right
{
  float: left;
  width: 2px;
  height: 24px;
  background-image: url("../images/layout/menu_button_sides.gif");
  background-position: right;
  background-repeat: no-repeat;
  margin-left:0px;
}

.am_button_sides_selected
{
  background-image:url("../images/layout/menu_button_sides_selected.gif");
}

.am_button_wrap
{
  float: left;
  height: 24px;
  background-image: url("../images/layout/menu_button_wrap.gif");  
  background-repeat: repeat-x; 
  cursor: pointer;
  font-weight:bold;
}

.am_button_wrap_selected
{
  background-image: url("../images/layout/menu_button_wrap.gif");  
}

.am_button_inner
{
  float:left;
  padding:0px 2px 0px 2px;
  color:#2B2B2B;
  margin-left: 3px;
  margin-right: 3px;
	line-height: 10px;
}

.am_button_inner_disabled
{
  float:left;
  padding:0px 2px 0px 2px;
  color:#a2a5a4;
  margin-left: 3px;
  margin-right: 3px;
}

.pointer
{
  cursor: pointer !important;
}

.amItemDisabled
{
    color:Gray !important;
    cursor:default;  
}