﻿/*Pure HTML-tags CSS , except Links*/
body
{
    font-family: Tahoma;
    font-size: 11px;
    line-height: 17px;
    color: #333;
}

.inhouseinfo {color: #fff;margin-left:1em;}

.RadInput input
{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
}


html{    padding-bottom: 200px;}


.RowMouseOver{background-color: #d1edf3;}
.RowMouseOut{    background-color: #FFFFFF;}

#divGermanLogo
{
    position: fixed;
    top: 17px;
    height: 51px;
    left: 685px;
    z-index: 100;
}

#ctl00_Top_here1_youRhere
{
    float:left;
    background-color:#FFF;
    color:#036;  
    width:100%;
    padding-left: 10px;          
}

/*target ie7 only*/
html > body #divTicker
{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 101;
    width: 100%;
}
html > body #divMenu
{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 51px;
    top: 17px;
    left: 0px;
}
html > body #divLogo
{
    position: fixed;
    top: 17px;
    height: 51px;    
    left:665px;
    z-index: 100;
}

html > body #divLogout
{
    position: fixed;    
    margin-top: 68px;
    height: 18px;
    top: 0;
    right: 0;  
    width:200px;  
    text-align: right;
    z-index:1000;
}
html > body #divRadstrip
{
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 51px;
    z-index:100;
    width:100%;
}

/*target ie6 only*/
#divTicker{ _top: expression(offset = 0 + parseInt(document.body.currentStyle.paddingBottom) + parseInt(document.body.currentStyle.marginBottom), document.documentElement.scrollTop + 'px');}
    
#divTicker{
    _position: absolute;
    _left: 0;    
    _width: 102.2%;
    _z-index:101;
}

#divMenu
{
    _top: expression(offset = 0 + parseInt(document.body.currentStyle.paddingBottom) + parseInt(document.body.currentStyle.marginBottom), document.documentElement.scrollTop + 'px');
}
#divMenu
{
    _position: absolute;
    _width: 102.2%;
    _height: 51px;
    _left: 0;
    _top: 17;
    _z-index: 99;
}


#divLogo
{
    _position: absolute;
    _top: 17px;
    _height: 51px;
    _width: 100%;
    background-color: #003366;
}
#divLogout
{
    _position: absolute;
    _margin-top: 68px;
    _height: 17px;
    _top: 0;
    _left: 0;
    _width: 100%;
    _text-align: right;
    _z-index:1000;
    
}
#divRadstrip
{
    _position: absolute;
    _top: 0;
    _left: 0;
    _padding-top: 51px;
    _width: 80%;
    _z-index: 1001;
}
/*end ie6*/

#loginbox
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 260px;
}


.horpad td, .horpad th, .horpad
{
    padding-right: 3px;
    padding-left: 3px;
}
.oneColumn{width: 12.8%;}
.oneandHalfColumn{width: 18.5%;}
.twoColumns
{
    width: 21.0%;
}

.twoAndAHalfColumns
{ width: 27.15%;}
.threeColumns
{
    width: 32.5%; /*changed from 32.85% by jc 25.01.11 to make space for 3 * treeColumns side by side*/
}
.sixColumnsHalf
{
	width: 32.615%;
}
.fourColumns
{
    width: 43.8%;
}
.fiftyfiftyColumns
{
    width: 49%;
}
.fiveColumns
{
    width: 54.75%;
}

.sixColumns
{
    width: 65.7%;
}

.sevenColumns
{
    width: 76.6%;
}
th
{
    background-color: #fff;
    text-decoration: none;
    font-weight: normal;
    white-space: nowrap; /*text-transform:uppercase;*/
}

.errorPanel
{
    background: white;
    color: #cc0000;
}

.seethru
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.scl
{
    /*support contact logout links*/
    background: #6297ba;
    font-size: 11px;
    height: 14px;
    overflow: hidden;
    text-decoration: none;
}
.scl a:hover
{
    color: #ff8800;
}

.separator, tr.separator td, .separator td, tr.separator, .separator tr
{
    color: #6298ba;
    border-bottom: solid 1px #6298ba !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.reqUpdtClic
{
	border:solid 1px #6298ba;
	
	}

/*Petter : Made because the one abow was made to specific.. color on text width:100%... tried to change the code in ndayspot to remove this width but could not be done.*/
tr.separatorLine td, .separatorLine td
{
    border-bottom: solid 1px #6298BA !important;
    white-space: nowrap;
}
.thicksSparatorLine
{
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 2px #6298BA !important;
    white-space: nowrap;
}

th.tableHeader, tr.tableHeader, .ra
{
    text-align: right;
}

th.leftalign, .la,td.nuclearalign[first="true"],
.nuclearalign tr > td:first-child{    text-align: left; }

/*RadTreeView:*/

/*special case: this will affect Nord Pool in eurospot to show plus and minus*/
div.RadTreeView .rtFirst .rtLast .rtMinus,
div.RadTreeView .rtFirst .rtLast .rtPlus
{
display:inline-block;
}
div.RadTreeView .rtFirst .rtLast .rtTop,
div.RadTreeView .rtFirst .rtLast .rtMid,
div.RadTreeView .rtFirst .rtLast .rtBot
{
padding: 1px 0 1px;
}  

/*normal: hide plus and minus*/
div.RadTreeView .rtMinus,
div.RadTreeView .rtPlus
{
display: none;
}
div.RadTreeView .rtTop,
div.RadTreeView .rtMid,
div.RadTreeView .rtBot
{
padding: 0;
}  




/* Section for Nuclear overview table */
/* Need these to align the first column left, and the rest center.*/
th.nuclearalign,tr.nuclearalign
{
    text-align: center;
}

.nuclearalign tr > td
{
     padding-left: 3px;
}

div.nuclearNavigation
{
    padding:3px;
}

/* End section for Nuclear*/ 

td.rightNoSpace a
{
    color: #6298BA !important;
    float: right;
    text-align: right;
}

.left
{
    float: left;
    margin-right: auto;
}
.right
{
    float: right;
    margin-left: 4px;
}





/*Section for the different foregroundcolors*/
.green, .green td
{
    color: #339900;
}
.greenGrayish
{ color: #66cc66;
}
.red, .red td
{
    color: #cc0000 !important;
}
.redGrayish
{
	color: #d68b8b;
	}
.black, .black a, .black td,.turqoise, .turqoise a 
{
    color: #333;
}
.gray
{
	color: #cccccc;
	}
/*faktisk riktig*/


.white
{
    color: #fff;
}


/*Technical analysis*/
.taBlue, .taBlue td
{
    color: #6297ba;
}

.taHeading
{
    color: #6297ba;
    text-align: left;
    padding-left: 3px;
}

/*---*/



.blue
{
    color: #696969;
}
/*added by jc december 22, because .blue and .tourqoise are black/gray */
.gray
{
    color: #494848;
}

/*Links*/
a,.realblue,tr.separator th a, tr.separator td a, .columnHeader
{
    color: #6298BA;
}
a:hover
{
    color: #e95e27;
}
a:visited
{
    color: #8899aa;
}
.blueBackground a
{
    color: #fff !important;
}

.rowPadding tr td
{
    padding-bottom: 10px;
}


/*Backgrounds*/
.blueBackground
{
    background-color: #6298BA !important;
}
.darkblueBackground
{
    background-color: #003366 !important;
}
.grayBackground, tr.Alternate td
{
    background-color: #F4F4F4;
}
.popupBackground
{
    background-color: #ffffff;
}
.redBackground
{
    background-color: #FFAEAE;
}
/*in use by UserAdmin*/
.orangeBackground
{
    background-color: Orange;
}
/*in use by UserAdmin*/
.whiteBackground, .prefsBG, .news
{
    background: #fff;
}

.maxBackground
{
    background-color: #B4CAB7;
}
/*in use in hourspot*/
.minBackground
{
    background-color: #F8B3B3;
}

.grayBackgroundAndBorder
{
    background-color:#F4F4F4;
    border-style: solid;
    border-color:#cccccc;
    border-width:1px;
    padding-top:3px;
    padding-bottom:3px;
}

/*Borders*/

.rightBottomBorderBlue
{
    border-right: solid 1px #6298BA;
    border-bottom: solid 1px #6298BA;
    padding-right: 4px;
}
.rightBorderBlue,.rightBorderBlue1px
{
    border-right: solid 1px #6298BA;
    padding-right: 4px;
}
.leftBorderBlue,.leftBorderBlue1px
{
    border-left: solid 1px #6298BA;
}
/*rgHeader is the radGrid css class for table headers*/
.bottomBorderBlue, .bottomBorderBlue td, .bottomBorderBlue1px, .rgHeader, .bottomBorderBlue th, tr.bottomBorderBlue td
{
    border-bottom: solid 1px #6298BA;
}
.RadGrid .rgRow td, .RadGrid .rgAltRow td
{
	padding-top: 0px !important;
	padding-bottom:0px !important;
}
.rgGroupCol
{
	display:none;
}
.RadGrid .rgGroupHeader td p 
{
	padding: 0 0 0 0 !important;
}
.bottomBorderGray, .bottomBorderGray td
{
    border-bottom: solid 1px #d1d1d1;
}
.borderBlue
{
    border: solid 1px #6298ba;
}
.borderNone, .borderNone td
{
    border: 0px;
}
.topBorderBlue1px, .topBorderBlue, .topBorderBlue td
{
    border-top: solid 1px #6298BA;
}



.spacing8px
{
    left: 8px;
    right: 8px;
}



.leftpadding
{
    padding-left: 5px;
    margin-left: 5px;
}
.overflow
{
    overflow: visible;
}
.overflowHidden
{
    overflow: hidden;
}


.underline
{
    text-decoration: underline;
}
.fakelink
{
    text-decoration: underline;
    cursor: pointer;
}
.fakebutton
{
    background: #003366;
    color: #fff;
    padding: 2px 4px 2px 4px;
    cursor: pointer;
}
.infolink
{
    text-decoration: none;
    font-weight: bold;
    font-family: Georgia;
    font-size: 11px;
    color: #6298BA;
}
.linkWithNoUnderline
{
    text-decoration: none;
}

/*--------------- Hidden and visible ;) -------------------*/
.hidden, .h
{
    visibility: hidden;
    border-collapse: collapse;
    display: none;
    height: 0px;
}
.visible
{
    display: inline;
}

/*Rad TabStrip menu*/
.RadTabStrip_SimpleBarBlue
{
    font: 8pt tahoma, sans-serif;
    text-align: left;
    background-repeat: repeat-x;
    margin-top: 11px;
    white-space: nowrap;
    overflow: hidden;
}

.rtsLevel
{
    width: 100% !important; white-space:nowrap;
   
}

.RadTabStrip_SimpleBarBlue .rtsLevel1 li a
{
    background-color: #003366;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 0px 2px 7px;
    margin-left: 0px;
    font-weight: bold;
}

.rtsLevel1 .rtsTxt 
{
	padding:0px 0px 0px 0px !important;
}

.RadTabStrip .rtsIn, .RadTabStripVertical .rtsIn {
	display:block;
	padding:0 0 0 0 !important;
}

.RadTabStrip_SimpleBarBlue .rtsLevel1 li a:hover, .RadTabStrip_SimpleBarBlue .rtsLevel1 li a.rtsSelected
{
    background: #6297ba;
}

.RadTabStrip_SimpleBarBlue .rtsLevel1 li a .wrap
{
    padding-right: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.RadTabStrip_SimpleBarBlue .rtsLevel2 ul
{
    background: #6297ba;
    padding: 1px 24px 4px 4px;
    font-size: 11px;
    height: 13px;
    font-weight: normal;
}

.RadTabStrip_SimpleBarBlue .rtsLevel2
{
    padding-bottom: 4px;
    height: 13px;
    background: #6297ba;
}

.RadTabStrip_SimpleBarBlue .rtsLevel2 li a, .menulink a
{
    color: white;
    text-decoration: none;
    padding: 2px 15px 2px 4px;
}

.RadTabStrip_SimpleBarBlue .rtsLevel2 li a.rtsSelected, .RadTabStrip_SimpleBarBlue .rtsLevel2 li a.selected:hover, .RadTabStrip_SimpleBarBlue .rtsLevel2 li a:hover, .menulink a:hover
{
    color: #6297ba;
    background: white;
}

.RadTabStrip_SimpleBarBlue .rtsLevel2 span
{ float:none;
	}


/* level3 tabs */

.RadTabStrip_SimpleBarBlue .rtsLevel3 ul
{
    position: relative;
    padding-top: 3px;
    background: #fff;
    height: 14px;
    color: #6298ba;
    overflow: auto;
}

.RadTabStrip_SimpleBarBlue .rtsLevel3 li a, .RadTabStrip_SimpleBarBlue .rtsLevel3 li a
{
    text-decoration: none;
    font-size: 9px;
}

.RadTabStrip_SimpleBarBlue .rtsLevel3 li a.selected, .RadTabStrip_SimpleBarBlue .rtsLevel3 li a.selected:hover, .RadTabStrip_SimpleBarBlue .rtsLevel3 li a:hover
{
    color: #003366;
}
/* TA */

.taComments_R_S
{
    font-size: 16px;
}


/* NEWS */

.Heading
{
    font-size: 18px;
}
.Ingress
{
    font-weight: bold;
    font-size: 11px;
}
.news
{
    font-size: 12px;
}
.errorLabel
{ color:#003366;   
  font-weight : bold;
  width: 100%;  
  white-space: normal;
  text-align: left;
  overflow:hidden;
  }
.delaytext
{ color:#003366;   
  width: 100%;  
  white-space: normal;
  text-align: left;
  overflow:hidden;
  }

/*********************NEWS**********************************/
.newslink a, a.newslink, .newsitem a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    overflow: hidden;
    text-decoration: none;
}

.newsitem
{
    clear:both;
    list-style-type:none;
    list-style-image:none;
}
.newslist .newsitem:nth-child(3n){
    border-bottom:1px solid #ccc;
}

.justifytext
{
    text-align: justify;
}

.newslink:hover, .newslink a:hover,.SpecialFocusHeader:hover, SpecialFocusHeader.a:hover,.nwlink:hover, .nwlink a:hover,  .newsitem a:hover
{
    color: #e95e27;
    text-decoration: underline;
}

.newslink:visited, .newsitem:visited
{
    color: #8899aa;
}
.newsgrey
{
    background: #f2f1ee;
}

td.newsTimeblue, .newsTimeblue td, .newsitem span
{
    color: #6297ba;
    overflow:hidden;
    white-space:nowrap;
    padding-left: 3px;
}

td.searchTimeblue, .searchTimeblue td
{
    color: #6297ba;
    table-layout: fixed;
    width: 93px;
    padding-left: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.newsTime
{
    color: #6297ba;
    padding-left: 4px;
    padding-right: 4px;
    width: 35px;
    text-align: left;
}


.newsseperator, .newsseparator td
{
    color: #6297ba;
    width: 410px;
}

.newsdateseperator
{
    color: #6297ba;
    padding-left: 3px;
}

.newstable
{
    width: 395px;
    overflow: hidden;
}

.newstable td
{
    overflow: hidden;
    width: 395;
}

.searchtable
{
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

.searchtable td
{
    border: 2px;
    overflow: hidden;
    width: 300;
}

.SpecialFocusTable, .SpecialFocusTable td, .SpecialFocusTable table
{
    font-family: Arial;
    /*overflow: auto;*/
    white-space: normal;
    font-size: 12px !important;
}
.SpecialFocusHeader a, a.SpecialFocusHeader
{
    font-size: 15px;
    font-weight: bold;
    font-family: Georgia;
    color: #000;
    text-decoration: none;
}

.SpecialFocusHeader:visited, SpecialFocusHeader.a:visited
{
    color: #8899aa;
}

/* NewsWatcher */

.WhiteOnBlueHeading
{
    background: #6297ba;
    color: #FFF;
    padding-bottom: 2px;
}

.hordashed td
{
    border-bottom: dashed 1px #ccc;
}

.horsolid td
{
    border-bottom: solid 1px #ccc;
}

.nwlink
{
    color: #494848;
    text-decoration: none;
}

.nwlink:visited, .nwlink a:visited
{
    color: #8899aa;
}


/* ----------------NewsWatcher------------- */
.buttonwidth
{
    width: 134px !important;
}

.toupper
{
    text-transform: uppercase;
}


a.submenuClicked, .submenuClicked
{
    background: #6297ba;
    color: #DDEEFF;
    vertical-align: middle;
}
a.submenuNotClicked, .submenuNotClicked a
{
    padding-bottom: 0px;
    padding-top: 0px;
    background: white;
    color: #6297ba;
    height: 11px;
    font-size: 11px;
    margin-left: 0px;
    padding-left: 4px;
    padding-top: 0px;
    margin-top: 0px;    
}

/*
td, td a
{
    white-space: nowrap;
}
*/

.wrap
{
    white-space: normal;
}

.submenuClicked
{
    background: #6297ba;
    height: 17px;
    color: #DDEEFF;
    vertical-align: middle;
}
.submenuNotClicked
{
    height: 17px;
    background: white;
    color: #6297ba;
    height: 11px;
    font-size: 11px;
}

/* ----------Hindrer FF userse to copy text IE will ignore this*/
.protectedText
{
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
}

.ad
{
    clear: left;
    margin-bottom: 8.5px;
    margin-right: 8.5px;
    float: left; /*Hvis denne linjen kommenteres frem legger adsene seg i en rett linje ned uavhengig av skjermstørrelse.*/
}

donotwrap{  

white-space: pre-wrap; /* css-3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 

}  

.clearleft { clear:left; }

/*Grid: */
.RadGrid .rgRow td, .RadGrid .rgAltRow td, .RadGrid .rgEditRow td, .RadGrid .rgFooter td, .RadGrid .rgFilterRow td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td 
{
	padding-left:3px !important;
	padding-right:3px !important;
}

/*Two cssclasses for fixing problem with relative pos on the weather/edge iframe*/
.absolutePos 
{
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	margin-top:17px;
	margin-left:-10px;
	min-width:1255px;
	top:73px;
}
.relativePos
        {
        	position:relative;
        	margin-top:5px; /*Modified 16092011 by Espen bacause of new menu from 17px*/
        	margin-left:-10px;min-width:1255px;top:73px;}
        	
        	
/*GridViewCSS Chrome Black Style for User Admin */
.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
    border-collapse: collapse;
    border: #1d1d1d 5px solid;
}
/*Header and Pager styles*/
.HeaderStyle /*Common Styles*/
{
    background-color:#1d1d1d;
}
.HeaderStyle th
{
	background-image: url(../../images/HeaderChromeBlack.jpg);
    background-position:center;
    background-repeat:repeat-x;
    padding: 5px;
    color: #ffffff;
}
.HeaderStyle a
{
    text-decoration:none;
    color:#ffffff;
    display:block;
    text-align:left;
    font-weight:normal;
}
.PagerStyle table
{
    text-align:center;
    margin:auto;
}
.PagerStyle table td
{
    border:0px;
    padding:5px;
}
.PagerStyle td
{
    border-top: #1d1d1d 3px solid;
}
.PagerStyle a
{
    color:#ffffff;
    text-decoration:none;
    padding:2px 10px 2px 10px;
    border-top:solid 1px #777777;
    border-right:solid 1px #333333;
    border-bottom:solid 1px #333333;
    border-left:solid 1px #777777;
}
.PagerStyle span
{
    font-weight:bold;
    color:#FFFFFF;
    text-decoration:none;
    padding:2px 10px 2px 10px;
}
/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    padding: 5px;
    border-right: solid 1px #1d1d1d;
}
.RowStyle td
{
    background-color: #c9c9c9;
}
.AltRowStyle td
{
    background-color: #f0f0f0;
}
.SelectedRowStyle td
{
    background-color: #ffff66;
}


.sushibar
{
    background: #191919 url('Sushi/Backgr.png') no-repeat scroll 0 0;
    width: 610px;
    overflow: auto;
    padding-top: 120px;
    text-align: center;
}

.sushibar *
{
    padding:0;
    margin:0;
}
 
.sushi
{
    overflow:hidden;
    padding:12px 10px 12px 10px;
    height:auto;
}

div.RadDataPager div.rdpWrap 
{
    float:none;
    width:280px;
    margin:0 auto;
}

.pager > span > div
{
    margin:auto;
}

.category, .selected
{
    float: left;
    width: 140px;
    background-color: #4F4F4F;
    text-align: center;
    font-family: verdana, arial;
    color: White;
    border: 1px solid gray;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    margin: 2px;
}
.category p, .selected p,
.category h3, .selected h3
{
    display:block;
    padding:8px 0;
}

.selected
{
    width: 160px;
    background-color: #494949;
    font-size: 1.2em;
    position: relative;
    margin: -12px -6px -6px;
}

.category h3, .category p, .selected h3, .selected p
{
    font-size: 0.8em;
}
.category input[type=image], .selected input[type=image]
{
    border: 1px solid black;
}

.excelicon
{
   
}

.topcornersrounded
{
    -moz-border-radius: 5px 5px 0px 0px; /* gecko */
    -webkit-border-radius: 5px 5px 0px 0px; /* webkit */
    border-radius: 5px 5px 0px 0px; /* CSS3 standard */
    -khtml-border-radius: 5px 5px 0px 0px; /* old konkeror */
}

a.pagetoplink:link
{
    color:White;
    text-decoration:none;    
}
a.pagetoplink:visited
{
    color:White;    
}
a.pagetoplink:hover
{
    color:White;    
}

/*The personalpagelink classes can be removed */
/*when the new personal pages have been implemented*/
a.personalpagelink:link
{
    color:#6297BA;
    text-decoration:none;
    font-size:14px;
}
a.personalpagelink:visited
{
    color:#6297BA;
}
a.personalpagelink:hover
{
    color:#E95E27;
}

#applet
{
    z-index:-1;
    }

