
/* high contrast stylesheet */

#container {
 font-size:110%;
}
html, body, .body, #container, #main {
 background:#333333 !important;
 color:#CCCCBB !important;
 letter-spacing:1px;
}
h1, h2, h4, .data {
 color:#66FF66
}
h1 {
 border-bottom:4px solid #66FF66
}
:link, :link *, :visited, :visited *, .body a {
 color:#DDDD3D !important;
 border-bottom:0px solid #DDDD3D !important;
 font-weight:bold !important
}
.footer {
 font-size:80% !important;
}
.highContrast {
 font-size:80% !important;
}
form.td {
 font-size:80% !important;
}
table, table td, table tr, table th {
 background:#000 !important;
 border:1px solid #CCCCBB !important;
 color:#FFF
}
table #variantsTable {
 color:#DDDD3D !important; /* not enabled */
}
td {
 padding:1px
}
#footer, #header {
	background:none
}
input {
	border:2px solid #DDDD3D !important;
	background:#000 !important;
	color:#FFF !important
}
.btn {
	background:#7C100F !important;
	font-weight:bold !important
}
select {
	border:2px solid #DDDD3D !important;
	background:#000 !important;
	color:#FFF !important
}
textarea {
	border:2px solid #DDDD3D !important;
	background:#000 !important;
	color:#FFF !important
}
