﻿/*legges i styles.tab*/

html#iframehtml
{
    overflow: hidden;
} 
/**/
body#iframebody
{
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
th
{
    font-weight: bolder; /*text-align: left;*/
}

.content
{
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute; 
    top: 31px; 
    bottom: 28px;
    right: 0;
    left: 0;
}
.contentWithoutToolbar
{ 
    top: 0;
}
.contentLiveEditTab
{ 
    bottom: 0;
}
.toolbar
{
    background: #c4d0d6 url(images/menu3_bg.png) repeat-x top left;
    padding: 7px 0 3px 26px;
    border-bottom: solid 1px #b3c3c9;
    height: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
.toolbar a:link, .toolbar a:visited
{
    font-size: 11px;
    display: block;
    float: left;
    line-height: 16px;
    padding: 4px 13px 2px 25px;
    color: #00688e;
}

.toolbar a
{
    text-decoration: none;
}
.toolbar .lagre
{
    background: url(images/icons.png) no-repeat 0 0;
}
.toolbar .media
{
    background: url(images/icons.png) no-repeat 0 -20px;
}
.toolbar .slett
{
    background: url(images/icons.png) no-repeat 0 -40px;
}
.toolbar .arrowDown
{
    background: url(images/icons.png) no-repeat 0 -60px;
}
.toolbar a.lagre:hover
{
    background: url(images/icons.png) no-repeat 0 -80px;
}
.toolbar a.media:hover
{
    background: url(images/icons.png) no-repeat 0 -100px;
}
.toolbar a.slett:hover
{
    background: url(images/icons.png) no-repeat 0 -121px;
}
.toolbar .publish
{
    background: url(images/icons.png) no-repeat 0 -350px;
}
.toolbar .copy
{
    background: url(images/icons.png) no-repeat 0 -370px;
}
.toolbar .back
{
    background: url(images/icons.png) no-repeat 0 -390px;
}
.toolbar .add
{
    background: url(images/icons.png) no-repeat 0 -410px;
}
.toolbar .preview
{
    background: url(images/icons.png) no-repeat 0 -430px;
}

.toolbar .publish:hover
{
    background: url(images/icons.png) no-repeat 0 -450px;
}
.toolbar .copy:hover
{
    background: url(images/icons.png) no-repeat 0 -470px;
}
.toolbar .back:hover
{
    background: url(images/icons.png) no-repeat 0 -490px;
}
.toolbar .add:hover
{
    background: url(images/icons.png) no-repeat 0 -510px;
}
.toolbar .preview:hover
{
    background: url(images/icons.png) no-repeat 0 -530px;
}

.toolbar .arrowDown:hover
{
    background: url(images/icons.png) no-repeat 0 -140px;
}

#menu3
{
    float: left;
    padding-right: 32px;
}
#menu3 a
{
    background: transparent url(images/l3_left.png) 0 0 no-repeat;
    padding: 0 0 0 0;
    margin-left: 1px;
    margin-right: 1px;
}
#menu3 a.selected
{
    background: transparent url(images/l3_left_a.png) 0 0 no-repeat;
}
#menu3 a span
{
    display: block;
    background-image: url(images/l3_right.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 5px 10px 4px 11px;
    margin-right: -5px;
}
#menu3 a.selected span
{
    background-image: url(images/l3_right_a.png);
    color: Black;
}

/* live edit */

div.RadEditor
{
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
.RadEditor .Default.RadEditor, .reToolCell
{
    background-color: #ECECEC;
}
div.RadEditor .reToolbarWrapper
{
    margin-top: 0;
}
.cmsContLayer
{
}

#cmsHighlighterss
{
    background: black;
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}
.iframe
{
}
.iframeWrapper
{
    overflow: visible;
    position: relative;
}
.cmsContent0, .cmsContent1, .cmsContent2, .cmsContent3
{
    min-height: 30px;
    float:left;
    width:100%;
}
#iframeContent
{
    overflow: auto;
    margin-top: 30px;
}
.cmsHighlighter
{
    position: absolute;
    cursor: text;
}
.cmsEditorCloseButton
{
    margin: 0;
    padding: 0;
    float: right;
    margin-right: -1px;
    margin-top: -21px;
    position: relative;
    z-index: 1;
    background-color: #ececec;
    border: 1px solid #828282;
    border-bottom: 0;
    height: 20px;
}
.cmsEditorCloseButton .close
{
    margin: 0;
    padding: 0;
    background: url(images/icons.png) no-repeat 0 -40px;
    padding: 5px;
    padding-left: 25px;
    line-height: 20px;
    height: 20px;
}
.cmsEditorCloseButton .close:hover
{
    background: url(images/icons.png) no-repeat 0 -121px;
}

.WebBlue.RadEditor
{
    position: relative;
}
.RadEditor .reTool span
{
    /* hide text inside buttons in editor toolbar */
    line-height: 99px;
     overflow:hidden;
}

.RadEditor.ie .reTool span
{
    /* hide text inside buttons in editor toolbar */
    line-height: 99px;
     overflow:visible;
}
