* {
	padding: 0px;
	margin: 0px;
}
body {
  font-family: verdana;
  font-size: 11px;
}
#container {
	width: 1008px;
	background: url(images/1_container.jpg) repeat-y;
	margin: 0 auto;
}

#header {
	width: 1008px;
	height: 67px;
	background: url(../images/title_bg.jpg) repeat-x;
}

#menu {
	width: 1008px;
	height: 32px;
	/*background: #064686;*/
	background: #3475b9;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}

#left-content {
	width: 618px;
	height: 16px;
	float: left;
	margin-top: 5px;
}

#left-content2 {
	width: 618px;
	height: 366px;
	float: left;
	margin-top: 5px;
}

#left-content3 {
	width: 618px;
	height: 0px;
	float: left;
	margin-top: 5px;
}

#main-content {
	/*padding-top: 10px;*/
	padding-top:0px;
	width: 1008px;
	clear: both;	
}

table th {
	/*background: #cacaca;*/
	height: 25px;
	/*background: #3475b9;*/
	background: url(../images/footerPlace_bg.jpg) repeat-x;
	color: #fff;
}
table tr.bg-darker {
	background: #efefef;
}

#pagination {
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	padding-top:10px;
	text-align: center;
	height:40px;
}

#pagination a{
	color: #707070;
	text-decoration: none;
	border: 1px solid #e2e2e2;
	padding: 3px 3px 3px 3px;
	margin: 2px 2px 2px 2px;
	
}

#pagination a:hover{
	text-decoration: underline;
}

#right-content {
	width: 360px;
	/*height: 500px;*/
	/*height: 140px;*/
	float: right;
	margin-top: 5px;
}


#footer {
  font-size: 10px;
  color: #e6e4e5;
  height: 27px;
	width: 1008px;
	height: 27px;
	background: url(../images/footerPlace_bg.jpg) repeat-x;
	clear: both;
}
#footer {
	padding: 8px 0px 8px 0px;
	margin: 8px 0px 8px 0px;
}

#footer p{
	padding: 0px 8px 0px 8px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.btn {
	/*padding: 0px 8px 0px 8px;
	border: 1px solid #c9c9c9;
	margin: 0px 3px 0px 3px;*/
}


.ramka {
	border: 1px solid #f00;
}
.hide {
	display: none;
}


.box-ok, .box-warning, .box-error {
		margin-top: 6px;
		margin-bottom: 6px;
    padding: 9px 20px 9px 50px;
    border-top:2px solid #00A8DF;
    border-bottom:2px solid #00A8DF;
}	
.box-ok {
    background:#E4F8FE url('../images/ok.png') no-repeat 20px 50%;
}
.box-warning {
    background:#E4F8FE url('../images/warning.png') no-repeat 20px 50%;
}
.box-error {
    /*background:#E4F8FE url('../img/error.png') no-repeat 20px 50%;*/
    
    background:#f4c7c7 url('../images/error.png') no-repeat 20px 50%;
    color:  #a60202;
    /*border:1px solid #a60202;*/
    border-top:2px solid #a60202;
    border-bottom:2px solid #a60202;
    
/*    background:#ffffe1 url('../img/warning.png') no-repeat 20px 50%;
    color: #71695f;
    border:1px solid #f0c48b;*/

    /*background:#cfebcd url('../img/ok.png') no-repeat 20px 50%;
    color: #3d8d38;
    border:1px solid #3d8d38;*/
    
    
}

.input_powiadomienie {
	 width: 177px;
}

input {
	/*color: #074787;*/
}

a{
 color:white;
}

