﻿html, body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size:90%;
	background-image:url(/Images/background.gif);
	background-repeat:no-repeat;
}

a				{color: #4B747B; text-decoration: underline;}
a:visited		{color: #4B747B; text-decoration: underline;}
a:active		{color: #4B747B; text-decoration: underline;}
a:hover			{color: #A54A59; text-decoration: underline;}


img, form
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

select { 
	border: 1px solid #919191;
	background-color: #F8F8F8;
	font-size: 11px;
	color: #333;
	height: 19px;
}

#MenuDiv
{
	background-color: #759DA4;
	float: left;
	width: 800px;
	height: 36px;
	background-image:url(/Images/topbarbg.png);

}

#ScrollAreaDiv
{
	float: left;
	width: 200px;
	height: 25px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	border-bottom:1px solid #3B4269;
}


#MainContentDiv
{
	width: 760px;
	float: left;
	padding: 20px;
	
}

#SidePanelContentDiv
{
	float: left;
	width: 180px;
	padding: 10px;
	padding-top: 30px;
}

.sidelinks{
font-size:11px;
line-height:20px;
}

input {
padding-left:1px;
padding-right:2px;
font-weight:normal;
}

textarea {
padding-left:2px;
padding-right:2px;
font-weight:normal;
}


h1
{
	font-size:18px;
	color:#9EBEC4;
	padding:0px;
	margin: 15px 0 5px 0;
	background-repeat:no-repeat;
	height:22px;
	font-weight:normal;
}

.itemtd
{
	font-size:11px;
	color:#333333;
	vertical-align: top;
	padding-bottom:1px;
	padding-right:3px;
}

.itemtdbold
{
	font-size:11px;
	color:#333333;
	vertical-align: top;
	padding-bottom:1px;
	padding-right:3px;
	font-weight: bold;
}

.itemtdhdr {
font-size:11px;
color:#999999;
vertical-align: top;
height:25px;
}

.itemtdbotrow {
font-size:11px;
color:#333333;
vertical-align: top;
border-bottom:1px solid #CCCCCC;
}

.infosidebox {
background-color: #FFFFFF; 
padding: 10px; 
padding-left:8px;
margin-bottom: 4px;
font-size:11px;
line-height:16px;
}

.infosideboxhdr{
padding-bottom:5px;
}

.infosideboxnotes {
padding-bottom:5px;
margin-bottom:10px; 
border-bottom:1px solid #CCCCCC;
line-height:20px;
}

.infosideboxhis {
padding-bottom:5px;
margin-bottom:6px; 
line-height:20px;
}

.copy {
	clear:both;
	float:left;
	position:absolute ;
	top:550px;
/*	width:760px;
	border-bottom:1px solid #CCCCCC;*/
}

.userdatelog {
margin-top:10px;
color:#666;
font-weight:normal;
font-size:12px;
}

h2
{
	font-size: 14px;
	color:#4B747B;
	margin:0px;
	margin-top:10px;
	margin-bottom:4px;
}

hr
{
	height: 1px;
	color: #CCC;
	margin: 2px;
	padding: 0px;
}

.FormBlock
{
	
	font-size:11px;
	border: 1px solid #CCC;
	padding: 10px;
	color: #333;
	clear: both;
	padding-left: 0px;
}

.listrow, .listrow TD{
	background-color:white;
	border-bottom:1px solid #DDDDDD;
		font-size:11px;
}
        

.listrowover, .listrowover TD{
	border-bottom:1px solid #CCCCCC;
	background-color:#F4F4F4;
	color:#A54A59;
	text-decoration:underline;
	font-size:11px;
}

.SmlButton
{
	color:#fff;
	margin-top:8px;
	background-color:#A54A59;
	width:120px;
	border: 1px solid #721A28;
	font-size:10px;
	margin-left:1px;
		cursor:pointer;
}

.NextButtonSml
{
	font-weight:bold;
	color:#fff;
	background-color:#759DA4;
	border-color:#4B747B;
	font-size:11px;
	width:150px;
	border:1px solid #000033;
	height:19px;
		cursor:pointer;
}


.NextButtonSml.sffocus
{
	font-weight:bold;
	color:#fff;
	background-color:#759DA4;
	border-color:#4B747B;
	font-size:11px;
	width:150px;
	border:1px solid #FFFFFF;
	height:19px;
		cursor:pointer;
}

.NextButton
{
	font-weight:bold;
	color:#fff;
	margin-top:8px;
	background-color:#759DA4;
	border-color:#4B747B;
	width:150px;
	border:1px solid #000033;
	background-image:url(/Images/icon_next.png);
	background-repeat:no-repeat;
	background-position: right center;
	cursor:pointer;
	font-size: 11px;
	height: 19px;
}

.ExcelExportButton
{
	font-weight:bold;
	color:#fff;
	margin-top:8px;
	background-color:#759DA4;
	border-color:#4B747B;
	width:150px;
	border:1px solid #000033;
	background-image:url(/Images/excel.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
}

.NextButton.sffocus
{
	font-weight:bold;
	color:#fff;
	margin-top:8px;
	background-color:#759DA4;
	border-color:#4B747B;
	width:150px;
	border:1px inset #FFFFFF;
	border-style:inset;
	text-decoration:underline;
		cursor:pointer;
}
.BlueButton
{
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	height:20px;
	padding-bottom:1px;
	background-color:#759DA4;
	border: 1px solid #4B747B;
	width:150px;
	background-repeat:no-repeat;
	background-position: left center;
		cursor:pointer;
}

.BackButton
{
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	height:20px;
	padding-bottom:1px;
	background-color:#759DA4;
	border: 1px solid #4B747B;
	width:150px;
	background-image:url(/Images/icon_back.gif);
	background-repeat:no-repeat;
	background-position: left center;
	float: left;
	font-size: 11px;
}

.SaveBtn
{
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	background-color:#A54A59;
	width:150px;
	border: 1px solid #721A28;
	background-image:url(/Images/icon_save.gif);
	background-repeat:no-repeat;
	background-position: right center;
	cursor:pointer;
	font-size: 11px;

}

.SendBtn
{
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	background-color:#98BF7B;
	width:150px;
	float: right;
	border: 1px solid #721A28;
	background-image:url(/Images/icon_next.png);
	background-repeat:no-repeat;
	background-position: right center;
	font-size: 11px;
	height: 20px;
}


.FinishBtn
{
	color:#fff;
	font-weight:bold;
	margin-top:8px;
	background-color:#53A427;
	width: 150px;
	float: right;
	border: 1px solid #2E8822;
	background-image:url(/Images/icon_next.png);
	background-repeat:no-repeat;
	background-position: right center;
	margin-left: 5px;
	font-size: 11px;
	height: 20px;

}

.buttonafgehandeld
{
	color:#fff;
	font-size:11px;
	margin-top:8px;
	height:20px;
	padding-bottom:1px;
		padding-right:10px;
	background-color:#759DA4;
	border: 1px solid #293366;
	width:150px;
		background-image:url(/Images/icon_afhand.gif);
	background-repeat:no-repeat;
	background-position: right center;
}

.butsmall
{
	color:#fff;
	font-size:11px;
	height:17px;
	padding-bottom:1px;
	background-color:#759DA4;
	border: 1px solid #293366;
	width:25px;
	vertical-align: top;
}

.melding {
font-size:12px;
font-weight:normal;

}

.OptionBox
{
	background-color: #F6F6F6;
	padding: 4px 6px 4px 10px;
	margin-bottom: 4px;
}

ul.arrows {
	margin:0;
	padding:0;
	padding-left:14px;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
}

html>body ul.arrows {padding-left:20px;}

li.arrowopen {
	list-style-image:url(/Images/arrowopen.gif);
	margin-left:-1px;
}

html>body li.arrowopen {margin-left:0px}
html>body li.arrowclose {margin-left:0px}
html>body li.arrowgrey {margin-left:0px}

li.arrowclose {
	list-style-image:url(/Images/arrowclose.gif);

}

li.arrowgrey {
	color:#999999;
	list-style-image:url(/Images/arrowgrey.gif);

}


#topmenu 
{
	padding-top:6px;
	padding-bottom:10px;
	margin:0px;
	padding-left:15px;
	width: 650px;
}

#topmenu li
{
	display:inline;
}
#topmenu li a
{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #FFF;
	text-decoration:none;
	padding: 5px 8px;
	height: 18px;
	border: 2px solid transparent;
	border-bottom: 0;
	
}
#topmenu li.active a
{
    background-color: #fff;
    color: #b7d1d5;
    border: 2px solid #608187;
    border-bottom: 0;
}



#topmenu li a:hover
{
	background-color:#4B747B;
	
}


#topmenu li.active a:hover
{
	background-color:#fff;
}


#MainMenu
{
	height: 90px;
	
}

#MainMenu li
{
	display: block;
	margin-right:15px;
	margin-bottom:15px;
	background-color: #EEE;
	float: left;
	cursor: pointer;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #C3C3C3;
border-top:1px solid #e1e1e1;
border-left:1px solid #e1e1e1;
}

#MainMenu li.lifocus
{
	display: block;
	margin-right:15px;
	margin-bottom:15px;
	background-color: #EEE;
	float: left;
	cursor: pointer;
	border-left: 1px solid #C3C3C3;
	border-top: 1px solid #C3C3C3;
	border-right: 1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

ul#MainMenu {
margin-left:0px;
}

html>body ul#MainMenu {
margin-left:-40px;
}

.mutbg {
	background-image:url(/Images/mutbg.gif);
	background-repeat:no-repeat;
}

  LI.lifocus .mutbg{
	background-image:url(/Images/mutbg_on.gif);
	background-repeat:no-repeat;
}

.regbg {
	background-image:url(/Images/regbg.gif);
	background-repeat:no-repeat;
}

  LI.lifocus .regbg{
	background-image:url(/Images/regbg_on.gif);
	background-repeat:no-repeat;
	
	
}



.openbg {
	background-image:url(/Images/openbg.gif);
	background-repeat:no-repeat;
}

  LI.lifocus .openbg {
	background-image:url(/Images/openbg_on.gif);
	background-repeat:no-repeat;
}

.notebg {
	background-image:url(/Images/notebg.gif);
	background-repeat:no-repeat;
}

LI.lifocus .notebg {
	background-image:url(/Images/notebg_on.gif);
	background-repeat:no-repeat;
}

.restcolor {
	color:#759DA4;	
	font-size: 14px;
	display:block;
	margin:0;
	padding:0;
}


#MainMenu li A
{
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#4B747B;
	cursor:pointer;
}

#MainMenu li A:hover
{
	color:#A54A59;
}

.shortcut
{
	padding-top:8px;
	font-size:10px;
	color:#aaa;
	text-transform:uppercase;
	float:right;
}

.MenuTextDiv
{
	height: 89px;
	width: 121px;
	padding:10px;
	padding-left:26px;
	padding-bottom:5px;
	padding-top:8px;
}


.StdTextbox
{
	border: 1px solid #919191;
	background-color: #F8F8F8;
	font-size: 11px;
	color: #333;
	height: 15px;
	font-family: Arial;
	
}


.FieldComment
{
	color: #AAAAAA;
	font-weight: normal;
}


ul.tree{
	width: auto;
	padding-left: 0px;
	margin-left: 0px;	
	margin-top: 0px;
}

ul.tree ul {
	margin-left: 0px;
	margin-bottom:10px;
		
		
}
ul.tree li.closed ul {
	display: none;
}

ul.tree li {
	list-style: none;
	display: block;
	width: auto;
	background-color:#f6f6f6;
	border-top:#eeece9 1px solid;
		
}

ul.tree li a
{
	font-weight: bold;
}

ul.tree span.b {
}

ul.tree span.a.children span.b {
	background: url(/Images/minus.gif) 0 50% no-repeat;
	cursor: pointer;
	margin-left:4px;

}
ul.tree li.closed span.a.children span.b {
	background: url(/Images/plus.gif) 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 19px;
	
}
ul.tree span.a.children span.c {

}
ul.tree span.a.spanClosed span.c {

}



ul.tree {
	width: auto;
	padding: 0px !important;
	font-size: 11px;
	background-color:#f6f6f6;
	border-bottom:1px solid #eeece9;
}	

.tree, .tree ul, .tree ul ul
{
	padding: 3px 0px !important;
	margin: 0px 0px !important;	
	text-indent:0;
}

.tree li
{
	background-color: #ededed;
	line-height: 16px;
	font-size: 11px;
	padding-left: 0px;
	display:block;
	text-indent:0;
	width: auto;
	position: relative;
	padding: 3px 0px !important;
	margin: 0px 0px !important;
}

.tree li li
{
	background-color: #ffffff;
	font-size: 11px;
	padding:2px;
	display:block;
}

.treecontent
{
	margin: 0;
	padding: 8px 4px 5px 10px;
}

.listrow, .listrow td
{
	background-color: white;
	border-bottom: 1px solid #CCCCCC;
}




.listrowover, .listrowover td
{
	border-bottom: 1px solid #CCCCCC;
	background-color: #F4F4F4;
}

.delimited-label
{
	display: block;
	width: 100px;
	float: left;
}

.labellist label
{
    width: 130px;
    float: left;
    display: block;
}

.labellist span
{
    font-weight: normal;
}


.FormBlock .row
{
	clear: both;
	margin-bottom: 7px;
	border-left: 5px solid #fff;
	padding-left: 5px;
	overflow: visible
}


.FormBlock .row.disabled label
{
	color: #888;
}


.FormBlock .row.disabled .StdTextbox, .FormBlock .row.disabled select
{
	color: #888;
	border: 1px solid #ccc;
}


.FormBlock .row.edition
{
	border-left: 5px solid #FFEE62;
}

.FormBlock .row.deletion
{
	border-left: 5px solid #F00000;
}

.FormBlock .row.addition
{
	border-left: 5px solid #4AE200;
}

.FormBlock label
{
	
	display: block;
	float: left;
	width: 200px;
	margin-top: 2px;
}

.FormBlock label.required
{
	font-weight: bold;
}

.FormBlock label.indented
{
	text-indent: 20px;
}

.StdTextbox.large
{
	width: 200px;
}

.StdTextbox.small
{
	width: 70px;
}


.StdTextbox.xsmall
{
	width: 30px;
}




.StdTextbox.xsmall
{
	width: 30px;
}

.StdTextbox.multiline
{
	height: 60px;
	width: 200px;
}

.FormBlock.fixed
{
	border: 0px;
}

.row .calendar-image
{
	top: 15px;
	vertical-align: middle;
	padding-bottom: 2px;
}

.FormBlock .row span
{
	width: 400px;
	height: 14px;
	margin-top: 2px;
	display: inline-block;
	padding: 0px;
	list-style-type: square;
}
.historyblock
{

	background-color: #f0f0f0;
	height: 25px;
	background-image: url(/images/historybarbg.png);
	
}

.historyblock .leftside
{
	float: left;
	width: 60px;
	height: 100%;
	margin-right: 20px;
	
	vertical-align: middle;

}
.historyblock .leftside img
{
	margin-top: 5px;
	margin-left: 10px;
}

.historyblock .tab
{
	height: 100%;
	width: 60px;
	background-repeat: no-repeat;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-right: 2px;
}

.historyblock .tab img
{
	margin-top: 7px;
}


.historyblock .tab
{
	background-image: url(/images/tab.png);
	background-position: left bottom;
	
}


.historyblock .tab.active
{
	background-image: url(/images/tab-active.png);
	background-position: left bottom;
	
}

.changeindicator
{
	float: left;
	width: 3px;
	height: 100%;
	background-color: #6CE26C;
}

.message
{
	background-image: url(/images/errormessagebg.png);
	
	margin: auto;
	
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 11px;
	color: #999;
	margin-bottom: 10px;
	overflow: visible;
	
}

.message strong
{
	color: #000;
}


.FormBlock table
{
	margin-left: 7px;
}

.newbutton
{
    width: 100px;
    float: right;
}

.legend
{
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    
}

.legend ul
{
    list-style-type: none;
    margin: 0;
    font-size: 10px;
    padding: 5px;
    color: #999;
    
}

.legend li img,
.legend li input
{
    vertical-align: middle;
}

table thead tr
{
    margin: 4px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #3E4A4E;
}

table tbody td
{
    vertical-align: top;
}
.contactpointcontrolgroup
{
    display: none;
}

.login-summary
{
    margin-left: 50px;
    
}

.login-summary span
{
    font-size: 11px;
    color: #adcdd3;
    width: 300px;
}


.login-summary span strong
{
    color: #def2f5;
}

.login-summary img
{
    margin-right: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
}
