/*
* jQuery.mb.components: jquery.mb.menu
* © 2001 - 2010 Matteo Bicocchi (pupunzi), Open Lab
*
*/

/* this is the menu main div and allows the menu bar to span the entire screen */
.HSMenu 
{
    width:1000px; 
    background: #eeeeee url(/css/ui-lightness/images/ui-bg_hsmenu-1x22.png) 50% top repeat-x; color: #B4DBFF;
    position:fixed;
    top:29px;
    z-index:100;
}

.HSMenuFull 
{
    width:99%; 
    background: #eeeeee url(/css/ui-lightness/images/ui-bg_hsmenu-1x22.png) 50% top repeat-x; color: #B4DBFF;
    position:fixed;
    top:29px;
    z-index:100;
}

/* spacer for fixed menu bar */
#menu_spacer
{
    height:22px;
}

.rootVoices{
  background-color:#ffffff;
  padding:0px;
  padding-bottom:0;
  width:100%;
}
.rootVoices td.rootVoice {
  background: #eeeeee url(/css/ui-lightness/images/ui-bg_hsmenu-1x22.png) 50% top repeat-x; color: navy;
  vertical-align:middle;
  /* height and width of menu bar */  
  width:100px;
  height:22px;
  
  font-family:Arial,Helvetica,sans-serif;
  /*text-shadow:#fff 1px 1px 1px;*/  
  /*color: #2C4F80;*/
  font-size:12px;
  font-weight:normal;
  /*line-height:22px;*/
  /*padding:6px;*/
  cursor: pointer;
  border-right-width: thin;
  border-right-style: solid;
  border-right-color: #FFFFFF;
  
}

/* this overrides the A:link in style.css */

.rootVoices  td.rootVoice A:link
{
    font-family:Arial,Helvetica,sans-serif;
    color: navy;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}

.rootVoices  td.rootVoice A:visited
{
    font-family:Arial,Helvetica,sans-serif;
    color: navy;
    font-size:12px;
    font-weight:normal;
    text-decoration:none;
}


.rootVoices td.rootVoice.selected{
  background: black url("../images/bgnd_sel_4.png");
  padding:2px;
  color:#ffffff;
  cursor: pointer;
  font-size:12px;
  /*text-shadow:#660033 1px 1px 1px;*/
  /*
    -moz-box-shadow:#999 2px 2px 10px;
    -webkit-box-shadow:#999 2px 2px 10px;
  */
  /*
  -moz-border-radius:8px 8px 0 0px;
  -webkit-border-top-right-radius:8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
*/

}
.rootVoices td.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
 /*text-shadow:#ddd 1px 1px 1px;*/
}

/* this overrides the A:Hover in style.css, this is a hover over a menu title */
/* THIS MUST COME AFTER :link and :visited for the hover to work! */
.rootVoices  td.rootVoice:hover
{
    background: #eeeeee url(/css/ui-lightness/images/ui-bg_hsmenu-select-1x22.png) 50% top repeat-x; color: #B4DBFF;
    vertical-align:middle;
    width:100px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    color: white;
    /*padding:4px; */
    /*margin: 0px 0px 0px 0px;*/
}


.rootVoices  td.rootVoice A:hover
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    color: white;
    /*padding:4px;*/
    margin: 0px 0px 0px 0px;
}


/*
.rootVoices  td.rootVoice A:hover
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    background-color:#78A8D5;
    color: white;
    padding:4px; 
    margin: 0px 0px 0px 0px;
}
*/
.rootVoices  td.rootVoice A
{
    display:block;

/*    border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FFFFFF;
*/
    text-decoration:none;
    padding:2px;
}




.rootVoices.vertical {
  width:140px;
}

.rootVoices.vertical td.rootVoice
{
/*
  -moz-border-radius:8px 0px 0 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:8px;
*/
}

/**/

.menuContainer{
/*overflow:hidden;*/
  position:absolute;
  top:4px;
  left:-4px;
  background-color:#BAD9F6;
  padding:0;
  -moz-box-shadow:#999 2px 2px 10px;
  -webkit-box-shadow:#999 2px 2px 10px;
  box-shadow:#999 2px 2px 10px;
  /*
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:0px;
  -webkit-border-bottom-right-radius:8px;
  -webkit-border-bottom-left-radius:8px;
*/
}
.menuContainer.submenuContainer{
  border-top:none!important;
  left:0px;
}

.menuContainer.disabled{
  border-top:5px solid #999;
  background-color:gray;
}
.menuContainer .line
{
  /*background-color:transparent;*/
  border-top:1px solid white;
  border-left:1px solid white;
  /*width:100%;*/
}


.menuContainer .line.title A:hover
{
    color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
}

.menuContainer .line.title {
  background-color:red;
  font-family:Arial,Helvetica,sans-serif;
  
  
/*border-bottom:1px solid black;*/
}
.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a{
 
  color:white;
}
.menuContainer.disabled .line.title a{
  
  color:#666;
  /*text-shadow:#999 1px 1px 1px;*/
}


/* drop menu text */
.menuContainer td a
{
  font-size:10pt;
  padding-right:20px;       /* to allow room for the submenu graphic */
  text-decoration:none;
  color:navy
  /*text-shadow:#666 1px 1px 1px;*/
}

/* hover over a menu entry, overrides default setting in style.css */
.menuContainer A:hover
{
    font-size : 10pt;
    font-weight : normal;
    font-family:Arial,Helvetica,sans-serif;
}

.menuContainer A:link
{
    color : navy;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

.menuContainer td.voice
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
/* padding controls menu height */
  padding:3px 5px 3px 10px; 
}
.menuContainer .separator{
  background-color:#999;
  height:1px;
  padding:0;
  margin:0;
}
.menuContainer td.img{
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
  font-size:12px;
  color: #c3c3c3;
  background-color:transparent;
  width:24px;
  padding:5px;
}
.menuContainer td.img img{
  width:20px;
}
.menuContainer .textBox{
  padding: 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  color: #c3c3c3;
}
.menuContainer .selected td{
  /*background: #eeeeee url(/css/ui-lightness/images/ui-bg_hsmenu-1x22.png) 50% top repeat-x; color: #FFFFFF;*/
  background-color:#78A8D5;
  /*background-image:url("../images/bgnd_sel_2.jpg")*/
}
.menuContainer .selected td a
{
    
  color:white;
  /*text-shadow:#fff 2px 2px 1px;*/
  display:block;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  /*text-shadow:#999 1px 1px 1px;*/
}

/* override style in style.css */
.subMenuOpener A:hover
{
    color : navy;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
}

.subMenuOpener A:link
{
    color : navy;
	font-family:Arial,Helvetica,sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

.subMenuOpener a
{
    font-family:Arial,Helvetica,sans-serif;
    color:Navy;
    font-size:14px;
}


.menuContainer .subMenuOpener{
  background-image:url("../images/menuArrow_w.gif");
  background-repeat:no-repeat;
  background-position:right;
}
.menuContainer .selected .subMenuOpener{
  background-image:url("../images/menuArrow.gif");
  background-repeat:no-repeat;
  background-position:right;
}


/*BOX MENU*/

.boxMenu{
  color:#f3f3f3;
  border-top:8px solid black;
  background:url("../images/box_top.png") repeat-x;
}
.boxMenu h4{
  white-space:nowrap;
  margin:0 0 20px 0;
  padding:3px;
  font:18px/20px georgia, serif;
  padding-right:20px;
  /*text-shadow:#666 2px 2px 1px;*/
}

.boxMenu td{
  min-width:160px;
  vertical-align:top;
  border-right:1px solid #999;
}
.boxMenu td:hover{
  background:url(../images/box_menu_over.png);
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu td:hover a{
  margin-right:3px;
  /*text-shadow:#fff 1px 1px 1px;*/
  color:#000;
}

.boxMenu td:last-child{
  min-width:160px;
  vertical-align:top;
  border-right:none;
}

.boxMenu a{
  font-size:14px;
  white-space:nowrap;
  display:block;
  padding:5px;
  margin-bottom:5px;
}

.boxMenu a img{
  padding-right:5px;
}

.boxMenu a:hover{
  color:#000;
  /*text-shadow:#fff 2px 2px 1px;*/
  background-image:url("../images/bgnd_sel_2.jpg");
  -moz-box-shadow:#666 2px 2px 4px;
  -webkit-box-shadow:#666 2px 2px 4px;
}

.boxMenu a img{
  border:0;
}
