body{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

.main{
	display: none;
	margin: 20px auto 0 auto;
	width: 1250px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
}

.mainGame{
	display: none;
	margin: 20px auto 0 auto;
	width: 1250px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}

.polosa{
	clear: both;
}

.lineMenu{
	width: 1190px;
	height: 14px;
	background: url('image/lineMenu.png') no-repeat;
	position: relative;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 30px;
	margin: 0 auto;
}

.startGame{
	position: relative;
	font-size: 12px;
}

.selectCountTeams{
	color: white;
	position: absolute;
	top: 12px;
	width: 110px;
	margin: 0 0 0 30px;
	text-align: center;
	color: #585858;
	height: 21px;
}

.Team1 {
	border: 1px solid #dae49d;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 48%;
	color: #585858;
	margin: 10px 0 0 0;
}

.Team2 {
	border: 1px solid #dae49d;
	border-radius: 10px;
	padding: 10px;
	float: right;
	width: 48%;
	color: #585858;
	margin: 10px 0 0 0;
}

.Team3 {
	border: 1px solid #dae49d;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 48%;
	color: #585858;
	margin: 10px 0 0 0;
	display: none;
}

.Team4 {
	border: 1px solid #dae49d;
	border-radius: 10px;
	padding: 10px;
	float: right;
	width: 48%;
	color: #585858;
	margin: 10px 0 0 0;
	display: none;
}

.text_nameAdd{
	width: 380px;
	border-radius: 5px;
	border: 1px solid #d9e0e7;
	margin: 10px 0;
	padding: 3px 10px;
	color: #585858;
	font-size: 12px;
}

.TeamCountPlayer{
	background: url('image/lineTeam.png') no-repeat;
	width: 577px;
	height: 14px;
	color: #585858;
	font-weight: bold;
	font-size: 11px;
	padding: 7px 10px;
	position: relative;
	margin: 0 0 10px 0;
}

.select_countPlayer{
	width: 100px;
	height: 18px;
	position: absolute;
	top: 5px;
	margin-left: 40px;
	color: #585858;
	font-size: 10px;
	text-align: center;
}

.namePlayer{
	padding: 0 0 0 11px;
	font-size: 12px;
}

.text_namePlayer{
	width: 396px;
	border-radius: 5px;
	border: 1px solid #d9e0e7;
	padding: 3px 10px;
	color: #585858;
	font-size: 12px;
	margin: 0 0 0 20px;
}

.namePlayer11{
	margin: 2px 0;
}

.namePlayer12{
	margin: 2px 0;
}

.namePlayer13{
	margin: 2px 0;
	display: none;
}

.namePlayer14{
	margin: 2px 0;
	display: none;
}

.namePlayer21{
	margin: 2px 0;
}

.namePlayer22{
	margin: 2px 0;
}

.namePlayer23{
	margin: 2px 0;
	display: none;
}

.namePlayer24{
	margin: 2px 0;
	display: none;
}

.namePlayer31{
	margin: 2px 0;
}

.namePlayer32{
	margin: 2px 0;
}

.namePlayer33{
	margin: 2px 0;
	display: none;
}

.namePlayer34{
	margin: 2px 0;
	display: none;
}

.namePlayer41{
	margin: 2px 0;
}

.namePlayer42{
	margin: 2px 0;
}

.namePlayer43{
	margin: 2px 0;
	display: none;
}

.namePlayer44{
	margin: 2px 0;
	display: none;
}

.buttonStart{
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 35px;
	padding: 14px 45px 0 45px;
}

.buttonStart:hover{
	background-color: #dae49d;
	color: #8e8e8e;
}

.buttonReStart{
	cursor: pointer;
	height: 30px;
	position: absolute;
	top: 0px;
	right: 35px;
	padding: 14px 45px 0 45px;
}

.buttonReStart:hover{
	background-color: #dae49d;
	color: #8e8e8e;
}

.playingField{
	position: relative;
	margin: 20px 0;
	width: 1250px;
	height: 685px;
	background: url('image/playingField.png') no-repeat;
}

.buttonLine{
	position: absolute;
	top: 6px;
	right: 230px;
	width: 2px;
	height: 33px;
}

.teamField1{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 533px;
	left: 69px;
	background: url('image/fiska1.png') no-repeat;
}

.teamField2{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 592px;
	left: 69px;
	background: url('image/fiska2.png') no-repeat;
}

.teamField3{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 563px;
	left: 38px;
	background: url('image/fiska3.png') no-repeat;
}

.teamField4{
	position: absolute;
	width: 45px;
	height: 45px;
	top: 563px;
	left: 100px;
	background: url('image/fiska4.png') no-repeat;
}

.selectCard3{
	width: 256px;
	height: 155px;
	position: absolute;
	cursor: pointer;
	top: 495px;
	left: 203px;
}

.selectCard4{
	width: 256px;
	height: 155px;
	position: absolute;
	cursor: pointer;
	top: 495px;
	left: 490px;
}

.selectCard5{
	width: 256px;
	height: 155px;
	position: absolute;
	cursor: pointer;
	top: 495px;
	left: 779px;
}

.textureField{
	position: absolute;
	width: 100%;
	background: url("image/texture.png");
	height: 100%;
	z-index: 100;
	top: 0px;
	display: none;
}

.textureWindow{
	border: 1px solid #696969;
	position: relative;
	width: 400px;
	height: 200px;
	margin: 400px auto 0 auto;
	background-color: white;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
	border-radius: 10px;
	background: white url("image/fone.png");	
}

.foneActiviti{
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
	top: 10px;
	left: 10px;
}

.foneReLaod{
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
	top: 10px;
	left: 255px;
	border-bottom: 1px dashed #585858;
	cursor: pointer;
}

.foneReLaod:hover{
	border-bottom: none;
}

.hideWord{
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
	top: 10px;
	left: 300px;
	border-bottom: 1px dashed #585858;
	cursor: pointer;
}

.hideWord:hover{
	border-bottom: none;
}

.warningRaund{
	font-family: Tahoma, Geneva, sans-serif;
	color: #585858;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 15px 0 15px;
	text-align: justify;
}

.foneSelectWord{
	position: absolute;
	top: 70px;
	width: 375px;
	left: 12px;
	cursor: pointer;
	height: 23px;
	background: url("image/foneSelectWord.png") no-repeat;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 7px 0 0 0;
	font-weight: bold;
}

.foneSelectWord1{
	width: 375px;
	margin: 5px 0 5px 12px;
	cursor: pointer;
	height: 23px;
	background: url("image/foneSelectWord.png") no-repeat;
	font-size: 12px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 7px 0 0 0;
	font-weight: bold;
}

.foneSelectWord2{
	width: 375px;
	margin: 5px 0 5px 12px;
	cursor: pointer;
	height: 23px;
	background: url("image/foneSelectWord2.png") no-repeat;
	font-size: 12px;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 7px 0 0 0;
	font-weight: bold;
}

.foneSelectWordW{
	float: left;
	text-decoration: underline;
	margin: 0 0 0 10px;
}

.foneSelectWordA{
	float: left;
	margin: 0 0 0 10px;
}

.foneSelectWordP{
	float: left;
	margin: 0 0 0 10px;
}

.foneMessage{
	position: absolute;
	font-size: 12px;
	color: #585858;
	top: 80px;
	left: 30px;
}

.foneCont{
	width: 100px;
	text-align: center;
	height: 23px;
	padding: 7px 0 0 0;
	font-weight: bold;
	font-size: 12px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	position: absolute;
	top: 152px;
	left: 280px;
	cursor: pointer;
	background: url("image/foneCont.png") no-repeat;
}

.selectWordMessage{
	margin: 40px 0 0 20px;
	font-weight: bold;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.selectTime{
	width: 100px;
	height: 100px;
	margin: 20px 0 0 20px;
	float: left;
}

.wordYes{
	height: 100px;
	width: 230px;
	margin: 20px 20px 0 0;
	float: right;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.wordYes1{
	height: 100px;
	width: 230px;
	margin: 5px 20px 0 0;
	float: right;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}

.wordYesNo{
	width: 180px;
	text-align: left;
	height: 23px;
	padding: 7px 0 0 20px;
	font-weight: bold;
	font-size: 12px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: pointer;
	background: url("image/wordYesNo.png") no-repeat;
	margin: 10px 0 10px 20px;
}

.wordYesNo1{
	width: 180px;
	text-align: left;
	height: 15px;
	padding: 2px 0 0 20px;
	font-weight: bold;
	font-size: 10px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	cursor: pointer;
	background: url("image/wordYesNo1.png") no-repeat;
	margin: 5px 0 5px 20px;
}

.lineMenuTravel{
	width: 600px;
	height: 20px;
	font-weight: normal;
}

.teamWin{
	font-weight: bold;
	font-size: 14px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 40px auto 15px 20px;
	text-align: center;
	background: url("image/kubok.png") left no-repeat;
	height: 42px;
	padding: 8px 0 0 0;
	display: none;
}

.bestTable{
	font-weight: bold;
	font-size: 12px;
	color: #585858;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	padding: 0 0 0 20px;
	display: none;
}

.best3{
	margin: 5px 0 10px 20px;
	display: none;
}

.best2{
	margin: 5px 0 10px 20px;
	display: none;
}

.best1{
	margin: 5px 0 10px 20px;
	display: none;
}

.best1Ms{
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: url("image/gold.png") no-repeat;
}

.best2Ms{
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: url("image/silver.png") no-repeat;
}

.best3Ms{
	float: left;
	margin-right: 10px;
	width: 16px;
	height: 16px;
	background: url("image/bronze.png") no-repeat;
}

.best1MsL{
	diaplay: none;
}

.best2MsL{
	diaplay: none;
}

.best3MsL{
	diaplay: none;
}

a.mainMenuLink:link {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px; font-size: 12px;}
a.mainMenuLink:visited {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px; font-size: 12px;}
a.mainMenuLink:active {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px; font-size: 12px;}
a.mainMenuLink:hover {text-decoration: none; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px; font-size: 12px;}

a.mainMenuLink1:link {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px 0 0; font-size: 12px;}
a.mainMenuLink1:visited {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px 0 0; font-size: 12px;}
a.mainMenuLink1:active {text-decoration: underline; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px 0 0; font-size: 12px;}
a.mainMenuLink1:hover {text-decoration: none; color: #4a6a91; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 5px; margin: 0 5px 0 0; font-size: 12px;}

a.mainMenuLinkGroup:link {text-decoration: none; color: white; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 10px; margin: 0 0 0 40px; background-color: #4a6a91; font-size: 12px; font-weight: bold;}
a.mainMenuLinkGroup:visited {text-decoration: none; color: white; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 10px; margin: 0 0 0 40px; background-color: #4a6a91; font-size: 12px; font-weight: bold;}
a.mainMenuLinkGroup:active {text-decoration: none; color: white; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 10px; margin: 0 0 0 40px; background-color: #4a6a91; font-size: 12px; font-weight: bold;}
a.mainMenuLinkGroup:hover {text-decoration: none; color: white; border: 1px solid #4a6a91; border-radius: 5px; padding: 3px 10px; margin: 0 0 0 40px; background-color: #4a6a91; font-size: 12px; font-weight: bold;}

.mainMenuDiv{
	text-align: center;
	margin: 15px 0 5px 0;
}