html{
	height: 100%;
	width: 100%;
}

body{
	margin: 0px;
}

.lc_Game{
	background-color: #603;
	position: relative;
	width: 800px;
	height: 600px;
}

.lc_LeftSide{
	background-color: #C96;
	height: 467px;
	width: 175px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.lc_CardDeck{
	position: absolute;
	height: 140px;
	width: 140px;
	top: 163px;
	left: 18px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #000;
}

.lc_CardDeck b{
	font-size: 72px;
}


.lc_PlayerSlot{
	width: 165px;
	height: 150px;
	position: absolute;
	left: 5px;
	overflow: hidden;
}


.lc_PlayerName, .lc_PlayerRoundScore, .lc_PlayerTotalScore{
	width: 100%;
	height: 1.4em;
	position: absolute;
	left: 0px;
}

.lc_PlayerName{
	top: 0px;
	text-align: center;
}

.lc_PlayerRoundScore{
	top: 20px;
	text-align: left;
}


.lc_PlayerTotalScore{
	top: 40px;
	text-align: left;
}

.lc_GameStatus{
	background-color: #336;
	position: absolute;
	top: 480px;
	left: 440px;
	width: 360px;
	height: 120px;
	overflow: auto;
	color: #FFF;
	font-size: 12px;
	text-indent: 10px;
	
}

.lc_MainBoard{
	position: absolute;
	top: 5px;
	left: 187px;
	height: 467px;
	width: 605px;
	background-color: #966;
}


.lc_YourCards{
	background-color: #666;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 80px;
}

.lc_CardSlot{
	background-color: #333;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 392px;
}

.lc_Discard{
	background-color: #666;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 154px;
	left: 0px;
}

.lc_DiscardSlot{
	opacity: 0.25;
	filter: alpha(opacity=25); /* opacity in IE is buggy */
	width: 70px;
	height: 70px;
	position: absolute;
	top: 159px;
}

.lc_ExpeditionSlots{
	position: absolute;
	width: 111px;
	opacity: 0.25;
	filter: alpha(opacity=25); 
}

.lc_ExpSlotScore{
	width: 111px;
	text-align: center;
	position: absolute;
	z-index: 500;
}

.lc_ExpSlotCards{
	font-size: 12px;
	position: absolute;
	z-index: 500;
	width:20px;
	height: 170px;
	text-align: center;
}
	

.lc_Card{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 168px;
	left: 23px;
	overflow: hidden;
	cursor: default;
}


.lc_CardExpedition{
	position: absolute;
	top: 5%;
	font-size: 18px;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}

.lc_CardValue{
	position: absolute;
	top: 30%;
	font-size: 40px;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}


.lc_Chat{
	background-color: #333;
	position: absolute;
	top: 480px;
	left: 0px;
	width: 440px;
	height: 120px;
}

.lc_ChatBox{
	width: 440px;
	height: 98px;
	overflow: auto;
	border: 1px solid #669;
	color: #FFF;
	font-size: 11px;
}

.lc_ChatInput{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 352px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #669;
	font-size: 10px;
	height: 18px;
}

.lc_ChatBtn{
	position: absolute;
	top: 100px;
	right: 0px;
	width: 85px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #669;
	font-size: 10px;
	height: 18px;
}

.lc_Disabled{
	height: 18px;
	color: #CCC;
	background-color: #666;
}

.lc_ChatPlayerName{
	color: #00F;
	font-weight: bold;
}

.lc_ChatOppName{
	color: #F00;
	font-weight: bold;
}

.lc_ChatGuest{
	color: #CCC;
}



