/* CSS Document */

h1{
	color:#09383B; 
	font-weight:normal; 
	margin-bottom:20px;
	font-size: 1.5em;
}

#content{
	padding-top:25px;	
}
	
.matchGameDraggables{
	float:left;
	padding-right:20px;
	position:relative;
	z-index:2;
}

.matchGameDroppables{
	float:left;
	position:absolute;
	z-index:1;
	padding-left:250px;
}

.draggable{
	background:url(../images/matchGameBG.png);
	width:165px;
	height:23px;
	color:#FFFFFF;
	padding-left:27px;
	padding-top:4px;
	cursor:move;
	text-align:left;
	position:relative;
	margin-bottom:10px;
}

.droppable{
	border:solid #CCCCCC 1px;	
	float:left;
	height:200px;
	width:198px;
	text-align:center;
}

.matchGameCorrect{
	background-color:#09483b;
}

.matchGameIncorrect{
	background-color:#9b0a0a;
}

.matchGameHover{
	background-color:#CCCCCC;	
}

.matchGameHeight{
	height:1300px;	
}

.resultDiv{
	height:15px;
	color:#FFFFFF;
}

.snapDiv{
	padding-top:13px;	
}


.matchGameRow{
	clear:both;	
}

.matchGameTopRow div.droppable{
	border-top:0px;
}

.matchGameBottomRow div.droppable{
	border-bottom:0px;
}

.matchGameRow .leftDiv{
	border-left:0px;	
}

.matchGameRow .rightDiv{
	border-right:0px;	
}