@CHARSET "windows-1252";

body,
p,  
div, 
table {
	color: #556168;
}

a, a:hover {
	color: #556168;
}

input, textarea, select {
	border: 1px solid #556168;
}

.error, #error_message {
	color:#163de8;
}

.button {
	background-color:#FFFFFF;
	border:1px solid #163de8;
	color: #556168;
}

a.button {
	background-color:#FFFFFF;
	border:1px solid #163de8;
}

.red {
	color: #163de8;
}

#corpo {
	background: #FFF;
}

/* ------- tables --------- */
tr.odd, td.filter, td.catalogPages {
  background: #AFD6FF;
}

table#catalog, table#customer, table#mandant, table#cataloggroup, td.filter, td.catalogPages {
  border: 1px solid #163de8;
}

table#catalog thead, table#customer thead, table#mandant thead, table#cataloggroup thead {
  background: #5F86F4;
}

span.activePage {
 color: #163de8;
}


/* ------- header --------- */
.bkHeading{
  background-image: url("http://portal.gmx.net/images/764/6391764,h=115,pd=2,w=310.jpg");
}

#header{
  border-bottom: 1px solid #163de8;
}

#header li.active{
  background: url("../img/aktiv_left.gif") no-repeat left top;
  border-bottom: 0px solid #163de8;
}

#header li.active a{
  background: url("../img/aktiv_right.gif") no-repeat right top;
  color: #556168;
  }
  
#header li{
  background: url("../img/inaktiv_left.gif") no-repeat left top;
  border-bottom: 0px solid #163de8;
}

#header a{
  background: url("../img/inaktiv_right.gif") no-repeat right top;
  color: #9E9D99;
  }

#header a:hover{
  color:#556168;
}

#header li:hover, #header li:hover a{
  color: #556168;
}

/* ------- footer --------- */
div#footer {
	border-color: #163de8;
}

/* ------- tooltip --------- */
#tooltip {
	border: 1px solid #111;
	background-color: #eee;
}

/* ------- calendar --------- */
.ui-widget-header { border: 1px solid #aaaaaa; background: #5F86F4 url(images/ui-bg_highlight-soft_75_5F86F4_1x100.png) 50% 50% repeat-x; color: #556168; font-weight: bold; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999; background: #5F86F4 url(images/ui-bg_glass_75_5F86F4_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #556168; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #5F86F4; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; outline: none; }
