@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:#FF6600;
}

.button {
	background-color:#FFFFFF;
	border:1px solid #FF6600;
	color: #556168;
}

a.button {
	background-color:#FFFFFF;
	border:1px solid #FF6600;
}

.red {
	color: #FF6600;
}

#corpo {
	background: #FFF;
}

img.catalogPage {
  border: 1px solid #ff6600;  
}

.pubStatusWarning, .pubStatusCritical, .pubStatusOk{
	font-size: 0.5em;
	padding-right:5px;
	border: solid 1px grey;
}
	
.pubStatusWarning {
	background-color: yellow;
}

.pubStatusCritical {
	background-color: red;
}

.pubStatusOk {
	background-color: green;
}

/* ------- tables --------- */
tr.odd, .filter, td.catalogPages{
  background: #FDEED1;
}


table#catalog, table#customer, table.list, table#userStatistic, table#mandant, table#cataloggroup, table#augsburgerControl, .filter, td.catalogPages, .tabTitle{
  border: 1px solid #ff6600;
}

.tabTitle {
	color: #9E9D99;
}

.tabTitle.active {
	color: #556168;
	background-color: #FDEED1;
}

table#catalog thead, 
table#customer thead, 
table#userStatistic thead, 
table#mandant thead, 
table#cataloggroup thead,
table#augsburgerControl
table.list thead {
	background: #FEA120;
}

table .displaytag {
	border: 1px solid #ff6600;
}

table .displaytag thead {
	background: #FEA120;
}

.pagelinks .activePage {
	font-weight: bold;
	color: #FF6600;
	margin: 2px;
}

.pagelinks .active {
	
}

.pagelinks .inactive {
  margin: 4px;	
}

.pagelinks .firstPage {
	
}

.pagelinks .prevPage {

}

.pagelinks .nextPage {
	
}

.pagelinks .lastPage {
	
}

.pagelinks a {
	margin: 4px;
}


/* ------- header --------- */
.bkHeading{
  background-image: url("../img/bk_heading.jpg");
}

#header{
  height: 45px;
  border-bottom: 1px solid #ff6600;
}

#header li.active{
  background: url("../img/aktiv_left.gif") no-repeat left top;
  #border-bottom: 1px solid #ff6600;
}

#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: 1px solid #ff6600;
}

#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: #ff6600;
}

/* ------- tooltip --------- */
#tooltip {
	border: 1px solid #111;
	background-color: #eee;
}

