body {
	font-family: Arial ,Tahoma, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #323357;
	background-color: #fef9e2;	
	}

	
.fRed {
	color: #f00 !important;
}
.fGreen {
	color:green;
}

a.fGreen {
	color: green;
}
a:visited.fGreen {
	color: green;
}

a.fNavy {
	color: navy;
}
a:visited.fNavy {
	color: navy;
}
a:hover.fNavy {
	color: blue;
}

.fUnderline {
	text-decoration: underline;
}
.fBig {
	font-size: larger;
}

.fBold {
	font-weight:bold;
}
.fItalic {
        font-style:italic;
}
.fCenter {
	text-align:center;
}
.fRight {
	text-align:right;
}
.fLeft {
	text-align:left;
}
.fJustify {
	text-align:justify;
}


#konfForm p {
	text-align:left;
	text-indent:0px;
}

td.formDesc {
	border: 1px #ccc solid;
	font-size: 10px;
}


/*formatowanie ankiet*/
#surveyForm {
	text-align: left;
}

#surveyForm p{
	text-indent: 0px;
}

#surveyForm input,textarea {
	border: 1px solid #f79239;
}

#surveyForm .sQuestion {


}

#surveyForm .sAnswer {

}


h2.info {
	font-size:120%;
	text-align:center;
}



.searchHl {
	background-color: #FFBB00;
	color: #000000;
	font-weight: bold;
}



h2 {
	font-family: arial, verdana, sans-serif;
	text-align:center;
	font-size:110%;
	padding-bottom:5px;
	margin-bottom:10px;
}

table.std {
	border:1px solid #006;
	border-collapse:collapse;
	margin-bottom:20px;	
	margin-top:15px;	
	width:99%;
}

table.std th, table.std td{
	padding:4px;
}

table.std th{
	background: #fdf3c4;
}
table.std td{
	border:1px solid #006;
}
.admintable td
{
	text-align:left;
}

.admintable ol
{
	padding-left:15px;
	margin-left:15px;
/*	list-style-position:inside;*/
}

.admintable ul li {
	padding-bottom:10px;
}

.admintable ul li ol li{
	padding-bottom:2px;
}

.admintable ul li ol, .admintable ul li ul{
	padding-top:10px;
}