/*******************************************************************************
*                                                                              *
*                         SIFLAJ Common Panel Button Styles                    *
*                                                                              *
*                              Copyright 2006 SIFLAJ                           *
*                                                                              *
*******************************************************************************/

/*
 =======================
 Main Common Panel Class
 =======================
*/
.CommonPanel div
{
	float: left;
	height: 2.0em;
}

.CommonPanel a
{
	text-decoration: none;
	cursor: pointer;
}

.CommonPanel img
{
	height: 6.0em;
}

.CommonPanel span
{
	text-align: center;
	top: 0.25em;
	left: 0.0em;
	font-family: tahoma;
	font-weight: bold;
	font-size: 1.1em;
}

.CommonPanel div, .CommonPanel img
{
	width: 12.04em;
}

.CommonPanel div.ContentPanel span
{
	color: #777777;
}

.CommonPanel div.ContactPanel span
{
	color: #555555;
}