/* Layout */

html { background: url('../../img/fioletowy/html.png') top left repeat-x #dfdfdf; }
body { background: url('../../img/fioletowy/body.png') bottom left repeat-x; color: #8a8a8a; }
a { color: #931ba0; text-decoration: none; }
a:hover { text-decoration: none; }

#Header { background: url('../../img/fioletowy/header.jpg') top left no-repeat; }
#HeaderNazwa a { color: #931ba0; }
#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, .MenuGlowne li { background: url('../../img/fioletowy/menu_li.png') 50% 0px repeat-x #6c6c6c; color: #ffffff; }
#MenuGlowne a, .MenuGlowne a { color: #ffffff; }
#MenuGlowne li a.active, .MenuGlowne li a.active { background: url('../../img/fioletowy/menu_li_active.png') 10px 50% no-repeat; }

#MenuSonda { border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
.SondaWykres .Status { background-color: #fbdcff; }
.SondaWykres .Status .Ilosc { background-color: #981da6; }

.Menu h1 { background: url('../../img/h1.png') top left repeat-x #fdd612; color: #6b6b6b; border-color: #ffffff; }
.Menu .BoxColor h1 { border-color: #981da7; }
.Menu p span { color: #949494; }
.Menu .Box1, .Menu .Box2 { background-color: #ffffff; }
.Menu .BoxColor .Box1, .Menu .BoxColor .Box2 { background: url('../../img/fioletowy/box2.png') top left repeat-x #7c1286; }


#MenuKalendarz, #MenuKalendarz a { color: #ffffff; }
#MenuKalendarz .KalHead { background-color: #ffffff; color: #666666; }
#MenuKalendarz table td div.Now { background-color: #8f8f8f; }
#MenuKalendarz table td div.Nie { background-color: #94349e; }


/* Elementy */

#BreadCrumbs { color: #666666; }
#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 #9a1ea9 !important;
    background: #9a1ea9 !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#9a1ea9), to(#771080)) !important;
    background: -webkit-linear-gradient(top, #9a1ea9, #771080) !important;
    background: -moz-linear-gradient(top, #9a1ea9, #771080) !important;
    background: -ms-linear-gradient(top, #9a1ea9, #771080) !important;
    background: -o-linear-gradient(top, #9a1ea9, #771080) !important;
    color: #ffffff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 2px 7px;
}

.SzkolaMenu li.active a, .PrzedszkolaMenu li.active a { background-color: #771080; color: #ffffff; }

.SzkolaPlan .dzien1 { background: url('/layouts/_sources/panel/img/plan_lekcji/pon.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien2 { background: url('/layouts/_sources/panel/img/plan_lekcji/wt.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien3 { background: url('/layouts/_sources/panel/img/plan_lekcji/sr.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien4 { background: url('/layouts/_sources/panel/img/plan_lekcji/czw.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien5 { background: url('/layouts/_sources/panel/img/plan_lekcji/pt.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien6 { background: url('/layouts/_sources/panel/img/plan_lekcji/so.png') 5px 50% no-repeat #771080; }
.SzkolaPlan .dzien7 { background: url('/layouts/_sources/panel/img/plan_lekcji/n.png') 5px 50% no-repeat #771080; }
.SzkolaPlan th, .SzkolaPlan td { color: #ffffff; }
.SzkolaPlan a { color: #ffffff; }
.SzkolaPlan tr.row1 { background-color: #8B1596; }