html.all body {
	color: black;
	background: #bbbbbb;
}

html.all h1 {
	color: green;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	text-align: center;
}

html.all h2 {
	text-align: center;
}

html.all table{border-spacing: 0; border: 1px solid green; margin-left: auto; margin-right: auto;}
html.all tbody:nth-child(even){
	background-color: #dddddd;
}
html.all tbody:nth-child(odd){
	background-color: #888888;
}
html.all th{border: 1px solid grey; background-color: green}
html.all td{border: 1px solid green;}
html.all td.total{
	text-align: right;
}

html.all #ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

html.all div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

html.all a[href^="#error:"] {
	background: red;
	color: white;
}

html.all form th, html.all form td {
	vertical-align: top;
	font-weight: normal;
}

html.all form th {
	text-align: right;
}

html.all form .required label {
	font-weight: bold;
}

html.all form .error {
	color: #D00;
	font-weight: bold;
}

html.all header {
	background-color: green;
	text-align: right;
}

html.all a {
	color: black;
	font-weight: bold;
}

html.all a:hover {
	color: white;
}

html.all a:active {
	color: white;
}

html.all input[type=radio]:checked {
	color: green;
}

html.all p {
	text-align: center;
}

// print version

html.print {
	font-family: sans-serif;
}

html.print header {
	display: none;
}

html.print table, html.print td, html.print th {
	border-collapse: collapse;
}

html.print th {
	background-color: black;
	color: white;
}

html.print tr:nth-child(odd) {
	background-color: #cccccc;
}

html.print col {
	border: 1px solid black;
}

html.print h1 {
	font-weight: normal;
	font-size: 150%;
}

html.print h1 strong {
	font-weight: bold;
}

html.print table.invoice, html.print table.invoice th, html.print table.invoice td{
	background-color: white;
	color: black;
}

html.print table.invoice th{
	text-align: right;
}

html.print table.invoice td span.total{
	font-weight: bold;
	color: white;
	background-color: black;
	padding: 1px 2px 1px 2px;
}
