div#folder_list_inline
{
background-color: pink;
overflow: auto;
width: 300px;
height: 100px;
}
div#admin_area p {
margin: 0;
}

div#admin_area a, div#admin_area a:link, div#admin_area a:visited {
    color: #004565;
		text-decoration: none;
		border: 0 !important;
}

div#admin_area a:hover
{
    text-decoration: none;   
}

/* Turn off list bullets */
	ul.mktree  li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul , ul.mktree li { margin-left:10px; padding:0px; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../img/tree_minus.png)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(img/tree_pluss.png)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default; background: url(img/tree.png) center left no-repeat; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }

.input_text { font-family: "Trebuchet MS", sans-serif, helvetica, arial; padding: 3px; border: 1px solid #8f8f8f; background: url(img/tittel.png) repeat-x bottom left #f9fdff; width: 50%; }
.input_text:focus { background: url(img/tittel_hover.png) repeat-x bottom left #fff2c6;  }

.input_text2 { font-family: "Trebuchet MS", sans-serif, helvetica, arial; padding: 3px; border: 1px solid #8f8f8f; background: url(img/tittel.png) repeat-x bottom left #f9fdff; font-size: 13px; }
.input_text2:focus { background: url(img/tittel_hover.png) repeat-x bottom left #fff2c6;  }

.blc { display: block; width: 100px; float: left; }
div#admin_area input, div#admin_area select { margin-bottom: 3px; }
div#admin_area textarea { width: 99%; margin-bottom: 6px; }
.textarea { height: 300px; }

.autosave { line-height: 26px; margin-left: 10px; font-size: 13px; color: #2f2f2f; }
div#admin_area fieldset { border: 1px solid silver; padding: 5px; margin-bottom: 5px;}

div#buttons { position: absolute; bottom: 0px; right:10px; }

.message { cursor: pointer; width: 100%; border: 1px solid green; background-color: #ade287; margin: 5px 0 5px 0;  } 

.message p { margin: 0; margin: 0 0 0 6px; padding: 10px 6px 10px 23px; background: url(img/ok.png) no-repeat center left; cursor: pointer; }

.error { cursor: pointer; width: 100%; border: 1px solid #951500; background-color: #ffcb8e; margin: 5px 0 5px 0; } 

.error p { margin: 0 0 0 6px; padding: 10px 6px 10px 23px; background: url(img/feil.png) no-repeat center left; cursor: pointer; }
.tabell 
 {
   border: 1px solid #070707;
   padding: 1px;
   background-color: #a0a0a0;
 }
.tr_head td
 {
   background-color: #333;
   border-bottom: 2px solid #78bd00;
   color: #fff;
   padding: 2px;
 }
.tr_bunn td
 {
   background-color: #fff;
   border-top: 1px solid #333;
   color: #333;
   padding: 2px;
 }
.tabell td
 {
  padding: 2px;
 }
p.page_row
 {
   background: url(img/page.png) no-repeat center left; padding-left: 20px; 
   line-height: 16px;
 }
p.page_row a
 {
   text-decoration: none;
   color: #333;
 }
.grey td 
 {
  background-color: #dfe6d2;
 }
.white td
 {
  background-color: #fff;
 }

 .ipe_header
  {
	 width: 100%; 
	 background: url(img/logo.gif) 10px center no-repeat #333; 
	 text-align: right;
	 border-bottom: 1px solid #fff;
	 position: relative;
   height: 40px;
	 z-index: 10;
	}

 .ipe_icon
  {
	 padding: 3px;
	 margin-top: 10px;
	}
 .ipe_header div.info
  {
	 position: absolute;
	 top: 8px;
	 left: 120px;
	 color: #fff;
	 font-size: 8px;
	 font-family: verdana;
	}

.helptext { font-size: 12px; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 2px solid #070707;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;

}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#333;
  border-bottom: 2px solid #78bd00;
  height:27px;
  color: #fff;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
.exit_me
{
 text-indent: -7000px;
 background: url(img/lukk.png) no-repeat top right;
 display: block;
 width: 16px;
 height: 16px;
 
}

div#struktur
{
    width: 181px;
	  float: left;
		margin-right: 5px;
		padding: 2px;
		font-family: sans-serif, helvetica, arial, verdana;
		font-size: 13px;
}
  div#struktur h3
	{
	    margin: 0;
			padding: 2px;
			font-size: 13px;
			line-height: 18px;
			font-weight: normal;
			border: 1px solid #a9bfd3;
			border-bottom: 1px solid #6f99cf; 
			background: url(img/fb_ico/bar.png) repeat-x top left;
	}
	div#struktur div#folders
	{
	    overflow: auto;
			height: 300px;
			border: 1px solid #a9bfd3;
			border-top: 0 solid;
	}
div#browse
{
    width: 100%;
		float: left;
		padding: 2px;
}


table
{
 		font-family: sans-serif, helvetica, arial, verdana;
		font-size: 13px;
		border: 1px solid #a9bfd3;
		min-height: 300px;
}		
thead tr.second td
{
    line-height: 22px;
		font-weight: bold;
		border-bottom: 1px solid #6f99cf;
		background: url(img/fb_ico/bar.png) repeat-x top left;
}	
thead tr.first td
{
    background-color: #dae7f6;
		border-bottom: 1px solid #a9bfd3;
}
tbody tr td 
{
    padding: 2px;
}
thead tr td
{
    padding: 0 0 0 2px;
}
tr.white td 
{
		background-color: #fff;
		padding: 2px 0 2px 2px;
}
tr.grey td
{
		background-color: #ececec;
		padding: 2px 0 2px 2px;
}
tr.white:hover td, tr.grey:hover td, tr.hover td
{
		background-color: #cddef3;
}

td img
{
    
	white-space: nowrap;
margin: 0;
padding: 0;

}



/* ------------------------ */

div.ipe_side
{
    border-bottom: 1px solid #545454;
		position: relative;
		margin-bottom: 8px;
}