/**** GET LOST SKYPE! ****/
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

td.deletedEntity {
	text-align: center;
	border: 1px solid #735121;
	background-color: #C35E00;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.25em;
}

ul#adminScreen {
	margin: 0;
	padding: 0;
}
ul#adminScreen li {
	display: block;
	width: 157px;
	text-align: center;
	float: left;
}
ul#adminScreen li.wide {
	width: 314px;
}
ul#adminScreen li a {
	display: block;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	font-size: 11pt;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0px 4px;
	white-space: nowrap;
	overflow: hidden;
	margin: 2px 4px;
	line-height: 2em;
}
ul#adminScreen li a:hover {
	color: #990000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}

.adminheader {
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	font-weight: bold;
	/*color: #B16E10;*/
	font-size: 1.25em;
	padding: 2px;
}

a.bigButton {
	display: block;
	font-size: 20pt;
	text-align: center;
	text-decoration: none;
	color: gray;
}
a.bigButton:hover {
	color: black;
}
#page #sidebar #languages {
	text-align: right;
	padding-right: 10px;
}
#page #sidebar #languages a,
#page #content #languages a {
	padding: 1px;
}
#page #sidebar #languages img.selected,
#page #content #languages img.selected {
	border: 1px solid #FFB244;
	background-color: #FFD9A3;
}
#page #content #languages {
	text-align: right;
	padding-right: 10px;
	float: right;
	width: 160px;
}
table.contenttable {
	border-spacing: 0px;
}
table.contenttable tr td, table.contenttable tr th{
	padding: 4px;
}
table.contenttable tr.odd td {
	background-color: #DDDDDD;
}
table.contenttable tr.odd td a.textbutton {
	background-color: #d0d0d0;
	border-color: #bbb;
}
table.contenttable tr.odd td a.textbutton:hover {
	background-color: #c5c5c5;
	border-color: #999;
}
table.contenttable tr.even td {
}
table.contenttable td a {
	display: block;
}
table.contenttable td.inlineIcons a {
	display: inline;
}
table.contenttable tr.inline-separator td {
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
}
div.textbutton, a.textbutton {
	padding: 3px 10px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #EEEEEE;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font-weight: bold;
	color: #666666;
	font-size: 11pt !important;
	line-height: 28px;
	white-space: nowrap;
}
div.textbutton {
	border: 1px solid #999999;
	width: auto;
	display: inline;
	background-color: #DDDDDD;
	font-weight: normal;
}
div.textbutton input {
	vertical-align: top;
	margin-top: 7px;
}
div.textbutton input.text {
	vertical-align: top;
	margin-top: 3px;
	padding: 1px 2px;
}
div.textbutton select {
	vertical-align: top;
	background-color: #DDDDDD;
	border: medium none;
	margin: 4px -8px 0;
	height: 20px;
}
a.textbutton:hover {
	color: #990000;
	background-color: #DDDDDD;
	border: 1px solid #999999;
}
a.textbutton img {
	padding-right: 5px;
	padding-top: 6px;
	margin-left:-5px;
	vertical-align: top;
}
a.textbutton-disabled, a.textbutton-disabled:hover {
	border: 1px solid #DDD;
	background-color: #eee;
	color: #bbb;
}

/* Tabbed control styling */
#tabcontrol {
	vertical-align: bottom;
}
#tabcontrol #tabs {
	/*height: 100%;*/
	white-space: nowrap;
}
#tabcontrol #tabs a {
	display: block;
	float: left;
	text-align: center;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-right: 4px;
	padding: 4px 12px;
	color: #666666;
	background-color: #DDDDDD;
	text-decoration: none;
	/*height: 100%;*/
}
#tabcontrol #tabs a:hover {
	background-color: #D4D4D4;
	color: #000000;
}
#tabcontrol #tabs a.activetab {
	background-color: white;
	color: #990000;
	margin-bottom: -1px;
	padding-bottom: 5px;
	font-weight: bold;
}
#tabcontrol #tabs a.disabled {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #bbbbbb;
}
#tabcontrol #tabs a.disabled:hover {
	background-color: #EEEEEE;
	color: #bbbbbb;
	cursor: default;
}
#tabcontrol div.tab {
	clear: both;
	border: 1px solid #666666;
	padding: 5px;
	display: none;
	background-color: white;
}
#tabcontrol div.activetab {
	display: block;
}
.formbuttons {
	text-align: center;
	padding: 15px 0px;
}
#tasks, #tasks a {
	font-size: 12pt;
	text-align: left;
	color: gray;
}
#tasks a {
	display: block;
}
#tasks .due, #tasks .due a {
	font-size: 12pt;
	color: #DF5400;
	font-style: italic;
}
#tasks .soon, #tasks .soon a {
	color: #AF923A;
	font-size: 12pt;
}
#tasks .active {
	/*background-color: #ddd;
	box-shadow: 0px 0px 5px 0px #999;
	border: medium none;*/
	background-image: url(/images/stopwatch_on.png);
	background-position: right center;
	background-repeat: no-repeat;
}
#tasks span {
	font-size: 8pt;
	font-style: normal;
	color: gray;
	display: block;
}

.filecontrol {
	min-height: 86px;
	max-height: 258px;
	overflow: auto;
	border: 1px solid #999;
	background-color: #E5E5E5;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	padding: 3px;
}
.filecontrol .fc_header {
	margin: -3px -3px 0 -3px;
	border-bottom: 1px solid #999;
	background-color: #D5D5D5;
	padding-left: 3px;
	height: 20px;
	line-height: 20px;
	color: #666666;
}
.filecontrol_disabled {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
}
.filecontrol_disabled .fc_header {
	background-color: #e4e4e4;
}
.filecontrol div {
	float: none;
	clear: both;
}
.filecontrol a.folder,
.filecontrol a.file {
	display: block;
	color: #333;
	text-decoration: none;
	line-height: 1em;
	margin: 2px;
	border: 1px solid #E5E5E5;
	width: 64px;
	height: 80px;
	text-align: center;
	float: left;
	font-size: 0.9em;
	overflow: hidden;
}
.filecontrol_disabled a.folder
.filecontrol_disabled a.file {
	border: 1px solid #f4f4f4;
	opacity: 0.33;
	cursor: default;
}
.filecontrol a.unsaved {
	color: #333399;
	font-style: italic;
}
.filecontrol a.folder:hover, .filecontrol a.active,
.filecontrol a.file:hover, .filecontrol a.active {
	border: 1px dotted #666;
}
.filecontrol_disabled a.folder:hover,
.filecontrol_disabled a.file:hover {
	border: 1px solid #f4f4f4;
}
.filecontrol a.folder img,
.filecontrol a.file img {
	width: 32px;
	height: 32px;
	vertical-align: bottom;
	margin: 0px auto 3px auto;
	display: block;
}
body ul.cm_default span.open_file {
	background-image:url(/images/page_white_magnify.png);
	background-position: top left !important;
}
body ul.cm_default span.download_file {
	background-image:url(/images/page_white_put.png);
	background-position: top left !important;
}
body ul.cm_default span.delete_file {
	background-image:url(/images/page_white_delete.png);
	background-position: top left !important;
}
body ul.cm_default span.delete_folder {
	background-image:url(/images/folder_delete.png);
	background-position: top left !important;
}
body ul.cm_default span.new_file {
	background-image:url(/images/page_white_add.png);
	background-position: top left !important;
}
body ul.cm_default span.new_folder {
	background-image:url(/images/folder_add.png);
	background-position: top left !important;
}
body ul.cm_default .disabled span.open_file {
	background-image:url(/images/page_white_magnify_off.png);
}
body ul.cm_default .disabled span.download_file {
	background-image:url(/images/page_white_put_off.png);
}
body ul.cm_default .disabled span.delete_file {
	background-image:url(/images/page_white_delete_off.png);
}
body ul.cm_default .disabled span.delete_folder {
	background-image:url(/images/folder_delete_off.png);
}
body ul.cm_default .disabled span.new_file {
	background-image:url(/images/page_white_add_off.png);
}
body ul.cm_default .disabled span.new_folder {
	background-image:url(/images/folder_add_off.png);
}
.readonly_field {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	padding: 1px 3px;
	min-height: 18px;
	color: #333;
}
#tabconttrol .readonly_field {
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #666;
}
td.readonly_field {
	margin: 2px;
}
.drag_handle {
	cursor: pointer;
}
.drag_placeholder {
	display: inline-block;
	background-color: #dddddd;
	width: 100%;
	clear: both;
}
#tabconttrol .drag_placeholder {
	background-color: #eeeeee;
}

tr.task_overdue td, .task_overdue {
background: rgb(255,172,158);
background: -moz-linear-gradient(top,  rgba(255,172,158,1) 0%, rgba(204,135,126,1) 41%, rgba(204,129,118,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,172,158,1)), color-stop(41%,rgba(204,135,126,1)), color-stop(100%,rgba(204,129,118,1)));
background: -webkit-linear-gradient(top,  rgba(255,172,158,1) 0%,rgba(204,135,126,1) 41%,rgba(204,129,118,1) 100%);
background: -o-linear-gradient(top,  rgba(255,172,158,1) 0%,rgba(204,135,126,1) 41%,rgba(204,129,118,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,172,158,1) 0%,rgba(204,135,126,1) 41%,rgba(204,129,118,1) 100%);
background: linear-gradient(top,  rgba(255,172,158,1) 0%,rgba(204,135,126,1) 41%,rgba(204,129,118,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffac9e', endColorstr='#cc8176',GradientType=0 );
}
tr.task_not_started td, .task_not_started {
background: rgb(253,255,196);
background: -moz-linear-gradient(top,  rgba(253,255,196,1) 0%, rgba(230,232,174,1) 41%, rgba(209,211,152,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,255,196,1)), color-stop(41%,rgba(230,232,174,1)), color-stop(100%,rgba(209,211,152,1)));
background: -webkit-linear-gradient(top,  rgba(253,255,196,1) 0%,rgba(230,232,174,1) 41%,rgba(209,211,152,1) 100%);
background: -o-linear-gradient(top,  rgba(253,255,196,1) 0%,rgba(230,232,174,1) 41%,rgba(209,211,152,1) 100%);
background: -ms-linear-gradient(top,  rgba(253,255,196,1) 0%,rgba(230,232,174,1) 41%,rgba(209,211,152,1) 100%);
background: linear-gradient(top,  rgba(253,255,196,1) 0%,rgba(230,232,174,1) 41%,rgba(209,211,152,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdffc4', endColorstr='#d1d398',GradientType=0 );
}
tr.task_done td, .task_done {
background: rgb(223,255,196);
background: -moz-linear-gradient(top,  rgba(223,255,196,1) 0%, rgba(200,229,174,1) 41%, rgba(178,209,152,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,255,196,1)), color-stop(41%,rgba(200,229,174,1)), color-stop(100%,rgba(178,209,152,1)));
background: -webkit-linear-gradient(top,  rgba(223,255,196,1) 0%,rgba(200,229,174,1) 41%,rgba(178,209,152,1) 100%);
background: -o-linear-gradient(top,  rgba(223,255,196,1) 0%,rgba(200,229,174,1) 41%,rgba(178,209,152,1) 100%);
background: -ms-linear-gradient(top,  rgba(223,255,196,1) 0%,rgba(200,229,174,1) 41%,rgba(178,209,152,1) 100%);
background: linear-gradient(top,  rgba(223,255,196,1) 0%,rgba(200,229,174,1) 41%,rgba(178,209,152,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfffc4', endColorstr='#b2d198',GradientType=0 );
}
tr.task_pending td, .task_pending {
background: rgb(196,220,255);
background: -moz-linear-gradient(top,  rgba(196,220,255,1) 0%, rgba(175,200,234,1) 41%, rgba(152,177,214,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(196,220,255,1)), color-stop(41%,rgba(175,200,234,1)), color-stop(100%,rgba(152,177,214,1)));
background: -webkit-linear-gradient(top,  rgba(196,220,255,1) 0%,rgba(175,200,234,1) 41%,rgba(152,177,214,1) 100%);
background: -o-linear-gradient(top,  rgba(196,220,255,1) 0%,rgba(175,200,234,1) 41%,rgba(152,177,214,1) 100%);
background: -ms-linear-gradient(top,  rgba(196,220,255,1) 0%,rgba(175,200,234,1) 41%,rgba(152,177,214,1) 100%);
background: linear-gradient(top,  rgba(196,220,255,1) 0%,rgba(175,200,234,1) 41%,rgba(152,177,214,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4dcff', endColorstr='#98b1d6',GradientType=0 );
}
#stopwatch_header {
	padding-left: 16px;
	width: 350px;
}
#stopwatch_header div {
	padding-left: 32px;
	font-size: 9pt;
	line-height: 14px;
	height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	border-radius: 4px;
	overflow: hidden;

}
#editpo_header {
	padding-left: 4px;
	width: 35px;
}
#editpo_header div {
	display: block;
	font-size: 9pt;
	line-height: 14px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 4px;
	overflow: hidden;
}
.stopwatch_off, .stopwatch_disabled {
	background-image: url(/images/stopwatch_off.png);
	background-color: #aaa;
	border: 1px solid #666;
	box-shadow: 0px 0px 5px 0px #5F0000;
	cursor: pointer;
}
.stopwatch_disabled {
	background-image: url(/images/stopwatch_disabled.png);
	cursor: default;
}
.stopwatch_on {
	background-image: url(/images/stopwatch_on.png);
	cursor: pointer;
	background-color: #ddd;
	border: 1px solid #888;
	box-shadow: 0px 0px 10px 0px #555;
}
#editpo_header div.stopwatch_off {
	background-image: url(/images/bekijk_off.png);
}
#editpo_header div.stopwatch_on {
	background-image: url(/images/bekijk.png);
}
#editpo_header div.stopwatch_disabled {
	background-image: url(/images/bekijk_off.png);
}
#login_header {
	font-size: 8pt;
	line-height: 12px;
	padding-left: 12px;
	height: 50px;
	width: 173px;
	overflow: hidden;
}

table.messagestable {
	width: 75%;
}
table.messagestable tr td {
	padding: 2px;
}
table.messagestable tr.head td {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid lightgrey;
}
table.messagestable tr.head1 td {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid lightgrey;
}
table.messagestable tr.head2 td {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(top,  #dddddd 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
table.messagestable tr.head2 td.subject {
	padding-left: 4px;
	font-style: italic;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}
table.messagestable tr.head2 td.subject2 {
	border-right: medium none;
}
table.messagestable tr td.icon {
	width: 1%;
	border-left: 1px solid lightgrey;
}
table.messagestable tr td.date {
	/*width: 29%;*/
}
table.messagestable tr td.sender {
	/*width: 70%;*/
	border-right: 1px solid lightgrey;
	text-align: right;
}
table.messagestable tr td.recipients {
	border-right: 1px solid lightgrey;
	text-align: right;
}
table.messagestable tr td.message {
	padding: 4px;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
}
table.messagestable tr td.attachments {
	padding: 5px 0 4px 6px;
	border-bottom: 1px solid lightgrey;
	border-left: 1px solid lightgrey;
	border-right: 1px solid lightgrey;
	background-color: #FFF7E0;
}
table.messagestable tr td.attachments a {
	margin-right: 16px;
	text-decoration: none;
	color: #000;
	opacity: 0.70;
}
table.messagestable tr td.attachments a:hover {
	opacity: 1;
}
table.messagestable tr td.attachments a img {
	vertical-align: top;
	padding-right: 2px;
}
table.messagestable tr td.message .reply-container {
	border-top: 1px solid lightgrey;
	margin: 0 -4px -4px -4px;
	color: #666;
	font-size: 0.9em;
	line-height: normal;
}
table.messagestable tr td.message .reply-header {
	background-color: #eee;
	border-bottom: 1px solid lightgrey;
	padding: 4px;
	font-style: italic;
}
table.messagestable tr td.message .reply-body {
	padding: 4px;
}
table.messagestable tr td.message .reply-body p:first-child {
	margin-top: 0;
}
table.messagestable tr td.message .reply-body p:last-child {
	margin-bottom: 0;
}
table.messagestable tr td.spacer {
	height: 1em;
}
.fieldExplanation {
	font-size: 0.8em;
	font-style: italic;
	color: #999;
	line-height: 1em;
}
.email-address-editor-container .email-composer-email-address {
	border: 1px solid #ccc;
	border-right: medium none;
	border-radius: 3px;
	background-color:#eee;
	padding: 0 0 0 4px;
	white-space: nowrap;
	margin-right: 6px;
	margin-bottom: 4px;
/*	font-size: 10pt;
	line-height: 19px;*/
	line-height: 23px;
	display: block;
	float: left;
}
.email-address-editor-container .email-composer-email-address img {
	vertical-align: middle;
	padding-bottom: 1px;
}
.email-address-editor-container .email-composer-email-address img.email-composer-delete-address {
	/*padding: 2px 2px 3px 2px;*/
	padding: 4px 0px 5px;
	border-radius: 0 3px 3px 0;
	background-color:#ccc;
	border: 1px solid #aaa;
	margin-left: 4px;
	vertical-align: bottom;
	cursor: pointer;
}
.email-address-editor-container .email-composer-add-email {
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color:#eee;
	padding: 0 4px;
/*	font-size: 10pt;
	line-height: 19px;*/
	display: block;
	float: left;
}

td#list-of-identities {
	border:1px solid grey;
	vertical-align: top;
	background-color: #F0F0F0;
}
td#list-of-identities a {
	display: block;
	padding: 4px 2px;
	cursor: pointer;
}
td#list-of-identities a:hover {
	background-color: #eeeeee;
}
td#list-of-identities a.selected {
	background-color: #FFE4B5;
}




