/*
 * ThemeGoweb Style Sheet
 */


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


.ThemeGowebMenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
	color: #8f8e8e;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	width:250px;
}

.ThemeGowebMainItem {
	height:35px;
}

.ThemeGowebMainItemHover,
.ThemeGowebMainItemActive,
.ThemeGowebMainItemSelected {
	height:35px;
	border: 0px;
	color:#f44c00;
	background-color:#eeeeee;
}


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

.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.ThemeGowebMainItemRight,
.ThemeGowebMainFolderRight {
	background-color: inherit;
	white-space: nowrap;
	border-bottom:1px dashed #dbdbdb;
}


/* menus seleccionados(Selected) */

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemSelectedRight,
.ThemeGowebMainFolderSelectedRight {
	background-color: inherit;
	white-space: nowrap;
	border-bottom:1px dashed #dbdbdb;
}



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

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



.ThemeGowebSubMenuTable {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #8f8e8e;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	border-collapse: separate;

}


.ThemeGowebSubMenu {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	background-color:#eeeeee;
	border:1px solid #dbdbdb;
}

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

.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive,
.ThemeGowebMainItemSelected {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	padding:5px ;
	border:none;
}


/* 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:#f44c00;
	background-color:#d7d7d7;
}



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




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;
}