/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * WAITWND.CSS: - přepis YUI-SKIN-SAM.yui-panel
 *
 * verze: 1.0.0
 * autor: RADOM (c) 2009
 * email: radom@radom.eu
 * media: screen
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
/* * * * * *  PleaseWait  * * * * * *
 * description: vycentruje text v body
 */
#PanelWait.yui-panel {
	border:1px solid #dcecff;
}

#PanelWait.yui-panel .hd {
	border:1px solid #dcecff;
	background-color:#dcecff;
  background:url(waitwnd.gif) repeat-x;
	border-bottom: solid 1px #dcecff;
  text-align: justify; 
}

#PanelWait.yui-panel .bd {
  margin: 0 -1px;
  text-align: center;
	border: 1px solid #dcecff; 
	background-color:#ffffff;
}

#PanelWait.yui-panel .ft {
	color:#000000;
	border:1px solid #dcecff;
	background-color:#dcecff;
  text-align: justify; 
}

#PanelWait.yui-panel .bd	img	{
  position:relative;
  display: block;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  cursor: auto; 
  overflow:hidden;
  visibility:inherit;
  text-decoration:none;
}

