body 
{
    background-image: url(images/gui/wood.jpg);
    background-color: rgb(255,255,255);
	margin: 0px;
	-webkit-user-select: none;
}

.card
{
    position: relative;
	height: 60px;
	width: 60px;
    margin: 3px;
    left: 0px;
    top: 0px;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-perspective: 150;
}

.card.flipped
{
    -webkit-transform: rotateY(180deg);
}

.face
{
    position: absolute;
	height: 60px;
	width: 60px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
}

.front
{
    background: -webkit-gradient(linear, left top, right bottom, from(red), to(black));
}

.back
{
    background: white;
    -webkit-transform: rotateY(180deg);
}

.gameArea
{
    position: relative;
    top: 35px;
    z-index: 5;
}

.info
{
    position: absolute;
    right: 10px;
    top: 14px;
}

.Counter
{
    position: absolute;
    top: 4px;
    font-family: Helvetica;
    font-weight: normal;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.activeCounter
{
    position: absolute;
    top: 4px;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 12px;
    color: rgb(0, 255, 255);
}

.Icon
{
    position: absolute;
    top: 2px;
}

.player1Icon
{
    left: 30px;
}

.player1Counter
{
    left: 46px;
}

.player2Icon
{
    left: 180px;
}

.player2Counter
{
    left: 196px;
}

#headerbar
{
background-color: #222;
background-image: url(images/gui/head-fade-bk.png);
background-origin: padding-box;
border-bottom-color: #1E1E1E;
border-bottom-style: solid;
border-bottom-width: 1px;
height: 45px;
}

#headerbar-title
{
border-bottom-color: #EEE;
border-bottom-style: none;
border-bottom-width: 0px;
border-left-style: none;
border-right-style: none;
border-top-style: none;
color: #EEE;
display: block;
font-family: Helvetica;
font-size: 19px;
font-style: normal;
font-variant: normal;
font-weight: bold;
line-height: normal;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 40px;
margin-top: 0px;
min-height: 0px;
overflow-x: hidden;
overflow-y: hidden;
padding-left: 10px;
padding-top: 11px;
padding-bottom: 11px;
text-overflow: ellipsis;
text-shadow: #242424 -1px -1px 1px;
}


#headerbar-menu
{
background-color: #444;
border-bottom: 1px solid #1B1B1B;
-webkit-box-shadow: black 0px 2px 3px 0px;
border-top: 1px solid #575757;
height: 24px;
margin-top: 1px;
margin-bottom: 0px;
padding-left: 10px;
}


.headerbar-menu-tab
{
padding-left; 10px;
font-family: Helvetica;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-align: left;
text-shadow: #111 0px -1px 1px;
color: #999;
padding: 2px 15px 3px;
width: auto;
display: inline-block;
}

.headerbar-menu-tab-selected
{
padding-left; 10px;
font-family: Helvetica;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: bold;
text-align: left;
text-shadow: #111 0px -1px 1px;
color: #999;
padding: 2px 15px 4px;
width: auto;

-webkit-box-shadow: #222 0px -2px 3px 0px;
background-color: #2C2C2C;
border-bottom-color: #2C2C2C;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #1B1B1B;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #1B1B1B;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #1B1B1B;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
//*border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;*//
border-top-style: solid;
border-top-width: 1px;

border-bottom: 1px solid #2C2C2C;

color: white !important;
margin-left: -1px;
margin-right: -1px;

}




.playerIcon
{
 height: 14px;
}

.playerInfoPanel
{
background-color: #2C2C2C;
border-top: 1px solid #1B1B1B;

background-origin: padding-box;
border-bottom-color: #1D1D1D;
border-bottom-style: solid;
border-bottom-width: 1px;
border-top-color: #363636;
border-top-style: solid;
border-top-width: 1px;
color: #EEE;
display: list-item;
font-family: Helvetica;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
height: 122px;
line-height: normal;
list-style-position: outside;
list-style-type: disc;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
min-height: 0px;
padding-bottom: 25px;
padding-left: 0px;
padding-right: 0px;
padding-top: 25px;
position: static;
text-align: center;
text-shadow: #111 0px -1px 1px;
text-transform: none;
z-index: 1;
}