/***********************************************************************/
/* Bottom panel                                                        */
/***********************************************************************/

#pb {
	clear: both;
	width: 967px;
background-image: url('/csi/21987328/22118400/i/sys/footer.gif');
	background-color: #000000;
	height: 40px;
    text-align: right;
    color: #ffffff;
    padding: 20px 10px 0 0;
	}

#pb ul {
	width: 100%;
	float:left;
	}

#pb li {
	display: inline;
	}

/***********************************************************************/
/*  Information panel                                                  */
/***********************************************************************/

#pb .info {
	clear: both;
	}

#pb .info ul {
	margin-top: 0px;
	padding: 6px 0px 6px 0px;
	}

#pb .info li {
	float: left;
	margin-right: 5px;
	}

/***********************************************************************/
/* Debug panel                                                         */
/***********************************************************************/

#pd {
	clear: both;
	width: 100%;
}

/***********************************************************************/
/* .............                                                       */
/***********************************************************************/


#pb a 
{
    color: #ffffff;
    text-decoration: none;
}
#pb a:hover 
{
    color: #ffffff;
    text-decoration: underline;
}