/* Layout */

html { background: url('../../img/niebieski/html.png') top left repeat-x #0096ff; }
body { background: url('../../img/niebieski/body.png') bottom left repeat-x; color: #8a8a8a; }
a { color: #07648d; text-decoration: none; }
a:hover { text-decoration: none; }

#Header { background: url('../../img/niebieski/header.jpg') top left no-repeat; }
#HeaderNazwa a { color: #07648d; }
#Content,#ContentFull { background: url('../../img/content.jpg') 300px 0px no-repeat #ffffff; }
#Footer, #Footer a { color: #ffffff; }

.LayoutRamka h1 { background: url('../../img/h1.png') top left repeat-x #fdd612; color: #6b6b6b; }

/* Menu */

#MenuGlowne li { background: url('../../img/niebieski/menu_li.png') 50% 0px repeat-x #0843b0; color: #ffffff; }
#MenuGlowne a { color: #ffffff; }
#MenuGlowne li a.active { background: url('../../img/niebieski/menu_li_active.png') 10px 50% no-repeat; }

#MenuSonda { border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
.SondaWykres .Status { background-color: #c7ffff; }
.SondaWykres .Status .Ilosc { background-color: #0096ff; }

.Menu h1 { background: url('../../img/h1.png') top left repeat-x #fdd612; color: #6b6b6b; border-color: #ffffff; }
.Menu .BoxColor h1 { border-color: #005aff; }
.Menu p span { color: #949494; }
.Menu .Box1, .Menu .Box2 { background-color: #ffffff; }
.Menu .BoxColor .Box1, .Menu .BoxColor .Box2 { background: url('../../img/niebieski/box2.png') top left repeat-x #0843ae; }


#MenuKalendarz, #MenuKalendarz a { color: #ffffff; }
#MenuKalendarz .KalHead { background-color: #ffffff; color: #666666; }
#MenuKalendarz table td div.Now { background-color: #48ad04; }
#MenuKalendarz table td div.Nie { background-color: #2260d2; }


/* Elementy */

#BreadCrumbs { color: #07648d; }
#PageOption, #PageOption a, #Info, #Info a { color: #ffffff; }

.Row { border-bottom: 1px solid #c9c9c9; }
.Row p.small em { color: #dbdbdb; }
.Row div.left_w120 { border-bottom: 1px solid #c9c9c9; }
.Col p { border-bottom: 1px solid #c9c9c9; }
.Navigation { border-bottom: 1px solid #c9c9c9; }
.ReklamaMenu, .ReklamaBottom, .ReklamaHomepage { background-color: #ffffff; }
.ContentAlert { border-bottom: 1px solid #c9c9c9; }

.submit
{
    border: 1px solid #005aff !important;
    background: #005aff !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#005aff), to(#0844b1)) !important;
    background: -webkit-linear-gradient(top, #005aff, #0844b1) !important;
    background: -moz-linear-gradient(top, #005aff, #0844b1) !important;
    background: -ms-linear-gradient(top, #005aff, #0844b1) !important;
    background: -o-linear-gradient(top, #005aff, #0844b1) !important;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 2px 7px;
}