@CHARSET "UTF-8";

/* (C) adam at zaleski.org */

* { padding: 0; margin: 0; }

body {
    font-size: 12px;
    font-family: Verdana;
    background-color: #fff;
    margin: 0;
    padding: 0;
	background-image:url(/images/default/background.png);
    background-repat: repeat-y;
	
}

a {
	color: #467ec5;
	text-decoration: none;
}

a:hover { 
		text-decoration: underline; 
}

img { border: 0px }

#mainpage   { 
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	border: 0;
	padding: 0;
	background-image:url(/images/default/shadow.png);
	background-repat: repeat-y;
}

#content {
		width: 994px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		background-color: #fff;
}

#header {
    width: 994px;
    height: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;    
    margin-top: 0px;
    line-height: 25px;
    font-size: 10px;
    margin-bottom: 10px;
}


#main {
	width: 994px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-top: 0px;
	min-height: 500px;
}

#mainLeft {
	float: left;
	width: 740px;
}

#mainCenter {
	float: left;
	width: 4px;
}

#mainRight {
	float: right;
 	width: 250px;
}

.clear {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
	font-size: 0px;
	clear: both;
	line-height: 0em;
}

.hide { display: none; }

.specialDate {
	background-color: #104F82 !important;
	font-weight: bold !important;
}

.specialDate  a {
	background-color: #104F82 !important;
	font-weight: bold !important;
}


#centerContent {
	margin-left: auto;
	margin-right: auto;
	width: 612px;
	padding: 0px;
}

#centerContentLeft {
	float: left;
	width: 302px;
}

#centerContentCenter {
	float: left;
	width: 8px;
}

#centerContentRight {
	float: right;
	width: 302px;
}


#foot {
    width: 994px;
    height: 25px;
    position: relative;
    margin-left: auto;
    margin-right: auto;    
    margin-top: 10px;
    background-color: #e6e6e6;
    line-height: 25px;
    font-size: 10px;
    clear: both;
    border-top: 1px solid #c0c0c0;

}

#foot .left {
	float: left;
	text-align: left;
	margin-left: 5px;

}

#foot .right {
	float: right;
	text-align: right;
	margin-right: 5px;	
}

#foot img { margin-top: 6px; float: right }


.left   {text-align: left }
.center {text-align: center}
.right  {text-align: right}
.top    {vertical-align: top}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}
.width25 {  width: 25px }
.width50 {  width: 50px }
.width55 {  width: 55px }
.width60 {  width: 60px }
.width75 {  width: 75px }
.width100 { width: 100px}
.width105 { width: 105px}
.width110 { width: 110px}
.width125 { width: 125px}
.width150 { width: 150px}
.width175 { width: 175px}
.width200 { width: 200px}
.width250 { width: 250px}
.width300 { width: 300px}
.red { color: red; }
.bold {font-weight: bold; }


#error_box {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* SimpleModal */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}
#simplemodal-container {height:50px; width:300px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #potwierdzenieDodania {padding:8px;}

