
.GVFixedHeader { font-weight:bold; background-color: Green; position:relative; 
                 top:expression(this.parentNode.parentNode.parentNode.scrollTop-1);}
.GVFixedFooter { font-weight:bold; background-color: Green; position:relative;
                 bottom:expression(getScrollBottom(this.parentNode.parentNode.parentNode.parentNode));}

.gvrSok
{
    background-color: White;
    color: #003399;
}

.regmaskintimerPopUp 
{
    background-color:#edf5ff;
	border-style:solid;
	border-color:#0090D6;
	border-width:2px;
	height: 250px;
	width: 250px;
	z-index: 999996;
}

.regmaskintimerPopUpHele
{
    /*border-style:solid;*/
	/*border-color:#0090D6;*/
	/*border-width:2px;*/
	height: 250px;
	width: 250px;
	z-index: 999996;
}

.godkjennPopup
{
    background-color:#edf5ff;
	border-style:solid;
	border-color:#0090D6;
	border-width:2px;
	height: auto;
	width: 250px;
	z-index: 999996;
	
}

.godkjennPopupHeader
{
    background-color:#0090D6;
    height: 20px;
	width: 250px;
	z-index: 999996;
	
}

.godkjennPopupHele
{
    border-style:solid;
	border-color:#0090D6;
	border-width:2px;
	height: auto;
	width: 250px;
	z-index: 999996;
}

.godkjennPopupMargin
{
    margin: 5 5 5 5; 
    display: inline-block;
}

.godkjennCancel
{
    color:Black;
    font-weight:bold;
}

.godkjennCancel_hover
{
    color:Red;
    font-weight:bold;
    cursor: pointer;
}

/*stil til popup når kommentarfeltet i gridet klikkes*/
.kommentarPopup
{
	background-color:#edf5ff;
	border-style:solid;
	border-color:#2647a0;
	border-width:2px;
}    

/*gråer ut siden når kommentar-popup vises*/
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.kalenderIGrid .ajax__calendar {
    position: relative;
    left: 0px !important;
    top: 0px !important;
    visibility: visible; display: block;
}
.kalenderIGrid .ajax__calendar iframe 
{
    left: 0px !important;
    top: 0px !important;
}
.kalenderIGrid .ajax__calendar_container
{
    position:absolute;
    z-index:99;
 background-color:White; /* pale yellow */
 border:solid 1px #AAAAAA;
}
.kalenderIGrid .ajax__calendar_title
{
    z-index:99;
 background-color:White;
    border-bottom:solid 1px #AAAAAA;
 height:20px;
 color:#333;
}
.kalenderIGrid .ajax__calendar_hover .ajax__calendar_title
{
    z-index: 99;
    color:#0090D6;
}

.kalenderIGrid .ajax__calendar_prev,
.kalenderIGrid .ajax__calendar_next
{
    z-index:99;
    border-bottom:solid 1px #AAAAAA;
 height:20px;
 width:20px;
}
.kalenderIGrid .ajax__calendar_today
{
    z-index:99;
    background-color:White;
    color:Black;
 height:20px;
    border-top:solid 1px #AAAAAA;
}
.kalenderIGrid .ajax__calendar_hover .ajax__calendar_today
{
    z-index: 99;
    color:#0090D6;
}

.kalenderIGrid .ajax__calendar_days table thead tr td
{
    z-index:98;
 background-color:Transparent;/*slik at streken under ajax__calendar_title ikke forsvinner...*/
 color:#333;
}
.kalenderIGrid .ajax__calendar_year,
.kalenderIGrid .ajax__calendar_month,
.kalenderIGrid .ajax__calendar_day
{
    z-index:99;
 color:#333; /* normal day - darker gray color */
}
.kalenderIGrid .ajax__calendar_active
{
    z-index: 99;
 color:#333;
    background-color:#DDF3FD;
    border:solid 1px #AAAAAA;
}
.kalenderIGrid .ajax__calendar_other .ajax__calendar_day
{
    z-index:99;
 color:#666; /* day not actually in this month - lighter gray color */
}
.kalenderIGrid .ajax__calendar_hover .ajax__calendar_year,
.kalenderIGrid .ajax__calendar_hover .ajax__calendar_month,
.kalenderIGrid .ajax__calendar_hover .ajax__calendar_day
{
    z-index:99;
    background-color:#DDF3FD;
}

/*gjemmer kolonne*/
.HiddenColumn{display:none;} 

/*gjemmer kontroll*/
.invisible 
{
	visibility:hidden;
}

.hide
{
	display:none;
}

.visible
{
	visibility:visible;
}



.FooterRad
{
 BACKGROUND-COLOR:#0090D6;
 COLOR:white;
 POSITION:relative;
 Z-INDEX:10;
 font-family:Verdana;
 font-size:10px;
  font-weight:bold;
  
}
.Freezing
{
 BACKGROUND-COLOR:#0090D6;
 COLOR:white;
 POSITION:relative;
 TOP: expression(this.offsetParent.scrollTop);
 z-index: 10;
 font-family:Verdana;
 font-size:10px;
  font-weight:bold;
}

.FreezingPager
{
 BACKGROUND-COLOR:#0090D6;
 COLOR:white;
 POSITION:relative;
 bottom:expression(getScrollBottom(this.parentNode.parentNode.parentNode.parentNode));
 z-index: 10;
 font-family:Verdana;
 font-size:10px;
  font-weight:bold;
}
/*.Freezing
{
    position: relative;
    font-weight: bold;
    background-color: Green;
    top: expression(this.offsetParent.scrollTop);
    z-index: 10;
}*/
.FreezingBottom
{
 BACKGROUND-COLOR:#0090D6;
 COLOR:white;
 POSITION:absolute;
    /*top: expression(getGridDivHeight("gridDiv"));*/
 z-index:88888888;
 font-family:Verdana;
 font-size:10px;
  font-weight:bold;
}
/* Locks the left column */
td.locked {
font-size: 10px;
font-weight: bold;
text-align: center;
background-color: #DBF4FF;
color: #345ACB;

position:relative;
cursor: default;
/*IE5+ only*/
left: expression(this.parentElement.parentElement.parentElement.parentElement.parentElement.scrollLeft-2);
z-index: 1;
}

/* Locks the left column */
th.locked {
font-size: 10px;
font-weight: bold;
text-align: center;
background-color: #0090D6;
color: white;

position:relative;
cursor: default;
/*IE5+ only*/
left: expression(this.parentElement.parentElement.parentElement.parentElement.parentElement.scrollLeft-2);
z-index: 1;
}
/* Locks table header */
/*th {
BACKGROUND-COLOR:#0090D6;
 COLOR:white;
 POSITION:relative;
 TOP: expression(this.offsetParent.scrollTop);
 Z-INDEX:10;
 font-family:Verdana;
 font-size:10px;
  font-weight:bold;
}*/
th {
font-weight: bold;
text-align: center;
background-color:#0090D6;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default;
/*IE5+ only*/
z-index:11px;
}

table.dataTable  tHead  th {
font-weight: bold;
text-align: center;
background-color:#0090D6 !important;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default;
/*IE5+ only*/
z-index:11px;
}
/* Keeps the header as the top most item. Important for top left item*/
th.locked {z-index: 90;}

.gridScrollerDiv
{
 HEIGHT:100px;
 OVERFLOW:auto;
 SCROLLBAR-BASE-COLOR:ButtonFace;
 WIDTH:200px;
}

/*setter rød bakgrunnsfarge på datotextboksene ved feil input*/
.maskefeil
{
	background-color:#FF9999;
}

.font
{
	font-family:arial;
	font-size:11px;
}

.fontLogin
{
	font-family:arial;
	font-size:11px;
}

/* ajax__tab_yuitabview-theme theme (img/yui/sprite.png) 
CSS til tab-panelet. (brukte farge #2647a0 tidligere)*/
.ajax__tab_yuitabview-theme .ajax__tab_header 
{
    font-family:arial,helvetica,clean,sans-serif;
    font-size: 12px;
    border-bottom:solid 5px rgb(0, 144, 214);
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer 
{
    background:url(Resources/sprite.png) #d8d8d8 repeat-x;
    margin:0px 0.16em 0px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
    border:solid 1px #a3a3a3;
    border-bottom-width:0px;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab
{
	width:150px;
    color:#000;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_outer 
{
    background: url(Resources/sprite.png) repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab 
{
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_outer
{
    background: url(Resources/sprite.png) repeat-x left -1400px;
}
.ajax__tab_yuitabview-theme .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#edf5ff;    
    border:solid 1px #808080;
    border-top-width:0px;
}

/*CSS-klasser for de forskjellige cellene i timeregistreringsgridet
  Bruker korte navn som 1, 2, 3... for å minske teksten som sendes til klienten for hver celle i gridet*/

/*Datofelt*/
.1
{
    text-align: center;
    width: 60px;
}

/*Ansattnr, Maskin, Kundenr, Bilagsnr, Online Scale*/
.2
{
    text-align: center;
    width: 50px;
}

/*Ansattnavn, Fast maskinpris, Fast turpris*/
.3
{
    text-align: center;
    width: 90px;
}

/*Status, Faste Timetyper*/
.4
{
    text-align: center;
    width: 35px;
    /*Eirik 29.03.11 v0.7.1.69 task 872 - Legger til nowrap slik at ikke minustegnet og timene kommer på forskjellig linje(hvis minustimer)*/
     white-space:nowrap;
}

/*Timebærere*/
.5
{
    text-align: center;
    width: 53px;
}

/*Variable Timetyper - nedtrekk*/
.6
{
    text-align: center;
    width: 80px;
    font-size: 10px;
}

/*Variable Timetyper - timelabel*/
.7
{
    text-align: center;
    width: 20px;
}

/*Kommentar*/
.8
{
   
}

/*TB-beskrivelse*/
.9
{
    text-align: center;
    width: 100px;
}

.borderEditModus
{
    /*border: none;*/
    background-color: #fff;    
	border:solid 1px #999999;
}

.borderEditModus_disabled
{
    /*border: none;*/
    background-color: #D0D8D5;
	border:solid 1px #999999;
}

/*style for radene i timereggrid BackColor="#99CCCC" Font-Names="Verdana" Font-Size="10px" ForeColor="#003399"*/
.RS
{
    height:20px;
    background-color: #FFFFFF;
    font-family: Verdana;
    font-size: 10px;
    color: #003399;
}

.radValgt
{
    
    height:20px;
    font-family: Verdana;
    font-size: 10px;
    color: #003399;
    background-color: #75D5FF;
}

.RS_IkkeGodkjenn
{
    
    height:20px;
    font-family: Verdana;
    font-size: 10px;
    color: Gray;
    background-color: White;
}

.button
{
    font-size: 11pt;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
 }
 
.avrundet
{
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    text-align: center;
    width: auto;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    background-position: 100% -20px;
    color: #000000;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
	visibility:visible;
}

.avrundethover {
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: auto;
    color: #000000;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.avrundetLogin
{
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    text-align: center;
    width: auto;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    background-position: 100% -20px;
    color: #000000;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
	visibility:visible;
}

.avrundethoverLogin {
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: auto;
    color: #000000;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.sokebildeWebTab
{
    position: absolute;
}

.tekstboks
{
}

.ddlStyleTimereg
{
    position: absolute;
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
	width: 150px;
	border:solid 1px #999999;
}

.chkStyleTimereg
{
    position: absolute;
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
}

.tbStyleTimereg
{
    position: absolute;
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
	height: 15px;
	width: 150px;
	border:solid 1px #999999;
}

.tbStyleTimeregMultiline
{
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
	height: 35px;
	width: 350px;
	border:solid 1px #999999;
}

.tbStyleTimeregFastTT
{
    position: absolute;
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
	height: 15px;
	width: 60px;
	border:solid 1px #999999;
}

.tbStyleTimeregVariabelTT
{
    position: absolute;
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 120px;
	height: 15px;
	width: 60px;
	border:solid 1px #999999;
}


.avrundetTimereg
{
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    text-align: center;
    width: 50px;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    background-position: 100% -20px;
    color: #000000;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
	visibility:visible;
}

.avrundethoverTimereg{
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    font-family:Arial;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    color: #000000;
    background: transparent url( Resources/btnHel.png ) no-repeat scroll right top;
    /*border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
}

.lblOverskriftTimereg
{
    position: absolute;
    left: 0px;
	font-family:arial;
	font-size:11px;
}

.lblBeskrTimereg
{
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 380px; 
	border: none; 
	background-color: transparent;
	width: 1000px;
}

.ddlVariabelTT
{
	font-family:arial;
	font-size:11px;
	position: absolute; 
	left: 200px;
	width: 75px;
	border:solid 1px #999999;
}

.lblOverskriftParaDef_Sok
{
    position: absolute;
    left: 5px;
	font-family:arial;
	font-size:11px;
}


.tbStyleParaDef_Sok
{
    position: absolute;
    left: 100px;
	font-family:arial;
	font-size:11px;
	height: 15px;
	width: 80px;
}

.lblBeskrParaDef_Sok
{
	font-family:arial;
	font-size:11px;
	position: absolute;
	left: 260px; 
	border: none; 
	background-color: transparent;
}

.headerSok
{
    white-space: nowrap;
    background-color: #0090D6;
    font-weight: bold;
    color: White;
}

.btnSignerAllePlasseringLeder
{
    top: 4px; 
    left: 340px; 
    position: absolute; 
    height: 20px; 
    width: 90px;
}

.btnSignerAllePlassering
{
    top: 4px; 
    left: 400px; 
    position: absolute; 
    height: 20px; 
    width: 90px;
}

.valgtKalenderDato
{
    background-color: #edf5ff;
    border: 1px solid #007CD7;
    color: #007CD7;
}

.ikkeValgtKalenderDato
{
    background-color: #FFFFFF;
    border: 0px;
    color: Black;
}

.iDagKalenderDato
{
    background-color: #CCCC99;
}

.ukevisning {
    opacity: 0.5;
}

#tblStempling tr.addrow
{
    background-color:  #DBF4FF;
}