/* Toolbar global definitions */
#ShortalToolbar { background-color: #336699; background: url('furniture/images/v091/tbbg.gif'); font: 11px sans-serif; color: #000000 }
#ShortalToolbar a { color: #000000 }

/* Definitions for the pseudo-dropdown on the left hand side */
.toolbarDropdown { width: 120px; background-color: #ffffff; border: solid 1px #ffffff; padding: 0px; margin: 0px 5px 0px 5px }
.toolbarInner { width: 90px; height: 10px; background: #ffffff; padding: 1px 2px 0px 1px; margin: 0px; float: left; cursor: default; font-weight: bold  }
.toolbarDropdown img { float: right; padding: 0px; margin: 0px }

/* Generic definitions for toolbar items (each item = img + text) */
.toolbarItem { padding-top: 1px; margin: -1px 0px 1px 0px }
.toolbarItem a { color: #000000; margin: 0px 2px 0px 0px; padding: 2px 4px 4px 1px; text-decoration: none }
.toolbarItem a.disabledItem { color: #999999 !important; cursor: default !important }
.toolbarItem a.disabledItem img { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5 }
.toolbarItem a:hover { color: #000000; text-decoration: none }

.toolbarItem div { margin: 2px; padding: 2px; border: none }
.toolbarLeft .toolbarItem { display: none }
/* background-image: url('furniture/images/v091/tbbghighlight.gif'); */
.toolbarItem div.toolbarHover { margin: 0px; background-color: #FFEDC1;  border: solid 2px #336699 }

/* Specific definitions for 'current' items (ie. the current area) */
.toolbarItem div.toolbarInactive#currentItem { background-image: url('furniture/images/v091/tbbghighlight.gif');background-color:#FFAF59; margin: 0px; border:2px solid #000080; }
.toolbarItem div#currentItem { background-color:#FFEDC1; margin: 0px;  border:2px solid #000080; }


/* RHS toolbar items (e.g. help, send email) */
td.toolbarRight .toolbarItem { margin: -1px 2px 0px 2px }

/* Date */
#toolbarDate { padding: 5px }


/* Actual dropdown stuff */
#DropdownCell { display: none }

#ShortalToolbarDropdown { position: absolute; left: 72px; top: 21px; border: solid 1px #000000;
	background: #ffffff; width: 240px; height: 108px; font: 11px sans-serif }

#ShortalToolbarDropdown a { padding: 2px; color: #000000; font-weight: bold; text-decoration: none; width: 236px; display: block }
#ShortalToolbarDropdown a small { font: 100% sans-serif }


#ShortalToolbarDropdown .dropdownItem div { padding: 0px; display: inline}
/* #ShortalToolbarDropdown .dropdownItem div#currentDropItem { background-color: #ffffff } */
#ShortalToolbarDropdown .dropdownItem div#currentDropItem.toolbarHover { background-color: #000099 }

#ShortalToolbarDropdown .dropdownItem div.toolbarHover { background-color: #000099 }
#ShortalToolbarDropdown .dropdownItem div.toolbarHover a { background-color: #000099 ; color: #ffffff }
#ShortalToolbarDropdown .dropdownItem div.toolbarHover a small { color: #cccccc }

#ShortalToolbarDropdownShadow { position: absolute; left: 76px; top: 26px; width: 240px; height: 108px; background: #000000; opacity: 0.3; -moz-opacity: 0.3; filter: alpha(opacity=30) }






