/**** 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;
	text-decoration: none;
}
#page #sidebar #languages span,
#page #content #languages span{
	padding: 0 4px;
}
#page #sidebar #languages img.selected,
#page #content #languages img.selected {
	border: 1px solid #FFB244;
	background-color: #FFD9A3;
}
#page #content #languages span.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:nth-child(even) td {
	background: none;
}
table.contenttable tr:nth-child(odd) td {
	background-color: #DDDDDD;
}
table.contenttable tr:nth-child(odd) td a.textbutton,
table.contenttable tr.odd td a.textbutton {
	background-color: #d0d0d0;
	border-color: #bbb;
}
table.contenttable tr:nth-child(odd) td a.textbutton:hover,
table.contenttable tr.odd td a.textbutton:hover {
	background-color: #c5c5c5;
	border-color: #999;
}
table.contenttable tr.even td {
	background: none;
}
table.contenttable tr.odd td {
	background-color: #DDDDDD;
}
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;
}
table.contenttable tr.paging td {
	background-color: transparent;
	text-align: center;
}
table.contenttable tr.paging td a {
	display: inline;
}
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 0 0;
	height: 20px;
}
div.textbutton select:last-of-type {
	margin-right: -8px;
}
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;
}
a.textbutton-disabled img {
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	/*filter: url(desaturate.svg#greyscale);*/
	opacity: 0.5;
}
.successful-operation-notification {
	background: #009900 url(/images/CheckMark-128x128.png) no-repeat 5px center;
	background-size: 32px 32px;
	border-radius: 5px;
	box-shadow: 0 0 2px #666666;
	color: #ffffff;
	margin-bottom: 10pt;
	padding: 10pt 10pt 10pt 42px;
	font-size: 12pt;
}
.hidden-successful-operation-notification {
	display: none;
}
select option.default {
	color:#999999;
	font-style: italic;
}



/* Tabbed control styling */
#tabcontrol {
	vertical-align: bottom;
}
#tabcontrol #tabs {
	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: #dddddd;
	background: -moz-linear-gradient(top,  #dddddd 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #dddddd 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #dddddd 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#cccccc',GradientType=0 );
	text-decoration: none;
	border-radius: 6px 6px 0 0;
}
#tabcontrol #tabs a:hover {
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
	color: #000000;
}
#tabcontrol #tabs a.activetab {
	background: 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;
	border-radius: 0 6px 6px 6px;
}
#tabcontrol div.activetab {
	display: block;
}
.formbuttons {
	text-align: center;
	padding: 15px 0px;
}
.formbuttons input,
.formbuttons button {
    min-width: 100px;
	padding: 4px 10px;
    width: auto !important;
}
#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;
}
tr.drag_placeholder {
	display: table-row;
}
tr.drag_placeholder td {
}
#tabconttrol .drag_placeholder {
	background-color: #eeeeee;
}

#running_reports_header,
#requests_header,
#mav_questions_header,
#representativerequests_header,
#login_header {
	font-size: 8pt;
	line-height: 12px;
	width: 140px;
	overflow: hidden;
	border: 1px solid #999;
	box-shadow: 0 0 4px 0 #444;
	border-radius: 10px;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	text-align: center;
	vertical-align:middle;
	display: none;
	padding: 6px;
	box-sizing: content-box;
}
#representativerequests_header.active,
#requests_header.active {
	font-size: 11pt;
	line-height: normal;
	background: #ffd775;
	background: -moz-linear-gradient(top,  #ffd775 0%, #f2b204 100%);
	background: -webkit-linear-gradient(top,  #ffd775 0%,#f2b204 100%);
	background: linear-gradient(to bottom,  #ffd775 0%,#f2b204 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd775', endColorstr='#f2b204',GradientType=0 );
}
#mav_questions_header.active {
	font-size: 11pt;
	line-height: normal;
	background: #a9db80;
	background: -moz-linear-gradient(top, #a9db80 0%, #8db768 100%);
	background: -webkit-linear-gradient(top, #a9db80 0%, #8db768 100%);
	background: linear-gradient(to bottom, #a9db80 0%, #8db768 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9db80', endColorstr='#8db768', GradientType=0);
}
#running_reports_header.active {
	font-size: 11pt;
	line-height: normal;
	background: #93cede;
	background: -moz-linear-gradient(top, #93cede 0%, #75bdd1 41%, #49a5bf 100%);
	background: -webkit-linear-gradient(top, #93cede 0%,#75bdd1 41%,#49a5bf 100%);
	background: linear-gradient(to bottom, #93cede 0%,#75bdd1 41%,#49a5bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf',GradientType=0 );
}

#running_reports_header a,
#mav_questions_header a,
#representativerequests_header a,
#requests_header a {
	text-decoration: none;
	color: #000;
}
#running_reports_header.active,
#mav_questions_header.active,
#requests_header.active,
#representativerequests_header.active,
#login_header {
	display: table-cell;
}

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;
}
.fieldExplanationRightAligned {
	text-align: right;
}
.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;
}




.refused_booking td,
.cancelled_booking td {
	text-decoration: line-through;
}
.refused_booking td a,
.refused_booking td {
	color: #999999;
}
.refused_booking td .v-col{
	opacity: 0.5;
}
.no-bookings td {
	text-align: center;
	font-style: italic;
	font-size: 1.25em;
	padding: 1em !important;
}
.v-col {
	width: 16px;
	height: 12px;
	display: inline-block;
	margin-right: 2px;
}

.list-of-bookings .paid::before {
	content: '';
	display: inline-block;
	width:16px;
	height:16px;
	vertical-align: bottom;
	margin-right:4px;
}
.list-of-bookings .all_paid::before {
	background-image: url(/images/tick.png);
}
.list-of-bookings .not_paid::before {
	background-image: url(/images/cross_grey.png);
}
.list-of-bookings .not_paid:hover::before {
	background-image: url(/images/money_add.png);

}
.list-of-bookings .all_paid {
	color: green;
	cursor: default;
}
.list-of-bookings .not_paid {
	color: #990000;
	cursor: pointer;
}
