
/**
 * buttonface-v.css
 *
 * CakePHP :  Wing Corporation <http://www.wing-co.jp/>
 * Copyright (c)	2007, Wing Corporation
 *								1179-1 Shiroeda, Izumo
 *								Shimane 693-0006, Japan
 *
 *
 * @filesource		buttonface-v.css
 * @copyright		Copyright (c) 2007, Wing Corporation
 * @link			http://www.wing-co.jp/
 * @version			0.0.1
 * @lastmodified	2007-04-24
 */



.nlsmenu {
    z-index:1;
    border:solid 1px #c4c4be;
}

.nlsitemcontainer {
    height:30px;
	padding-left: 10px;
    background-color:#ffffff;
    border-top:#ffffff 1px solid;
    /*border-bottom:#E8E8E8 1px solid;*/
	background: url(../../../img/sidebar/nav/subnav_01.gif) no-repeat;
}
.nlsiconcell {width:16px; padding-left:2px;}
.nlssubmenucell{width:20px; }
.nlsitem {
    /*font-family:verdana;*/
    /*font-size:8pt;*/
    color:#333333;
    padding:2px 5px 2px 5px;
}

.nlsitemcontainerover {
    height:30px;
	padding-left: 10px;
    border-top:#ffffff 1px solid;
    background-color:#484848;
    border-top:#ffffff 1px solid;
    /*border-bottom:#3A3A3A 1px solid;*/
}
.nlsiconcellover {width:16px;padding-left:2px;}
.nlssubmenucellover {width:20px;}
.nlsitemover {
    /*font-family:verdana;*/
    /*font-size:8pt;*/
    color:#ffffff;
    padding:2px 5px 2px 5px;
}

.nlsitemdisable {
    /*font-family:verdana;*/
    /*font-size:8pt;*/
    /*color:#999999;*/
    padding:2px 5px 2px 5px;
}

.nlsseparatorcontainer {}

.nlsseparator {}

.mtopleft {height:0px; width:0px;}
.mtopright {height:0px; width:0px;}
.mbottomleft {width:0px; height:0px;}
.mbottomright {width:0px; height:0px;}
.mtop {height:0px;}
.mbottom {height:0px;}
.mleft {width:0px;}
.mright {width:0px;}

.horzshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/hshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.vertshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/vshadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}
.cornshadow {  -moz-opacity:0.4;background-repeat:no-repeat; background-image:url(img/cornershadow.gif);filter:progid:DXImageTransform.Microsoft.Alpha( Opacity=40, FinishOpacity=0, Style=0, StartX=0,  FinishX=100, StartY=0, FinishY=100);}

