/* Powitanie na stronie głównej. */
.Welcome {
  text-align:   center;
  font-style:   italic;
  font-size:    12pt;
}

/* Cytat na stronie głównej */
.Sentence {
  border:       1px solid #e0e0e0;
  padding:      3px;
}
.Sentence .Contents {
  font-style:   italic;
  color:        #707070;
}
.Sentence .Author {
  text-align:   right;
}

/* Opis osoby */
.AddedDesc {
  padding:      10px;
}
.AddedDesc .Contents {
  font-style:   italic;
  padding:      3px;
}
.AddedDesc .Author {
  text-align:   right;
}

/* Galeria zdjęć */
.Gallery {
  width:        780px;
  text-align:   center;
}
.Gallery .dark {
  background-color: #808080;
  padding-top:      6px;
  padding-bottom:   6px;
  border:           1px solid #404040;
  width:            200px;
  margin:           auto;
}
.Gallery .bright {
  background-color: #e0e0e0;
  padding-top:      6px;
  padding-bottom:   6px;
  border:           1px solid #c0c0c0;
  width:            200px;
  margin:           auto;
}
.Gallery img {
  border: none;
}
.GalleryBig { }
.GalleryBig .bright { 
  background-color: #e0e0e0;
  padding:          6px;
  border:           1px solid #c0c0c0;
}
.GalleryBig .dark { 
  background-color: #808080;
  padding:          6px;
  border:           1px solid #404040;
}
.PhotoVotes {
  float:        right;
  clear:        both;
  width:        225px;
  font-size:    9pt;
  text-align:   left;
  border: 1px solid #8cacbb;
  background-color: #dee7ec;
}
.PhotoVotes ul {
  list-style-type: none;
  margin:       0px;
  padding:      5px;
  padding-left: 10px;
}
.PhotoVotes a {
  color: #436976;
  text-decoration:none;
}
.PhotoVotes a:hover {
  text-decoration: underline;
}

/* Księga gości */
.GuestBook {}
.GuestBook .Box {
  font-size: 12px;
  width: 390px;
  padding: 5px;
  background-color: #f4f4f4;
  border: 1px solid #e0e0e0;
  margin-left: auto;
  margin-right: auto;
  margin-top:   15pt;
}
.GuestBook .Left {
  float: left;
  text-align: left;
}
.GuestBook .Right {
  float: right;
  text-align: right;
}
.GuestBook .Entry {
  clear: both;
  padding-bottom: 10pt;
  font-style: italic;
}

.AccountMessages {
  font-family: Helvetica;
  width: 100%;
}
.AccountMessages .title {
  background-color: #e8eeef;
  border-bottom: 1px solid #cfd9e1;
  cursor: pointer;
}
.AccountMessages .title:hover {
  background-color: #f0f0f0;
}
.AccountMessages .title a {
  color: #808080;
}
.AccountMessages .Message {
  padding: 5pt;
  border: 1px solid #e0e0e0;
}
.AccountMessages .title .messagepart {
  font-style: italic;
  color: #c0c0c0;
}

