/*
This is part of jsdifflib v1.0. <http://github.com/cemerick/jsdifflib>
Copyright 2007 - 2011 Chas Emerick <cemerick@snowtide.com>. All rights reserved.
Author: Chas Emerick <cemerick@snowtide.com>
*/
table.diff {
	border-collapse:collapse;
	border:1px solid darkgray;
	white-space:pre-wrap;
	width: 780px;
}
table.diff tbody { 
	font-family:Arial, 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 .4em;
	text-align:right;
	vertical-align:top;
	width: 18px;
}
table.diff thead {
	border-bottom:1px solid #BBC;
	background:#EFEFEF;
}
table.diff thead th.texttitle {
	text-align:left;
	font-size: 100%;
	padding: 4px 6px;
	line-height: 17px;
}
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;
	background-color:#E99;
	background-color:#9E9
}
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
}

.viewType {
	font-size: 16px;
	clear: both;
	text-align: center;
	padding: 1em;
	float: right; 
}

.options {
	padding-top: 6px;
	width: 380px;
	float: right;
}

#diffoutput {
	width: 780px;
	overflow-y: scroll;
	overflow-x: scroll;
	max-height: 400px;
	border-bottom: 1px solid #CCC;
}

#diffoutput tbody tr td {
font-size: 11px;
}

.inlinediff {
width: 780px;

}

.old {
	color: #000;
	color: #E11111;
}

.new {
	color: green;
}

.old_button {
	margin: 5px;
	color: black;
	color: #E11111;
	float: right;
}

.new_button {
	margin: 5px;
	color: green;
	float: right;
}

font.texttitle {
	text-align:left;
	font-size: 100%;
	line-height: 25px;
	font-weight: bold;
}

input.button {
	width: auto;
}
