/**
* -----------------------Color Theme : Red ----------------------**
*/

/*-color theme elements-*/
/*
Shortcut bar (gradient / visual effects -  glassy)
Shortcut bar font (color)
Yahoo! Path bar (gradient / visual effects -  glassy)
Yahoo! Path bar font (color)
Menu/tabs toolbar (fill color/gradient)
Menu/tabs toolbar font (color)
Toolbar icon bar (fill color)
Panel headers (gradient)
Panel headers font (color)
Panels Background (color)
Accordion links (gradient)
Accordion links font (color)
Editors and Dialogs title bar (fill color/gradient)
Editors and Dialogs title bar font (color)
Editors and Dialogs (Fill color)
Floating menu (fill color, hover shadow)
Floating menu font (color)
*/

/*--shortcuts bar--*/
.Red .mstrHeader { background: #c22929 url(images/theme/red/shortcutBarGradient.gif) repeat-x top; }
.Red .mstrHeader .mstrShortcutSelected A:link,
.Red .mstrHeader .mstrShortcut A:visited,
.Red .mstrHeader .mstrShortcut A:link,
.Red .mstrHeader .mstrShortcut A:hover,
.Red.mstr508 .search-label {
    color: #FFFFCC;}

/*--path bar--*/

.Red .mstrPath > TABLE,
.Red .mstrPath > DIV {
    border-bottom-color: #D9222D;
}

.Red .mstrPath > div.mstrPathContainer {
    border-bottom-color: #bd3c32;
}

/*--searchbox text --*/

.Red .mstrSearchBox {
    color: #B92525;
}
.Red .mstrSearchSuggestSections .SearchBox-Wrapper {
    background-image: url("images/theme/red/search_box_red_desktop.png");
}
.Red .mstrSearchSuggestSections .SearchBox-Wrapper:hover {
    background-image: url("images/theme/red/search_box_red_desktop_hover.png");
}
.Red .mstrToolbarWrapper .mstrSearchDiv,
.Red .mstrToolbarWrapper .SearchBox-Wrapper {
    background-image: url("images/theme/red/search_box.png");
}

.Red .mstrToolbarWrapper .mstrSearchDiv:hover,
.Red .mstrToolbarWrapper .SearchBox-Wrapper:hover {
    background-image: url("images/theme/red/search_box_hover.png");
}

/*--menu bar--*/

.Red .mstrListBlockToolbarItemSelected .right.menu,
.Red .mstrListBlockToolbarItemSelectedHover .right.menu{
    background-image: url(images/theme/red/downArrow.png);
}

/*--common--*/

/*--text color--*/

/*--footer section --*/
.Red .mstrFooter a:hover,
/*--project names--*/
.Red .mstrProjectItem:hover .mstrLargeIconViewItemName  a:link,
.Red .mstrProjectItem:hover .mstrLargeIconViewItemName  a:visited,
/*--login page --*/
.Red #lb_LoginStyle .mstrTitle,
.mstrWeb.Red .mi-dskt-logout:link,
.mstrWeb.Red .mi-dskt-logout:visited,
.mstrWeb.Red .mstr-dskt-lnk:hover .mstr-dskt-nm,
.mstrWeb.Red .ncsLIVItem a:hover,
.mstrWeb.Red .ncsLIVName a:hover,
.mstrWeb.Red .mstrLargeIconViewItem a:hover,
.mstrWeb.Red .mstrLargeIconViewItemName a:hover,
.mstrWeb.Red #folderAllModes .mstrLargeIconViewItem:hover .mstrLargeIconViewItemName .mstrLink,
.mstrWeb.Red .mstrDesktopSection .mstrDynamicTableCell:hover .mstrLargeIconViewItemName .mstrLink {


}
/*-- Menu item --*/
.mstrWeb.Red .mstrFloatingMenuItem .hover,
.mstrWeb.Red .mstrListBlockToolbarItemSelected,
.mstrWeb.Red .mstrListBlockToolbarItemSelectedHover,
.mstrWeb.Red .mstrListBlockToolbarItem,
.mstrWeb.Red .mstrListBlockToolbarItemHover .mstrListBlockToolbarItemName,
/* -- mojo context menu */
.mstrWeb.Red .mstrmojo-TC-CXM .mstrmojo-ContextMenuItem:hover,
/*-- History Pickers --*/
.mstrWeb.Red .mstrPicker span.mstrPickerItemHover,
/*-- CX Menu and Search --*/
.mstrWeb.Red .mstrSuggestPopupItem.selected span,
.Red .mi-dskt-logout:link,
.Red .mi-dskt-logout:visited,
.mstrWeb.Red .menu-row-selected .menu-item {
    color: #d22d2d;
}



/*--menu highlight--*/

.mstrWeb.Red .mstrmojo-TC-CXM .mstrmojo-ContextMenuItem:hover .mstrmojo-CMI-left,
.mstrWeb.Red #forwardHistoryPicker.mstrPicker span.mstrPickerItemHover,
.mstrWeb.Red #backHistoryPicker.mstrPicker span.mstrPickerItemHover,
.mstrWeb.Red .mstrSuggestPopupItem.selected,
.mstrWeb.Red .menu-row-selected .mstrContextMenuLeft,
.mstrWeb.Red .mstrFloatingMenuItem a.mstrMenuOption.hover,
.mstrWeb.Red .mstrFloatingMenuItem a.mstrSubMenuOption.hover,
.mstrWeb.Red .mstrShortcutsListPopup .item:hover,
.mstrWeb.Red .mstrPathBreadCrumbsAncestors span:hover {
    border-left-color: #d22d2d;
}

/*Overriding theme spec to unify look and feel accross themes*/
.mstrWeb.Red .mstrListBlockToolbarItemSelected .mstrListBlockToolbarItemName   {
    color: #3FBBFF;
}

.mstrWeb.Red .mstrFloatingMenuItem .hover,
.mstrWeb.Red .mstrListBlockToolbarItemSelectedHover .mstrListBlockToolbarItemName,
.mstrWeb.Red .mstrListBlockToolbarItemHover .mstrListBlockToolbarItemName {
    color: #FFF;
}




.mstrWeb.Red .mstrShortcutsListPopup .item:hover {
    border-left-color: transparent;
    border-right-color:transparent;
}
.mstrWeb.Red #tree_ftb_FolderTreeView  li:hover a,
.mstrWeb.Red .mstrMenuItem:hover a,
.mstrWeb.Red .mstrPathTextCurrent:hover .mstrPathLast,
.mstrWeb.Red .mstrShortcutsListPopup .item.selected,
.mstrWeb.Red  .mstrShortcutsListPopup a:hover  {
    color: #d22d2d;
}
