body				{ padding-bottom:50px; }
#panel				{ position:fixed; width:100%; left:0px; text-align:center; }
#panel_shadow		{ background:url(/images/panel_shadow.png) top left repeat-x; height:11px; z-index:101; }
#panel_shadow		{ _background:url(/images/dot.gif) top left repeat-x; }	/* affects IE6 only, it cannot handle alpha used for shadow */
#panel_back			{ clear:both; background:#30302F url(/images/panel_title_back.png) top left repeat-x; z-index:102; }
#panel_contents		{ width:971px; margin:0px auto; text-align:left; }

/* the main panel bar */
#panel_top			{ width:100%; height:39px; font-size:19px; color:#B4D4D7; }
#panel_title		{ padding-top:10px; width:550px; overflow:hidden; }
#up_down 			{ margin:7px 10px 0px 0px; float:left; cursor:pointer; display:block; }
#panel_button		{ float:right; width:350px; }
#panel_button img	{ float:right; vertical-align:middle; margin-top:8px; }

/* panel properties */
#panel_properties			{ background-color:#30302F; margin-top:5px; height:150px; overflow:auto; }
#panel_properties .item		{ background-color:#3c3834; margin:5px; width:455px; padding:3px 0px; float:left; font-size:11px; color:#73A0A4; }
#panel_properties .item a	{ font-weight:bold; color:#B4D4D7; }
#panel_properties .x		{ margin:20px 3px 0px 3px; float:left; cursor:pointer; }
#panel_properties .photo	{ margin-right:5px; float:left; }



/*
 * For Printing
 * 
 */
@media print {

	#panel	{ display:none; }

}
