#GeoTagrIcon {
	background: url(/geotagr/images/GeoTagr.png) no-repeat;
	width: 200px;
	height: 200px;
	position: absolute;
	z-index: 5;
	top: 42px;
	left: 718px;
}

#header {
	background: #9641a7 url(/images/head_GeoTagr.jpg) no-repeat top left;
}

.panel-wrapper a[href^="http:"] { 
	background: url(/images/external_link_violett.gif) right center no-repeat;
}

.panel-wrapper a[href^="https:"] { 
	background: url(/images/external_link_violett.gif) right center no-repeat;
}


/* COLORS */

a, a:visited, h1 a:visited, a:active, #main .selected .actions a, #main .selected .actions a:link, #main .selected .actions a:visited, #help dt {
	color: #b22ea8;
}
a:hover, h1 a:hover, #main .selected .actions a:hover, #main .selected .actions a:active {
	color: #872689;
}

.Box-white a, .Box-white a:visited, .Box-white a:active {
	color: #999;
}
.Box-highlight a, .Box-highlight a:visited, .Box-highlight a:active {
	color: #555;
}
.Box-white a:hover {
	color: #555;
} 

div#chungwaSoftName h1 {
	color: #f7eff9;
}

div#chungwaSoftSlogan h2 {
	color: #f7eff9;
}

.hilite {
	color: #fff;
	background: #872689;
}

#post-types li a:hover {
	color: #b9409c;
}
#post-types li a.selected, #post-types li a:active {
	color: #872689;
}

.FooterColumn:hover b, .FooterColumn:hover strong {
	color: #872689;
}
.FooterColumn a:hover {
	color: #872689;
}

.Box-whiteMainPage:hover {
	background: #b66ac5;
}
.Box-whiteMainPage:active {
	background: #b66ac5;
}

.Box-white a:hover .Box-Title strong {
	color: #b66ac5;
} 

.Box-highlight {
	background: #c88fd3;
}
.Box-highlight:hover {
	background: #b66ac5;
}

.Box-highlight a:hover {
	color: #3a3a3a;
}
.Box-highlight:hover .Box-Title strong {
	color: #3a3a3a;
	-webkit-transition: color 0.35s ease-in-out;
}