/* @override 
	http://www.tails.dev:3000/stylesheets/base.css?1163793714
	http://www.tails.dev:3000/stylesheets/base.css?1164295369
	http://www.tails.dev:3000/stylesheets/base.css?1164310886
*/

/* DEFACTO STYLES FOR OVERRIDING ANNOYING FORMATTING DEFAULTS */

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
	color: #333333;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
	div.divider {
		margin-bottom: 20px;
	}
		div.divider hr {
			display: none;
		}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color: #689F13;
	/*color: #0074E1;*/
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline !important;
}

a.important {
	font-weight: bold;
}

a.destructive {
	color: red;
}
span.subnote {
	font-size: 10px;
	font-style: italic;
}

pre {
	height: 500px;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	overflow: scroll;
}
p {
	line-height: 15px;
}

.highlight {
	background-color: #FFFFCC;
}
.lowlight {
	color: #666666;
}
.lowlight a {
	color: #999999;
}
.faded {
	color: #CCCCCC;
}
	.faded * {
		color: #CCCCCC;
	}
	.faded a {
		color: #CCCCCC !important;
	}
.add_top_margin {
	margin-top: 10px;
}
.borderless {
	border: none !important;
}
ul.inny {
	list-style-position: inside;
}
.floaty_left {
	float: left !important;
}
.floaty_right {
	float: right !important;
}
.cleared {
	clear: both !important;
}
.hidden {
	display: none !important;
}
.elastic {
	width:  auto !important;
}
