ul.images {
	overflow: hidden;
	list-style: none;
	padding: 0;
}

ul.images li {
	float: left;
	margin: 5px;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'trebuchet ms', tahoma, sans-serif;
	font-size: 11px;
	background: white url(../img/background.gif) 0 0 repeat-x;
	/*background: #d6e8ec url(../img/background.gif) 0 0 repeat-x;*/
	text-align: center;
	color: #65727B;
}

input,textarea {
	font-family: 'trebuchet ms';
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #888585;
	border: 1px solid #D6D6D6;
}

input.submit {
	font-weight: bold;
	border: 1px solid #EFF1F3;
	border-right: 1px solid #D6DDE2;
	border-bottom: 1px solid #E2E7EA;
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #D4DADA;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-top: 15px;
}

object,a {
	outline: 0px;
}

legend {
	color: #43515A;
	font-weight: bold;
	padding: 0 4px 0 4px;
	font-size: 13px;
	margin-left: 9px;
}

legend.dummy {
	padding: 0;
}

.floatStop {
	clear: both;
}

h2 {
	font-size: 17px;
	font-weight: normal;
}

img {
	border: 0;
}

/* common styles */
a {
	text-decoration: underline;
	font-weight: bold;
	color: #2376AA;
}

a:visited {
	color: #A0ABB1;
}

a:active {
	color: #2376AA;
}

a:hover {
	color: #E59800;
}

p {
	color: #65727B;
	line-height: 18px;
	text-align: justify;
}

strong {
	font-weight: bold;
}

ul { /*list-style-image: url(../img/list_style_diamond.gif);*/
	line-height: 23px;
}

table {
	border: 1px solid #E1E5E8;
	border-collapse: collapse;
	margin: 20px 0 20px 1px;
}

table thead td,table thead th {
	background: #EAEFF2;
	font-weight: bold;
}

table td,table th {
	border: 1px solid #E1E5E8;
	background: #F1F6F9;
	padding: 10px;
}

.more {
	background: url(../img/icon_arrows_right.gif) 0 8px no-repeat;
	padding: 0 0 0 9px;
}

hr {
	border: 0;
	border-top: 1px solid #E1E5E8;
}

h4 {
	font-size: 12px;
}

.errors p,.errors ul,p.error,.important {
	color: #c50500;
}

.orange {
	color: #ff9c00;
}

/* paging */
.paging {
	font-size: 12px;
	text-align: center;
}

.paging a {
	margin: 0 5px;
}

.paging em {
	margin: 0 5px;
	font-style: normal;
	font-weight: bold;
}

.paging .prev,.paging .next {
	text-decoration: none;
}

/* standardowy box */
.box {
	clear: both;
	margin: 0 0 15px 0;
	padding: 0;
	padding-bottom: 14px;
	
	background: transparent url(../img/main-box-bottom.gif) no-repeat scroll left bottom;
}

.box .main {
	border: 0px;
	border-left: 1px solid #CDD2D6;
	border-right: 1px solid #CDD2D6;
}

.box .header {
	background: transparent url(../img/main_right_buttonsbar_background.gif) no-repeat scroll left top;
	height: 1px;
	padding: 14px 0 0;
	overflow: hidden;
}

.box .header h2 {
	border: 0px;
	border-left: 1px solid #CDD2D6;
	border-right: 1px solid #CDD2D6;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.box .header h2 span {
	border: 0px;
	display: block;
	margin: 5px 20px 0px 20px;
	padding: 0px 0px 0px 10px;
	color: #41525c;
	font-size: 14px;
	font-weight: bold;
}

.box .main {
	background: url(../img/box_content_bg.png) repeat-x;
	min-height: 646px;
	overflow: hidden;
	position: relative;
	width: 573px;
}

* html .box .main {
	height: 646px;
	overflow: visible;
}

.box .main .before {
	background: url(../img/box_content_right_bg.png) no-repeat;
	height: 626px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 10;
}

.box .main .after {
	background: url(../img/box_content_bottom_right_bg.png) no-repeat;
	bottom: 0;
	height: 20px;
	position: absolute;
	right: 0;
	width: 20px;
}

.box .main .content {
	margin: 0 20px;
	overflow: hidden;
	padding: 18px 0;
	position: relative;
	z-index: 11;
}

/* fieldset dla wyglądu formularzo-podobnego */
.fieldset {
	clear: both;
	padding: 15px 0 0 0;
	overflow: hidden;
}

.fieldset h3 {
	margin: 0 0 5px 9px;
	padding: 0 4px;
	color: #43515A;
	font-size: 13px;
	font-weight: bold;
}

.fieldset .fieldsetContent {
	border-top: 1px solid #D4DADA;
	padding: 8px 14px 0 14px;
}

.fieldset .fieldsetList {
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

.fieldsetList li {
	clear: left;
}

.fieldsetList .value,.formRow .value {
	display: block;
	float: left;
	padding: 7px 0 0 0;
}

/* header */
#header {
	height: 84px;
	margin: 0 auto;
	overflow: hidden;
	width: 905px;
	text-align: left;
}

#header h1 {
	margin: 10px 0 0 10px;
	padding: 0;
	display: inline;
	float: left;
}

#header .search {
	border: 0px;
	float: right;
	height: 26px;
	padding: 28px 16px 30px 0;
	width: 218px;
	float: right;
}

#header .search input {
	padding: 0px;
	margin: 0px;
}

#header .search form {
	padding: 0px;
	margin: 0px;
	height: 26px;
	background: transparent url(../img/header_searcher.jpg) center no-repeat
		;
}

#header .search .inputBox {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 144px;
}

#header .search .inputBox.inputBoxSubmit {
	float: right;
	width: 71px;
}

#header .search input#query {
	border: 0px;
	height: 18px;
	padding: 5px 0 5px 30px;
	width: 114px;
	background-color: transparent;
}

#header .search input.submit {
	border: 0px;
	outline: 0px;
	height: 28px;
	padding: 0px 0;
	width: 71px;
	width: 71px;
	background-color: transparent;
}

#header .register,
#header .logout {
	border: 0px;
	border-left: 1px solid #e5e5e5;
	height: 84px;
	float: right;
	width: 134px;
	border-left: 1px solid #e5e5e5;
}

#header .logout {
	width: 126px;
}

#header .register a:link,
#header .register a:visited,
#header .register a:hover {
	display: block;
	height: 26px;
	margin: 28px 0 0 16px;
	width: 119px;
	background: transparent url(../img/header_register_button.gif) center
		no-repeat;
}

#header .logout a:link,
#header .logout a:visited,
#header .logout a:hover {
	display: block;
	height: 26px;
	margin: 28px 12px 0 15px;
	width: 98px;
	background: transparent url(../img/header_logout_button.gif) center
		no-repeat;
}

.under-header {
	height: 81px;
	width: 904px;
	background: transparent url(../img/underheader_back.jpg) center
		no-repeat;
}

.under-header #loginForm {
	float: left;
	height: 62px;
	padding: 19px 0 0 11px;
	width: 291px;
	background: transparent url(../img/login-form.gif) 0 0 no-repeat;
}

.under-header .loggedUser {
	float: left;
	height: 68px;
	padding: 13px 0 0 11px;
	width: 291px;
	color: #012849;
	font-size: 10px;	
}

.under-header .loggedUser .logged-user-info {
	float:right;
	width: 222px;
	padding: 0 11px 0 0;
}

.under-header .loggedUser a.logged-user-name:link,
.under-header .loggedUser a.logged-user-name:visited,
.under-header .loggedUser a.logged-user-name:hover{
	color: #0083ce;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;	
}
.under-header .loggedUser a.logged-user-name:hover{
	color: #30A3fe;
}

.under-header .loggedUser .image {
	border: 1px solid #d2d2d2;
	float: left;
	height: 48px;
	margin: 0 0px 0;
	overflow: hidden;
	width: 48px;
	
	background: url(../img/dialnetImageback60.gif) center no-repeat;
}

.under-header .loggedUser .my-teams-label {
	float: left;
	widh: 90px;
}

.under-header .loggedUser .user-data {
	padding: 0 0 0 11px;
}

.under-header .loggedUser .my-team {
	height: 18px;
	width: 200px;
	overflow: hidden;
	padding: 1px 11px; 
	
	background: transparent url(../img/my-team-back.gif) 0 0 no-repeat;
	line-height: 18px;
}
.under-header .loggedUser .my-team a.team-name:link,
.under-header .loggedUser .my-team a.team-name:visited,
.under-header .loggedUser .my-team a.team-name:hover {
	color: #ff8a00;
	font-weight:bold;
	text-decoration: none;
}
.under-header .loggedUser .my-team a.team-name:hover {
	color: #ffBa30;
}

.under-header .loggedUser a.team-avatar:link,
.under-header .loggedUser a.team-avatar:visited,
.under-header .loggedUser a.team-avatar:hover {
	border: 1px solid #d2d2d2;
	float: left;
	height: 16px;
	margin: 0 3px;
	overflow: hidden;
	width: 16px;
	
	background: url(../img/default_login_avatar.jpg) center no-repeat;
}
.under-header .loggedUser .team-avatars {
	float: right;
	width: 120px;
}
.under-header .loggedUser a.team-avatar:hover {
	border: 1px solid #b2b2b2;
}

.under-header .loggedUser .userDataBox div {
	padding: 5px;
	float: left;
}

.under-header #loginForm .inputBox.login {
	float: left;
	height: 28px;
	padding: 0;
	position: relative;
	width: 100px;
}

.under-header #loginForm .inputBox label {
	left: 28px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 8px;
	width: 62px;
	line-height: 12px;
}

.main-menu {
	clear: both;
	margin: 5px 0;
}

.main-menu ul,
.main-menu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-menu ul li {
	display: inline;
	float: left;
	height: 35px;
	margin: 0 1px;
	background: transparent url(../img/main_menu_back.gif) top repeat-x;
}

.main-menu ul li span.leftEdge {
	background: transparent url(../img/main_menu_left.gif) top repeat-x;
	height: 32px;
	float: left;
	width: 10px;
}

.main-menu ul li span.rightEdge {
	background: transparent url(../img/main_menu_right.gif) top repeat-x;
	height: 32px;
	float: left;
	width: 10px;
}

.main-menu ul li.current {
	background: transparent url(../img/main_menu_back_current.gif) top
		repeat-x;
}

.main-menu ul li.current span.leftEdge {
	background: transparent url(../img/main_menu_left_current.gif) top
		repeat-x;
}

.main-menu ul li.current span.rightEdge {
	background: transparent url(../img/main_menu_right_current.gif) top
		repeat-x;
}

.main-menu ul li a:link,
.main-menu ul li a:visited,
.main-menu ul li a:hover {
	float: left;
	height: 34px;
	color: #595959;
	font-weight: bold;
	text-decoration: none;
	line-height: 28px;
}

.main-menu ul li a:hover {
	color: #f90;
}

.main-menu ul li.current a:link,
.main-menu ul li.current a:visited,
.main-menu ul li.current a:hover {
	color: #fff;
	font-weight: bold;
}

.main-menu ul li a.has-children:link,
.main-menu ul li a.has-children:visited,
.main-menu ul li a.has-children:hover {
	background: transparent url(../img/main_menu_roll_down.gif) bottom
		no-repeat;
}

.main-menu ul li ul {
	float: none;
	display: none;
	border: 1px solid #CDD7D9;
	
	background: white none;
}

.main-menu ul li ul li,
.main-menu ul li.current ul li,
.main-menu ul li.current ul li.current {
	
	clear: both;
	float: left;
	height: auto;

	background: transparent none;
	line-height: 15px;
}

.main-menu ul li ul li span.leftEdge,
.main-menu ul li ul li span.rightEdge {
	display: none;
}

.main-menu ul li ul li span {
	display: none;
}
.main-menu ul li ul li a:link,
.main-menu ul li ul li a:visited,
.main-menu ul li ul li a:hover,
.main-menu ul li.current ul li a:link,
.main-menu ul li.current ul li a:visited,
.main-menu ul li.current ul li a:hover,
.main-menu ul li.current ul li.current a:link,
.main-menu ul li.current ul li.current a:visited,
.main-menu ul li.current ul li.current a:hover {
	clear: both;
	display: block;
	height: auto;
	padding: 10px;
	width: 200px;
	
	background: transparent none;
	color: #595959;
	line-height: 15px;
}
.main-menu ul li ul li a:hover,
.main-menu ul li.current ul li a:hover,
.main-menu ul li.current ul li.current a:hover {
	background-color: #EEE;
}

.main-menu ul li.current ul li.current a:link,
.main-menu ul li.current ul li.current a:visited,
.main-menu ul li.current ul li.current a:hover {
	color: #FF9C00;
}

.under-header #loginForm .inputBox input {
	border: 0px;
	left: 28px;
	padding: 0px;
	position: absolute;
	top: 3px;
	width: 55px;
	background: transparent none;
}

.under-header #loginForm .inputBox.password {
	float: left;
	display: inline;
	height: 28px;
	margin: 0 0 0 10px;
	padding: 0;
	position: relative;
	width: 100px;
}

.under-header #loginForm .inputBox.inputBoxSubmit {
	float: left;
	display: inline;
	height: 28px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 75px;
}

.under-header #loginForm .inputBox.inputBoxSubmit input {
	left: 0px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	top: 0px;
	width: 75px;
}

.under-header #loginForm .bottom {
	padding: 3px 6px;
	clear: both;
	position: relative;
}

.under-header #loginForm .bottom label {
	display: inline;
	padding: 0;
	width: auto;
}

.under-header #loginForm .bottom input {
	margin: 3px;
}

.under-header #loginForm .bottom a.zapisy:link,.under-header #loginForm .bottom a.zapisy:visited,.under-header #loginForm .bottom a.zapisy:hover
	{
	/*left: 120px;*/
	position: absolute;
	padding: 0 0 0 17px;
	background: transparent url(../img/forgot_password_bullet.gif) left 3px
		no-repeat;
	color: #064591;
	font-weight: normal;
	text-decoration: none;
}

.under-header .users-counter {
	float: left;
	padding: 5px 0px 0 0;
}

.under-header a.dialog-link:link,.under-header a.dialog-link:visited,.under-header a.dialog-link:hover
	{
	float: right;
	height: 78px;
	margin: 3px 2px 0 0;
	width: 113px;
	background: transparent url(../img/under_header_dialog_link.gif) center;
}

.under-header .users-counter .entry {
	float: left;
	padding: 18px 10px 10px 20px;
}

.under-header .users-counter .entry img.icon {
	float: left;
	padding: 2px 10px 0 0;
}

.under-header .users-counter .numbers img {
	padding: 1px;
}

.under-header .users-counter .entry img.text {
	float: left;
}

.under-header .users-counter .separator {
	float: left;
	height: 75px;
	width: 2px;
	background: transparent url(../img/under_header_splitter.gif) left top
		no-repeat;
}

.title-bar {
	float: right;
	margin: 0 0 10px;
	padding: 0px 5px 0 20px;
	width: 562px;
	height: 45px;
	background: transparent url(../img/page_title_back.gif) left bottom
		no-repeat;
}

.subpage-title-bar {
	float: right;
	margin: 10px 0 0px;
	padding: 0px 0px;
	width:575px;
	
	color: #00325e;
}

.subpage-title-bar .parent{
	padding: 0px;
	margin: 0px;
	
	
	color: #b0b0b0;
	font-size: 12px;
	font-weight: bold;
	
}
.subpage-title-bar h2{
	padding-top: 0px;
	margin-top: 0px
}

h2.multimedia-main {
	float: left;
}

.title-bar a.see-all:link,
.title-bar a.see-all:visited,
.title-bar a.see-all:hover {
	clear: none;
	display: inline;
	margin: 10px 0px;
	
	font-size: 11px;
}

.title-bar h2 {
	clear: none;
	display: inline;
	float: left;
}

.multimedia-tabs {
	clear: left;
	display: block;
	float: left;
}

.multimedia-tabs.tabs {
	margin: 0;
}

.tabs ul.multimedia {
	clear: left;
	display: block;
	float: left;
	margin: 0px;
	padding: 0 15px;
	height: 26px;
	width: 250px;
	list-style: none;
	padding: 0 15px
}

.tabs ul.multimedia li {
	height: 26px;
	float: left;
	list-style: none;
}

.tabs ul.multimedia li span {
	float: left;
	height: 26px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: bold;
}
.tabs ul.multimedia li span a:link,
.tabs ul.multimedia li span a:visited,
.tabs ul.multimedia li span a:hover{
	color:#65727B;
	text-decoration: none;
}

.tabs ul.multimedia li span.left-edge,.tabs ul.multimedia li span.right-edge
	{
	padding: 0px;
	width: 4px;
}

.tabs ul.multimedia li.selected {
	background: transparent url(../img/multimedia-tabs-back.gif) bottom
		repeat-x;
	color: white;
}

.tabs ul.multimedia li.selected a:link,
.tabs ul.multimedia li.selected a:visited,
.tabs ul.multimedia li.selected a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.tabs ul.multimedia li.selected span.left-edge {
	background: transparent url(../img/multimedia-tabs-left-edge.gif) right
		bottom no-repeat;
}

.tabs ul.multimedia li.selected span.right-edge {
	background: transparent url(../img/multimedia-tabs-right-edge.gif) left bottom no-repeat;
}
a:link span.user-extra-icon,
a:visited span.user-extra-icon,
a:hover span.user-extra-icon {
	text-decoration: none;
}

.user-extra-icon {
	padding: 0 0 0 2px;
	margin: -4px 0;
}

.index-multimedia {
	clear: left;
	float: left;
	width: 307px;
}

.main-left {
	clear: left;
	float: left;
	width: 307px;
}

.index-multimedia .multimedia {
	background: #012849;
	color: white;
	width: 307px;
}

.index-multimedia .multimedia .photo,
.index-content .multimediaList .image {
	position: relative;
}

.index-multimedia .multimedia .photo .play {
	display: block;
	height: 57px;
	left: 110px;
	position: absolute;
	top: 75px;
	width: 57px;
	z-index: 1;
	background: url(../img/play.png) 0 0 no-repeat;
	cursor: pointer;
}

.index-multimedia .multimedia .photo a:hover .play,
.index-content .multimediaList .image a:hover .play{
	background: url(../img/play-hover.png) 0 0 no-repeat;
}

.index-multimedia .multimedia .multimediaList .photo .play{
	height: 25px;
	left: 11px;
	position: absolute;
	top: 11px;
	width: 25px;
	background: url(../img/play-small.png) 0 0 no-repeat;
}
.index-multimedia .multimedia .multimediaList a.photo:hover .play{
	background: url(../img/play-small-hover.png) 0 0 no-repeat;
}

.index-content .multimediaList .image .play{
	display: block;
	height: 57px;
	left: 43px;
	position: absolute;
	top: 25px;
	width: 57px;
	z-index: 1;
	background: url(../img/play.png) 0 0 no-repeat;
	cursor: pointer;	
}

* html .index-multimedia .multimedia .photo .play,
* html .index-content .multimediaList .image .play {
	bottom: -1px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/play.png",sizingMethod="scale");	
}

* html .index-multimedia .multimedia .photo a:hover .play,
* html .index-content .multimediaList .image a:hover .play {
	bottom: -1px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/play-hover.png",sizingMethod="scale");	
}

* html .index-multimedia .multimedia .multimediaList .photo .play{
	bottom: -1px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/play-small.png",sizingMethod="scale");	
}

* html .index-multimedia .multimedia .multimediaList a.photo:hover .play{
	bottom: -1px;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/play-small-hover.png",sizingMethod="scale");		
}


.index-multimedia .multimedia .photo img {
	border: 1px solid #739fc4;
}


.vote {
	clear: both;
	text-align: right;
	height: 16px;
	padding: 5px 20px;
	
	line-height: 16px;
	
}

.index-multimedia .vote {
	width: 270px;
}

.vote .vote-links{
	float: left;
	width: 170px;
	text-align: left;
}

.vote-right {
	float: right;
	width: 150px;
	
}

.vote-links .label{
	float: left;
	width: 40px;
}
.vote .vote-links a:link,
.vote .vote-links a:visited,
.vote .vote-links a:hover{
	float: left;
	text-decoration: none;
	padding: 2px 0;
}
.vote .vote-links a img {
	display: block;
	float: left;
}

.vote .vote-bar.back {
	float: right;
	height: 10px;
	margin: 3px 10px;
	overflow: hidden; width : 63px;
	background: transparent url(../img/vote-star-back.gif) left top repeat;
	width: 63px;
}

.vote .vote-bar.front {
	float: left;
	height: 10px;
	background: transparent url(../img/vote-star.gif) left top repeat;
}

.index-multimedia .multimedia .multimediaList ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.index-multimedia .multimedia .multimediaList ul li {
	clear: both;
	height: 43px;
	margin: 0px;
	padding: 3px 0px;
	list-style: none;
	height: 43px;
}

.index-multimedia .multimedia .multimediaList ul li p {
	float: left;
	margin: 0px;
	padding: 0px 15px;
}

.index-multimedia .multimedia .multimediaList ul li p a.title:link,.index-multimedia .multimedia .multimediaList ul li p a.title:visited,.index-multimedia .multimedia .multimediaList ul li p a.title:hover
	{
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	color: white;
}

.index-multimedia .multimedia .multimediaList ul li p .breadcrumb {
	display: block;
}

.index-multimedia .multimedia .multimediaList ul li p .breadcrumb a:link,.index-multimedia .multimedia .multimediaList ul li p .breadcrumb a:visited,.index-multimedia .multimedia .multimediaList ul li p .breadcrumb a:hover
	{
	background-position: 0 7px;
	font-weight: normal;
}

.index-multimedia .multimedia .multimediaList .photo {
	float: left;
}

.index-multimedia .multimedia .bottom {
	display: block;
}

.index-multimedia .multimedia .multimedia-content {
	padding: 0 13px;
}

.index-multimedia .multimedia h3 {
	margin: 0px;
	padding: 0px;
	color: white;
}

.index-multimedia .multimedia .breadcrumb {
	padding: 0px;
}

.index-multimedia .multimedia .breadcrumb a:link,.index-multimedia .multimedia .breadcrumb a:visited,.index-multimedia .multimedia .breadcrumb a:hover
	{
	padding: 0 4px 0 7px;
	background-image: url(../img/breadcrumb-pipe-1.gif);
	color: #cad5d7;
	font-weight: bold;
	text-decoration: none;
}

.index-multimedia .multimedia .breadcrumb a.orange:link,.index-multimedia .multimedia .breadcrumb a.orange:visited,.index-multimedia .multimedia .breadcrumb a.orange:hover
	{
	padding-left: 0px;
	background-image: none;
	color: #ff9c00;
}

.index-banner-left {
	float: left;
	height: 162px;
	height: 307px;
	margin: 10px 0 0;
	width: 307px;
}

.index-content {
	float: right;
	width: 575px;
}

.index-content, 
.index-content p{
	color: #333;
	font-size: 12px;
}

.index-content strong, 
.index-content p strong{
	color: #000;	
}


*:first-child+html #header .loginBox .inputBox.inputBoxSubmit {
	margin-top: 1px;
}

/* flash header */
#flashHeader {
	width: 100%;
	height: 151px;
	position: relative;
}

#flashHeader .flash {
	width: 100%;
	margin: 0 auto;
	height: 151px;
	position: absolute;
	top: 0;
	left: 0;
}

#flashHeader .flashImage {
	height: 151px;
	margin: 0 auto;
	position: relative;
	width: 905px;
}

#flashHeader .flashImage img {
	display: block;
	left: 0;
	position: absolute;
	top: 0;
}

#flashHeader .flash a.cake {
	display: block;
	left: 58px;
	position: absolute;
	top: 193px;
}

#gameFlash {
	border: 1px solid #A4C0CB;
	height: 398px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 398px;
}

#gameFlash * {
	margin: 0;
	padding: 0;
}

#mainContainer {
	/*background: url(../img/dummy_flash_background_special_part.jpg) center 0 no-repeat;*/
	
}

/*  main */
#main,.page-width {
	text-align: left;
	width: 905px;
	margin: 0 auto;
}

/*  main left stats */
#main .left .stats {
	height: 78px;
	width: 190px;
	margin: 0 auto 8px;
	overflow: hidden;
	background: #F6F5F5;
	padding-top: 9px;
}

#main .left .stats {
	font-weight: bold;
}

#main .left .stats .entry {
	padding: 0px 0 0 6px;
	color: #000;
}

#main .left .stats .entry img {
	margin-right: 6px;
	margin-bottom: 10px;
	margin-top: 3px;
	display: block;
	float: left;
}

#main .left .stats .numbers {
	font-size: 18px;
	text-decoration: none;
}

#main .left .stats .teams .numbers {
	color: #CF6900;
}

#main .left .stats .fans .numbers {
	color: #217BCD;
}

/*  main  left */
#main .left {
	width: 211px;
	float: left;
}

/*  main left search */
#main .left .search {
	height: 40px;
	padding-top: 16px;
	background: #F6F5F5;
	margin-bottom: 15px;
}

#main .left .search form {
	position: relative;
}

#main .left .search label {
	display: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'trebuchet ms';
	font-size: 11px;
	position: absolute;
	margin-left: 20px;
	top: 5px;
}

#main .left .search input {
	width: 113px;
	height: 19px;
	padding: 3px 0 0 7px;
	margin-left: 12px;
}

#main .left .search .inputBox {
	float: left;
	position: relative;
	margin-right: 7px;
	display: inline;
}

#main .left .search input.submit {
	width: 54px;
	height: 24px;
	background: #D6DDE2;
	color: #78746F;
	padding: 0 0 0 1px;
	margin: 3px 0 0 0;
}

/* main left menu */
#main .left .menu {
	background: #fff;
	margin-bottom: 9px;
}

#main .left .menu a {
	text-decoration: none;
	color: #66737C;
}

#main .left .menu a:hover {
	color: #E58200 !important;
}

#main .left .menu ul {
	list-style: none;
	list-style-image: none;
	padding: 0px 14px 14px 14px;
	margin: 0;
	line-height: 16px;
	display: block;
}

#main .left .menu ul ul {
	background: url(../img/main_left_background_menu_2nd_level.gif) 0 0
		repeat-x;
	margin: 4px 0 0 0;
	padding: 0 0 9px 0;
}

#main .left .menu ul li {
	margin: 0;
	padding: 0;
}

#main .left .menu ul li.first {
	padding-top: 14px;
}

#main .left .menu ul li.last a {
	padding-bottom: 8px;
}

#main .left .menu ul li,#main .left .menu ul li.current li {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #66737C;
}

#main .left .menu ul li ul li {
	background: url(../img/main_left_menu_arrow_right.gif) 11px center
		no-repeat;
	padding: 2px 0 2px 0;
}

#main .left .menu ul li ul li.first {
	background-position: 11px 20px;
	padding-top: 13px;
}

#main .left .menu ul li ul li.last a {
	padding-bottom: 0;
}

#main .left .menu ul li.dummy {
	padding: 0;
}

#main .left .menu ul li .dummy {
	height: 1px;
	font-size: 1px;
	display: block;
	padding: 0;
}

#main .left .menu ul li a {
	padding: 7px 0 7px 11px;
	display: block;
	background: url(../img/main_left_background_menu_normal.gif) repeat-x;
}

#main .left .menu ul li a.rolledDown {
	color: #0162A7;
}

#main .left .menu ul li a:hover {
	background: url(../img/main_left_background_menu_hover.gif) 0 0 repeat-x
		;
}

#main .left .menu ul li li a:hover {
	background-image: none;
}

#main .left .menu ul li li a {
	background: none;
	margin-left: 12px;
	padding: 0 0 0 11px;
	font-size: 10px;
	font-weight: normal;
}

#main .left .menu ul li a .rolled {
	margin-top: 7px;
	float: right;
	vertical-align: top;
}

*:first-child+html #main .left .menu ul {
	padding-top: 0;
}

* html #main .left .menu ul {
	padding-top: 0;
}

#main .left .menu ul li.current a {
	color: #0463A7;
}

#main .left .menu ul li.current li a {
	color: #66737C;
}

#main .left .menu ul li a.selected {
	color: #0463A7;
}

/* main left buttons */
#main .left .buttons {
	margin: 30px 0 30px 0;
	text-align: center;
}

#main .left .buttons .caption {
	margin: 16px 0 8px 0;
	width: 211px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #40505D;
}

#main .left .buttons .caption img {
	margin-right: 8px;
	margin-left: 12px;
}

#main .left .buttons a img {
	border: 0;
}

/* main right */
#main .right {
	width: 760px;
	margin-left: 15px;
	float: left;
}

/* breadcrumb */
.breadcrumb {
	height: 15px;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}

.breadcrumb a {
	background: url(../img/icon_arrows_right.gif) 0 5px no-repeat;
	display: block;
	float: left;
	padding: 0 8px 0 12px;
	color: #65737c;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.breadcrumb a.first {
	background: none;
	padding-left: 0;
}

/* news box */
.box.mainPage.news {
	border: 0px;
	margin: 15px 0 10px;
	position: relative;
}

.box.mainPage .main {
	background-image: url(../img/main_newsbox_bg.png);
	min-height: 0;
}

* html .box.mainPage .main {
	height: auto !important;
}

.box.mainPage .news.other {
	background: none;
}

.box.mainPage .newsOtherContent {
	background: none;
}

.box.mainPage .photo {
	background: #000;
	height: 162px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 299px;
}

.box.mainPage .photo .title {
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 10px 15px 15px 15px;
	width: 269px;
	z-index: 10;
	background: url(../img/main_right_news_background_transparent.png) 0 0
		repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
}
.box.mainPage .photo a.title:link,
.box.mainPage .photo a.title:visited,
.box.mainPage .photo a.title:hover {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	cursor: pointer;
}

.box.mainPage ul {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 301px;
	width: 273px;
	z-index: 13;
	list-style: none;
}

.box.mainPage ul li {
	margin: 0px;
	height: 14px;
	padding: 9px 19px;
	position: relative;
	width: 235px;
	background: transparent url(../img/main-news-tab.gif) right bottom
		no-repeat;
	cursor: pointer;
	line-height: 14px;
	list-style: none;
}

.box.mainPage ul li.chosen {
	background: transparent url(../img/main-chosen-news-tab.gif) 0 0
		no-repeat;
	color: white;
	margin: 0 0 0 -20px;
	padding-left: 39px;
}

* html .box.mainPage .photo .title {
	bottom: -1px;
	background-image: none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/main_right_news_background_transparent.png",sizingMethod="scale");	
}

.box.mainPage .photo .button {
	display: block; height : 14px;
	position: absolute;
	top: 132px;
	padding: 5px 10px;
	width: 95px;
	background: transparent url(../img/article-main-button.gif) 0 0
		no-repeat;
	height: 14px;
}

.box.mainPage .photo a.button:link,.box.mainPage .photo a.button:visited,.box.mainPage .photo a.button:hover
	{
	color: #65727B;
	font-weight: normal;
	text-decoration: none;
	line-height: 13px;
}

.box.mainPage .photo .button img {
	padding: 0 7px 0 0;
	vertical-align: center;
}

.box.mainPage .photo .button .blue {
	color: #0990be;
	font-weight: bold;
}

.box.mainPage .photo .button.comment-count {
	left: 52px;
}

.box.mainPage .photo .button.more {
	left: 174px;
}

.box.mainPage .photo .button.more img {
	float: left;
}

/* teams box */
.buttonsBar .buttonLeft,.buttonsBar .buttonRight {
	height: 27px;
	width: 6px;
	margin: 0;
	float: left;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.buttonsBar {
	height: 41px;
	width: 545px;
	padding: 0 15px;
	background: url(../img/main_right_buttonsbar_background.gif) left bottom
		no-repeat;
}

.buttonsBar .button {
	height: 27px;
	float: left;
	margin-right: 1px;
}

.buttonsBar .button .buttonLeft {
	background: url(../img/main_right_buttons_background_left.gif);
}

.buttonsBar .button .buttonCenter { /**/
	background: url(../img/main_right_buttons_background.gif) 0 0 repeat-x;
}

.buttonsBar .button .buttonCenter {
	height: 21px;
	float: left;
	padding-top: 6px;
	text-decoration: none;
}

.buttonsBar .button .buttonRight {
	background: url(../img/main_right_buttons_background_right.gif);
}

.buttonsBar .button.selected .buttonLeft {
	background: url(../img/main_right_buttons_background_left_selected.gif);
}

.buttonsBar .button.selected .buttonCenter {
	background: url(../img/main_right_buttons_background_selected.gif) 0 0
		repeat-x;
}

.buttonsBar .button.selected .buttonRight {
	background: url(../img/main_right_buttons_background_right_selected.gif)
		;
}

.buttonsBar .button img {
	vertical-align: middle;
}

.buttonsBar .button a {
	padding: 7px 10px 5px 10px;
	color: #7e7e7e;
	font-family: 'trebuchet ms';
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

.buttonsBar .button.selected a {
	font-weight: bold;
	color: #383838;
}

.buttonsBar .button a:hover {
	color: #CF7F00;
}

.buttonsBar .options {
	background: #6B7F86 url(../img/main_right_buttonsbar_options_accent.gif)
		5px 3px no-repeat;
	display: block;
	width: 38px;
	height: 15px;
	float: right;
	padding-left: 14px;
	text-align: center;
	margin: 6px 21px 0 0;
	display: inline;
}

.buttonsBar a.options {
	color: #fff;
}

.buttonsBar a.options:hover {
	color: #ccc;
}

.tabs {
	margin: 0 0 15px 0;
}

.tabContent {
	border: 1px solid #cdd7d9;
	border-width: 0 1px;
	overflow: hidden;
}
.multimedia .tabContent {
	border-width: 0 0;
}

.standard-content.tabContent {
	width: 573px;
}

.teamsBox.gallery {
	width: auto;
}

.teamsBox .main {
	background: none;
	height: auto !important;
	min-height: 0;
}

.teamsBox .main-search-teams {
	height: 58px;
	margin: 0 0 10px;
	padding: 0px;
	width: 544px;
	background: transparent url(../img/main-team-search.gif) 0 0 no-repeat;
}

.teamsBox .main-search-teams p#szukajInput {
	margin: 0px;
	padding: 10px 15px;
	width: 530px; color : #333333;
	font-weight: bold;
	color: #333333;
}

.teamsBox .main-search-teams p#szukajInput input {
	border: 0;
	background: transparent none;
}

.teamsBox .main-search-teams p#szukajInput input#nazwa {
	width: 140px;
	padding: 11px;
	margin: 0 10px 0 0;
}

.teamsBox .main-search-teams p#szukajInput input.submit {
	padding: 0px;
	height: 28px;
	width: 75px;
	cursor: pointer;
}

.teamsBox .main-search-teams a.see-all:link,.teamsBox .main-search-teams a.see-all:visited,.teamsBox .main-search-teams a.see-all:hover
	{
	float: right;
	height: 19px;
	padding: 3px 14px 3px 26px;
	width: 94px;
	background: transparent url(../img/main-all-teams-button.gif) 0 0
		no-repeat;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.teamsBox .main .content {
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 25px 49px 15px 21px;
}

.tabs .teamsBox .main .content {
	padding: 5px 13px;
}

.tabs .teamsBox .list ul {
	margin: -31px -15px 0 -13px;
	width: auto;
}

.tabs .teamsBox .list ul li {
	margin: 31px 13px 0;
	width: auto;
}

.tabs .teamsBox .list {
	width: auto;
	background: transparent none;
}

.teamsBox .expandButton {
	float: right;
	padding: 160px 11px 169px 7px;
	background: url(../img/main_right_teamsbox_background_button.gif) 0 0
		repeat-y;
}

.teamsBox .list {
	background: url(../img/main_newest_rowseparator.gif) 0 -16px;
	margin: 0 0 7px 0;
	overflow: hidden;
}

.teamsBox.gallery .list {
	background-position: 0 -38px;
	margin: 0 auto;
	width: 618px;
}

.teamsBox ul {
	margin: -31px -16px 0 0px;
	overflow: hidden;
	padding: 0;
	list-style: none;
}

.teamsBox.gallery ul {
	margin: 0;
	width: 618px;
}

.teamsBox li {
	display: inline;
	width: 112px;
	height: 148px;
	overflow: hidden;
	float: left;
	margin: 31px 16px 0 0px;
	line-height: 14px;
}

.teamsBox .photo {
	position: relative;
	background: url(../img/main_newest_photo_bg.png) no-repeat;
	border: 1px solid #b7c2c4;
	display: block;
	height: 110px;
	overflow: hidden;
	width: 110px;
}

.teamsBox .photo .trophy{
	position: absolute;
	top: 15px;
	left: 15px;
}

.teamsBox .photo a {
	display: block;
	height: 110px;
	width: 110px;
	text-align: center;
}

.teamsBox .caption {
	display: block;
	margin: 2px 0 0 0;
	overflow: hidden;
	padding: 0 0 0 1px;
	width: 112px;
}

.teamsBox .caption a {
	background: #09487e;
	overflow: hidden;
	padding: 0 5px 0 0;
	color: #fffffd;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.teamsBox.supporters .caption.team a {
	background-color: #CF6900;
}

.teamsBox .caption .text {
	border-left: 5px solid #09487e;
}

.teamsBox.supporters .caption .text {
	width: 900px;
}

.teamsBox.supporters .caption.team .text {
	border-left-color: #CF6900;
}

.teamsBox .more {
	text-align: right;
	float: right;
	margin: 0;
	margin-top: 10px;
	font-size: 12px;
}

.teamsBox .fieldsetContent {
	padding-left: 0;
	padding-right: 0;
}

.teamsBox p.formRow {
	float: left;
	margin: 0 25px 0 0;
	width: 318px;
}

.teamsBox #szukajInput {
	float: none;
	width: 600px;
}

div.article-left {
}

div.article-left .photo {
	height: 180px;
	overflow: hidden;
	width: 270px;
}
p.article-info {
	clear: none;
	display:block;
	float: right;
	width: 270px;
}

.multimedia-comments {
	padding-left: 15px;
}

.index-page .comments,
.multimedia-comments .comments {
	width: 550px;
}
.index-page .comments form,
.multimedia-comments .comments form {
	width: 550px;
}

.index-page .comments form textarea,
.multimedia-comments .comments form textarea {
	width: 510px;
}

.multimedia .plakat-mini {
	border: 1px solid #739FC4;
	margin: 0 13px;
}


#main .right .more a {
	overflow: hidden;
	color: #E38000;
	font-weight: bold;
	text-decoration: underline;
}

a.see-all:link,a.see-all:visited,a.see-all:hover {
	display: inline;
	float: right;
	height: 15px;
	margin: 5px;
	padding: 5px 0 5px 25px;
	width: 100px;
	background: transparent url(../img/button_see_all.gif) center no-repeat;
	color #65727B;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

/* main right formularz zapisy */
form fieldset {
	padding: 0 14px 0 14px;
}

form label,.fieldsetList .name,.formRow .name {
	clear: left;
	display: block;
	float: left;
	padding: 7px 5px 0 0;
	width: 115px;
	text-align: left;
}

form input,form textarea {
	padding: 3px 5px 3px 5px;
	float: left;
	margin: 3px 0 4px 0;
	width: 187px;
}

form select {
	font-family: 'trebuchet ms';
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #888585;
	border: 1px solid #D6D6D6;
	width: 198px;
	padding: 3px 5px 3px 5px;
	float: left;
	margin: 3px 0 4px 0;
}

form p.formRow {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

form .formFieldError {
	clear: left;
	display: block;
	margin: 2px 0 5px 120px;
	color: #c50500;
	font-size: 0.8em;
}

form.zapisy p#formIloscDruzyn label {
	width: 250px;
}

form.zapisy p#formIloscDruzyn input {
	width: 57px;
}

form p.checkbox {
	margin: 0;
	width: 100%;
}

form p.checkbox label {
	clear: none;
	width: 510px;
	padding-top: 10px;
}

form p.checkbox input {
	border: 0;
	clear: left;
	margin: 10px 9px 0 0;
	width: auto;
}

form p.submit {
	clear: left;
	overflow: hidden;
}

form p.submit input {
	background: transparent url(../img/icon_arrows_right.gif) 0 8px
		no-repeat;
	border: 0;
	clear: left;
	cursor: pointer;
	float: right;
	overflow: visible;
	padding: 0 0 0 7px !important;
	width: auto;
	color: #DF8000;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	text-decoration: underline;
}

* html form p.submit input {
	padding-left: 0;
}

*:first-child+html form p.submit input {
	padding-left: 0;
}

/* main right search results */
#main .right .search input {
	width: 150px;
	height: 19px;
	padding: 3px 0 0 7px;
	margin-right: 3px;
}

#main .right .search input.submit {
	width: 54px;
	height: 24px;
	background: #D6DDE2;
	color: #78746F;
	padding: 1px 0 0 1px;
	margin: 0;
}

/* main right signInBox */
#main .right .signInBox .buttonsBar a {
	text-decoration: none;
}

#main .right .signInBox .buttonsBar {
	height: 33px;
	width: 720px;
	background: url(../img/main_right_buttonsbar_background3.gif) 0 bottom
		no-repeat;
}

#main .right .signInBox .bottom {
	border: 1px solid #D5DADD;
	border-top: 0;
	width: 718px;
	background: #E3EEF2 url(../img/main_right_signinbox_background.gif) 0 0
		repeat-x;
}

#main .right .signInBox .bottom .content {
	width: 678px;
	background: #E3EEF2 url(../img/main_right_signinbox_background2.gif)
		right 0 no-repeat;
	margin: 0;
	padding: 20px;
}

/* footer */
#footer a {
	text-decoration: none;
}

#footer .top {
	border: 0;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	height: 100px;
	padding: 20px 0 0 20px;
}

#footer .top.smaller {
	height: 100px;
}
/**
 * realy nasty mathematics
 */
#footer .quarter {
	float: left;
	width: 16%;
}
#footer .third {
	float: left;
	width: 25%;
}
#footer .half {
	float: left;
	width: 36%;
}
#footer .two-thirds {
	float: left;
	width: 100%;
}
#footer .quarter img,
#footer .half img, 
#footer .third img,
#footer .two-thirds img {
	padding: 0 20px 0 0;
}
#footer .two-thirds img {
	padding: 0 70px 0 0;
}


#footer .top .row {
	text-align: justify;
	margin-bottom: 0px;
}

#footer .top .row a img {
	vertical-align: middle;
}

#footer .top .row .caption {
	font-weight: bold;
	color: #41515C;
	margin-bottom: 2px;
	font-size: 14px;
	text-decoration: underline;
}

#footer .top .row .caption img {
	margin-right: 8px;
}

#footer .bottom .center{
	width: 900px;
}

#footer .bottom .copyright {
	float: right;
}

#footer .bottom a {
	color: #78746F;
	font-weight: bold;
	text-decoration: none;
	margin: 0 11px 0 11px;
}

#footer .bottom a:hover,#footer .bottom a.current {
	color: #514F4B;
}

#footer .bottom .copyright a {
	margin: 0;
}

#footer .center {
	margin: 0 auto;
	width: 940px;
	text-align: left;
}

#footer .bottom .center {
	height: 56px;
	overflow: hidden;
	padding: 10px 50px 0 0;
	width: 850px;
}

/* error page */
#errorPage #header {
	height: 78px;
}

#errorPage #header .address {
	float: right;
	margin-top: 31px;
}

#errorPage .contentBox {
	height: 247px;
	background: #F9F9F9;
	text-align: center;
}

#errorPage .contentBox .content {
	width: 715px;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 271px;
	height: 222px;
	position: relative;
	text-align: left;
	font-size: 15px;
	color: #8B9CAC;
	line-height: 24px;
}

#errorPage .contentBox .content h1 {
	color: #EF9400;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 38px;
}

#errorPage .contentBox .content .errorImage {
	position: absolute;
	top: 25px;
	left: 0;
}

#errorPage.error404 .contentBox .content .errorImage {
	height: 222px;
	overflow: hidden;
}

/* news box */
.box.news .main .content {
	margin: 0;
	padding: 0;
	position: relative;
}

.box.news .main .before {
	background: none;
}

.box.news .main .content .before {
	background: url(../img/box_content_right_bg.png) no-repeat;
}

/* news details */
.news.details {
	background: #dcebf2 url(../img/newsdetails_bg.png) repeat-x;
	float: left;
	min-height: 608px;
	overflow: hidden;
	padding: 19px 22px;
	width: 374px;
}

* html .news.details {
	height: 608px;
	overflow: visible;
}

.news.details img.photo {
	margin: 0 0 9px 0;
}

.archiveDetails p.date,.news.details p.date {
	float: left;
	height: 19px;
	padding: 1px 5px 0 5px;
	margin: 0;
	color: #e38c01;
	font-weight: bold;
}

.archiveDetails .title,.news.details .title {
	clear: both;
	border-left: 5px solid #324d60;
}

.archiveDetails .title h3,.news.details .title h3 {
	display: inline;
	float: none;
	background: #324d60;
	line-height: 32px;
}

.archiveDetails h3,.news.details h3 {
	background: #324d60;
	clear: both;
	color: #ffffff;
	float: left;
	margin: 0;
	padding: 2px 5px 2px 0;
	font-size: 23px;
	font-weight: normal;
	line-height: 22px;
}

.archiveDetails .brief,.news.details .brief {
	clear: both;
	margin: 0;
	padding: 18px 0 0 0;
	color: #0e5490;
	font-size: 13px;
}

* html .archiveDetails .brief,* html .news.details .brief {
	margin: 18px 0 0 0;
	padding: 0;
}

.archiveDetails .brief p,.news.details .brief p {
	margin: 0;
	color: #0e5490;
}

.archiveDetails  .mainContent,.news.details .mainContent {
	color: #5a6871;
	margin: 17px 0 0 0;
}

.news.details .mainContent p {
	margin: 17px 0;
	line-height: 16px;
}

/* news other */
.news.other {
	background: #dee6e9 url(../img/newsother_bottom_right_bg.png) right
		repeat-y;
	border: 1px solid #ecf4f7;
	border-width: 0 0 1px 0;
	float: right;
	height: 243px;
	overflow: hidden;
	position: relative;
	width: 340px;
	z-index: 12;
}

.newsOtherBefore {
	background: url(../img/newsother_right_bg.png) right no-repeat;
	height: 243px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	z-index: 11;
}

.newsOtherContent {
	height: 100%;
	overflow: hidden;
	padding: 0 20px 24px 0;
}

.news.other h3,.comments h3 {
	border: 0px;
	border-bottom: 1px solid #CDD7D9;
	margin: 0;
	margin-right: 5px;
	padding: 14px 0 3px 0px;
	color: #41525c;
	font-size: 13px;
}

.news.other ul {
	margin: 15px 0 0 0;
	padding: 0 0 0 22px;
	list-style: none;
}

.news.other li a {
	cursor: pointer;
	display: block;
	height: 37px;
	overflow: hidden;
	text-decoration: none;
}

.news.other li a:hover {
	background-image: url(../img/newsother_list_hover_bg.gif);
}

.news.other li.first a {
	height: 38px;
}

.news.other .date {
	display: block;
	padding: 5px 0 0 8px;
	color: #879dab;
	line-height: 10px;
	font-size: 10px;
	font-weight: normal;
}

.news.other .title {
	background: url(../img/icon_arrows_right.gif) right no-repeat;
	display: block;
	float: left;
	padding: 0 10px 0 8px;
	color: #65737c;
	line-height: 16px;
}

.news.other .more {
	float: right;
	margin-bottom: 0;
}

/* news comments */
.news .comments {
	float: right;
	overflow: hidden;
	width: 340px;
	z-index: 11;
}

#main .right .teamProfile .buttonsBar .button .center a {
	text-decoration: none;
	color: white;
}

#main .right .teamProfile {
	float: right;
	width: 718px;
}

.teamProfile a.teamName:link,.teamProfile a.teamName:visited,.teamProfile a.teamName:hover
	{
	color: #4e7c8b;
	font-size: 20px;
	font-weight: normal;
	text-decoration: underline;
	padding-bottom: 22px;
	display: block;
	float: none;
	margin-left: 28px;
	width: 400px;
}

.teamProfile a.teamName:hover {
	text-decoration: none;
}

#main .right .teamProfile .buttonsBar .button .center a:hover {
	color: #f1a400;
}

#main .right .teamProfile .buttonsBar .button.selected .center a {
	text-decoration: none;
	color: #f1a400;
}


.teamProfile .submit {
	margin: 0;
}

.teamProfile .submit input {
	float: left;
	font-size: 1em;
	text-transform: lowercase;
}


.teamProfile .back .back2 .back3 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.teamProfile .zawodnikInfo {
	padding: 13px;
}

.teamProfile .zawodnikInfo .imageBox {
	border: 1px solid #b7c2c4;
	float: left;
	height: 118px;
	width: 118px;
	background-image: url(../img/teamZawodnikBoxBack.gif);
	text-align: center;
}

.teamProfile .zawodnikInfo .leftCol {
	width: 170px;
	height: 103px;
	float: left;
	padding-left: 17px;
	padding-top: 15px;
	border-right: 1px solid #dddfde;
	color: #8a9caa;
	line-height: 1.2em;
}

.teamProfile .zawodnikInfo .leftCol .data {
	font-weight: bold;
	color: #6b7e8c;
	padding-left: 5px;
}

.teamProfile .zawodnikInfo .leftCol .name {
	text-dectoration: underline;
	/*display: block;
	padding-bottom: 10px;*/
	color: #2079cb;
	font-size: 1.2em;
	font-weight: bold;
}

.teamProfile .zawodnikInfo .centerCol {
	float: left;
	padding-left: 26px;
	padding-right: 26px;
	padding-top: 15px;
	width: 185px;
	color: #6b7e8c;
	line-height: 1.2em;
	text-align: justify;
}

.teamProfile .zawodnikInfo .centerCol .title {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #556370;
}

.teamProfile .line {
	background-image: url(../img/line.gif);
	background-position: bottom;
	height: 1px;
	overflow: hidden;
}

.teamProfile .line.withMargin {
	margin: 15px;
}

.teamProfile .zawodnikInfo .rightCol {
	border-left: 1px solid #dddfde;
	float: left;
	height: 93px;
	overflow: hidden;
	padding: 25px 0 0 24px;
	width: 145px;
	line-height: 1.2em;
}

.teamProfile .zawodnikInfo .rightCol a {
	color: #556370;
	vertical-align: middle;
}

.teamProfile .zawodnikInfo .rightCol img {
	padding: 5px;
	vertical-align: middle;
}

.teamProfile .information {
	padding: 0 15px;
}

.teamProfile .wholeDescription {
	padding: 0 15px 0 0;
}

.teamProfile .daneDruzyny .rightCol {
	float: right;
	width: 260px;
	margin-bottom: 30px;
}

.teamProfile .daneDruzyny .title,.titleWithBullet {
	border: 0px;
	border-bottom: 1px solid #CDD7D9;
	color: #40505d;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 13px;
	padding: 5px 10px 5px 0;
}

.teamProfile .daneDruzyny .rightCol3 .teamMember {
	background-image: url(../img/teamMemberComment.gif);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #f4e3af;
}

.teamProfile .daneDruzyny .rightCol3 .comment {
	margin-left: 2px;
}

.teamProfile .daneDruzyny .rightCol3 .comment .image {
	width: 48px;
	height: 48px;
	float: left;
	border: 1px solid #b7c8c0;
	background-color: #eee;
	margin: 11px 0 15px 11px;
	display: inline;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text {
	float: left;
	width: 200px;
	padding: 8px 12px 0px;
	line-height: 1.3em;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head {
	padding-bottom: 10px;
	font-weight: bold;
	color: #66727e;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:link,.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:visited,.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:hover
	{
	text-decoration: underline;
	font-weight: bold;
	color: #4981ba;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .head a:hover {
	text-decoration: none;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .date {
	padding: 15px 0 5px;
	color: #77abd0;
	float: left;
	clear: both;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text .time {
	color: #668599;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:link,.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:visited,.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:hover
	{
	padding: 13px 5px 5px 21px;
	background-image: url(../img/iconOdpowiedz.gif);
	background-position: 0px 15px;
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #64737a;
	float: right;
}

.teamProfile .daneDruzyny .rightCol3 .comment .text a.odpowiedz:hover {
	text-decoration: none;
}

.teamProfile .daneDruzyny .rightCol3 .commentForm {
	height: 211px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/commentForm1.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.teamProfile .daneDruzyny .rightCol3 .commentForm2 {
	height: 211px;
	padding: 0px;
	margin: 0px;
	background-image: url(../img/commentForm2.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.teamProfile .daneDruzyny .rightCol3 a.commentTab:link,.teamProfile .daneDruzyny .rightCol3 a.commentTab:visited,.teamProfile .daneDruzyny .rightCol3 a.commentTab:hover
	{
	display: block;
	width: 26px;
	padding-top: 3px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/commentsTab.gif);
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: normal;
	color: #7c95ab;
}

.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:link,.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:visited,.teamProfile .daneDruzyny .rightCol3 a.commentTabSelected:hover
	{
	display: block;
	width: 26px;
	padding-top: 3px;
	height: 27px;
	background-repeat: no-repeat;
	background-image: url(../img/commentsTabSelected.gif);
	background-position: top;
	text-align: center;
	float: left;
	text-decoration: underline;
	font-weight: bold;
	color: #4d8fcb;
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm {
	padding: 0 13px;
	margin: 0px;
	width: 250px;
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm textarea
	{
	border: 0px;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
	overflow: hidden;
	width: 250px;
	height: 88px;
	background-color: white;
	font-family: 'trebuchet ms', tahoma, sans-serif;
	font-size: 11px;
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm input.submit
	{
	width: 53px;
	height: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	display: inline;
	vertical-align: center;
	margin: 10px 0 0;
}

.teamProfile .daneDruzyny .rightCol3 form.teamProfileCommentForm .note {
	float: left;
	width: 181px;
	font-size: 10px;
	color: #9ea9af;
	padding: 2px 1px;
}

.teamProfile .daneDruzyny .leftCol {
	float: left;
	width: 270px;
}

.teamProfile .daneDruzyny .leftCol .teamInfo {
	padding-left: 15px;
	padding-top: 15px;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .image {
	border: 1px solid #a4c0cb;
	clear: both;
	float: left;
	height: 150px;
	width: 150px;
	background: url(../img/image_bg_150.png) no-repeat;
	text-align: center;
	position: relative;
}
.teamProfile .daneDruzyny .leftCol .teamInfo .image .trophy{
	position: absolute;
	top: 15px;
	left: 15px;
}

.teamInfo .imageChange {
	clear: left;
	float: left;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text {
	width: 148px;
	float: right;
	padding-left: 16px;
	padding-right: 10px;
	padding-top: 10px;
	width: 235px;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .heading {
	color: #8a9dab;
	line-height: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:link,.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:visited,.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:hover
	{
	color: #e89700;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:link,.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:visited,.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:hover
	{
	color: #2278cb;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text a.name:hover,.teamProfile .daneDruzyny .leftCol .teamInfo .text a.nameBlue:visited
	{
	text-decoration: none;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .text .description {
	height: 80px;
	overflow: hidden;
	padding: 5px 0 0 0;
}

.teamInfo .description form,.teamInfo .description .formRow {
	margin: 0;
}

.teamProfile .daneDruzyny .leftCol p.more {
	float: right;
	margin-right: 10px;
	padding-top: 3px;
	margin-top: 0px;
	background-position: 0 12px;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo {
	padding-top: 12px;
	padding-left: 15px;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .image {
	border: 1px solid #a4c0cb;
	float: left;
	height: 60px;
	width: 60px;
	background-image: url(../img/image_bg_60.png);
	text-align: center;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text {
	padding: 16px 0 16px 16px;
	float: left;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .heading {
	color: #8a9dab;
	line-height: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:link,.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:visited,.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:hover
	{
	color: #247bc8;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 8px;
	font-size: 1.1em;
}

.teamProfile .daneDruzyny .leftCol .opiekunInfo .text  a.name:hover {
	text-decoration: none;
}

.teamProfile .daneDruzyny .leftCol .zawodnik {
	height: 62px;
	margin: 3px 1px 0 15px;
	position: relative;
}

.teamProfile .daneDruzyny .leftCol .odd {
	background-color: #f4f4f4;
}

.teamProfile .daneDruzyny .leftCol .zawodnik .image {
	border: 1px solid #a4c0cb;
	float: left;
	height: 60px;
	width: 60px;
	background-image: url(../img/image_bg_60.png);
	text-align: center;
}

.teamProfile .daneDruzyny .leftCol .zawodnik .name {
	padding: 21px 12px 0;
	float: left;
	font-weight: bold;
	color: #0d5297;
}

.teamProfile .daneDruzyny .leftCol .zawodnik a.name:link,.teamProfile .daneDruzyny .leftCol .zawodnik a.name:visited,.teamProfile .daneDruzyny .leftCol .zawodnik a.name:hover
	{
	text-decoration: underline;
}

.teamProfile .daneDruzyny .leftCol .zawodnik a.name:hover {
	text-decoration: none;
}

.daneDruzyny .leftCol .line {
	margin-left: 15px;
}

.participantsLine {
	margin-top: -1px;
}

.noSupporters {
	margin: 0;
	padding: 11px;
	width: 100%;
	text-align: center;
	text-transform: lowercase;
}

.supporterRegister {
	float: right;
	margin: 5px 15px 0 0;
}

.teamProfile .addedImage {
	padding: 7px 0 7px 15px;
}

.teamProfile .addedImage .image {
	border: 1px solid #a4c0cb;
	width: 78px;
	height: 78px;
	float: left;
}

.teamProfile .addedImage .text {
	float: left;
	padding-left: 15px;
}

.teamProfile .addedImage.leftSide,.teamProfile .addedImage.rightSide {
	padding: 7px 0 7px 15px;
	width: 340px;
}

.teamProfile .addedImage.leftSide {
	float: left;
	clear: both;
}

.teamProfile .addedImage.rightSide {
	padding: 7px 15px 7px 0;
	float: right;
}

.teamProfile .addedImage.leftSide .text,.teamProfile .addedImage.rightSide .text
	{
	float: left;
	padding-left: 15px;
	width: 198px;
}

.teamProfile .addedImage a.name:link,.teamProfile .addedImage a.name:visited,.teamProfile .addedImage a.name:hover
	{
	color: #247bc8;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	padding-bottom: 0px;
	font-size: 1.1em;
}

.teamProfile .addedImage a.name:hover {
	text-decoration: none;
}

.teamProfile .addedImage .time {
	color: #75add0;
	line-height: 1.1em;
	padding-bottom: 5px;
}

.teamProfile .addedImage .time a:link,.teamProfile .addedImage .time a:visited,.teamProfile .addedImage .time a:hover
	{
	color: #0c5297;
	text-decoration: underline;
}

.teamProfile .addedImage .time a:hover {
	text-decoration: none;
}

.teamProfile .addedImage .time .date {
	color: #6b8697;
}

.teamProfile .addedImage a.addComment:link,.teamProfile .addedImage a.addComment:visited,.teamProfile .addedImage a.addComment:hover
	{
	padding-left: 21px;
	background-image: url(../img/iconAddComment.gif);
	background-position: 0 10px;
	padding-top: 5px;
	background-repeat: no-repeat;
	display: block;
	color: #65737c;
	font-weight: normal;
}

.teamProfile .addedImage a.addComment:hover {
	text-decoration: none;
}

.teamProfile .addedImage.marked {
	background-color: white;
}

.quiz {
	width: 575px;
	overflow: hidden;
}

.quizItem {
	overflow: hidden;
	padding: 10px 0;
}

.quizItem .quizQuestion {
	clear: left;
	padding: 4px 0;
}

.quizItem .quizAnswer {
	overflow: hidden;
	padding: 4px 0 4px 20px;
	width: 698px;
}

.quizItem .quizAnswer input {
	margin-top: 2px;
}

.quizItem .quizAnswer label {
	padding: 0;
}

.quizItem .quizAnswer.incorrect {
	background-color: #ECC;
}

.quizItem .quizAnswer.correct {
	background-color: #CEC;
}

.quizError {
	padding: 5px;
	text-align: center;
	color: #f00;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .teamBar {
	background-image: url(../img/teamBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.teamProfile .daneDruzyny .leftCol .teamInfo .teamBar .icon {
	float: right;
	margin: 0px;
	padding: 5px;
	width: 26px;
	height: 26px;
	display: block;
}

.teamProfile .daneDruzyny .leftCol .userProfileDescription {
	padding: 0 15px 15px;
}

.teamProfile .daneSzkoly,.teamProfile .edytujProfil {
	padding: 0 15px 15px 15px;
}

label.error {
	color: #c50500;
}

.recommendFormMessage,.recommendFormInfo {
	margin: 10px 0px;
	padding: 10px;
	clear: both;
}

.recommendForm .fieldset {
	padding: 0;
}

.recommendForm .fieldsetContent {
	border: 0;
	padding-top: 0;
}

.recommendForm .submit {
	width: 420px;
}

.recommendFormInfo {
	border: 1px solid #a4c0cb;
	border-width: 1px 0;
	width: 400px;
}

.multimediaSubmenu {
	padding: 15px;
}

.multimediaSubmenu a:link,.multimediaSubmenu a:visited,.multimediaSubmenu a:hover
	{
	padding: 0 5px;
	text-decoration: none;
	font-weight: normal;
	color: #868686;
}

.multimediaSubmenu a:hover {
	text-decoration: underline;
}

.multimediaSubmenu a.chosen:link,.multimediaSubmenu a.chosen:visited,.multimediaSubmenu a.chosen:hover
	{
	padding: 0 5px;
	text-decoration: none;
	font-weight: bold;
	color: #e58b01;
}

.multimediaPlayer { /*width: 410px;
	height: 309px;*/
	margin: 0 0 15px 15px;
}

.multimediaInfoHead {
	width: 349px;
	padding-left: 52px;
	padding-top: 5px;
	background-position: 11px 3px;
	background-repeat: no-repeat;
	background-image: url(../img/iconMovie.gif);
}

span.multimediaTitle {
	background-color: #233b47;
	padding: 1px 3px 0px;
	color: white;
	font-size: 15px;
	line-height: 1.2em;
}

span.multimediaBreadcrump {
	background-color: #233b47;
	padding: 0px 3px 1px;
	color: #cad5d9;
	font-size: 11px;
	line-height: 1.0em;
}

span.multimediaBreadcrump a:link,span.multimediaBreadcrump a:visited,span.multimediaBreadcrump a:hover
	{
	color: #cad5d9;
	text-decoration: none;
	font-weight: bold;
}

span.multimediaBreadcrump a.orange:link,span.multimediaBreadcrump a.orange:visited,span.multimediaBreadcrump a.onange:hover
	{
	color: #fe9d00;
	text-decoration: none;
	font-weight: bold;
}

.multimediaRight {
	float: right;
	text-align: right;
	color: #233947;
}

.multimediaRight .blue {
	color: #5288a4;
}

.multimediaInfo {
	color: #6b7c86;
	padding: 15px 15px 15px 0;
	margin: 0 0 0 15px;
	background-position: bottom;
	background-repeat: repeat-x;
	background-image: url(../img/line.gif);
}

.back3 .multimediaList {
	padding: 0 15px;
}

.multimediaItem {
	clear: both;
	padding: 15px 0 5px 15px;
}

.multimediaItem .image {
	clear: both;
	float: left;
	width: 136px;
	height: 100px;
	border: 1px solid #90a2ac;
}

.multimediaItem .text {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 450px;
}

.leftCol .multimediaItem .text {
	width: 250px;
}

.multimediaItem .text p {
	padding: 0px;
	margin: 2px 0 4px;
}

.multimediaItem .multimediaTitle,.multimediaItem .multimediaBreadcrump {
	background-color: #455b68;
}

.multimediaItem .text .info {
	padding: 7px 0;
}

.multimediaItem .date {
	color: #233947;
}

.multimediaItem .date .blue {
	color: #5288a4;
}

.multimediaItem .date a:link,.multimediaItem .date a:visited,.multimediaItem .date a:hover
	{
	color: #e89700;
	font-weight: normal;
	text-decoration: underline;
}

.multimediaItem .date a:hover {
	text-decoration: none;
}

.multimediaSeeAll {
	padding-left: 15px;
	color: #233947;
}

.multimediaSeeAll a:link,.multimediaSeeAll a:visited,.multimediaSeeAll a:hover
	{
	color: #e89700;
	font-weight: normal;
	text-decoration: underline;
	font-weight: bold;
}

.archive_list_item {
	margin: 15px 0;
	margin-right: 45px;
	background-image: url(../img/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.archive_list_item .title {
	background-color: #233b47;
	padding: 1px 3px 0px;
	color: white;
	font-size: 15px;
	line-height: 1.2em;
}

.date {
	color: #5288a4;
}

.pagination {
	text-align: center;
}

.pagination div {
	display: inline;
}

.pagination a {
	text-decoration: none;
}

ul.left-submenu {
	margin: 16px 0 20px;
	padding: 0px;
	
	list-style: none;
	font-size: 12px;
}

ul.left-submenu li{
	padding: 0px;
	
	list-style: none;
	line-height: 16px;
}

ul.left-submenu li a:link,
ul.left-submenu li a:visited,
ul.left-submenu li a:hover {
	display: block;
	padding: 7px 0 7px 16px;	
	
	color: #00325e;
	font-weight: normal;
	text-decoration: none;
}

ul.left-submenu li.chosen a:link,
ul.left-submenu li.chosen a:visited,
ul.left-submenu li.chosen a:hover {
	padding-left: 28px;
	
	background: transparent url(../img/submenu-chosen-bullet.gif) 16px 0.5em no-repeat;
	color: #f1b000;
}
ul.left-submenu li a:hover ,
ul.left-submenu li.chosen a:hover {
	background-color: #f4f4f4 ;
}

#szukaj {
	position: relative;
}

form#szukaj ul#nameSearchUl {
	position: absolute;
	padding: 5px;
	margin: 0px;
	border: 1px solid #D0D8E0;
	width: auto;
	z-index: 50;
	background-color: white;
}

form#szukaj ul#nameSearchUl li {
	display: block;
	text-decoration: none;
	list-style: none;
	float: none;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	z-index: 51;
}

form#szukaj ul#nameSearchUl li a:link,form#szukaj ul#nameSearchUl li a:visited,form#szukaj ul#nameSearchUl li a:hover
	{
	text-decoration: none;
	color: #AAA;
	font-weight: normal;
	height: 20px;
	width: 190px;
	padding: 0 5px;
	display: block;
	line-height: 20px;
	vertical-align: center;
}

form#szukaj ul#nameSearchUl li.chosen a:link,form#szukaj ul#nameSearchUl li.chosen a:visited,form#szukaj ul#nameSearchUl li.chosen a:hover
	{
	color: black;
	background-color: #DEF;
}

form#szukaj ul#nameSearchUl li a .pattern {
	text-decoration: underline;
	color: #B66;
}

form#szukaj ul#nameSearchUl li.chosen a .pattern {
	color: #900;
}

form#szukaj ul#nameSearchUl li a .text {
	float: left;
	width: 160px;
}

form#szukaj ul#nameSearchUl li a .image {
	width: 16px;
	height: 16px;
	border: 1px solid #BCD;
	background-color: #E0E8F0;
	float: left;
	margin: 1px 5px 1px 0;
	display: inline;
	text-align: center;
}

form#szukaj ul#nameSearchUl li a .image img {
	margin: 0 auto;
}

/* Wyniki */
#mapa {
	height: 405px;
	margin: 0 auto;
	width: 438px;
}

ul.okregi {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

ul.okregi li {
	display: inline;
	margin: 0 3px;
	text-transform: lowercase;
}

.wyniki td.position,.wyniki td.result {
	text-align: center;
}

.wyniki td.time {
	width: 100px;
}

/* Kibice */
.kibice h4 {
	padding-left: 15px;
}

.newestSupporters {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 718px;
}

.newestSupporters li {
	float: left;
	margin: 0 30px 0 0;
	width: 110px;
	list-style: none;
}

.newestSupporters .photo,.newestSupporters .name {
	display: block;
	width: 110px;
	text-align: center;
}

/* Komentarze */
.comments {
	overflow: hidden;
	position: relative;
}

.comments ul {
	margin: 0 1px 0 2px;
	padding: 0;
	line-height: normal;
	list-style: none;
}

.comments li {
	background: url(../img/comments_bg.gif) left bottom repeat-x;
	clear: both;
	overflow: hidden;
	padding: 11px 19px 12px 11px;
	zoom: 1;
}

.comments li.last {
	background: none;
}

.commentImage {
	display: block;
	float: left;
	margin: 0 11px 0 0;
}

.commentImage img {
	border: 1px solid #b9d0d6;
}

.commentBody {
	margin: 0 0 0 61px;
	overflow: hidden;
}

.commentAuthor {
	font-weight: bold;
	line-height: 15px;
}

.commentContent {
	margin: 7px 0;
	line-height: 16px;
	text-align: justify;
}

.commentDate {
	float: left;
	font-size: 0.9em;
	line-height: 16px;
}

.commentDate .date {
	color: #77abd0;
}

.commentDate .time {
	color: #638699;
}

.commentReply {
	float: right;
	margin: 0;
	text-transform: lowercase;
}

.commentReply a {
	display: block;
	padding: 0 0 0 21px;
	background: url(../img/comments_button_reply.gif) 0 4px no-repeat;
	color: #65727b;
	line-height: 16px;
}

.comments form {
	margin: 0 5px 10px 0;
}



.comments .formRow label {
	float: none;
	width: auto;
}

.comments textarea {
	width: 236px;
}

.rightCol .comments  textarea{
	width: 240px; 
}

.comments .postInfo {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
	width: 180px;
}

.comments .postInfo,.comments .postInfo a {
	color: #a0abaf;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
}

.commentSubmit {
	margin: 0;
	overflow: hidden;
}

.commentSubmit input {
	float: right;
	height: 22px;
	width: 52px;
	background: #d2d2d2;
	font-weight: bold;
	text-align: center;
}

.commentAddInfo {
	padding: 0 20px 10px;
}

.index-multimedia {
	border-width: 0 0 0 0;
	width: 307px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#niePlacContainer {
	margin: 0 auto;
}

#showWithIgnoreRoi img {
	cursor: pointer;
}

.test-registration label {
	display: block;
	float: none;
	width: auto;
}

.test-registration select {
	display: block;
	float: none;
}
