/* ThemeIEMenu Style Sheet */

.ThemeIEMenu
{
	cursor:		hand;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	13px;
	color: 		#333333;
	line-height: 	15px

	padding-top:	6;
	border:		0;
	white-space:	nowrap;
}

.ThemeIESubMenuTable
{
	cursor:		hand;
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;
	color:	#FFFFFF;

	padding:	0;
	border:		0;
	white-space:	nowrap;
}

.ThemeIEMenu
{
	background-color:	#FFFFFF;
}

.ThemeIESubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   次選單陰影色彩
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=135, Strength=4);*/
}

.ThemeIESubMenuTable
{
	/*
	   次選單表格
	*/
	border:		1px solid #B5C2A1;
	background-color:	#B5C2A1;
}

.ThemeIESubMenuTable td
{
	white-space:	nowrap;
}

.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	padding-left:	3px;
	padding-right:	3px;
	white-space:	nowrap;
}

/*.ThemeIEMainItemHover,.ThemeIEMainItemActive,*/
.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
{
	color:		white;
	background-color:	#336633;
}

.ThemeIEMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #ADAA9C;
}

.ThemeIEMenuVSplit
{
	width:		1px;
	margin:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid #ADAAFF;
}

/* 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" />
*/

.ThemeIEMenuItem img.seq1
{
	display:	inline;
}

.ThemeIEMenuItemHover seq2,
.ThemeIEMenuItemActive seq2
{
	display:	inline;
}

.ThemeIEMenuItem .seq2,
.ThemeIEMenuItemHover .seq1,
.ThemeIEMenuItemActive .seq1
{
	display:	none;
}
.green {
	font-family: Verdana;
	font-size: 12pt;
	color: #336600;
}
.blue {
	font-family: Verdana;
	font-size: 12pt;
	color: #6699cc;
}
.yellow {
	font-family: Verdana;
	font-size: 12pt;
	color: #ffcc00;
}
.red {
	font-family: Verdana;
	font-size: 12pt;
	color: #CC0000;
}
.violet {
	font-family: Verdana;
	font-size: 12pt;
	color: #330066;
}
.t3e {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	color: #564229;
}
