/*
 * ThemeGoweb Style Sheet
 * by Paulo Almeida
 */

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

.ThemeGowebSubMenuTable {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-transform:uppercase;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	width:120px;
	
}

.ThemeGowebSubMenu {
	position: absolute;
	display: block;
	visibility: hidden;
	overflow: hidden;
	
}

.ThemeGowebSubMenuTable {
	/*border-collapse: separate;*/
	background-color:#383838;
	opacity:0.9;
	filter:Alpha(style=0,opacity=90);
	
}

.ThemeGowebMenuItem,
.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive,
.ThemeGowebMainItemSelected {
	cursor: default;
	cursor:	pointer !important;
	white-space: nowrap;
	
}

.ThemeGowebMainItem {
	padding-left:15px;
	padding-right:15px;
	
}

.ThemeGowebMenuItem {
	padding: 4px 3px 4px 5px;

	
}

.ThemeGowebMainItemActive,
.ThemeGowebMainItemSelected,
.ThemeGowebMainItemHover {
	padding:0px 15px 0px 15px;
	border: 0px;
	color:#ffffff;
	background-image:url(/media/images/menu_bkg.gif);
	background-repeat:repeat-x;
	height:49px;
}

.ThemeGowebMenuItemHover,
.ThemeGowebMenuItemActive {
	padding: 4px 3px 4px 5px;
	background-color:#000000;

}

/* 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 */

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainFolderSelectedText,
.ThemeGowebMainItemSelectedText,
.ThemeGowebMainItemSelectedRight,
.ThemeGowebMainFolderSelectedRight,
.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft,
.ThemeGowebMainFolderText,
.ThemeGowebMainItemText,
.ThemeGowebMainItemRight,
.ThemeGowebMainFolderRight {
	background-color: inherit;
	white-space: nowrap;
}

.ThemeGowebMainFolderSelectedLeft,
.ThemeGowebMainItemSelectedLeft,
.ThemeGowebMainFolderLeft,
.ThemeGowebMainItemLeft {

}


/* sub menus sub components */


.ThemeGowebMenuFolderText,
.ThemeGowebMenuItemText {
	white-space: nowrap;
	border-bottom:1px solid #757575;

}

.ThemeGowebMenuItemText,
.ThemeGowebMenuFolderText  {
	padding:6px 0px 6px 0px;
}

.ThemeGowebMenuItemLeft,
.ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemRight,
.ThemeGowebMenuFolderRight {
	border-bottom:1px solid #757575;
	
}

/* hoover and active border */
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText,
.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
	color:#ffffff;
	padding:6px 0px 6px 0px;

}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderLeft,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemLeft,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemLeft {

}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderText,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemText,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemText {
}

.ThemeGowebMenuItemHover .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuFolderRight,
.ThemeGowebMenuItemHover .ThemeGowebMenuItemRight,
.ThemeGowebMenuItemActive .ThemeGowebMenuItemRight {
}

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

div.ThemeGowebMenuSplit {
	margin: 2px;
	height: 1px;
	overflow: hidden;
	background-color: inherit;
	border-top: 1px solid #9C9A9C;
}

/* sub menus sub components */


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