/* ********************************************************************************************
 * Copyright (c) 2011 Nils Bohrs
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy of this
 * software and associated documentation files (the "Software"), to deal in the Software
 * without restriction, including without limitation the rights to use, copy, modify, merge,
 * publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons
 * to whom the Software is furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all copies or
 * substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
 * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
 * PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
 * FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 * 
 * Thirdparty licenses see LICENSE
 * 
 * ********************************************************************************************/

/*
  css-layout
*/

/*
links
*/

a:link {
	font-family: verdana, sans-serif;
	font-size: 90%;
	color: #000000;
}

a:visited {
	font-family: verdana, sans-serif;
	font-size: 90%;
	color: #000000;
}

a:hover {
	color: #000000;
}

/*
headlines
*/

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

h4 {
	font-size: 14pt;
}

h5 {
	
}

/*
exceptions
*/
div.exception {
	font-family: sans-serif;
	margin: 150px auto;
	min-width: 400px;
	max-width: 750px; 
	min-height: 300px;
	border: 1px dashed red; border-radius: 3px;
	padding: 5px;
}

h3.red {
	color: red;
}

table.trace {
	border: 1px solid grey;
	margin: 20px auto;
}

table.trace td {
	padding: 5px;
	border: 1px solid grey;
}

/*
layout
*/

html, body {
	font-family: verdana, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	background-color: #ffffff;
	color: #000000;
	height: 99%;
	padding: 0;
	margin: 0;
}

div#navi {
	width: 230px;
	min-height: 99%;
	height: auto !important;
	height: 99%;
	overflow: hidden !important;
	float: left;
	margin: 0px 0 0 10px;
	padding: 3px;
	background-color: #ffffff;
	text-align: center;
}

div#logo {
	text-align: center;
	margin: 0 0 30px 0;
}

div#content {
	min-height: 99%;
	height: auto !important;
	height: 99%;
	overflow: hidden !important;
	margin: 10px 5px 0 260px;
	padding: 3px;
}

.even {
	background-color: #b6d6e4;
}

th.show {
	width: 100px;
}

th.name {
	width: 400px;
}

th.date {
	width: 120px;
}

td.date {
	text-align: center;
}

th.type {
	width: 200px;
}

th.location {
	width: 300px;
}

div.filterPart {
	width: 32.6%;
	margin-right: 2px;
	margin-left: 2px;
}

td.admin div.row {
	float: left;
	padding: 0;
	background-color: inherit !important;
	border: 0 !important;
}

td.admin div.row select {
	font-size:10pt;
}

td.admin div.row input {
	font-size:10pt;
}

td.admin div.admin-links {
	float: left;
}

table.protocol_showdecisions {
	width: 90%;
	border: 1px solid #b6d6e4;
	border-radius: 3px;
	margin: 15px 0;
	padding: 3px;
}

table.protocol_showdecisions td {
	text-align: left;
}

table.protocol_showdecisions td.date {
	width: 200px;
}

table.protocol_showdecisions td.type {
	width: 300px;
}

form#inventory_give textarea {
	width: 350px;
	height: 150px;
}

form#inventory_take textarea {
	width: 350px;
	height: 150px;
}

img.icon {
	margin: 2px;
}

div.announcement-page {
	position: relative;
	left: 20mm;
	top: 10mm;
	width: 180mm;
	height: 277mm;
}

div.announcement-page-line {
	position: relative;
	left: 25mm;
	border: solid 1px black;
	width: 210mm;
	height: 297mm;
}

div.protocol-page {
	position: relative;
	left: 20mm;
	top: 10mm;
	width: 180mm;
	height: 277mm;
}

div.protocol-page-line {
	position: relative;
	left: 25mm;
	border: solid 1px black;
	width: 210mm;
	height: 297mm;
}

.link,
#toggleTable {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

p.usertable {
	border-bottom: 1px solid #3a9ec8;
	border-right: 1px solid #3a9ec8;
	border-radius: 3px;
	background-color: #b6d6e4;
	width: 225px;
	padding: 2px 0;
	margin: 0 0 1px 0;
}

a.usertable {
	text-decoration: none;
	color: black;
	padding: 3px;
}

p.deleted {
	color: red;
	font-weight: bold;
}

p.edit_caption {
	font-weight: bold;
}

a#newLink {
	position: relative;
	left: 20px;
}

#toggleUsersettings {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

p.usersettings {
	border-bottom: 1px solid #3a9ec8;
	border-right: 1px solid #3a9ec8;
	border-radius: 3px;
	background-color: #b6d6e4;
	width: 200px;
	padding: 2px 0;
	margin: 0 0 1px 0;
	text-align: left;
}

a.usersettings {
	text-decoration: none;
	color: black;
	padding: 3px;
}

div.detailLinks {
	width: 85%;
	border: 1px solid #3a9ec8;
	border-radius: 3px;
	padding: 5px;
	background-color: #b6d6e4;
	margin: 0 0 40px 0;
}

div.detailLinks a {
	padding: 0 5px 0 7px;
}

.row textarea#protocol {
	width: 90%;
	height: 500px;
}

.row input#member0 {
	width: 700px;
}

.row input#member1 {
	width: 700px;
}

.row input#member2 {
	width: 700px;
}

.row textarea#protDiffBase {
	/* display: none;
	   styled via jquery in js/page.js to hide their parent elements as well */
}

.row textarea#protDiffNew {
	/* display: none;
	   styled via jquery in js/page.js to hide their parent elements as well */
}

div#diffOut {
	width: 90%;
	max-height: 200px;
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	margin-bottom: 30px;
}

.spanLink {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

div.navi_0 {
	border: 1px solid #3a9ec8;
	border-radius: 3px;
	background: url("start/images/ui-bg_gloss-wave_75_2191c0_500x100.png") scroll repeat-x 1.2em;
	background-color: #3a9ec8;
	width: 225px;
	text-align: left;
	color: white;
	font-weight: bold;
	padding: 2px;
	height: 1.2em;
	margin-bottom: 1px;
}

div.navi_0 a {
	color: white;
	font-weight: bold;
}

div.navi_1_i {
	border: 1px solid black;
	border-radius: 3px;
	margin: 0 0 1px 15px;
	width: 210px;
	text-align: left;
	padding: 2px;
	height: 1.2em;
}

div.navi_1_a {
	border: 1px solid black;
	border-radius: 3px;
	margin: 0 0 1px 15px;
	width: 210px;
	text-align: left;
	color: #aa0000;
	padding: 2px;
	height: 1.2em;
	font-size: 90%;
}

div.navi_1_a a {
	color: #800;
}

#accordion div.navi_1_a {
	border-left: 1px solid #a6c9e2;
	border-top: 1px solid #a6c9e2;
	border-bottom: 1px solid #a6c9e2;
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0 0 1px 11px;
	width: 210px;
	text-align: left;
	background-color: #acdd4a;
	padding: 2px;
	height: 1.2em;
	font-size: 90%;
}

#accordion div.navi_1_i {
	border-left: 1px solid #a6c9e2;
	border-top: 1px solid #a6c9e2;
	border-bottom: 1px solid #a6c9e2;
	border-right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin: 0 0 1px 11px;
	width: 210px;
	text-align: left;
	padding: 2px;
	height: 1.2em;
	font-size: 90%;
}

#accordion div.navi_1_a a {
	text-decoration: none;
	font-weight: bold;
}

div#login-out {
	margin: 130px auto;
	width: 430px;
	min-height: 250px;
	border: 2px dashed #3a9ec8;
	border-radius: 6px;
	padding: 7px;
}

div#confirm {
	margin: 130px auto;
	width: 430px;
	min-height: 200px;
	border: 2px dashed #3a9ec8;
	border-radius: 6px;
	padding: 40px 7px 7px 40px;
}

span#cancel {
	padding-left: 70px;
	vertical-align: bottom;
}

form#login div.row {
	font-size: 85%;
	margin-bottom: 10px;
}

span.required {
	color: red;
}

form#login .error input {
	border: 2px inset red;
}

form#login span.error {
	color: red;
}

p.label {
	margin: 0;
	padding: 0;
}

input#yes-0 {
	width: 80px;
}

div.calendar-details p.details span{
	font-weight: bold;
}

div.protocol-details p.details span{
	font-weight: bold;
}

div.headinfo {
	font-size: 10pt;
	height: 3em;
	position: absolute;
	right: 0px;
	margin-right: 10px;
}

div.logininfo {
	float: left;
}

div.helpabout {
	float: left;
	margin-left: 15px;
}

div.confirmForm {
	margin-left: 40px;
}

table.adminTableContent {
	min-width: 85%;
	padding: 2px;
	font-size: 90%;
}

table.content th, table.content td {
	border-right: solid 1px #3a9ec8;
	border-bottom: solid 1px #3a9ec8;
	border-bottom-right-radius: 3px;
}

table.content {
	width: 100%;
}

img.center {
	display: block;
	margin: auto;
}

table.adminTableContent td.adminTasks {
	margin: 0;
	text-align: center;
}

table.adminTableContent td.adminTasks img {
	margin: 0 5px;
}

div.defaultContent {
	width: 100%;
	height: 500px;
    background-color: white;
    background-image: url("../img/judo.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 30% 0%;
}

a.active {
	color: #3a9ec8;
}

.underline {
	text-decoration: underline;
}

.center {
	text-align: center;
}

div#tablelinks {
	position: absolute;
	top: 100;
	left: 200;
	z-index: 10;
	background-color: white;
}

img.iconRead {
	margin-left: 10px;
}

#naviPermission img.iconRead {
	margin-left: 0px;
}

span.headlineText,span.groupName {
	margin-left: 5px;
}

div.resetFilter {
	width: 100%;
	height: 100px;
	margin-bottom: 3px;
}

.floatLeft {
	float: left;
}

.clickable {
	cursor: pointer;
}

.confirmForm .last {
	float: left;
}

.bold {
	font-weight: bold;
}

div.jiMessage {
	font-family: sans-serif;
	margin: auto;
	width: 700px;
	min-height: 300px;
	border-radius: 3px;
	padding: 34px 5px 5px 5px;
}



div.message {
	margin: auto;
	width: 500px;
	min-height: 150px;
	border-radius: 3px;
	padding: 34px 5px 5px 5px;
	background-position: top left;
	background-repeat: no-repeat;
}

div.messageError {
	border: 1px dashed red;
	background-image: url('../img/message_error.png');
	background-repeat: no-repeat;
}

div.messageWarn {
	border: 1px dashed orange;
	background-image: url('../img/message_warning.png');
	background-repeat: no-repeat;
}

div.messageInfo {
	border: 1px dashed #3a9ec8;
	background-image: url('../img/message_info.png');
	background-repeat: no-repeat;
}

h3.messageError {
	color: red;
}

h3.messageWarn {
	color: orange;
}

h3.messageInfo {
	color: #3a9ec8;
}

.monospace {
	font-family: monospace;
	font-size: 90%;
}

.bgGrey {
	background-color: #ddd;
}

.width400 {
	width: 400px;
}

select#groups,
select#subgroupOf {
	width: 150px;
}

.protocolMessage {
	font-family: sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	width: 700px;
	border-radius: 3px;
	padding: 5px;
	border: 1px dashed orange;
	color: orange;
}

div.result-page {
	margin: 25px 50px;
}

span.iconspacer16 {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 2px;
}

p.agegroup {
	margin: 0px;
	font-weight: bold;
}

p.weightclass {
	margin: 0px;
}

div.result_agegroup {
	margin-top: 8mm;
}

div.result_weightclass {
	margin-top: 3mm;
}

td.result_place {
	width: 120px;
}

td.result_name {
	width: 300px;
}

td.result_club {
	width: 300px;
}

p#toggleImportedResults {
	text-decoration: underline;
	font-size: 90%;
	cursor: pointer;
}

div.accountingDash {
	width: 100%;
	border: 1px solid #3a9ec8;
	border-radius: 3px;
}

div.dashContent {
	padding: 5px;
	max-height: 350px;
	overflow: auto;
}

p.dashHead {
	margin: 0;
	padding: 5px;
	font-weight: bold;
}

.width100 {
	width: 100%;
}

.divFloatLeft {
	float: left;
}

.jTable .ui-widget td {
	font-size: 90%;
}

p.presetForm {
	white-space: nowrap;
	z-index: 99;
	padding: 5px;
	background-color: #b6d6e4;
	border-radius: 3px;
}

form.jtable-dialog-form div.jtable-textarea-input textarea.usertableTextarea {
	min-width: 400px;
	min-height: 150px;
}

p.helpId {
	font-size: 65%;
}

.ui-dialog .row .cell {
    float: left;
    margin-right: 5px;
}

.ui-dialog .row div.clear {
    clear: both;
}

.ui-dialog .row label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.ui-dialog .row .cell label {
    display: block;
    font-weight: normal;
    margin-bottom: 0px;
}

#apiError {
	display: none;
	text-align: center;
	border: 1px dashed #f00;
	border-radius: 3px;
	font-weight: bold;
	font-size: 110%;
	color: #f00;
}

#loading {
	display: none;
}

#loading span {
	border: 1px solid #a6c9e2;
	background-color: #3a9ec8;
	border-radius: 3px;
	font-weight: bold;
	font-size: 110%;
	color: #fff;
	padding: 2px;
}

.ui-tooltip {
	white-space: pre-line;
}

.font8 {
	font-size: 8pt;
}

.alignRight {
	text-align: right;
}

div.color {
	width: 16px;
	height: 16px;
}

td.color {
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

.nowrap {
	white-space: nowrap;
}

.schoolHoliday th {
	text-align: left;
}

.schoolHoliday .name {
	width: 300px;
}

.schoolHoliday .date {
	width: 150px;
}

.schoolHoliday .endDate {
	width: 150px;
}

.jTable {
	width: 100%;
	overflow: auto;
}

div.divHistorySubject {
	padding: 2px;
	cursor: pointer;
}

span.historyDate,
span.historySubject,
span.historyType {
	display: inline-block;
	width: 33%;
}

div.divHistoryContent {
	display: none;
	padding: 3px;
}

#newHistoryEntryButton {
	margin-top: 40px;
	padding: 3px;
	cursor: pointer;
}

#newHistoryEntryForm {
	display: none;
	padding: 3px;
}

#historyType {
	display: inline-block;
}

#historyContent {
	width: 95%;
	height: 100px;
}

#historySubject {
	display: inline-block;
}

.historyError {
	background-color: red;
	padding: 2px;
}

#historyDate {
	display: inline-block;
	width: 105px;
}

#changeDate {
	display: inline-block;
}

div.linkForm {
	white-space: nowrap;
	z-index: 99;
	padding: 5px;
	background-color: #b6d6e4;
	border-radius: 3px;
}

.ajax-file-upload-cancel {
	font-size: 90%;
	cursor: pointer;
	text-decoration: underline;
}

.ajax-file-upload-error {
	display: none;
}

#showAttach {
	margin-top: 40px;
	padding: 3px;
	cursor: pointer;
}

#showUpload {
	padding: 3px;
	cursor: pointer;
}

#uploadForm {
	display: none;
	padding: 3px;
	border: 1px solid #b6d6e4;
	border-radius: 3px;
}

#uploadButton {
	margin-top: 20px;
}

#uploadMessage {
	display: none;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	width: 90%;
	position: absolute;
	z-index: 99;
}

#fileType {
	display: inline-block;
}

.button {
	border: 1px solid #999;
	padding: 6px 20px;
    background: #EFEFEF url('zebra_form/button-background.gif') repeat-x top;
    cursor: pointer;
    width: 1px; /* thanks to http://jehiah.cz/archive/button-width-in-ie */
    overflow: visible;
    width: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #AAA;
    -webkit-box-shadow: 0 0 2px #AAA;
    box-shadow: 0 0 2px #AAA;
    font-family: inherit;
    margin: 0;
    outline: none;
    color: #222;
    line-height: 1.4em;
    padding: 3px;
    font-size: 12pt !important;
	font-weight: normal !important;
	display: inline-block;
}

.button:hover {
	background: #303740 none;
    color: #FFF;
}

.round {
	border: 1px solid #b6d6e4;
	border-radius: 3px;
}

#tributeFiles {
	display: none;
	padding: 5px;
}

#showFiles {
	padding: 3px;
	cursor: pointer;
}

.inlineBlock {
	display: inline-block;
}

.fileEntry {
	display: inline-block;
	padding: 3px;
	border: 1px solid #b6d6e4;
	border-radius: 3px;
	text-align: center;
	margin: 3px;
}

.fileEntry img {
	border: 1px solid grey;
}

img.deleteFile {
	z-index: 99;
	cursor: pointer;
	border: none;
}

#confirmDelete {
	display: none;
}

.noClose .ui-dialog-titlebar-close {
	display: none;
}

#deleteMessage {
	background-color: #ff915f;
	border-color: red;
}

#showFilterButton {
	margin-top: 20px;
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
}

#filterDialog {
	padding: 3px;
	display: none;
	max-height: 150px;
	overflow: auto;
	margin-bottom: 5px;
}

div.filter {
	display: inline-block;
	vertical-align: top;
	width: 32.5%;
}

.groupFilterCheckbox {
	display: none;
}

.filterEntry {
	width: 100%;
	border-bottom: 1px solid #3a9ec8;
	border-right: 1px solid #3a9ec8;
	border-radius: 3px;
	background-color: #b6d6e4;
	margin: 0 2px 2px 0;
	padding: 2px;
	cursor: pointer;
	min-height: 20px;
}

.filterChecked {
	border-top: 1px solid #b6d6e4;
	border-left: 1px solid #b6d6e4;
	background-color: #3a9ec8;
	color: white;
}

#dateFrom,
#dateTo {
	width: 120px;
}

.pointer {
	cursor: pointer;
}

.nopointer {
	cursor: auto;
}

#groupAll,
#groupNone {
	cursor: pointer;
}

#webserviceMessage {
	display: none;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	width: 90%;
	position: absolute;
	z-index: 99;
	background-color: #91ff5f;
	border-color: green;
}

#wsJudoterminbox {
	margin: 0;
}

#wsJudoterminbox li {
	list-style-type: none;
}

#showTributeFilter {
	padding: 3px;
	cursor: pointer;
	font-weight: bold;
}

#tributeFilter {
	display: none;
	padding: 3px;
	border: 1px solid #b6d6e4;
	border-radius: 3px;
}







/*
 * override external library styles
 */
.Zebra_Form_error_message .message {
	background: #b6d6e4;
	color: black;
}

.Zebra_Form_error_message .arrow {
    border-color: #b6d6e4 transparent transparent transparent;
}

.Zebra_Form div.error {
	background-color: #b6d6e4;
}

.Zebra_Form div.error div.container div.close {
	background-color: #3a9ec8;
}

.Zebra_Form div.error div.container span {
	color: black;
}

.Zebra_Form div.error div.container {
	border-color: #3a9ec8;
	border-radius: 3px;
}

img.Zebra_Form_Input_Prefix {
	height: 16px;
	width: 16px;
}

.Zebra_DatePicker {
	background: #b6d6e4;
	border-color: #3a9ec8;
	border-width: 1px;
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_today,
.Zebra_DatePicker .dp_clear {
	color: black;
}

.Zebra_DatePicker td.dp_hover,
.Zebra_DatePicker .dp_footer .dp_hover,
.Zebra_DatePicker .dp_header .dp_hover,
.Zebra_DatePicker td.dp_selected {
	background-color: #3a9ec8;
}

.Zebra_Form label {
	cursor: auto;
}

.Zebra_Form #tab-2 .row label {
	display: inline;
	margin-left: 10px;
}

.Zebra_Form,
.Zebra_Form label,
.Zebra_Form input,
.Zebra_Form select,
.Zebra_Form textarea
{
    font-size: 12pt !important;
	font-weight: normal !important;
}

.Zebra_Form input.submit,
.Zebra_Form input.text,
.Zebra_Form select {
	padding: 3px 3px 3px 3px;
}

.Zebra_Form table.content {
	border-collapse: separate;
}

.Zebra_Form table.content input,
.Zebra_Form table.content select {
	border-radius: 4px;
}

.Zebra_Form table.content th,
.Zebra_Form table.content td {
	border-right: solid 1px #3a9ec8;
	border-bottom: solid 1px #3a9ec8;
	border-bottom-right-radius: 3px;
	padding: 5px;
}

.Zebra_Form table.content td {
	padding: 5px;
	vertical-align: middle;
}

.Zebra_Form label.disabled {
	color: #ababab;
}


#navi .ui-accordion-content {
	padding: 2px;
}

#navi .ui-accordion-header {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	text-decoration: underline;
}





/*
This is part of jsdifflib v1.0. <http://github.com/cemerick/jsdifflib>

Copyright 2007 - 2011 Chas Emerick <cemerick@snowtide.com>. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:

   1. Redistributions of source code must retain the above copyright notice, this list of
      conditions and the following disclaimer.

   2. Redistributions in binary form must reproduce the above copyright notice, this list
      of conditions and the following disclaimer in the documentation and/or other materials
      provided with the distribution.

THIS SOFTWARE IS PROVIDED BY Chas Emerick ``AS IS'' AND ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL Chas Emerick OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Chas Emerick.
*/
table.diff {
	border-collapse:collapse;
	border:1px solid darkgray;
	white-space:pre-wrap;
	width: 100%;
}
table.diff tbody { 
	font-family:Courier, monospace
}
table.diff tbody th {
	font-family:verdana,arial,'Bitstream Vera Sans',helvetica,sans-serif;
	background:#EED;
	font-size:11px;
	font-weight:normal;
	border:1px solid #BBC;
	color:#886;
	padding:.3em .5em .1em 2em;
	text-align:right;
	vertical-align:top;
	width: .9em;
}
table.diff thead {
	border-bottom:1px solid #BBC;
	background:#EFEFEF;
	font-family:Verdana
}
table.diff thead th.texttitle {
	text-align:left
	width: 50%;
}
table.diff tbody td {
	padding:0px .4em;
	padding-top:.4em;
	vertical-align:top;
}
table.diff .empty {
	background-color:#DDD;
}
table.diff .replace {
	background-color:#FD8
}
table.diff .delete {
	background-color:#E99;
}
table.diff .skip {
	background-color:#EFEFEF;
	border:1px solid #AAA;
	border-right:1px solid #BBC;
}
table.diff .insert {
	background-color:#9E9
}
table.diff th.author {
	text-align:right;
	border-top:1px solid #BBC;
	background:#EFEFEF
}
/*
end jsdifflib
*/
