/*
 * temaAdmin_ Style Sheet
 * by Ian Reyes and Heng Yuan
 */

.temaEdicima_Menu,.temaEdicima_SubMenuTable
{
	/*font-weight: bolder;*/
	font-size: 10px;

	color: white;
	/*background-color: #ffffff;*/

	cursor:		default;
	cursor:		hand !important;
	/*white-space:	nowrap;*/
}

.temaEdicima_SubMenu
{
	position:	absolute;
	display:	block;
	visibility:	hidden;
	overflow:	hidden;

	/*border:		0px solid #FFFFFF;
	background-color: transparent;*/
}

.temaEdicima_SubMenuTable
{
	border-collapse:	collapse;
	width: 152px;
	/*opacity:	0.8;
	filter:Alpha(style=0,opacity=80);*/
}

.temaEdicima_MenuItem,.temaEdicima_MenuItemHover,.temaEdicima_MenuItemActive
{
	cursor:		default;
	cursor:		hand !important;
	/*white-space:	nowrap;*/
}

.temaEdicima_MainItem,
.temaEdicima_MainItemHover,
.temaEdicima_MainItemActive
{
	border: 0;
	background: #FFFFFF url(../../../img/menu_item_borde_dcha.jpg) no-repeat top right;
	width: 150px; 
	height: 83px;
	cursor: pointer;
}
.temaEdicima_MainItem:last-child,
.temaEdicima_MainItemHover:last-child,
.temaEdicima_MainItemActive:last-child
{
	background-image: none;
}
.temaEdicima_MenuItem,
.temaEdicima_MenuItemHover,
.temaEdicima_MenuItemActive {
	border-top: 3px solid #FFFFFF;
}
.temaEdicima_MenuItem {
	background-color: #FFA60F;
}
.temaEdicima_MenuItemHover,
.temaEdicima_MenuItemActive
{
	background-color: #FFFFFF;
	cursor: pointer;
}
tr.temaEdicima_MenuItem:first-child,
tr.temaEdicima_MenuItemHover:first-child,
tr.temaEdicima_MenuItemActive:first-child {
	 border-top: none 
}
/* horizontal main menu sub components */
/* panel doesn't really support horizontal menus */
/* there are simpler approaches, but the setting here allows me to
   set a background image for the menu without lines all over it */

.temaEdicima_MainFolderLeft,
.temaEdicima_MainItemLeft,
.temaEdicima_MainFolderText,
.temaEdicima_MainItemText,
.temaEdicima_MainItemRight,
.temaEdicima_MainFolderRight
{
	border: 0;
	background-color: inherit;
	white-space: nowrap;
}
.temaEdicima_MainItemText { display: none; }
.temaEdicima_MainItemRight { display: none; }

/* sub menus sub components */

.temaEdicima_MenuFolderLeft,
.temaEdicima_MenuItemLeft
{
	display: none;
}
.temaEdicima_MenuFolderText,
.temaEdicima_MenuItemText
{
	padding:	8px 10px 20px 15px;
	border:		0;
	font-size: 12px;
	line-height: 12px;
	background-color:	inherit;
	width: 128px;
}
.temaEdicima_MenuItemHover .temaEdicima_MenuItemText,
.temaEdicima_MenuItemActive .temaEdicima_MenuItemText
{
	background-color:	#4B4140;
}

.temaEdicima_MenuItemRight,
.temaEdicima_MenuFolderRight
{
	display: none;
}


td.temaEdicima_MenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		5px;
	border:		0px;
	background-color:	inherit;
	overflow:	hidden;
}

div.temaEdicima_MenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	/*border-top: 1px solid #9C9A9C;*/
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/
.temaEdicima_MenuItem img.seq1 { display:	inline; }
.temaEdicima_MenuItemHover seq2, .temaEdicima_MenuItemActive seq2 {	display: inline; }
.temaEdicima_MenuItem .seq2, .temaEdicima_MenuItemHover .seq1, .temaEdicima_MenuItemActive .seq1{ display: none; }
