
/**
* Win98 menu style
* PVO SMC engine
*

/************************************************************************/
/*	top level */

.dhtmlxMenu_win98exp_Middle {
	position: relative;
	height: 20px;
	border: none;
	background-color: #cccccc;
	-moz-user-select: none;
}

/************************************************************************/
/* top level items */

div.dhtmlxMenu_win98exp_TopLevel_Item_Normal,
div.dhtmlxMenu_win98exp_TopLevel_Item_Disabled,
div.dhtmlxMenu_win98exp_TopLevel_Item_Selected {
	position: relative;
	float: left;
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
    cursor: default;
	white-space: nowrap;
	-moz-user-select: none;
	height: 18px;
	line-height: 18px;
	vertical-align: middle;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 6px;
	padding-right: 6px;
	color: #222222;
	background: none;	
	border-style: solid;
    border-width: 1px;
    border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

div.dhtmlxMenu_win98exp_TopLevel_Item_Normal,
div.dhtmlxMenu_win98exp_TopLevel_Item_Disabled {
	#filter: progid:DXImageTransform.Microsoft.Chroma(color='#FFFFFF');
}

div.dhtmlxMenu_win98exp_TopLevel_Item_Disabled {
	color: #777777 !important;
    text-shadow: 1px 1px #ffffff;
}

div.dhtmlxMenu_win98exp_TopLevel_Item_Selected {
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

.dhtmlxMenu_win98exp_Middle div.top_sep {
    background-image: url("/media/smc_menuicons/xm_win95_separator.png");
	background-repeat: repeat-x;
	background-position: center center;
	cursor: default;
	height: 9px;    
}

.dhtmlxMenu_win98exp_Middle img.dhtmlxMenu_TopLevel_Item_Icon {
	float: left;
	margin: 2px 2px 0px 2px;
	width: 14px;
	height: 14px;
}

/************************************************************************/
/* sublevel polygon */

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon {
	position: absolute;
	background-color: #cccccc;
	overflow: hidden;
    border-style: solid;
    border-width: 1px;
	border-left-color: #f5f5f5;
	border-top-color: #f5f5f5;
	border-right-color: #666666;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 1px;
}

/* IE6 sublevel undercover fix */
iframe.dhtmlxMenu_IE6CoverFix_blue {
	position: absolute;
	border: none;
	background: #000000;
	filter: alpha(opacity=100);
}

/************************************************************************/
/* sublevel items */

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl {
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item {
	height: 19px;
	cursor: default;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_dis {
	height: 19px;
	cursor: default;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_selected {
	height: 19px;
	cursor: default;
	color: #ffffff;
	background-color: #000099;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
td.sub_item_icon {
	width: 20px;
	text-align: left;
	-moz-user-select: none;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
td.sub_item_icon
img.sub_icon {
	width: 20px;
	height: 19px;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
td.sub_item_text {
	vertical-align: middle;
	padding-left: 4px;
	padding-right: 4px;
	color: #222222;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_selected
div.sub_item_text {
	color: #ffffff;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.sub_item_text {
    font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #222222;
	white-space: nowrap;
	text-align: left;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.sub_item_text_selected {
    color: #ffffff;
	white-space: nowrap;
	text-align: left;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_dis
div.sub_item_text {
	color: #777777 !important;
    text-shadow: 1px 1px #ffffff;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
td.sub_item_hk {
	padding-left: 10px;
	padding-right: 10px;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
td.sub_item_hk
div.sub_item_hk {
    font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 12px;
    color: #222222;
	text-align: right;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_dis
td.sub_item_hk
div.sub_item_hk {
	color: #777777 !important;
    text-shadow: 1px 1px #ffffff;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
tr.sub_sep {
	height: 9px;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
div.sub_sep {
    background-image: url("/media/smc_menuicons/xm_win95_separator.png");
	background-repeat: repeat-x;
	background-position: center center;
	cursor: default;
	height: 9px;
}

/************************************************************************/
/* sublevel arrows */

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.complex_arrow {
	width: 100%;
	height: 19px;
	background-image: url("/media/smc_menuicons/xm_win95_subarrow_unselected.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_selected
div.complex_arrow {
    color: #ffffff;
	background-image: url("/media/smc_menuicons/xm_win95_subarrow_selected.png");
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_selected
div.sub_item_hk {
    color: #ffffff;
}

div.dhtmlxMenu_win98_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_dis
div.complex_arrow {
	background-image: url("/media/smc_menuicons/xm_win95_subarrow_disabled.png");
}

/************************************************************************/
/* checkmarks and radio buttons */

/* sublevel */

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.sub_icon {
	float: left;
	margin: 0px 2px 0px 2px;
	width: 16px;
	height: 19px;
}

/* checkboxes */

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.sub_icon.chbx_0 {
	background-position: 0px 0px !important;
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
div.sub_icon.chbx_1 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url("/media/smc_menuicons/xm_win95_checkmark_unselected.png");
}

div.dhtmlxMenu_win98exp_SubLevelArea_Polygon
table.dhtmlxMenu_SubLevelArea_Tbl
tr.sub_item_selected
div.sub_icon.chbx_1 {
	background-position: top right;
	background-repeat: no-repeat;
	background-image: url("/media/smc_menuicons/xm_win95_checkmark_selected.png");
}
