.ui-effects-transfer { border: 2px dotted blue; }
.ui-effects-transfer-red { border: 2px dotted red; }
body{
font-family: 'Lucida Grande',helvetica,arial,sans-serif;
font-size: 0.8em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
} 
a:visited{
color:blue;
}
.normal {
font-family: 'Lucida Grande',helvetica,arial,sans-serif;
font-size: 1.0em;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
#helpBox{
	border:1px solid aqua;
	display:none;
	clear:right;
	margin-bottom:5px;
	background-color:#EDEDED;
}
#helpBox .head{
	background-color:aqua;
	text-align:center;
	font-weight: bold;
}
#optionsBox{
	border:1px solid #C1DAFF;
	clear:right;
	background-color:#EDEDED;
	margin-bottom:5px;
	display:none;
	
}
#optionsBox .head{
	background-color:#C1DAFF;
	text-align:center;
	font-weight: bold;
}
#infoBox{
	border:1px solid #90FF98;
	display:none;
	clear:right;
	margin-bottom:5px;
	background-color:#EDEDED;
}
#infoBox .head{
	background-color:#90FF98;
	text-align:center;
	font-weight: bold;
}
#cardApp {
	width:800px;
	margin:0px auto;
	text-align:center;
	display:none
}
#waitingImage{
	display:none;
}
#commentsHead{
	background-color:#00A6FF;
}
.commentTitle{
	background-color:#8FD8FF;
}
.commentBody{
	background-color:white;
	padding-bottom:5px;
}
.wholeComment{
	margin:5px;
	border:1px solid;
}
#commentsHolder{
	background-color:#E0E0E0;
	margin-top:50px;
	padding-bottom:1px;
}
#addCommentHolder{
	margin:5px;
}

select{
	border:1px solid;
}
input{
	border:1px solid;
}
#optionsBox div{
	margin-bottom:2px;
}
#optionsBox div label{
	float:left;
	width:150px;
}
#optionsBox .submit{
	margin-left:150px;
}
/*
#response-outer {
	display: table;
	#position: relative;
	overflow: hidden;
	height:450px; 
	width:100%; 
	border:3px solid; 
	text-align:center; 
	font-size: 20px;
	clear:right;
}
 
#response-middle {
	display: table-cell;
	#position: absolute;
	#top: 50%;
	vertical-align: middle;
}
#response {
	#position: relative;
	#top: -50%;
}
* */
#response {
	clear:right;
	overflow:hidden;
	text-align:center;
	width:100%;
	height:200px;
	border:3px solid; 
	font-size: 20px;
	font-family:1em georgia,'century gothic',tahoma,arial,helvetica,sans-serif;
	color:#444444;
}
.cardStackHolder{
	margin:0 10px 0 0;
	padding:20px;
	background-color:#EEEEEE;
	width:110px;
	float:left;
}
.numCardsInStack{
	color:red;
}
#card{
	margin-left:auto;
	margin-right:auto;
	width:740px;
}
#seprateToCards{
	border-color:-moz-use-text-color;
	border-style:dashed none none;
	border-width:1px 0 0;
}
.pageTitleHolder { 
	background-color:blue;
}
#pageTitle{
	color:white;
}
/*
.correctorincorrect {
font-family:1em georgia,'century gothic',tahoma,arial,helvetica,sans-serif;
font-size:40px;
}*/
#previousCard {
float:left;
}
#nextCard {
float:right;
}
#correctLink {
margin-left:25px;
}
#incorrectLink {
margin-right:25px;
}
