﻿@charset "utf-8";

/*MENU CONTEXTUAL*/

@media screen
{
	.MenuContextual
	{
		border-top: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
		background-color:#F9F9F9;
		text-align: left;
	}
	
	.MenuContextualItemContainer
	{
		text-align: left;
	}

	.MenuContextualItem
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
		text-align: left;
	}
	
	.MenuContextualItem a
	{
		cursor: auto; cursor: pointer;
	}

	.MenuContextualItemIconCell
	{
	}

	.MenuContextualItemIconCell a
	{
	}

	.MenuContextualItemContentCell
	{
		font-family: Tahoma;
		font-size: 11px;
		color:#666666;
		text-indent: 5px;
		white-space: nowrap;
		text-align: left;
	}

	.MenuContextualItemContentCell a
	{
		color: Black;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
	}

	.MenuContextualItemOver
	{
		height: 20px;
		cursor: auto; cursor: pointer;
		border-bottom: 1px solid #CCCCCC;
        background-color:Black; /* #FFCC00;*/
		padding: 0px;
		text-align: left;
	}
	
	.MenuContextualItemOver a
	{
		cursor: auto; cursor: pointer;
		background-color:Black; /*  #B2D865;*/
	}

	.MenuContextualItemIconCellOver
	{
	}

	.MenuContextualItemIconCellOver a
	{
	}

	.MenuContextualItemContentCellOver
	{
		color: White;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		text-indent: 5px;
		white-space: nowrap;
		text-align: left;
		background-color:Black;
	}

	.MenuContextualItemContentCellOver a
	{
		color: White;
		cursor: auto; cursor: pointer;
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		white-space: nowrap;
		background-color:Black;
	}

	.MenuContextualSeparator
	{
	}
	
	.MenuContextualSeparatorIconCell
	{
	}
	
	.MenuContextualSeparatorContentCell
	{
	}

	.MenuContextualSeparatorOver
	{
	}

	.MenuContextualSeparatorIconCellOver
	{
	}
	
	.MenuContextualSeparatorContentCellOver
	{
	}

	.MenuContextualItemSubMenuCell
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(images/submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:20px;
	}
	
	.MenuContextualItemSubMenuCellOver
	{
		width: 10px;
		padding-top: 2px;
		background-image: url(images/submenu.gif);
		background-repeat: no-repeat;
		background-position: 2px 4px;
		font-family: Verdana;
		font-size: 1px;
		height:20px;
	}

	/* 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;
	}	
}

/*FIN MENU CONTEXTUAL*/