body {
	background: #999999 url('default/bg.png') repeat-x top center;
	height: 0;
	}
div#container{
    background:url('default/container-bg.png') left top no-repeat ;
}
div#logo{
	background:url('default/logo.png') no-repeat top;
}
#toggle-open-btn{
	background:url('default/toggle-open.png') no-repeat;
}
#toggle-close-btn{
	background:url('default/toggle-close.png') no-repeat;
}
div#topmenu{
	background:url('default/topmenu.jpg') no-repeat top;
    color:#000;
    font-weight: bold;
    text-shadow: #FFF 0px 1px 1px;
}
div#topmenu ul li a:hover{
    -moz-border-radius:5px;
    background:url('default/nav-help-bg.png') top;
    color:#000;
    font-weight: bold;
}
div#topmenu li.active-link a,
div#topmenu li.active-link a:visited,
div#topmenu li.active-link a:active{
    -moz-border-radius:5px;
	background:url('default/nav-help-bg.png') top;
    color:#000;
    font-weight: bold;
}

li.active-link a,
li.active-link a:visited,
li.active-link a:active{
	background:url('default/tm-bg.png') no-repeat top;
    color:#000;
    font-weight: bold;
}
#toggle-open-btn2{
	background:url('default/toggle-open.png') no-repeat;
}
#toggle-close-btn2{
	background:url('default/toggle-close.png') no-repeat;
}

/* Content header */
div.content-header{
	background:url('default/contentbox-header-880.png') no-repeat;
}
ul.content-header-settings{
	background:url('default/contentbox-header-880.png') no-repeat;
}
div.content-header-430{
	background:url('default/contentbox-header-430.png') no-repeat;
}

div.content-header h2 {
    color: #4e6257;
    text-shadow: #FFF 0px 1px 1px;
}
a.toggle-open-btn{
	background:url('default/toggle-open.png') no-repeat;
}
a.toggle-close-btn{
	background:url('default/toggle-close.png') no-repeat;
}

/*  */
div.list-toggle, div#content-shadow, div.list-toggle-open {
    background: url('default/toggle-bg.png') top center no-repeat;
}
div#content-shadow .ui-widget-content {
	border: 0px;
}
#language-tabs {
	background: #BBB url('default/lang_bg1.png') left bottom repeat-x ;
}
div.make-row a.input-info{
	background:url('default/input-info.jpg') no-repeat;
}
div.make-row a.input-info-error{
	background:url('default/input-info-error.jpg') no-repeat;
}

/* Action icons */
#icon-no-prio {
    background:url('default/icons/16/no-prio.png') no-repeat;
}
#icon-prio {
    background:url('default/icons/16/prio.png') no-repeat;
}
#icon-edit {
    background:url('default/icons/16/edit.png') no-repeat;
}
#icon-delete {
    background:url('default/icons/16/delete.png') no-repeat;
}
#icon-lock {
    background:url('default/icons/16/lock.png') no-repeat;
}
#icon-check {
    background:url('default/icons/16/check.png') no-repeat;
}
#icon-mail {
    background:url('default/icons/16/mail.png') no-repeat;
}

/* Footer */
div#bottom{
	background:url('default/bottom.png') no-repeat top center;
    height: 80px;
}

/* Login */
div.block{
    background:url('default/login-bg.png') no-repeat;
	height: 360px;
}

/* Statistic bars */
.week .total_hits, .graph_day .total_hits, .year .total_hits, .month .total_hits  {
  background: #728776;
  border-left:1px solid #abbcae;
  border-right:1px solid #34453c;
  border-top:1px solid #abbcae;
}
.week .unique_hits, .graph_day .unique_hits, .year .unique_hits, .month .unique_hits{
  background: #4e6257;
  border-left:1px solid #abbcae;
  border-right:1px solid #34453c; 
}

/* buttons */
input.btn-70{
	background:url('default/btn70.png') no-repeat;
}
input.btn-70:hover{
	background:url('default/btn70-hover.png') no-repeat;
}

input.btn-100{
	background:url('default/btn100.png') no-repeat;
}
input.btn-100:hover{
	background:url('default/btn100-hover.png') no-repeat;
}
input.btn-140{
	background:url('default/btn140.png') no-repeat;
}
input.btn-140:hover{
	background:url('default/btn140-hover.png') no-repeat;
}

/* settings switch */
img.switch {
	background: url('default/switch.png');
}
div.switch_container {
	background: url('default/switch_bg.png');
}

/* Slider on / off button */
#anythingSlider-help {
	background: url('default/help-bg.png') top left repeat-x; 
}
#thumbNav a { 
    background: #CCC url(default/nav-help-bg.png) repeat-x; 
}

#help-powerbutton input {
    background: #CCC url(default/help-power-bg.png) repeat-x; 
}
/* Menu icon BG */
#toggle-box-1 a#active-icon, #toggle-box-1 a:hover {
    background: #000 url(default/menu-icon-bg.png) repeat-x;
    text-shadow:0 1px 1px #FFF; 
}

/* TEMP TEMP TEMP TEMP TEMP */
#site-switcher {
	background: #FFF;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
	height: 30px;
    padding: 10px 10px 0;
}
#site-switcher ul {
	list-style: none;
}
#site-switcher li {
	float: left;
}
#site-switcher a {
    padding: 5px 10px;
    border:1px solid #FFF;
}
#site-switcher a:hover, #site-switcher li.active a {
    background:url("default/menu-icon-bg.png") repeat-x scroll 0 0 #000000;
    border:1px solid #AEAEAE;
    text-shadow:0 1px 1px #FFFFFF;
	-moz-border-radius: 5px;
}
div.image_input div a, .gallery_upload .file_browser .picture a {
	background: url("default/delete_upload.png") no-repeat top left;
}
div.image_input {
	background: url("default/image-upload.png") no-repeat top left;
}

