@media screen
{
    /*Hoogendoorn added styles*/
    div.channeltxt
    {
       float:left;
       margin-top:6px;
    }

    div.channelimg
    {
       float:right; 
       margin-right:5px;
    }

    div.postingimg
    {
       float:right; 
        margin-right:19px;
        
    }
    
    div.postingimg img, div.channelimg img
    {
       border-width:0px;
        
    }
    /*end of Hoogendoorn added tags*/    
    
    
	.easyMenu
	{
		background-color:#f6f6f6;
		border-top: 1px solid #3F3D3D;
		border-left: 1px solid #3F3D3D;
		border-right: 1px solid #3F3D3D;
	}
	
	.easyMenuItemContainer
	{
	}

	.easyMenuItem
	{
		height: 34px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #3F3D3D;
		padding: 0px;
		background-repeat:repeat-x;
	}
	
	.easyMenuItem a
	{
        height: 34px;
	    vertical-align:middle;		
		cursor: auto; cursor: pointer;
	}

	.easyMenuItemIconCell
	{
	}

	.easyMenuItemIconCell a
	{
	}

	.easyMenuItemContentCell
	{
		font-family: Verdana;
		font-size: 12px;
		color: #3F3D3D;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemContentCell a
	{
        height: 34px;
	    vertical-align:middle;		
		color: #3F3D3D;
		font-family: Verdana;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemOver
	{
		height: 34px;
	    vertical-align:middle;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #3F3D3D;
		background-color: #A6C953;
		background-repeat:repeat-x;
		padding: 0px;
	}
	
	.easyMenuItemOver a
	{
		height: 34px;
		cursor: auto; cursor: pointer;
		background-color: #A6C953;
	}

	.easyMenuItemIconCellOver
	{
	}

	.easyMenuItemIconCellOver a
	{
	}

	.easyMenuItemContentCellOver
	{
		color: #3F3D3D;
		font-family: Verdana;
		font-size: 12px;
		text-decoration: none;
		text-indent: 10px;
		white-space: nowrap;
	}

	.easyMenuItemContentCellOver a
	{
		color: #01795E;
		cursor: auto; cursor: pointer;
		font-family: Verdana;
		font-size: 12px;
		text-decoration: none;
		white-space: nowrap;
	}

	.easyMenuSeparator
	{
	}
	
	.easyMenuSeparatorIconCell
	{
	}
	
	.easyMenuSeparatorContentCell
	{
	}

	.easyMenuSeparatorOver
	{
	}

	.easyMenuSeparatorIconCellOver
	{
	}
	
	.easyMenuSeparatorContentCellOver
	{
	}

	.easyMenuItemSubMenuCell
	{
		width: 14px;
		padding-top: 2px;
		background-image: url(arrow_10.gif);
		background-repeat: no-repeat;
		background-position:  0px 10px;
		font-family: Verdana;
		font-size: 1px;
	}
	
	.easyMenuItemSubMenuCellOver
	{
		width: 14px;
		padding-top: 2px;
		background-image: url(arrow_10.gif);
		background-repeat: no-repeat;
		background-position: 0px 10px;
		font-family: Verdana;
		font-size: 1px;
	}

	/* do not change these classes */
	.menuContainerIframeUnderlay
	{
		border: 0px;
		position : absolute; 
		visibility : hidden; 
		top : -2000px;
		left : 0px; 
		filter : "progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)"; 
		filter : "Alpha(Opacity='0')";
		opacity : 0;
		--moz-opacity : 0;

		background-color: white;
	}
	#ob_em_mc
	{
		width: 100%;
		height: 100%;
		border-collapse: separate;
		border-spacing: expression(cellSpacing=0);
		border-spacing: 0px;
	}
	#ob_em_mc td
	{
		padding: 0px;
	}
	/* do not change these classes */
}

@media print
{
	.menuContainerIframeUnderlay
	{
		display: none;
	}	
}