body {
  margin: 1em;
  font: small sans-serif;
  color: #CCC0AA;
  background-color: #090909;
}

body { margin: 0px; background: #090909 url(http://www.adampawlikowski.pl/bg.jpg) repeat-y 50%;}
p, td, th, li {
  font: small sans-serif;
}

h1, h2, h3, h4 {
  color: #ECD6BD;
}

h1 {
  font-size: large;
}

a:link, a:visited {
  color: #ECD6BD;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input, textarea, select, .inputbox {

  color: #150000;
  background-color: #000;
}

input.radio {

  background-color: #000;
}

input.button {
  font-weight: bold;
  color: #150000;
  background-color: #000;
}




#header {
  
}

#crumb {
  
}

#footer {
  text-align: center; 
}

a img {
  border: 0;
}

table.sgList {
  background-color: #000;

}

tr.sgRow0 {
  background-color: #000;
  margin: 1px;
}

tr.sgRow1 {
  background-color: #000;
  margin: 1px;
}

table.formTable input, table.formTable textarea, table.formTable .inputbox {
  width: 500px;
}

table.formTable td {
  vertical-align: top;
}

table.formTable input.radio, table.formTable input.radio {
  width: auto;
  height: auto;
}

.sgImageInput {
  text-align: center;
  padding: 2px;
}

div.sgAdminBar {
  background-color: #000;

  margin: 1em 0 1em 0;
  padding: 5px;
  font-size: x-small;
}

div.sgAdminBar a:link, div.sgAdminBar a:visited, div.sgAdminBar a:active {
  color: #ECD6BD;
  font: x-small Verdana;
  position: relative;
  left: 1px;
  top: 1px;

  text-decoration: none;
  padding: 2px;
}

div.sgAdminBar a:hover {
  position: relative;
  left: 0px;
  top: 0px;

  color: #ECD6BD;
  background-color: #150000;
}

span.sgAdminBarSeparator {

  width: 0px;
  margin-right: 4px;
}

div.sgShadow {
  text-align: center;
  padding: 1em;
}

table.sgShadow {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

table.sgShadow, table.sgShadowTab {
  background-color: #000;
  padding: 0;
  text-align: left;
}

table.sgShadowTab td {
  font-size: 13px;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

table.sgShadow td.tabm, table.sgShadow td.tabr {
  background-color: #000;
}

table.sgShadow td.tl {

}

table.sgShadow td.tm {

}

table.sgShadow td.tr {

}

table.sgShadow td.ml {

}

table.sgShadow td.mm {
  padding: 10px;
}

table.sgShadow td.mr {

}

table.sgShadow td.bl {

}

table.sgShadow td.bm {

}

table.sgShadow td.br {

}

div.sgGallery {
  margin: 5px;
  padding: 5px;
float: left;
  background-color: #000;
}

td.sgGallery {
  width: 100px;
  text-align: center;
}

img.sgGallery {
  border: 0px solid #000;
}

div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}

img.sgImage {
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}

div.sgNavBar a img {
  padding: 3px;
  float: left;
}

div.sgThumbnail {
  width:  120px;
  height: 120px;
  margin: 10px 5px 10px 5px;
  float: left;
	padding: 0px;
  text-align: center;
}

div.sgThumbnail table {
  width:  116px;
  height: 116px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #000;
	margin: 0px;
	padding: 0px;

}

.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
} 
