@charset "UTF-8";
/* CSS Document */
/*
div#content_container{
height: 520px;}*/

div#infoBox{
	display:none;
position: absolute;
width:150px;
height: 300px;
top: 195px;
left: 100px;
border: 1px solid #CCCCCC;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #767769;
background-image:url(../images/print/white_space.gif);
background-repeat:no-repeat;
background-position:bottom;
text-align:justify;
overflow:hidden;}

div#infoBox p.center{
text-align: center;}

div#infoBox #infoBoxTitle{
height: 25px;
text-align:center;
font-size:16px;
font-weight:bold;
padding-top: 10px;
color:#FFFFFF;}

div#infoBox #infoBoxContents{
height: 161px;
background-color:#FFFFFF;
padding-top: 5px;
padding-left: 7px;
padding-right: 7px;}

div#infoBox #infoBoxDivider{
height: 22px;
background-color: #CCCCCC;
text-align:center;
font-weight:bold;
font-size:16px;}

div#infoBox #infoBoxOptions{
height: 80px;
padding-top: 10px;
padding-left: 5px;
line-height: 150%;
display:none;}

div#gridContainer{
	width: 620px;
	height:300px;
	overflow:hidden;
	margin-left:auto;
	margin-right:40px;
	margin-top:40px;}
	div#gridContainer .grid{
		height: 56px;
		width: 96px;
		margin-left: 30px;
		margin-top: 20px;
		float:left;
		border: 2px solid #9abb50;
		background-image:url(../images/print/gridsample.jpg);
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;}
		div#gridContainer .col0{
			margin-left:0px;}
		div#gridContainer .row0{
			margin-top:0px;}
	
div#print_graphic{
	margin-right:40px;
	margin-top: 20px;
	height:153px;
	width:258px;
	background-image:url(../images/print/print.jpg);
	background-repeat:no-repeat;}	
/*div#nextArrow, #prevArrow{
position:absolute;
top: 300px;
height:77px;
width: 45px;}

div#nextArrow{
left: 952px;}

div#prevArrow{
left: 27px;}*/