
a:link,
a:visited,
a:hover,
a:active {
	color: #7DBED2;
}

#logo {
	background: #7DBED2;
	border-bottom: 1px solid #133f41;
}

#header ul.menu li a {
	color: #fff;
}

#panel input.button {
	background: #9F7D8B;
	color: #fff;
	border-radius: 50px 5px;
	box-shadow: 1px 1px 4px #7DBED2;
	border: 0px;
	cursor: crosshair;
}

#panel input.button:hover {
	background: #7DBED2;
	border-radius: 5px 50px;
	box-shadow: 1px 1px 4px #9F7D8B;
	transition: 2s;
}

.thead {
	background: url(../../../images/cat.png) top center repeat-x;
}

.thead input.textbox,
.thead select {
	border: 1px solid #133f41;
}

.popup_menu .popup_item:hover {
	background: #7DBED2;
	color: #fff;
}

.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	background-color: #7DBED2;
}

.pagination a:hover {
	background-color: #2d9595;
	color: #fff;
	border-color: #133f41;
}

