table.ftable caption{
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;	
	background: #E3E3C7;
	padding: 4px;
}
table.ftable th{
	background: #E3E3C7;
	padding: 4px;
}
table.ftable td{
	background: #EFEFDE;
}
table.ftable td.label{
	text-align: right; 
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 2px 3px;
}
table.ftable td.center{
	vertical-align: middle;
}
table.ftable td.field{
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 3px;	
}
input.text, input.search_field{
	font-size: 11px ;
	color: #808080;
	background: #fff;
	border: 1px solid #5F686F;
	padding: 1px;
}

input.submit_button,button {
	font-size: 10px;
	color: #EBEEDD;
	background: #777777;
	border: 1px solid #5F686F;
	padding: 1px;
	margin: 1px 4px 1px 4px;
}
textarea {
	font-size: 12px;
	color: #808080;
	background: #FFFFFF;
	border: 1px solid #A0A0A0;
}

select {
	background: #fff;
	color: #000;
	font-size: 12px;
	border: 1px solid #A0A0A0;
}

form label{
	font-size: 11px;
	float: none;
	display: inline;	
}
form label.mlabel_b{
	width: 110px;
	display: block;
	float: left;
	border-bottom: 1px solid #F0F0FF;
}
form span.f, form span.eHint, form span.help22b{
	display: table-cell;
	float: left;
	overflow: hidden;
	vertical-align: bottom;
}
form ul{
	text-align: left;
	
}
div.form_e{
	font-size: 10px;
	color: #FF0000;
	min-height: 12px;
	
	
}

div.passContainer { 
	height:4px; 
	width:100px; 
	border:1px solid #000; 
	margin: 0px;
	font-size: 0px; 
	background-color:#DDDDDD; 
} 
div.passContainer div.passStrength{ 
	background: url('../_gfx/system/strength.jpg');
	height: 4px; 
	width: 0px; 
} 


div.score_main_box{
	float: none; height: 30px; width: 220px;
}
div.score_main_box div.score_points{
	float: left; padding-top: 6px; width: 125px;
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating
{
	background: transparent url(../_gfx/score/score_small.png) repeat-x scroll left -1000px;
}

/* pole odpowiedzialne za wyswietlanie gwiazdeczek */
.star-rating {
	background-position: left top;
	height: 25px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
	position: relative;
	width: 250px;
}

.star-rating li {
	display: inline;
}

.star-rating a,
.star-rating .current-rating {
	border: medium none;
	height: 25px;
	left: 0pt;
	line-height: 25px;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	overflow: hidden;
	position: absolute;
	text-indent: -1000em;
	top: 0pt;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.stars-1 {
	width: 10%;
	z-index: 11;
}

.star-rating a.stars-2 {
	width: 20%;
	z-index: 10;
}

.star-rating a.stars-3 {
	width: 30%;
	z-index: 9;
}

.star-rating a.stars-4 {
	width: 40%;
	z-index: 8;
}

.star-rating a.stars-5 {
	width: 50%;
	z-index: 7;
}

.star-rating a.stars-6 {
	width: 60%;
	z-index: 6;
}

.star-rating a.stars-7 {
	width: 70%;
	z-index: 5;
}

.star-rating a.stars-8 {
	width: 80%;
	z-index: 4;
}

.star-rating a.stars-9 {
	width: 90%;
	z-index: 3;
}

.star-rating a.stars-10 {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	background-position: left center;
	z-index: 1;
}
.inline-rating {
	display: inline;
	vertical-align: middle;
}

.small-star {
	height: 10px;
	width: 100px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating
	{
	background-image: url(../_gfx/score/score_small.png);
	height: 10px;
	line-height: 10px;
}
/** zakladki przeznaczone do grupowania tresci formularza **/
/*div.tabs_group ul{
	display: block;
	height: 21px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;	
}
*/
.navset ul,.navset li{
	margin: 0px;
	padding: 0px;	
}
/* default space between tabs */
.navset ul{
	padding-left: 10px;
	position: relative;
	text-align: left;
	font: normal 11px tahoma;
	border-bottom: 0px solid #808080;
	position: relative;
	height: 20px;	
}
.navset-v .nav li
{
    border: 1px solid #808080;
    border-width: 1px 1px 1px 1px;
    background:#d8d8d8 url(../_gfx/sprite.png) repeat-x; /* tab background */
    display: inline;	
    width:auto;
    zoom:1;
    padding: 5px 3px 5px 4px;
}
.navset-v .nav li.on{
	margin-top: -2px;	
    background:#d8d8d8 url(../_gfx/sprite.png) repeat-x; /* tab background */
    background-position: 0px -1300px;
}
.navset-v .nav li.off{
}
.navset-v .nav a {
    color:#000;
    text-decoration:none;
}

.navset-v .nav a em {
    cursor:hand;
    font: normal 13px tahoma,verdana,arial;
}

div.tabs{
	border: 1px solid gray;
}
div.tabs_group div.tabs table td.c{
	text-align: center;	
}
div.tabs_group div.tabs table td.r{
	text-align: right;	
}
div.tabs_group div.tabs table td.l{
	text-align: left;	
}
