/*
 * ThemeGray Style Sheet
 * by Ian Reyes and Heng Yuan
 */
 
 /* 
 Top		: #8F8348
 Sub	   	: #CDC5A8
 sub-over	: #EEEBE0
 */

.ThemeGrayMenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-transform: uppercase;*/
	color: #ffffff;
	cursor: default;
	cursor: pointer !important;
	white-space: nowrap;
	margin-left: 37px;
	padding-bottom: 0px;
	height: 25px;
	

	
}
.ThemeGraySubMenuTable{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #ff9933;
	cursor:	default;
	cursor:	pointer !important;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	width:100px;
	
}
.ThemeGraySubMenu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #204595;
	position: absolute;
	display: block;
	visibility:	hidden;
	overflow: hidden;
	padding:0px;
	margin-top:0px;
	border-top:2px solid #c6cedd;
	
	/*border:1px solid #204595;*/

	/*border:		1px outset #CDC5A8;*/
	background-color: transparent;
}

/*.ThemeGraySubMenuTable
{
	font-family: Arial;
	font-size: 12px;

	color: #665B10;
	background-color: #CDC5A8;
	border-collapse:	separate;
	opacity:	0.9;
	filter:Alpha(style=0,opacity=90);
}*/

.ThemeGrayMenuItem,.ThemeGrayMenuItemHover,.ThemeGrayMenuItemActive
{
	cursor:	default;
	cursor:	pointer !important;
	white-space: nowrap;
}

.ThemeGrayMainItem
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-transform:uppercase;*/
	color: #ffffff;
	border:0px;
	padding: 4px 2px 2px 2px;
	margin: 0px 20px 0px 20px;
	/* border:		0px solid #8F8247; */

}
.ThemeGrayMenuItem{
	/*border:		0px solid #EEEBE0;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #204595;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	

}

.ThemeGrayMainItemHover,
.ThemeGrayMainItemActive
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*text-transform:uppercase;*/
	color: #ffffff;
	
	background-image:url(../../img/hover.gif);
	background-repeat:no-repeat;
	padding: 4px 2px 2px 2px;
	background-position:bottom left;
	border:0px;
	
	
	/*background-color:	#8F8348;*/
}

.ThemeGrayMenuItemHover,
.ThemeGrayMenuItemActive
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	
	background-color:#ff9933;
	padding:	4px; 
	
	

}

/* 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 */

.ThemeGrayMainFolderLeft,
.ThemeGrayMainItemLeft,
.ThemeGrayMainFolderText,
.ThemeGrayMainItemText,
.ThemeGrayMainItemRight,
.ThemeGrayMainFolderRight
{
	border: 0;
	background-color: inherit;
	white-space: nowrap;
}

/* sub menus sub components */

.ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemLeft
{
	padding:	4px;
	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

.ThemeGrayMenuFolderText,
.ThemeGrayMenuItemText
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:	4px;

	/* border:		0; */
	white-space:	nowrap;
	background-color:	inherit;
}



.ThemeGrayMenuItemRight,
.ThemeGrayMenuFolderRight
{
	padding:	3px;

	border:		0;
	white-space:	nowrap;
	background-color:	inherit;
}

/* hoover and active border */
/*.ThemeGrayMenuItemHover .ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemLeft,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemLeft,
.ThemeGrayMenuItemHover .ThemeGrayMenuFolderText,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderText,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemText,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemText,
.ThemeGrayMenuItemHover .ThemeGrayMenuFolderRight,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderRight,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemRight,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemRight
{
	border-color:	#9C9A9C;
}*/

.ThemeGrayMenuItemHover .ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderLeft,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemLeft,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemLeft
{
	/* border-width:	1px 0px 1px 1px;
	border-style:	solid; */
	padding:	4px;
}

.ThemeGrayMenuItemHover .ThemeGrayMenuFolderText,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderText,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemText,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemText
{
	/*border-width:	1px 0px 1px 0px;
	border-style:	solid;*/
	padding:	4px;
}

.ThemeGrayMenuItemHover .ThemeGrayMenuFolderRight,
.ThemeGrayMenuItemActive .ThemeGrayMenuFolderRight,
.ThemeGrayMenuItemHover .ThemeGrayMenuItemRight,
.ThemeGrayMenuItemActive .ThemeGrayMenuItemRight
{
	/*border-width:	1px 1px 1px 0px;
	border-style:	solid;*/
	padding:	4px;
}

td.ThemeGrayMenuSplit
{
	padding:	0px;
	margin:		0px;
	height:		0px;
	/*border:		0px;*/
	color: #CC0000;
	background-color:	inherit;
	overflow:	hidden;
}

div.ThemeGrayMenuSplit
{
	margin: 2px;
	height: 1px;
	overflow: hidden;
	color: #CC0000;
	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;
}

