/*html tags*/
body {  background: #6dc529; color: black; }

/*header styles*/

#header .top {display: none;}
#header .middle { background: transparent; }
#header .bottom {background: #472451; height: 5px; width: 980px; float: right;}

#logo {background: transparent url("../img/logo.png") 0 0;}

#polFlag { background-image:url("../img/pol.png"); background-repeat:no-repeat; }
#engFlag { background-image:url("../img/eng.png"); background-repeat:no-repeat; }

#nav .navTable a { color: white;}

/* CALENDAR */
#calendar .top {background: transparent url("../img/partnersTop.png") 0 0 no-repeat;}
#calendar .middle { background: transparent url("../img/partnersMiddle.png") 0 0 repeat-y;}
#calendar .bottom {background: transparent url("../img/partnersBottom.png") 0 0 no-repeat;}

/* NEWSLETTER */
#newsletter .top {background: transparent url("../img/partnersTop.png") 0 0 no-repeat;}
#newsletter .middle { background: transparent url("../img/partnersMiddle.png") 0 0 repeat-y;}
#newsletter .bottom {background: transparent url("../img/partnersBottom.png") 0 0 no-repeat;}
#newsletter .partner a { color: white;}

/*partners style*/
#partners .top {background: transparent url("../img/partnersTop.png") 0 0;}
#partners .middle { background: transparent url("../img/partnersMiddle.png") 0 0 repeat-y;}
#partners .bottom {background: transparent url("../img/partnersBottom.png") 0 0;}
#partners .partner a { color: white;}

/*main style*/
#main .top {display: none;}
#main .middle { background: white; }
#main .bottom {display: none;}

/* ramka administratora */
#adminNavM { background: transparent url('../img/admNavBg.gif') 0 0 repeat-x; border-left: 1px solid #b5b5b5; border-right: 1px solid #b5b5b5; z-index: 99999; }
#adminNav ul li a { color: #111111; }

#hideElement span { background: transparent url('../img/hide.png') 50% 50% no-repeat; }
#showElement span { background: transparent url('../img/show.png') 50% 50% no-repeat; }

/* modal */
#simplemodal-overlay { background: #000; }
#simplemodal-container a.modalCloseImg { background:url('../img/x.png') no-repeat;}

#addPartnerForm { background: #eeeeee; color: black;}
#addFileForm { background: #eeeeee; color: black;}
#show_confirmation { background: #f0f0f0 url('../img/questionMark2.png') no-repeat 10px 25px; color: black; }
#show_alert { background: #f0f0f0 url('../img/exclamationMark.png') no-repeat 10px 25px; color: black; }

.post { padding: 3px; margin: 10px 0; background: #51657c;}

.errorTexts a {color: white;}

