/*
 * ThemeGoweb Style Sheet
 */


/*********  MENU PRINCIPAL  *********/


.ThemeGowebMenu {

	font-family:"Trebuchet MS", Arial;
	font-size: 11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #e26f14;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	/*width:250px;*/
}

.ThemeGowebMainItem {
	height:35px;
	padding-top:30px;
	padding-right:10px;
	text-align:left;
}

.ThemeGowebMainItemHover,
.ThemeGowebMainItemActive,
.ThemeGowebMainItemSelected {
	border-top:4px solid #e26f14;
	height:35px;
	padding-top:26px;
	padding-right:10px;
	text-align:left;

	color:#aaa;
}


.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive,
.ThemeGowebMainItemSelected {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	border-top:4px solid #e26f14;
	padding-top:26px;
	padding-right:10px;
	text-align:left;
}

/* menus s/ filhos(Item) & menus c/ filhos(Folder)*/

.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.ThemeGowebMainItemRight,
.ThemeGowebMainFolderRight {
	background-color: inherit;
	white-space: nowrap;
}


/* menus seleccionados(Selected) */

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemSelectedRight,
.ThemeGowebMainFolderSelectedRight {
	background-color: inherit;
	white-space: nowrap;
	/*border-top:4px solid #2dabc4;*/
}




/********************************/

/*********  SUB-MENUS  *********/



.ThemeGowebSubMenuTable {
	font-family:"Trebuchet MS", Arial;
	font-size: 10px;
	text-transform:uppercase;
	font-weight:bold;
	color: #e26f14;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	border-collapse: separate;
/*	opacity: 0.7;
	filter:alpha(style=0,opacity=70);*/
}


.ThemeGowebSubMenu {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	background-color:#eeeeee;
	border:1px solid #fff;
	/*margin-top:15px;*/
}

.ThemeGowebMenuItem {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	padding: 4px 10px 4px 10px;
}




/* submenus s/ filhos(Item) & submenus c/ filhos(Folder)*/

.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemLeft {
	/*border-bottom:1px solid #FFFFFF;*/
}

.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	/*border-bottom:1px solid #FFFFFF;*/
	padding:3px 15px 3px 5px;
	white-space: nowrap;
}

.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {
	/*border-bottom:1px solid #FFFFFF;*/
}


/* hoover & active */

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
	/*border-bottom:1px solid #FFFFFF;*/
	color:#9b9b9b;
	background-color:#fff;
}



/********************************/




td.ThemeGowebMenuSplit {
	padding: 0px;
	margin:	0px;
	height:	5px;
	border:	0px;
	background-color: inherit;
	overflow:	hidden;
}

div.ThemeGowebMenuSplit {
	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" />
*/

.ThemeGowebMenuItem img.seq1 {
	display:	inline;
}

.ThemeGowebMenuItemHover seq2,
.ThemeGowebMenuItemActive seq2 {
	display:	inline;
}

.ThemeGowebMenuItem .seq2,
.ThemeGowebMenuItemHover .seq1,
.ThemeGowebMenuItemActive .seq1 {
	display:	none;
}