/*--widok pod edytorem--*/

/*--dodatkowo--*/
.ContentPage {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 text-align:left;
	 background-color:#FFFFFF;
}
.PrettyTable {
       border-collapse:collapse;
       width:468px;
       margin:auto;
	   border: none;
	   margin:12px 0px 12px 0px;
}
.PrettyTable td , th {
       vertical-align:top;
       border:none;
	   padding:8px;
}
.PrettyTable td {
       background-color:#FFFFFF;
	   border-bottom:1px solid #F5F5F5;	   
}
.PrettyTable th {
       text-align:left;
       font-weight:bold;
       background-color:#F7F7F7;
	   border-top:1px solid #DFDFDF;
	   border-bottom:1px solid #DFDFDF;
	   color:#5EB2F2;
}
.PrettyTable td img {
       margin:0px 10px 5px 0px;
}

.PrettyTable2 {
       border-collapse:collapse;
       margin:auto;
	   border: none;
	   margin:12px 0px 12px 0px;
}
.PrettyTable2 td , th {
       vertical-align:top;
       border:none;
	   padding:8px;
}
.PrettyTable2 td {
       background-color:#FFFFFF;
	   border-bottom:1px solid #F5F5F5;	   
}
.PrettyTable2 th {
       text-align:left;
       font-weight:bold;
       background-color:#F7F7F7;
	   border-bottom:1px solid #DFDFDF;
	   border-top:1px solid #DFDFDF;
	   color:#5EB2F2;
}
.PrettyTable2 td img {
       margin:0px 10px 5px 0px;
}

/*podglad*/
div,th,td,p,ul,li {
     font-family: Arial, Helvetica, sans-serif;
     font-size: 11px;
     color:#565656;
}
blockquote {
	margin:0px 0px 0px 30px;
	padding:0px;
}
a {
        color:#3874BD;
        text-decoration:none;
}
a:hover {text-decoration: underline;}
h1,h2,h3,h4,h5 {padding:0px;margin:0px;}
h1 {
	font-size:18px;
	color:#FF0000;
	padding-bottom:15px;
	font-weight:normal;
}
h2 {font-size:11px;}
h2 a {color:#3874BD;}
h3 {font-size:11px;color:#3874BD;}
h4 {font-size:11px;color:#009832;}
p {
        padding-bottom:10px;
        padding-top:10px;
        margin:0px;
		display:block;
}
form {margin:0px;padding:0px;}
img {border: none;}
.strike, a.strike {
     color: #E9151D;
     text-decoration: line-through!important;
}
ul {
        list-style-type: square; 
        margin-top:0px;
}
ol li p {padding:0px;}
ol li {padding:2px 0px 2px 0px;}
ol {margin-top:4px;}
ul{margin-top:0px;}
hr{
        border-right: none;
        border-left: none;
        border-bottom: none;
        border-top: 1px solid #D5D5D5;
        color: #FFF;
}
.inf{
	color:#3874BD;
	font-weight:bold;
}
p.error{
	background: url(/images/error.gif) no-repeat left center;
	padding:15px 0px 15px 0px;
	text-indent: 30px;
}

/* formularze */
.fm input, .fm2 input, .fm select, .fm textarea {
	border:1px solid #A5ACB2;
	color: #565656;
	font-size:11px;
	padding-left:2px; 
}
.fm textarea {overflow-y:hidden;}
.fm .date {
	width: 60px;
}
table.fm2 td input {width:50px;}
.fm textarea {
	width: 450px;
	height: 200px;
}
table.fm {border-collapse: collapse;}
table.fm td {padding: 6px 0px 6px 2px;}
table.fm  tr.fmk td {background-color:#F7F7F7;}

td.error{
	background: url(/images/error.gif) no-repeat left center;
	padding:15px 0px 15px 0px;
	text-indent: 30px;
	color:#C80101;
}
table.fm td input.nol {border: none;} 
.nol {border: none;}
table.fm th, table.fm2 th {background-color:#F7F7F7;}
table.fm2 td.fms input {width:100px;}
/*mapa serwsisu*/
ul.mapa {
    list-style-type: none;
	background: none;
}
ul.mapa li {
	color:#3874BD;
	padding:8px 0px 4px 10px;
}
li.m1 {
	font-weight:bold;
	height:16px;
	margin-top:10px;
	background-color: #F7F7F7;
}
li.m1 span{font-size:9px;}
.m2 {
	margin-left:20px;
}

