/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
.CommandButton     {
	padding-top: 2px;
	padding-bottom: 2px;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
A.CommandButton:link
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
    cursor: hand;
}
A.CommandButton:visited
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
    cursor: hand;
}
A.CommandButton:active   
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
    cursor: hand;
}
A.CommandButton:hover
{
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration: none;
    cursor: hand;
}
.trans50ContentFill
{
    background-image:url(trans50.png); 
    background-position:left top; 
    background-repeat:repeat;  
    width:1px;  
    height:1px;   
}