﻿html, body, form {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
.centered
{
    margin-left: auto;
    margin-right: auto;
}
.title {
   color:#dddada;
   font-family:Trebuchet MS;
   font-size:19px;
   font-weight:bolder; 
}
.text
{
    color: white;
    font-size: 16px;
    font-weight: normal;
    font-family: Verdana;
    text-align: left;
    text-indent: 1em;
}
.photos {
   color:#e1e1e1;
   font-family: Trebuchet MS;
   font-weight: bolder;
   font-style: italic;
   font-size:16px;
}
.menu a {
    color: #cccccc;
    font-weight: bold;
    font-family: Trebuchet MS;
}
.menu {
    color: #cccccc;
    font-weight: bold;
    font-family: Trebuchet MS;
}
.menu a:hover {
    color: #990000;
}
.SelectedItem {
    color: #ff0000;
    font-weight: bold;
    font-family: Trebuchet MS;
}
.buttom {
   color:#777777;
   font-family: Trebuchet MS;
   font-size:12px;   
}
.MyDesign {
   color:#cccccc;
   font-family: Trebuchet MS;
   font-size:12px;
}
.tablica td
{
   padding-top: 0px;
   padding-right: 20px;
   padding-left: 20px;
   padding-bottom: 40px;
}
.success {
   color:#0033FF;
   font-family:Trebuchet MS;
   font-size:16px;
   font-weight:bolder;
}
.error {
   color:#FF0000;
   font-family:Trebuchet MS;
   font-size:16px;
   font-weight:bolder;
}
.Cell1 {
  height: 15px;
  width: 15px;
   background-image: url('images/border/top-left.png');
   background-repeat: no-repeat;
}
.Cell2 {
   background-image: url('images/border/top.png');
   background-repeat: repeat-x;
}
.Cell3 {
  height:15px;
  width:15px;
   background-image: url('images/border/top-right.png');
   background-repeat: no-repeat;
}
.Cell4 {
   background-image: url('images/border/left.png');
   background-repeat: repeat-y;
}
.Cell7 {
  height:15px;
  width:15px;
   background-image: url('images/border/bottom-left.png');
   background-repeat: no-repeat;
}
.Cell6 {
   background-image: url('images/border/right.png');
   background-repeat: repeat-y;
}
.Cell9 {
  height:15px;
  width:15px;
   background-image: url('images/border/bottom-right.png');
   background-repeat: no-repeat;
}
.Cell8 {
   background-image: url('images/border/bottom.png');
   background-repeat: repeat-x;
}
td
{
    behavior: url(iepngfix.htc); 
}
.spacing
{
    margin: 8px;
}