@charset "utf-8";
/**DD4537-C9CAC2**/
/* Main colours: DD4537 (red) / A84639 (dark-red) / C9CAC2 (silver) */
.bg {
	background-color: #cfd7da;
}
.nobg {
	background-color: #333;
}
.header {
	background:url(tab.png) no-repeat;
}
.header:first-letter {
	color:#EDCFCB;
}
.bkbindex td, .bkbindexwide td {
	background-color:#333;
	border: thin solid #DD4537;
}
.bkbindex td, .bkbindexwide td, .bkbinfo td, .bkbcompare td {
	color:white;
}
.bkbindex th, .bkbindexwide th, .bkbinfo th, table tr.nhodd th, table tr.nheven th {
	background-color:#CCC;
	color:#333;
}
.bkbinfo td, .bkbengines td, .bkbcompare td {
	background:none;
}
.nav {
	background-color:#DD4537;
	color:#C9CAC2;
}
.nav a:link, .nav a:visited { color:#C9CAC2; }
.nav a:hover, .nav a:focus { color:white; }
.nav a:active { color: white; }

a:link, a:visited { color: white; }
a:hover, a:focus { color: #DD4537; }
.bkbengines td a:hover, .bkbengines td a:hover { color:white}
a:active { color: #A84639; }

input, textarea, select, option {
	background-color:#CCC;
}
/* odd items 1,3,5,7,... */
table tr.odd th, .odd, table tr.nhodd td {
    background:none;
}
/* even items 2,4,6,8,... */
table tr.even th, .even, table tr.nheven td {
    background-color: #666;
}
/* marked table rows */
table tr.marked th, table tr.marked, table tr.marked:hover, table tr.marked th:hover {
    background-color: #DD4537;
    color:   #000000;
}
/* hovered items */ /* hovered table rows */
.odd:hover, .even:hover, table tr.odd:hover th, table tr.even:hover th {
    background-color: #A84639;
    color: #FFF;
}
label {
	color: #E9E9E9;
}
.attention, .title {
	color:#A84639;
}
.title a {
	color:#DD4537;
}
.moinfo {
	border-color: white;
}
.hlimg {
	background-color:#DD4537!important;
}
.captcha {
	border-color:#DD4537;
}

.error {
	color:#F00 !important;
}
.settings {
	color:#CCC;
}
.settings input {
	color:#FFF;
	background-color:#666;
	border-color:#C9CAC2;
}
.question {
}
.answer {
	border-color: black;
	background-color: #999;
	color:#333;
}
td .hl {
	background-color:#A84639;
	border-color:#A84639;
}
td .hl a:link, td .hl a:visited { color: #C9CAC2; }
td .hl a:hover, td .hl a:focus { color: white; }
td .hl a:active { color: white; }