body {
  font-family:  Arial, Helvetica, sans-serif;
  font-size:    10pt;
}

a {
  text-decoration: none;
  color:        #808080;
}
a:hover {
  text-decoration: underline;
}

#MainBox {
  width:        780px;
  margin-left:  auto;
  margin-right: auto;
}

#MenuBox {
  width:        180px;
  vertical-align: top;
  background-image: url(../images/common/menu-background.jpg);
}

#ActionBox {
  width:	600px;
}

.MainMenu {
  padding:      2px;
  margin-left:  0;
  margin-bottom:0;
}

.MainMenu li {
  list-style:   none;
  display:      block;
  padding: 0px;
}

.MainMenu li .desc {
  display:      block;
  font-size:    8pt;
  border-top:   1px dashed #aaadce;
  color:        #a0a0a0;
  padding-left: 17px;
  margin-bottom: 0px;
}

.MainMenu li a {
  color:        #000000;
  font-weight:  normal;
  margin-left:  5px;
  text-decoration: none;
}

.MainMenu li a:hover {
  text-decoration: underline;
}

#Footer {
  text-align:   center;
  color:        #c8c8c8;
  margin-left:  auto;
  margin-right: auto;
  border-top:   1px solid #c8c8c8;
  width:        780px;
  margin-top:   20px;
}

/* *** Inne menu obecne na stronie *** */
.StringMenu {
  color:        #585858;
  font-size:    8pt;
}

.StringMenu a {
  text-decoration: none;
}
.StringMenu a:hover {
  text-decoration: underline;
}

.StringMenu a.Link {
  color:        #909090;
}
.StringMenu a.Group {
  font-weight:  bold;
  color:        #505050;
}

.TabbedMenu {
  padding:       3px;
  margin-left:   0;
  margin-bottom: 0;
  margin-top:    1ex;
  border-bottom: 1px solid #778;
  font:          bold 12px Arial, Helvetica, sans-serif;
  text-align:    center;
}

.TabbedMenu li {
  list-style:   none;
  margin:       0;
  display:      inline;
}

.TabbedMenu li a {
  padding:         3px 0.5em;
  margin-left:     3px;
  border:          1px solid #778;
  border-bottom:   none;
  background:      #dee3e7;
  text-decoration: none;
  border-collapse: collapse;
}

.TabbedMenu li a:link { color: #448; }

.TabbedMenu li a:hover {
  color: #000;
  background: #c9cdd1;
  border-color: #227;
}

.TabbedMenu li a.active {
  background: #f6f9ff;
  border-bottom: 1px solid #f6f9ff;
}


.ToolBar {
  border-top:    1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
}
.ToolBar a {
  color:         #909090;
  text-decoration: none;
  font-size:    8pt;
}

form { 
  font-family:  Arial, Helvetica, sans-serif;
  text-align:   center;
}
textarea, input {
  border:       1px solid #c0c0c0;
}
form .submit {
  border:       1px solid #c0c0c0;
  background-color: #e0e0e0;
  font-weight:  bold;
  cursor:       pointer;
}
.errors {
  color: red;
}

table {}
table th {
  background-color: #e0e0e0;
}
table .Window {
  border: 1px solid #e0e0e0;
  width: 100%;
}
table .dark {
  background-color: #f0f0f0;
}
table .bright {
  background-color: #f9f9f9;
}
