html, body {margin: 0; 
			padding: 0;
			background:#F4F2F2;
			font-family: verdana;
			font-size: 12px;
			}
/*
<p class="tinymce"> używany głównie w edytorze tinymce i domyślnie: 10
*/
p.tinymce {
	font-size: 10px;
	font-family: verdana;
}
			
td {padding: 0.25em 1px; vertical-align:top; color:#333333;}

td, tr, th, select, textarea, span {
	font-family: verdana;
	font-size: 12px;
	color:#333333;
	vertical-align:middle;
}
.p13 {
	font-size: 13px;
	text-align: left;
}
.p13c {
	font-size: 13px;
	text-align: center;
}
.p13r {
	font-size: 13px;
	text-align: right;
}
.p10 {
	font-size: 10px;
	text-align: left;
}
.p10off {
	font-size: 10px;
	text-align: left;
	font-weight:bold;
}
.p10c {
	font-size: 10px;
	text-align: center;
}
.p10r {
	font-size: 10px;
	text-align: right;
}
a:link,a:active,a:visited {
    font-family: Verdana, Tahoma, Arial, Arial CE, sans-serif;
	text-decoration:none;
	color:#0066FF;
	font-weight:normal;
	font-size: 11px;
	}
a:link:hover{
    font-family: Verdana, Tahoma, Arial, Arial CE, sans-serif;
	text-decoration:underline;
	color:#FF0000;
	font-weight:normal;
	font-size: 11px;
	}

.a13 {
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
}
.sub1 {
	font-size: 13px;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.error {
	color: red;
	font-weight: bold;
	text-align: center;
}

.prawo {
	text-align: right!important;
}

.center {
	text-align: center!important;
}

.closed {
	background-color:#FF0000; 
	color:#FFFFFF; 
	font-style: italic; 
	font-weight: bold;
}
.sel {
	color:#0000FF; 
	font-weight: bold;
	text-decoration: underline;
}
.szare {
	background-color: #cfcfcf;
}

.highlight {
	background-color: #E6E6FA;
	font-weight: bold;
}

.highlightinvis {
	background-color: #E6E6FA;
	font-weight: bold;
	color: red;
	font-style: italic;
}

.invis {
	color: red;
	font-style: italic;
}

/*ajax*/
ul.ajax { list-style-type: none; font-family: tahoma; arial, sans-serif; font-size: 12px;  margin: 5px 0 0 0}
li.ajax {cursor: pointer; background: #FFFFFF; color: #000000; width: 250px; border-bottom: 1px solid #000000; }
li.ajax2 {cursor: pointer; background: #FFFFFF; color: #000000; width: 750px; border-bottom: 1px solid #000000; }

