div.centered { text-align:center; }

.caption {
	font-size:9pt;
	font-family: "Arial Narrow", Arial;
	text-align: center;
	margin-bottom:20px;
}
.email h1 {
	font-family:arial,sans-serif;
	font-size:18px;
	background-color: white;
	margin:0px 0px;
	color:Black;
	line-height:18px;
}

pre {
	font-size:12px;
	font-family:arial,sans-serif;
	margin:5px 15px;
	padding:5px 15px;
	border:2px solid #cccccc;
	background-color: white;
}

div.email {
	border: 5px solid #C3D9FF;
	padding: 5px 8px;
	margin: 0px 58px;
}

span.from {
	color: #00681C;
	font-weight: bold;
}

.header { font-weight: bold;color:#782121; }

/*table stuff*/
.table_container {margin-left: 60px; margin-right: 60px;}
.table_container table {margin-left:0px; width: 100%;
	border: solid 1px #eeeeee; margin-bottom: 20px;
	font-size: 10pt; 
	margin-top:10px;text-align: right;
}
.table_container td, .table_container th {border-bottom: solid 1px #eeeeee;}
.table_container th { color: gray;}
.table_container td.first, .table_container th.first {text-align: left;}

.table_container td a{text-decoration: none;}
.table_container td a:hover{text-decoration: underline;}
.table_container tfoot td {background-color: #fae8cd;}

td.no { color: Red; }
td.yes { color: Green; }
.highlight {
background-color:#FFF7D7;
}

a.break {
	border:none;
	padding:0px;
	background:url(../images/error/break_button.png) no-repeat;
	width:229px;
	height:96px;
	display: block;
}

a:hover.break {
	background:url(../images/error/break_button_inverted.png) no-repeat;
	cursor:hand;
}
.comment, .console_output {color: green;}


.error_overview .right_column {float: right; width: 380px;
	margin: 5px 40px 20px 40px;
}
.error_overview .right_column pre {margin: 0px; font-size: 12px;}
.error_overview .left_column p {width: 380px;margin-left: 40px; margin-bottom: 20px}