body {
	font-size: 12pt;
	color: #444444;
	padding: 0px !important;
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	margin: 1em 0 !important;
	background: white;
}

.betaAlert{
	display: none !important;
	visibility: hidden !important;
	position: absolute !important;
}

#mainAppContent{
	visibility: hidden !important;
	display: none !important;
}




#printContent{
	visibility: visible;
	display: block;
	width: 42em;
}

.printListHeader{
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: #444;
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #000;
	padding-top: 0em  !important;
	padding-bottom: 0.5em;
	padding-right: 0em;
	padding-left: 0;
	margin: 0;
}

.printKey{
	font-size: 8pt;
	font-weight: normal;
	float: right;
	display: block;
	margin-left: 1em;
}

.printKeyLabel{
	left: -17.5em;
	font-weight: bold;
	font-size: 9pt;
	position: relative;
}

.bubbleLabel{
	float: left;
}

.printListContent{
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: #222;
	font-size: 12pt;
	border: dashed 1px #444;
	padding: 2em;
	height: 45em;
}

.printListFooter{
	margin: 0;
	padding: 0;
}


.printListContentItem{
	visibility: visible;
	display: block;
}


.listItem{
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: #444;
	font-size: 10pt;
	border-bottom: dotted 1px #aaa;
	margin: 0.5em 1em;
	margin-left: 3em  !important;
	padding: 0.5em 0.75;
	min-height:1.5em;
	page-break-before: auto;
}


.listItem .itemQtyContainer, .listItem .itemRsvdContainer{
	float: right;
	margin-left: 1em;
	margin-right: 1em;
}

.myListItemName{
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	line-height: 1em;
	font-weight: bold;
	font-size: 1em;
	width: 10em !important;
}

.itemDetails{
	border-left: solid 1px #888;
	border-right: solid 1px #888;
	float: left;
	width: 50%;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

.itemDesc{
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	color: #444;
	font-size: 8pt;
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-left: 1em;
	line-height: 1.25em;
	font-weight: bold;
	display: block;
	clear: left;
}

.desireBubbles{
	float: left;
	clear: left;
}

.ui-icon{
	float: left !important;
	margin-left: -0.4em;
}

.itemDesc .itemLabel{
	float: left;
}

.itemDesc .itemContent{
	font-weight: normal;
	margin-left: 0.5em;
}

.desireLevel{
	margin: 0.5em 0 1em !important;
	opacity: 0.5;
}

.listCheckBox{
	border: solid 1px #ccc;
	display: block;
	float: left;
	height: 1em;
	width: 1em;
	margin-left: -2em;
	margin-top: 0.75em;
}

.myListItemPrice{
	padding: 0px;
	margin: 0px;
	float: right;
	line-height: 1em;
	font-weight: bold;
	font-size: 1em;
}

.myListItemQty, .myListItemQtyLabel, .myListItemRsvd, .myListItemRsvdLabel{
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
	line-height: 1em;
	font-weight: bold;
	font-size: 1em;
}

.myListItemQtyLabel, .myListItemRsvdLabel{
	float: left;
	color: #888;
	font-weight: normal;
	font-size: 90%;
	margin-top: 0.1em;
}

.myListItemRsvdLabel.available{
	background-color: #1dbc34 !important;
	padding: 5px !important;
	color: #EFEFEF !important;
	font-weight: bold !important;
	margin-top: -0.25em !important;
	width: 64px !important;
	text-align: center;
}

.myListItemRsvdLabel.reserved, .myListItemRsvdLabel.onMyList{
	padding: 5px !important;
	color: #666 !important;
	background: #ccc !important;
	margin-top: -0.25em !important;
	width: 64px !important;
	text-align: center;
}

.personListHeader{
	color:#444;
	padding: 0.25em 0.5em;
	page-break-before: auto;
	margin-top: 1em;
}