#content {
	background-color: var(--primary-color);
	background-image: url(https://i.pinimg.com/originals/4e/b6/5f/4eb65f135b6bbe87f86d33bf20ce1ab6.gif);
}

.dropbtn {
	background-image: var(--camo-pattern);
}

body {
	background-image: var(--camo-pattern);
	background-size: 10%;
}

span strong a {
  color: var(--primary-color)
}

a.logout {
  color: var(--primary-color);
}

td span a {
  color: var(--primary-color);
}

:root {
  --primary-color: #D7021C; 
  --camo-pattern: url(../../../images/themes/camoindex/santaclaus/xmasjumper3.png);
}

a:link,
a:visited,
a:hover,
a:active {
	color: var(--primary-color);
}

#logo {
	background: var(--primary-color) url(../../../images/themes/colors/header8.png) top left repeat-x;
	border-bottom: 1px solid #1d2b34;
}

#header ul.menu li a {
	color: #fff;
}

#panel input.button {
	background: var(--primary-color) url(../../../images/themes/colors/thead2.png) top left repeat-x;
}

.thead {
	background: var(--primary-color) url(../../../images/themes/colors/thead2.png) top left repeat-x;
	border-bottom: 1px solid #1d2b34;
}

.thead input.textbox,
.thead select {
	border: 1px solid #1d2b34;
}

.popup_menu .popup_item:hover {
	background: #426276;
	color: #fff;
}

.tt-suggestion.tt-is-under-cursor {
    background-color: #426276;
	color: #fff;
}

.pagination a:hover {
	background-color: #426276;
	color: #fff;
	border-color: #1d2b34;
}
		
#panel .upper {
	background: #dcdbdc url(../../../images/colors/black_tcat.png) repeat-x;
	color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}

.tcat {
	background: #dcdbdc url(../../../images/colors/black_tcat.png) repeat-x;
	color: #000000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
}