/* ==============================================================================
qc css
================================================================================ */

/* pretty index.html 080207
------------------------------------- */

table.pretty_table{
   border: 3px;
	 text-allign: center;
	 cellpadding: 3px;
	 cellspacing: 3px;
	 border-color: #CCCCCC;
	 background-color:#FFFFFF; 
	 width: 250px;
	 height: 100px;
	 border-style:double;
	 }
td,pretty_table{
   width: 100px;
	 color: #666666;
	 border-color: #FFFFFF;
	 text-align: center;	 
	 background-image:url(../../pretty/images/table.gif);
	 }