
/* ********** domyslne style ***************** */

body { background-color:#FFFFFF; font-family:Tahoma,sans-serif; font-size:11px; color:#303030; margin:0px; }
td { font-family:Tahoma,sans-serif; font-size:11px; color:#303030; }
p  { font-family:Tahoma,sans-serif; font-size:11px; color:#303030; }
li { font-family:Tahoma,sans-serif; font-size:11px; color:#303030; }
ol { font-family:Tahoma,sans-serif; font-size:11px; color:#303030; }

hr { color:#c0c0c0; }

h3 { margin-bottom:13px; }

td.logoTop {
    background-color: #FFFFFF;
    background-image: url('topBg.gif');
    background-repeat: repeat-x;
}

td.mainMenu {
    background-color: #FFFFFF;
    background-image: url('menuItem.gif');
    background-repeat: no-repeat;
    font-size: 11px;
}

li.regulamin { margin-top:8px; margin-bottom:8px; }

p.pytanie { font-size: 12px; color: #003000; font-weight: bold; }

p.regulaminArt { font-weight: bold; color: black; }

a.mainMenu:link,
a.mainMenu:visited,
a.mainMenu:active {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

a.mainMenu:hover {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0000A0;
    text-decoration: none;
}

a:link,
a:visited,
a:active {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    color: brown;
    text-decoration:none;
}

a:hover {
    font-family: Tahoma,sans-serif;
    font-size: 11px;
    color: black;
    text-decoration: underline;
}

/* ************ tabela formularzy ************** */

td.formHeader {
    font-weight: bold;
}
    
td.formLabel {
    background-color: #DFE6A7;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    color: black;
}

td.formInput {
    background-color: silver;
    color: black;
    text-align: left;
    vertical-align: top;
}

/* ************ pola formularzy ************** */

input {
    BORDER-TOP-WIDTH: 1px;
    BORDER-LEFT-WIDTH: 1px;
    BORDER-BOTTOM-WIDTH: 1px;
    BORDER-RIGHT-WIDTH: 1px;
    BORDER-LEFT-COLOR: silver;    
    BORDER-BOTTOM-COLOR: black;
    BORDER-TOP-COLOR: silver;
    BORDER-RIGHT-COLOR: black;
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Tahoma,sans-serif;
    FONT-SIZE: 11px;
}

input.Btn {
    BORDER-TOP-WIDTH:2px;
    BORDER-RIGHT-WIDTH:2px;
    BORDER-LEFT-WIDTH:2px;    
    BORDER-BOTTOM-WIDTH:2px;
    BORDER-LEFT-COLOR:#F0F0F0;    
    BORDER-BOTTOM-COLOR:black;
    BORDER-TOP-COLOR:#F0F0F0;
    BORDER-RIGHT-COLOR:black;
    BACKGROUND-COLOR:gray;
    COLOR:white;
    FONT-FAMILY:Tahoma,sans-serif;
    FONT-WEIGHT:bold;
    FONT-SIZE:11px;
}

option {
    BORDER-TOP-WIDTH:1px;    
    BORDER-LEFT-WIDTH:1px;    
    FONT-SIZE:11px;    
    BORDER-LEFT-COLOR:dimgray;    
    BORDER-BOTTOM-WIDTH:1px;    
    BORDER-BOTTOM-COLOR:dimgray;    
    COLOR:black;    
    BORDER-TOP-COLOR:dimgray;    
    FONT-FAMILY:Tahoma,sans-serif;    
    BACKGROUND-COLOR:white;    
    BORDER-RIGHT-WIDTH:1px;    
    BORDER-RIGHT-COLOR:dimgray;
}
select {
    BORDER-TOP-WIDTH:1px;
    BORDER-LEFT-WIDTH:1px;
    FONT-SIZE:11px;
    BORDER-LEFT-COLOR:dimgray;
    BORDER-BOTTOM-WIDTH:1px;
    BORDER-BOTTOM-COLOR:dimgray;
    COLOR:black;
    BORDER-TOP-COLOR:dimgray;
    FONT-FAMILY:Tahoma,sans-serif;
    BACKGROUND-COLOR:white;
    BORDER-RIGHT-WIDTH:1px;
    BORDER-RIGHT-COLOR:dimgray;
}
textarea {
    BORDER-TOP-WIDTH:1px;
    BORDER-LEFT-WIDTH:1px;
    BORDER-BOTTOM-WIDTH:1px;
    BORDER-RIGHT-WIDTH:1px;
    BORDER-LEFT-COLOR:black;
    BORDER-RIGHT-COLOR:silver;
    BORDER-TOP-COLOR:black;
    BORDER-BOTTOM-COLOR:silver;
    COLOR:black;
    BACKGROUND-COLOR:white;
    FONT-SIZE:11px;
    FONT-FAMILY:Tahoma,sans-serif;
}

