﻿* 
{
    margin: 0;
    padding: 0;    
}

body
{
    font-family: Verdana, Sans-Serif;
    font-size: 12px;
    background: white;
}

h1, h2, h3, h4
{
    font-weight: bold;
}

h1 { font-size: 30px; text-align: center; color: #002f63; }
h2 { font-size: 18px; padding-top: 37px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

.view-line,
.view-box
{
    position: absolute;
    right: 70px; 
    margin-top: 4px;
    _margin-top: 6px;
}
.view-line { right: 100px; }

.pager .view-box { right: 0px; _right: 30px; }
.pager .view-line { right: 30px; _right: 60px;  }

.pager .view-box,
.pager .view-line
{
    margin-top: 1px;
    _margin-top: 3px;
}

#leftmenu h4
{
    color: #d1eefc;
}

img
{
    border: 0;
}

a
{
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

a:hover
{
    color: #002f63;
}

input.tiny { width: 25px; }
input.small { width: 50px; }
input.medium { width: 100px; }
input.large { width: 200px; }

b, .bold
{
    font-weight: bold;    
}

.padding10
{
    padding: 10px;
}

/* general styles */

#site
{
    width: 960px;
    margin: 20px auto;
}



#siteinner
{
    float: left;
    background: url("../Images/site.png") repeat-y;
    
    min-height: 600px;
    _height: 600px;
    padding-bottom: 20px;
    position: relative;
}

#leftmenu
{
    width: 200px;
    float: left;
    color: White;
    padding-bottom: 80px;
}

#content
{
    width: 760px;
    float: left; 
}

#content .inner
{
    background: url("../Images/content.png") no-repeat 640px 30px;
    padding: 0 20px;
}

div.white
{
    background: white;
    border: 1px solid #aaa;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
    min-height: 565px;
}

.pager2
{
	padding: 0 !important;
	margin: -9px 0 0 0 !important;
}


.pager
{
    position: absolute;
    left: 300px;
    padding-top: 2px;
    width: 350px;
}

.pager a
{
    color: White;
    padding: 2px;
}
.pager a:hover
{
    color: #ccc;
}

.pager a.active
{
    background: white;
    color: Navy;
    padding: 2px 5px;
}

.pagerNdropdown
{
    float: right;
    margin-right: 5px;
}

.head span
{
    position: absolute;
    left: 35px;
    top: 9px;
}

.head select
{
    position: absolute;
    right: 10px;
    top: 8px;
}

.deleteButton span
{
}

.editFolder h3
{
    padding: 15px 0 5px 0;
}

.pagerNdropdown a
{
    color: black;
    padding: 2px;
}
.pagerNdropdown a:hover
{
    color: #999;
}

.pagerNdropdown a.active
{
    background: #999;
    color: white;
    padding: 2px 5px;
}

table.search input,
table.search select
{
    margin-right: 10px;
}

table.view 
{
    width: 100%;
}

table.view a img
{
    margin-top: 2px;
}

table.view td
{
    padding: 5px;
    border-bottom: 1px solid #aaa;
	word-break: break-all;
}

table.view th 
{
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    text-align: left;
    padding: 5px;
}

table.view th.last
{
    border-right: 0 !important;
}

table.view td.head
{
    background: #002f63;
    color: White;
}

table.view .small
{
    cursor: pointer;
}

.big3
{
    display: none;
    position: absolute;
    max-height: 500px;
    max-width: 500px;
    margin-left: 100px;
    margin-top: -100px;
    z-index: 99999;
}

/*
.big2
{
    padding: 10px;
    border: 1px solid #aaa;
    position: absolute;
    
    left: 50%;
    background: #fff;
    display: none;
    z-index: 9999999999999;
}
*/

/* does not work in IE6 */
.big2
{
    padding: 10px;
    border: 1px solid #aaa;
    position: fixed;
    
    left: 50%;
    margin-left: -100px;
    
    top: 200px;
    background: #fff;
    display: none;
    z-index: 9999999999999;
}


 .big2 img
 {
 	max-height: 450px;
 }

/*
.white .big
{
    padding: 10px;
    border: 1px solid #aaa;
    position: absolute;
    
    left: 110px;
    margin-top: -50px;
    background: white;
    display: none;
}
*/

div.error ul
{
    border: 5px solid #990000;
    background: #ffdddd url('../images/error.png') 10px 10px no-repeat;
    padding: 10px;
    margin: 10px 0;
    display: block;
}

div.error li
{
    margin-left: 90px;
    color: #990000 !important;
}

div.admin-page .white
{
    padding: 0 20px 10px 20px !important;
    margin-top: 0px;
}

div.admin-page th
{
    text-align: left;
}

div.admin-page h3
{
    padding: 10px 0 10px 0;
}

div.admin-page input.text
{
    width: 100px;
}

ul.list 
{
    padding-top: 10px;
}

ul.list li
{
    list-style: none;
    display: block;
}

ul.list li a
{
    text-decoration: underline;
    display: block;
    padding: 10px 0 10px 35px;
    background: url('../Images/f.png') no-repeat 5px 5px;
}

ul.list li a:hover
{
    font-weight: bold;
}

ul.squares
{
    padding: 20px 0 0 20px;
}


ul.squares li
{
    display: block;
    float: left;
    border-bottom: 0px;
    width: 210px; 
    margin: 0 18px 18px 0; 
    padding: 0;
}

ul.squares .tr1 td
{
    height: 30px;
	border-bottom: 1px solid #aaa;
}

ul.squares .tr2 td
{
    height: 207px;
	border-bottom: 1px solid #aaa;
}

ul.squares .tr3 td
{
    height: 40px;
	border-bottom: 1px solid #aaa;
}

ul.squares li table
{
    width: 100%;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;    
	height: 310px;
}

.folder
{
    padding: 20px;
}

table.edit td
{
    vertical-align: top;
}

table.edit table td
{
    padding: 0px 5px 10px 5px;
}

.slettet
{
	background: Red;
}


table.edit table input.textbox
{
    width: 200px;
}

table.edit table textarea
{
    width: 202px;
    height: 100px;
}

.editelement
{
    padding: 20px;
}

.entriesPerPage
{
    position: absolute;
    bottom: 20px;
    left: 20px;
}

#login
{
    border-top: 1px solid #d1eefc;
    border-bottom: 1px solid #d1eefc;
    margin-top: 0px;
    padding: 20px;   
}

#login input.button
{
    clear: both;
    display: block;
}

input.button
{
    padding: 2px 5px;
}

#login .checkbox
{
    margin: 4px 0;    
}

#login span
{
    padding: 8px 0 4px 0;
    display: block;
}

#login b
{
    padding-bottom: 5px;
    display: block;
}

.leftmenu
{
/*    border-top: 1px solid #d1eefc; */
    margin-top: 80px;
}

.leftmenu li
{
/*    border-bottom: 1px solid #d1eefc;*/
    display: block;
}

.leftmenu a
{
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
}

.leftmenu a:hover,
.leftmenu a.selected
{
    background: white;
    color: #002f63;
}

.leftmenuTopLeft { background: url("../Images/leftmenu-topleft.gif") no-repeat 0 0; }
    
.irmalogo
{
}

.frontpage
{
    background: url("../Images/frontpage.png") no-repeat 0px 0px;
    padding: 100px 120px 0 80px;
    min-height: 600px;
    _height: 600px;
}

.loginpage
{
    background: url("../Images/loginpage.png") no-repeat 0px 0px;
}

/* temp */

.out { display: none; }
.in { display: block; }

.childItem
{
	margin-left: 10px;
}

.backBTN
{
   float: right;
}

.menuLogo
{
    position: absolute;
    bottom: 20px;
    left: 55px;
}

div ul.adminmenu
{ 
	width: 700px;
	font-size: 0.9em; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 15px 0 0 0; 
	padding: 0; 
	height: 24px;
    display: block;
    clear: both;
}

div ul.adminmenu li.menuitem
{
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background: white;
	display: block; 
	float: left;
	padding: 5px 10px; 
	margin: 0 3px 0 3px; 
}

div ul.adminmenu li.menuitem a
{ 
	margin:0 3px 0 3px; 
	text-decoration: none; 
	display: block; 
	float: left; 
}

div ul.adminmenu li.active
{ 
	margin: 0 3px 0 3px; 
	background-color: #002F63;
}

div ul.adminmenu li.active a
{
	color: #ffffff !important;
}

.hide
{
    visibility: hidden;
    display: none;
}

.pager input
{
    margin-top: -2px !important;
}

.pager
{
    margin-top: 2px;
}

.prPage
{
    float: right;
}

.pagerbottom
{
    display: none;
}

.progress
{ 
	width: 180px;
	height: 80px;
	padding: 10px;
	padding-top: 20px;
	background-color: #fff;
	border: solid 1px #999;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 9999999;
	text-align: center;
	font-size: 14px;
	 _position:absolute;  /*  IE6  only  hack  */
}

.progress img
{
	display: inline-block; 
	vertical-align: middle;
}

.MultiFile-remove{
    color:#000!important;
}

.MultiFile-label{
    padding: 5px!important;
}