/*
 * ThemeGray Style Sheet
 * by Ian Reyes and Heng Yuan
 */

#nav {
     position: relative;
     margin-top: 5px;
     z-index: 100;
}


.ThemeGrayMenu,.ThemeGraySubMenuTable
{
	font-family: "Lucida Grande",Helvetica,Verdana,sans-serif;
	font-size: 12px;
	color: #FFF;
	cursor:		pointer;
	cursor:		hand !important;
	white-space:	nowrap;
}

.ThemeGraySubMenu
{
	position:	absolute;
	display:	block;
	visibility:	hidden;
	overflow:	hidden;
	/*border:		1px outset #9C9A9C;*/
	background-color: transparent;
}

.ThemeGraySubMenuTable
{
     position: relative;
	border-collapse:	separate;
	/*opacity:	0.9;
	filter: alpha(style=0,opacity=90);*/
	text-align: left;
}

.ThemeGrayMenuItem,.ThemeGrayMenuItemHover,.ThemeGrayMenuItemActive
{
	cursor:		pointer;
	cursor:		hand !important;
	white-space:	nowrap;
     line-height: 24px;
     height: 24px;
}

/* styles for main items and sub-items */
.ThemeGrayMainItem
{
	padding:	3px;
	font-size: 12px;
	border:		0px;
     background-color: #000;
     /*background-color: #5C5B30;
	 border: 1px solid red; */
}
                    
.ThemeGrayMainItemHover
{
	padding:	3px;
	font-size: 12px;
	border:		0px;
	background-color: #000;
     color: #B10002;
}

.ThemeGrayMainItemActive
{
	padding:	3px;
	font-size: 12px;   
	border:		0px;
	background-color:#000;
}

.ThemeGrayMenuItem
{
	padding:	3px 5px;
	/*color: #00788A;*/
	border:		1px solid #ffffff;
	background-color:	#303030;
     color: #FFF;
     text-transform: lowercase;
}

.ThemeGrayMenuItemHover {
     background-color: #5E5E5E;
     text-transform: lowercase;
}

.ThemeGrayMenuItemActive {
     background-color: #5E5E5E;
     text-transform: lowercase;
}

.ThemeGrayMenuItemHover,
.ThemeGrayMenuItemActive
{
	padding:	3px;
	border:		1px solid #ffffff;
     text-transform: lowercase;
}

/* 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 */
 /*  */
/* sub menus sub components */

.ThemeGrayMenuItemLeft
{
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeGrayMenuItemText
{
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
     padding: 0px 15px;
}

.ThemeGrayMenuItemRight
{
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

td.ThemeGrayMenuSplit
{
	padding:	0px;
	margin:		3px;
	height:		5px;
	border:		0px;
	background-color:	inherit;
	overflow:	hidden;
}

div.ThemeGrayMenuSplit
{
	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" />
*/

.ThemeGrayMenuItem img.seq1
{
	display:	inline;
}

.ThemeGrayMenuItemHover seq2,
.ThemeGrayMenuItemActive seq2
{
	display:	inline;
}

.ThemeGrayMenuItem .seq2,
.ThemeGrayMenuItemHover .seq1,
.ThemeGrayMenuItemActive .seq1
{
	display:	none;
}

.ThemeGrayMainItemText, ThemeGrayMenuItemText {
     padding: 0px 5px;
}

.ThemeGrayMainFolderText {
    cursor: default;
}
