body {
	background-image: url("../gfx/powtarzalnetlogorne.jpg");
	background-repeat: repeat-x;
	background-position: top;
    background-color: #2c2c2c;
    color: #aaaaaa
}
/* #7b7b7b; */

a.imgLink img {
	border: none;
}

a.imgLink:HOVER img {
	border: none;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:HOVER {
	color: #ff0000;
	text-decoration: none;
}

#menuBar a:HOVER {
    color: #ffffff;
    text-decoration: underline;    
}

#menuBar {
    color: #9d0101;	
}

.header {
	color: #bebebe;
	font-weight: bold;
}

#headerPart {
    background-image: url("../gfx/panelglowny.jpg");
    background-repeat: no-repeat;
}   

#contentPart {
    background-image: url("../gfx/tlopodpanelem.jpg");
    background-repeat: no-repeat;
}

#footerMenuBar {
    background-image: url("../gfx/oddzielaczdolny.jpg");
    background-repeat: no-repeat;
    
}

#logonForm .header {
    font-weight: bold;	
}

#loginButton {
	color: #ffffff;
    border: 0;
    background-color: transparent !important;
    background: none;
    cursor: pointer;
    cursor: hand;
    text-transform: uppercase;  
}

.captionedContentCaption:FIRST-CHILD {
    margin-top: 10px;
}

.captionedContentCaption {
    border-bottom: 1px solid #7b7b7b;height: 25px;
    margin-top: 25px;
}

.captionedContentContent {
     margin-top: 10px;
}


/*
 * AjaxFormModule css
 */
.panel .caption {
    background-image: url("../gfx/modulik_gora.png");
    background-repeat: no-repeat;
}

.panel .beforeContent {
    background-image: url("../gfx/modulik_srodek.png");
    background-repeat: repeat-y;
}

.panel .splitter {
	background-image: url("../gfx/modulik_srodek.png");
    background-repeat: repeat-y;
}

.panel .content {
    background-image: url("../gfx/modulik_srodek.png");
    background-repeat: repeat-y;
}

.panel .footer {
    background-image: url("../gfx/modulik_dol_02.png");
    background-repeat: no-repeat;
    background-position: bottom;
}

.ajaxFormModule .submitButton {
    background-color: transparent;
	background-image: url("../gfx/buton_zapisz.png");
    background-repeat: no-repeat;
 
}

.ajaxFormModule .statusBar {
    font-size: 10px;
    font-weight: bold;
    color: #bebebe;
    
    text-transform: lowercase;
    text-align: center;    
}

.ajaxFormModule .globalErrors {
    font-size: 10px;
    font-weight: bold;
    color: #f00;    
}

.ajaxFormModule .fieldErrors {
    font-size: 10px;
    font-weight: bold;
    color: #f00;
}


.ajaxFormModule textarea {
    background-color:    #ffffff;
    border: none;
}

#GeneralStatistics {
    width: 310px;
    height: 132px;
    background-image: url("../gfx/wykres01.png");
    margin-top: 6px;
    margin-bottom: 3px;
}

img.thumbnail {
    cursor: pointer;
}

img.transparentImage {
    visibility: hidden;
}