/*
Distributed as part of 'AT JsMenu' under the same terms (LGPL)
Author: AT Mulyana (atmulyana@yahoo.com)
Copyright (C) 2001-2006 AT Mulyana
*/

.AtJsMenuBar {
	background-color: #848484;
	cursor: default;
	padding: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	height: 22px;
}

.AtJsMenuBar table {
	border-spacing: 0px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-color: #FFFFFF;
	height: 22px;
}

/*
.AtJsMenuButton-icon {
    visibility: hidden;
    width: 0px !important;
}
*/

.AtJsMenuBar td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    height: 22px !important;
    width: 132px;
    text-decoration: none;
    float: left;
    line-height: 21px;
    text-indent: 8px;
}

td.AtJsMenuButton {
	background: url(../images/bg_navi.gif) repeat-y;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	height: 22px !important;
	/*height: 22px;*/
	height: 22px;
	width: 130px;
	text-decoration: none;
	line-height: 21px;
	text-indent: 8px;
}

td.AtJsMenuButton-hover {
	line-height: 21px;
	height: 22px;
	width: 130px;
	background: url(../images/bg_navi.gif) no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;	
}

td.AtJsMenuButton-select {
	line-height: 21px;
	height: 22px;
	background: url(../images/bg_navi.gif) no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;
	width: 132px;
}

td.AtJsMenuButton-select-hover {
	line-height: 21px;
	background: url(../images/bg_navi.gif) no-repeat;
	background-position: 0px -25px;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 132px;
}

td.AtJsMenuButton-icon {
    display: none;
    padding: 0px;
    border: 0px solid white;
}

td.AtJsMenuButton-hover-icon {
    display: none;   /* background-color: #b5b6bd;
    border-color: #efefef;
    padding: 1px;
    border: 3px solid white;*/
}

td.AtJsMenuButton-select-hover-icon {
     display: none;   /*background-color: #b5b6bd;
    border-color: #888888;
    padding: 1px;
    border: 3px solid white;*/
}

.AtJsMenuPopup {
	border: none;
	cursor: default;
	padding: 0px;
	width: 128px;
	margin: 0px;
}

.AtJsMenuPopup table {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}

.AtJsMenuPopup tr {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.AtJsMenuPopup td {
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px 0px 2px 0px;
}

.AtJsMenuPopup td.text {
	width: 128px;
	padding: 3px 2px;
	/*padding: 3px 2px;*/

}

.AtJsMenuPopup td.icon {
    padding: 0px 0px;
    text-align: left;
    /*width: 24px;*/
	width: 0px;
}

.AtJsMenuPopup td.shortcut {
    padding: 3px 10px 3px 4px;
    width: 24px;
}

.AtJsMenuPopup td.arrow {
    padding: 0px 0px;
    width: 24px;
}

.AtJsMenuPopup tr.AtJsMenuItem {
    background-color:  #B5CDDF;
    color: #333333;
}

.AtJsMenuPopup tr.AtJsMenuItem.hover {
    background-color: #e6eff7;
}

.AtJsMenuPopup td.icon img {
    display: block;
    height: 16px;
    width: 16px;
}

.AtJsMenuPopup td.icon .check {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    padding-top: 0px;
	    /*padding-top: 2px;*/
    text-align: center;
    vertical-align: middle;
    width: 16px;
}

.AtJsMenuPopup td.icon .radio {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
	height: 20px;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	margin: 0px;
	padding: 0px;
}

.AtJsMenuPopup td.arrow .sub {
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    text-align: right;
    width: 100%;
}

.AtJsMenuSeparator {
   /* visibility: inherit;*/
}

.AtJsMenuSeparator .line {
    background-color: #ffffff;
    border-bottom-color: #9c9ea5;
    border-right-color: #9c9ea5;
}

tr.AtJsMenuSeparator td {
    padding: 0px;
}

td.AtJsMenuSeparator {
    padding: 0px 0px;
}

td.AtJsMenuSeparator .line {
    /*height: 20px;*/
}
