@CHARSET "UTF-8";

BODY {
	margin: 0;
	padding: 0;
	background-color: #ecf8f8;
}

a {
	text-decoration: none;
	color: black;
}

#content {
	margin: 5px 5px 5px 5px;	
}

#header {
	border: solid 1px #708888;
	margin: 0px 0px 10px 0px;
	text-align: center;
	background-color: #FFFFFF;
	cursor: pointer;
}

#main {
}	

#leftMain {
	float: left;
	width: 170px;
	padding: 3px;
}


.menuHeader{
	text-align: center;
	background-color: #C0C0C0;
	font-weight: bold;
	padding: 2px;
	border-bottom: solid 1px #708888;
	margin-bottom: 5px;
}

.menuItem{
	padding-left: 5px;
	font-weight: bold;
}

.menuItemActive {
	padding-left: 10px;	
	font-weight: bold;
	cursor: pointer;
}

.gameItem{
	text-align: center;	
}



#centerMain {
	border:  solid 1px #C0C0C0;
	margin: 0px 181px 0px 181px;
	padding: 5px 20px 5px 20px;
	min-height: 350px;
	text-align: left;
}

#centerMain table {
	
}

#flash {
	text-align: center;
}	

#rightMain {
	float: right;
	width: 170px;
	padding: 3px;
}

#footer {
	border: solid 1px #708888;
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-weight: bolder;
	background-color: #FFFFFF;
}

.paginacja {
text-align: center;
margin: 0 auto;
font-weight: bolder;
}

#vote {
align: center;
}

.bord {
	border: solid 1px #708888;
	padding-bottom: 5px;
}

.ocena {
text-align: center;
}
