/*
 * Your installation or use of this SugarCRM file is subject to the applicable
 * terms available at
 * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/.
 * If you do not agree to all of the applicable terms or do not have the
 * authority to bind the entity as an authorized representative, then do not
 * install or use this SugarCRM file.
 *
 * Copyright (C) SugarCRM Inc. All rights reserved.
 */
/*********************************************************************************

 * Description:  Contains a variety of utility functions used to display UI
 * components such as form headers and footers.  Intended to be modified on a per
 * theme basis.
 ********************************************************************************/

/** From default style.css file **/


body
{
    margin: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;

}

body.popupBody {
    margin: 10px;
}

fieldset, table, pre
{
    margin-bottom:0;
}
fieldset
{
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    border:1px solid #CCC;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
}
form
{
    margin: 0px;
}
h1, h2
{
    margin: 0;
    font-weight: bold;
}
h3
{
    margin:0;
    margin-bottom: 3px;
    padding-top: 3px;
}
textarea
{
    font-family: Arial,Verdana,Helvetica,sans-serif;
}
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"]
{
    padding:0px;
}

input[type=text],input[type=password] {
    height: 22px;
}

input[type=text],input[type=password],textarea
{
    width: auto;
}

input[type=checkbox],input[type=radio]
{
    border:0px;
    background-color: transparent;
    margin: 0px;
    vertical-align: bottom;
}
ul li
{
    list-style-type: disc;
    margin-left: 6px;
    margin-bottom: 2px;
}
ul
{
    margin-top: 2px;
    margin-right: 0;
}
hr
{
    height:1px;
}

div.clear
{
    height: 0;
    clear: both;
    visibility: hidden;
    font-size:0;
}
th, td
{
    border: none;
    padding: 0;
}

/* layout the header elements */
#header {
min-width: 950px;
}

.headerLarge {
height: 120px !important;
}

#header div.line
{
    height: 4px;
    margin: 0;
    padding: 0;
}
#header ul li
{
    display:inline;
}

#companyLogo
{
    height: 40px;
    padding: 2px 0 8px 10px;
    float:left;
}
#search, #sitemapLink, #colorPicker, #welcome, #globalLinksLeft
{
    float: right;
}

#welcome
{

}
/* global links */
#globalLinks, #welcome {

}



#globalLinksModule {
float: right;
height: 43px;
}


#globalLinksModule:hover {
    background-color: #343433;
}

#globalLinksCtrl img{
    border: 0px;
}



#shortcutsCtrl {
    float: right;
    width: 32px;
    margin-top: -22px;
    margin-right: 20px;
}

#shortcutsCtrl a.yui-toggle {
    color:#abceff;
    cursor:pointer;
    cursor:hand;
    display: inline; /* prevent IE margin doubling */
    float: right;
    overflow:hidden;
    text-align: right;
    text-decoration:none;
    text-indent:9999px;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=shortCutsToggle.png);
    background-position: 0 -30px;
    height:15px;
    width:32px;
    position: absolute;
    z-index: 1;
}

#shortcutsCtrl a.yui-toggle:hover {
    background-position: 0 -15px;
}

#shortcuts.yui-closed a.yui-toggle {
    background-position: 0 0;
}

/* MAIN NAV STYLES */
.subDmenu {
    position:absolute;
    display:none;
    visibility:hidden;
}
.menuItem, .menuItemHilite, .menuItemX, .menuItemHiliteX,
.menuItem:visited, .menuItemHilite:visited, .menuItem:hover, .menuItemHilite:hover,
.menuItem:active, .menuItemHilite:active, .menuItem:link, .menuItemHilite:link,
.menuItemX:visited, .menuItemHiliteX:visited, .menuItemX:hover, .menuItemHiliteX:hover,
.menuItemX:active, .menuItemHiliteX:active, .menuItemX:link, .menuItemHiliteX:link {
    font-size: 11px;
    font-style: normal;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    width: 120px;
    border-left: none;
    border-right: none;
    display: block;
        padding: 1px 5px 1px 7px;
        border-bottom: 1px solid #c0c0c0;
}

.menuItem:hover, .menuItemHilite:hover, .menuItem:active, .menuItemHilite:active,
.menuItemX:hover, .menuItemHiliteX:hover, .menuItemX:active, .menuItemHiliteX:active {
    color: #000;
}

.menuItem {
    background-color:#f6f6f6;
}

.menuItemHilite {
    background-color:#FFFFFF;
}

.menuItemX {
    background-color:#CCCCCC;
}

.menuItemHiliteX {
    background-color:#999999;
}
.menu
{
    position:absolute;
    display:none;
    visibility:hidden;
    background-color:#f6f6f6;
    z-index: 2;
    border: #999999 solid 1px;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
/*  width:150px;*/
}

/* sitemap link */
#sitemapLink span
{
    padding-right:5px;
}
#sitemapLink
{
    padding-top: 3px;
}
#search, #sitemapLink
{
    padding:0 3px 0 5px;
    height: 23px;
    vertical-align: bottom;
}
#unified_search_advanced_img{
cursor:pointer;
}
#unified_search_advanced_div
{
    height: 1px;
    position: relative;
    overflow: hidden;
    width: 21em;
    padding-top: 5px;
}
#unified_search_advanced_div .edit.view
{
    padding:6px 6px 6px 4px;
}
#unified_search_advanced_div .edit.view td
{
    padding: 0 0.5em !important;
}
#themeColors img, #themeFonts img
{
    margin-bottom: 0;
}

/* color and theme picker */
.themePicker
{
    padding-top: 1em;
}
.themePicker td
{
    padding: 0 !important;
}
.themePicker > table > tbody > tr > td
{
    text-align: left;
    vertical-align: top;
    width: 100%;
}
.themePicker hr
{
    margin: 0;
}
#themepickerLinkSpan
{
    cursor:pointer;
}
#colorPicker
{
    padding: 8px 5px 0px 7px;
}
#colorPicker ul
{
    border: none;
    padding: 3px 0 0 0;
    margin: 0 0 0 10px;
}
#colorPicker ul li
{
    list-style-type: none;
    display: inline;
    padding: 0px;
    cursor: hand;
    cursor: pointer;
    margin: 0;
}
#themeName
{
    font-weight: bold;
}

.yui-loading #moduleList {
    visibility: hidden;
}


div#content
{
    padding-top: 0px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
div#content > table
{
    width: 100%;
}


/* new record form */
#newRecord form
{
    padding: 8px 8px 5px 8px;
}
#newRecord form input,
#newRecord form select,
#newRecord form textarea
{
    margin-bottom: 4px;
    margin-top: 2px;
    max-width: 140px;
    *width: expression(this.clientWidth > 140 ? '140px':true);
}
#newRecord form button,
#newRecord form input[type=button],
#newRecord form input[type=submit],
#newRecord form input[type=reset]
{
    padding-top: 0px;
    vertical-align: bottom;
}
#newRecord form .dataLabel {
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 0px;
    vertical-align: bottom;
}
#newRecord form .dataField
{
    padding-bottom: 3px;
}
#newRecord form #jscal_trigger
{
    margin-bottom: 4px;
    margin-top: 2px;
    vertical-align: bottom;
}
#newRecord form a:link,
#newRecord form a:visited,
#newRecord form a:hover
{
    text-decoration: underline;
    border-bottom: 0px;
    padding-left: 0px;
}

/* sub module list drop down */
#subModuleList span
{
    display: none;
}
#subModuleList span.selected
{
    display: block;
}
#subModuleList li, #subModuleList ul{
padding:0px;
margin:0px;
}

#subModuleList li.subTabMore{
position:relative;
}

#subModuleList ul.cssmenu{
display:block;
position:absolute;
top:15px;
left:0;
width:127px;
}

#header ul.cssmenu li{
display:block;
}

#subModuleList ul.cssmenu li a,
#subModuleList ul.cssmenu li a:hover{
color:#000;
border:none;
background:transparent none repeat scroll 0% 0%;
}

#subModuleList li.subTabMore ul.cssmenu{
visibility:none;
}

#subModuleList li.subTabMore:hover ul.cssmenu{
visibility:visible;
}
#subModuleList
{
    padding:0.4em 0 0.3em 0;
}
#subModuleList span a
{
    text-decoration: none;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: 0 -3px 0 0;
    white-space:nowrap;
}
/* last viewed and shortcuts lists in the header */
.headerList
{
    padding: 0px 0 3px 10px;
    vertical-align: middle;
}
.headerList a:link, .headerList a:visited, .headerList a
{
    padding: 2px 5px;
    white-space: nowrap;
}


/* import instruction */
div.import_instruction
{
    margin-bottom: 5px;
}

/* module title */
div.moduleTitle
{
    line-height:2em;
    padding-bottom: 3px;
    padding-top: 0;
    margin-bottom: 10px;
    margin-top: 0;
}
#moduleList img { border:0; }
.moduleTitle img
{
    margin-right: 0px;
    margin-top: -4px;
    border: 0;
}
.moduleTitle h2
{
    display: block;
    float: left;
    color: #666;
    font-size: 18px;
    padding-top: 7px;
    font-weight: normal;
    margin-bottom:15px;

}

.moduleTitle h2 a {
font-size: 18px;
color: #0e70b8;
text-decoration: none;
}

.moduleTitle h2 span.breadCrumbSymbol {
padding: 0px 10px;
font-size: 18px;
line-height: 16px;

}

.moduleTitle span.utils
{
    display: none;
    float: right;
    margin-top: 6px;
}

.moduleTitle span.utils a img
{
    margin-bottom: -3px;
}
}
.moduleTitle > h2 > img
{
    display: none;
}

/* WorkFlow Sunset styles added in 7.6.1 */
div.moduleTitle.workflow-sunset-title
{
    margin-bottom: 15px;
}

/* Brings the messaging up closer to the h2 element */
.moduleTitle.workflow-sunset-title h2
{
    margin-bottom: -5px;
}

/* Increase the size of the notice of the message */
.error.workflow-sunset
{
    font-size: 14px;
}
/* End WorkFlow Sunset styles */

/* EditView/projects -> grid  */
.sqsSelectedSmartInputItem
{
    background-color:#DEEFFF;
}

/* DetailView/EditView/ListView styles */
.view, table.view
{
    margin-bottom:10px;
    margin-top:10px;
    padding:10px 6px 12px 10px;
    padding:20px 16px 22px 30px;
}
.view tr td table,
.view tr td table tr td
{
    padding: 0;
}
.view tr td input[type=checkbox]
{
    vertical-align: middle;
}


/* DetailView styles */
.detail h4
{
    font-weight: bold;
    margin: 0px;
    text-align: left;
    border: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}
.buttons
{
    padding-bottom: 2px;
    padding-left: 0;
    padding-right:3px;
}
.detail tr td
{
    font-weight: normal;
    line-height: 18px;
    border: none;
    vertical-align: top;
    padding: 6px;
    vertical-align: top;
    text-align: left;
}
.detail tr td[scope=row]
{
    font-weight: normal;
    margin-top: 2px;
    margin-bottom: 10px;
    text-align: right;
    white-space:nowrap;
}
.detail tr td > li
{
    margin-left: 1.5em;
}
/* editviews top buttons */
#EditView > table {
margin-bottom: 10px;
}

/* when ever possible enclose action buttons inside a table or div with this class */
table.actionsContainer {
    margin-bottom: 10px;
    clear:both;
    width: 100%;
}
table.actionsContainer td:last-child {
    padding-right: 10px;
}
div.actionsContainer
{
    margin-bottom: 10px;
}

/* editviews */
.edit
{
    padding:0px !important;
}

.edit > table
{
    margin-bottom: 0px;
    padding: 3px 3px 3px 10px!important;
    border: 0px;
}

.edit h4
{
    text-align: left;
    margin-top: 0;
    padding-top:0;
    margin-top: 0px;
    padding-left:0;
}
.edit tr td
{
    font-weight: normal;
    padding: 0 !important;
    vertical-align: top;
    padding: 3px !important;

}
.edit tr td[scope=row]
{
    padding: 5px 5px 5px 7px !important;
    text-align: left;
    vertical-align: top;
    background-color: #eee;
}
.edit tr th
{
    padding: 5px 5px 5px 7px !important;
    background-color: #eee;
}
table#tabFormPagination td,  #tabFormPagination, #EditView > table#tabFormPagination.detail.view
{
    border-bottom: none;
    margin-bottom: 0;
}
td.paginationWrapper {
    text-align: right;
}
.edit tr td table,
.edit tr td table tr td
{
    padding: 3px !important;
    border: 0px none;
}
table.edit.view {
margin-top: 0;
}
/* search panel on top of list views ( extends .edit .view definition ) */
.search
{
    padding:10px 6px 12px 10px;
}
.search > table
{
    padding: 0 !important;
    margin: 0;
}
.search td span
{
    color:#444444;
}
.search td input[type=text],
.search td input[type=password],
.search td select
{
    width: 150px !important;
}

/* Quiq Edit*/

input#header {
    min-width: inherit;
}

/* Listview styles */
.listViewBody {

}

.listViewBody .list
{
}

.list.view
{
    margin-top: 0;
}

.listViewBody .list.view {
    border-top: 0px none;
}

.listViewBody.nosearch .list.view {
    border-top: 1px solid;
}

.listViewBody.nosearch .list {
    border-top: 1px solid;
}

.listViewBody .list
{
    margin-bottom: 0px;
}


.list, .edit .list
{
    padding: 0 !important;
    margin-bottom: 10px;
}
.list tr.pagination,
.list tr.pagination td,
.list tr.pagination td table
{
    padding: 0;
    border: 0;
    margin: 0;
}
.list tr.pagination td table td
{
    padding: 4px 0px 4px 10px !important;
}
.list tr.pagination td table td button
{

}
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited
{
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0px 3px 0px;
}
.list tr.pagination td table td a:hover,
.reportGroupByDataChildTablelistViewThS1 a:hover
{
    text-decoration: underline;
}
.list tr.pagination .buttons
{
    padding: 2px 2px 2px 0 !important;
}
.list tr.pagination #selectCountTop
{
    width: 5em;
}
.td_alt, .list tr th, .list tr td[scope=col],
.edit .list tr th, .edit .list tr td[scope=col]
{
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 6px 5px 6px 5px;
    border-left: none;
    border-right: none;
    white-space:nowrap;
}
.list tr td
{
    vertical-align: middle;
    padding: 6px 8px 6px 5px;
}
.list tr.pagination td
{
    padding: 0 !important;
}
.list tr td.odd
{
    padding: 3px 8px 5px 5px;
    vertical-align: middle;
}

.list th a:link,
.list th a:visited,
.list td[scope=col] a:link,
.list td[scope=col] a:visited
{
    font-weight: bold;
    text-decoration: none;
}

.list th a:hover,
.list td[scope=col] a:hover
{
    text-decoration: underline;
}

.list tr.oddListRowS1 td,
.list tr.evenListRowS1 td
{
    white-space: normal;
    word-wrap: break-word;
}

.list tr.oddListRowS1 td em,
.list tr.evenListRowS1 td em
{
    font-weight: normal;
}

.list tr.oddListRowS1 td[nowrap],
.list tr.evenListRowS1 td[nowrap]
{
    white-space: nowrap;
    word-wrap: normal;
}

.list td a.listViewTdToolsS1,
.list tr td.nowrap
{
    white-space: nowrap;
    word-wrap: normal;
}

.list tr td.inlineButtons {
    text-align: right;
    min-width: 100px;
}
/* style for page content tables */
.other
{
    border: none;
    margin-bottom: 20px !important;
    padding: 0 !important;
    width: 100%;
}
.other td
{
    font-weight: normal;
    padding: 4px 10px 4px 6px;
    vertical-align: middle;
}
.other td[scope=row]
{
    padding: 4px 6px 4px 6px;
    white-space:nowrap;
}
.other .edit td
{
    background: transparent !important;
}
.other .edit
{
    margin-top: 0;
}

/* Special for Campaigns Wizard */
.other td.edit #wizard td
{
    background: transparent;
}
.other td.edit #wizard h4
{
    padding-left: 0;
    margin-top: 0;
}
#wizard td
{
    white-space: normal;
    word-wrap: break-word;
}

#wizard .detail.view {
    background-color: #fff;
}
/* detail view */
.detail.view {

}

.detail.view,
.detail table,
table.detail
{
    padding: 0;
}

.detail table,
table.detail {
    width: 100%;
}
.detail tr.pagination td
{
    padding-top: 4px;
    text-align: right;
    vertical-align: middle;
}
.detail table tr.pagination td
{
    padding-bottom: 4px;
}
.detail td > table tr td
{
    border: none;
}

.detail.view ul#pluginList {
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.detail.view ul#pluginList li{
    padding: 0px;
    margin: 0px;
}
/* Upgrade Wizard*/
.small{
    width:100%;
}
.small table{
    width:auto;
}
.small tr td table{
    background-color:transparent;
}
.small tr td[scope=row] table tr td, .small tr td[scope=row] table tr th{
    background-color:transparent;
}

.small tr td table tr th{
    text-align:left;
    border-bottom:none;
}

/* for report wizard */
.reportwizard
{
    padding: 10px 6px 12px 10px;
}
.reportwizard > table
{
    padding: 0 !important;
}
.reportwizard tr td
{
    vertical-align: middle;
}
/* for subpanel tabs */
ul.tablist, ul.subpanelTablist
{
    list-style: none;
    padding: 3px 0;
    margin: 0;
    height: 16px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    width: auto\9;
}

ul.tablist li, ul.subpanelTablist li
{
    list-style: none;
    margin: 0;
    display: inline;
}
ul.tablist li a, ul.subpanelTablist li a
{
    padding: 3px 8px;
    margin: 0px;
    border-bottom: none;
    text-decoration: none;
}

ul.tablist li a:link, ul.tablist li a:visited, ul.subpanelTablist li a:link, ul.subpanelTablist li a:visited
{
    text-decoration: none;
}

.subpanelTabForm
{
    padding: 15px 0px 0 0px;
}
table.subpanelTabForm td
{
    padding-bottom: 3px;
    padding-top: 3px;
}
.subpanelTabForm p
{
    margin-bottom:0;
}
.subpanelTabForm h3
{
    padding-left: 3px;
}
.subpanelTabForm .h3Row
{
    padding-top: 2px;
    margin-top: 0;
}
.subpanelTabForm
{
    margin-bottom: 10px;
}
#groupTabs
{
    margin-top: 20px;
}
#groupTabs li, #searchTabs li
{
    margin:0 -3px 0 0;
}
table.subpanelTabForm
{
    border-top: 0px none;
    margin-bottom: 4px;
}
/* gantt styles */
table.days {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
td.days {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0px;
    border-right: 0px;
}

td.sunday {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 0px;
}

td.saturday {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 0px;
    border-right: 1px solid #dfdfdf;
}

td.date {
    width: 100%;
    padding: 0px;
    border: 0px;
    font-size: 10px;
}

tr.empty {
    height: 2px;
}

div.completed {
    background-color: #777777;
    float: left;
    width: 100%;
    line-height: 10px;
    margin-top: 4px;
}

div.inprogress {
    background-color: #002E4D;
    float: left;
    width: 100%;
    line-height: 10px;
    margin-top: 4px;
}

div.inprogress_bar {
    background-color: #E61718;
    float: left;
    width: 100%;
    line-height: 10px;
    margin-top: 4px;
}

div.notstarted {
    background-color: #cccccc;
    float: left;
    width: 100%;
    line-height: 10px;
    margin-top: 4px;
}

div.indent_left {
    background-color: #000000;
    float: left;
    line-height: 10px;
    margin-top: 4px;
}

div.indent_bar {
    background-color: #000000;
    float: left;
    margin-top: 4px;
}

div.indent_right {
    background-color: #000000;
    float: right;
    line-height: 10px;
    margin-top: 4px;
}

#horizWrapper {position:relative; margin-left:60px;width:218px;float:left;}
#horizBGDiv {position:relative; top:60px; background:url(../../../../index.php?entryPoint=getImage&imageName=horizBg.png) no-repeat; height:26px; width:218px;zindex:5 }
#horizHandleDiv {
    position:absolute;
    left: 100px; /* the default position is the center of the bg */
    top: 8px;  /* force the image down a bit */
    cursor:default;
    width:18px;
    height:18px;
}

/* end gantt styles */

.search_form
{
    overflow: visible;
    text-align: left;
    margin-bottom: 0;
}

.search_form .view
{
    width:auto;
    margin: 0px;
    padding-right:0 !important;
    padding-left:10px !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    background-image: -moz-linear-gradient(center top,
    #ffffff 0%,
    #eeeeee 1px,
    #dadada 100%
    );
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(.02, #eeeeee),
    color-stop(1, #eeeeee)
   );
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #cccccc;
    border-bottom: 1px solid #AFAFAE;
    border-radius-bottomleft: 0px;
    border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    text-shadow: none;
}

.search_form .view.advanced {
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(.01, #eeeeee),
    color-stop(1, #eeeeee)
   );
}

.search_form .view.advanced .help {
text-align: right;
}

.search_form .view a {
    color: #176de5;
    font-size: 12px;
    text-decoration: none;
    text-shadow: none;
    font-weight: bold;
}


.search_form .yui-button button {
    padding: 0px 20px 3px 4px;
}

.search_form .yui-button button span.image {
    background:url(../../../../index.php?entryPoint=getImage&imageName=my-items.png) no-repeat 0px center;
    margin-right: 5px;
    width: 12px;
    display: inline;
    float: left;
    text-indent: -9999px;
}

.search_form .yui-button.yui-button-hover button, .search_form .yui-button.yui-button-checked.yui-checkbox-button-checked button {
background-image:url(../../../../index.php?entryPoint=getImage&imageName=form-button-primary-bg.png);
    background-color: #356ea1;
    border: 1px solid #326a9c;
    color: #fff;
    text-shadow: none;
}

.search_form .yui-button.yui-button-hover button span.image, .search_form .yui-button.yui-button-checked.yui-checkbox-button-checked button span.image {
    background-position: -12px center;
}

.search_form  .edit tr td[scope="row"] {
    background-color: transparent;
}

.search_form .sumbitButtons {
    padding-left: 10px !important;
}

.search_form .helpIcon {
    text-align: right;
}

.search_form .helpIcon img{
    cursor: pointer;
}

/* sitemap */

#sitemap
{
    width: 650px;
    display:none;
    z-index:9999;
    margin-right:1em;
    margin-top:2.5em;
}
#sitemap .edit.view
{
    border: 2px solid;
    padding: 6px 6px 6px 16px;
}
#sitemap a:link, #sitemap a:visited
{
    text-decoration:none;
    font-size: 11px;
    color: #444;
}
#sitemap a:hover, #sitemap h4 a:hover
{
    text-decoration:underline;
}
#sitemap h4 a:link, #sitemap h4 a:visited
{
    font-size: 13px;
}
#sitemap ul
{
    margin-top: 5px !important;
    margin-left: 5px !important;
}
#sitemap ul li
{
    margin-bottom: 5px !important;
    display: list-item;
}

/* sitemap link div */
#sitemapLink span
{
    cursor:pointer;
}
#sitemapLink span img
{
    cursor:pointer;
    margin-left: 2px;
}

#bottomLinks {
    padding: 0 25px;
    float: right;
    margin-bottom:45px;
}

#bottomLinks a {
    color: #666;
    text-decoration: none;
}

#bottomLinks a.bottomLink {
}

#bottomLinks img {
    border: 0px;
    margin-bottom: -3px;
    margin-left: 5px;
}
/* Footer styles */
#arrow {
    height:20px;
    width:25px;
    background-color:#fff;
    right:0px;
    position:fixed;
    cursor:pointer;
    z-index:999;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}

#arrow.up {
    background-color: transparent !important;
    border: 0 none !important;
    bottom: 11px;
}

#arrow.up i.icon-chevron-down {
    margin-left: 4px;
}

#arrow i.icon-chevron-up {
    margin-left: 6px;
}


#footer
{

    min-height:44px;
    border-top:1px solid #e1e1e1;
    background-color:#f7f7f7;
    background-image:-moz-linear-gradient(top,#ffffff,#ebebeb);
    background-image:-ms-linear-gradient(top,#ffffff,#ebebeb);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ebebeb));
    background-image:-webkit-linear-gradient(top,#ffffff,#ebebeb);
    background-image:-o-linear-gradient(top,#ffffff,#ebebeb);
    background-image:linear-gradient(top,#ffffff,#ebebeb);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
    -webkit-box-shadow:0 1px 0 #ffffff;
    -moz-box-shadow:0 1px 0 #ffffff;
    box-shadow:0 1px 0 #ffffff;
    position:fixed;
    bottom:0;
    width:100%;
    z-index:1;
    text-align: center;
}

#footer img {
    float:left;
}

#footer .hover {
    position:absolute;
    margin-top:-35px;
    background:rgba(0,0,0,0.7);
    padding:5px 10px;
    color:#fff;
    border-radius:3px;
    display:none;
}

#footer #boxnet-hover {
    margin-left:-7px;
}

#footer img.logo {
    margin: 14px 10px;
    max-width:450px;
    max-height:17px;

}

#footer #buffer {
    float: right;
    margin-right: 25px;
    height: 31px;
}

#footer #help {
    float: right;
    height: 31px;
}

#footer #help a, #footer #productTour a {
    color: #58595B;
    text-decoration: none;
    font-size: 12px;
    float: left;
    padding: 8px 10px 0px;
    opacity: .8;
}


#footer #help a .icon {
    float: left;
    height: 24px;
    margin: 5px 4px 4px 0px;
}

#footer #help a span.title, #footer #productTour a span.title {
    float: left;
    padding-top: 8px;
}

#footer #partner a {
    float: left;
}

#footer #partner a span {
    width: 25px;
    height: 24px;
    margin: 4px 10px 4px 0px;
}
#footer #partner {
    float:right;
    height: 31px;
}

#footer p {
    margin-left:10px;
    line-height:24px;
    float:left;
}

#footer .copyright {
    color: #A0A0A0;
    text-decoration: none;
    font-size: 11px;
    padding-top: 16px;
    display: inline-block;
}

#footer #productTour {
    float: right;
    height: 31px;
}

#footer #productTour a .icon {
    float: left;
    height: 22px;
    margin: 5px 2px 4px 0px;
}

#themePicker, #langPicker
{
    text-align: center;
    margin-bottom: 0.5em;
}

#themePicker select, #langPicker select
{
    width: 120px;
    font-size: 10px;
}

/* Scheduler Styles */
#scheduler
{
    margin-top: 5px;
}
#scheduler .schedulerDiv
{
    color: #000000;
    text-align: left;
    width: 100%;
    background-color: #FAFAFA;
    border-collapse: collapse;
    border: 2px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px;
}
#scheduler .schedulerDiv table
{
    width: 100%;
    border-collapse: collapse;
}
#scheduler .schedulerDiv table tr td
{
    height: 18px;
    border: 1px solid #dddddd;
}
#scheduler .schedulerDiv table tr.schedulerTimeRow td
{
    border-left: 0;
}
#scheduler .schedulerDiv table tr.schedulerTimeRow th[scope=col]
{
    border-left:1px solid #DDDDDD;
    padding-left:4px;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td
{
    background-color: #eeeeee;
    width: 15px;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td[scope=row]
{
    overflow: hidden;
    padding-left: 4px;
    width: 125px;
    background: transparent;
    border-left: 0;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellStartTime
{
    border-left: 4px solid #75AF4F !important;
    background-color:#FFFFFF;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerSlotCellEndTime
{
    border-left: 4px solid #E61718 !important;
}
#scheduler .schedulerDiv table tr.schedulerAttendeeRow td.schedulerAttendeeDeleteCell
{
    background: transparent;
    border-left: 1px solid #dddddd;
    padding-left: 4px;
}
#scheduler .schedulerInvitees
{
    margin-top: 1em;
}
#scheduler .schedulerInvitees .tabForm
{
    margin-bottom: 0;
}
.schedulers-editview-panel .collapseLink,
.schedulers-editview-panel .expandLink
{
    display: none;
}

/* calendar module styles */
.monthFooter td
{
    padding: 10px;
}
.monthHeader
{
    padding: 6px 5px 4px 3px;
    margin-top: 10px;
    vertical-align: middle;
    background-repeat: repeat-x;
    background-position: top;
}
.monthHeader td
{
    padding-left: 5px;
}
.monthViewDayHeight
{
    height: 100px;
}
.monthViewDayHeight td[scope=row]
{
    padding: 5px;
    text-align:center;
}
.monthViewDayHeight td
{
    vertical-align: top;
    padding: 3px;
    text-align: right !important;
}
.yearViewDayHeight
{
    height: 40px;
}
.monthCalBodyDayItem
{
    margin: 7px 0px 7px 0px;
    padding: 5px 0px 8px 0px;
    border-top: 1px solid;
}
.monthCalBodyDayItem td
{
    vertical-align: top;
}
.monthCalBodyDayItem td img
{
    padding-right: 3px;
    vertical-align: top;
}
.monthCalBody th
{
    vertical-align: top;
    padding: 7px;
    height: 20px;
    font-weight: normal;
}

.monthCalBody th#bodytime {
    background-color: #fff;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=calendar-left-bg.png);
    background-repeat: repeat-y;
    background-position: right;
}

.monthCalBodyTH th
{
    padding: 5px !important;
    border-bottom: 1px solid;
    font-weight: bold;
}
.monthCalBody td
{
    padding: 5px;
    text-align: left;
}
.monthCalBody td div table td {
text-align: left!important;
}
.monthCalBody
{
   padding: 0;
}
.monthCalBody td.yearCalBody
{
    padding: 0;
    margin: 0;
}
.yearCalBodyMonth
{
    padding:5px 0 0 0 !important;
    text-align:center !important;
}
.yearCalBodyMonth #daily_cal_table
{
    margin-top: 5px;
}
.yearCalBodyMonth > a
{
    font-weight: bold;
    margin: 0px;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
    text-decoration: none !important;
}
.yearCalBodyMonth > a:hover
{
    text-decoration: underline;
}
.calSharedUser
{
    height: 20px;
    padding-top: 5px;
    padding-left: 8px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px;
}

/* js calendar styles */
.calendar
{
    border: 1px solid #999;
}
.calendar .button
{
    background-color: #eee;
    background-image: none;
}
.calendar .combo
{
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #f1f1f1;
    background: #eee;
    padding: 0px;
}
.calendar .combo .active
{
    background: #eee;
}
.calendar .combo .hilite
{
    background: #f8f7f7;
    padding: 1px 4px 1px 4px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #9e9e9e;
}
.calendar .combo .label,
.calendar .combo .label-IEfix
{
    text-align: left;
    padding: 2px 4px 2px 4px;
}
.calendar .nav
{
    background: transparent no-repeat 100% 100%;
}
.calendar table
{
    background: #eee;
}
.calendar table .wn
{
    background: #eeeeee;
    border-right: 1px solid #ccc;
}
.calendar tbody .day
{
    background: #fff;
    text-align: right;
    padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth.oweekend
{
    color: #666;
}
.calendar tbody .emptycell
{
    display: hidden;
}
.calendar tbody .rowhilite td,
.calendar tbody .rowhilite td.weekend
{
    background: #f6f6f6;
}
.calendar tbody .rowhilite td.wn
{
    background: #fff;
}
.calendar tbody td.hilite,
.calendar tbody td.weekend.hilite
{
    background: #f8f7f7;
    border-color: #9e9e9e;
}
.calendar tbody td.selected
{
    border-color: #666;
    background: #eee;
}
.calendar tbody td.today
{
    color: #666;
}
.calendar tbody td.weekend
{
    color: #666;
    background: #f9f9f9;
}
.calendar tfoot .ttip
{
    background: #e8f0f4;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    background: #dfdfdf;
    color: #000;
}
.calendar thead .hilite
{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    border-right: 1px solid #fff;
}
.calendar thead .name
{
    background: #dddddd;
    border-color: #cccccc;
}
.calendar thead .title
{
    padding: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #cccccc;
    color: #000;
    background: #f8f7f7;
}
.calendar thead .weekend
{
    color: #000;
    font-weight: bold;
}
.listViewCalCurrentAppt {
    background-color: #75AF4F;
}
.listViewCalOtherAppt {
background-color: #4D5EAA;
}
.listViewCalConflictAppt {
background-color: #AA4D4D;
}
.listViewCalCurrentApptLgnd {
background-color: #75AF4F;
border: 1px solid #444444;
}
.listViewCalOtherApptLgnd {
background-color: #4D5EAA;
border: 1px solid #444444;
}
.listViewCalConflictApptLgnd {
background-color: #AA4D4D;
border: 1px solid #444444;
}

/** report styles **/
table.reportlistViewRC{
    /* this definition should be exactly the same as .listViewThS1 */
    background:Black;
}

table.reportlistView{
    /* this definition should be exactly the same as .listViewThS1 */
    background:Black;
}

.reportlistViewThS1 {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: 1px solid Black;
    border-bottom: 1px solid Black;
    background:Gainsboro;
}

.reportevenListRowS1, .reportoddListRowS1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:white;
}

.reportlistViewPaginationTdS1 {
    border: none;
    vertical-align: top;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    background:white;
}

/* These are for summation report */
.reportViewTable {
    border-left: none;
    border-right: none;
    border-top: none;
    background:White;
}
.reportGroupViewTable {
    background:LightGrey;
}
.reportGroup1ByTable {
    font-size: 15px;
    border-left: none;
    border-right: 1px solid Black;
    border-bottom: 1px solid Black;
    background:LightGrey;
}
.reportGroupNByTable {
    font-size: 13px;
    border: 1px solid Black;
    border-bottom: none;
    background:White;
}
.reportGroupByDataTableHeader {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background:White;
}
.reportDataChildtablelistView {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background:Black;
    border-collapse: collapse;
}
table.reportDataChildtablelistView td {
    border-color: #ccc;
    background: white;
    padding:4px 5px;
    border: 1px solid;
}
.reportGroupByDataChildTablelistViewThS1 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border: 1px solid;
    background:White;
}
.reportGroupByDataEvenListRowS1, .reportGroupByDataOddListRowS1 {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:white;
}
.reportGroup1ByTableEvenListRowS1 {
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:LightGrey;
    text-align: left;
}
.reportGroupNByTableEvenListRowS1 {
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-top: 3px;
    vertical-align: middle;
    background:LightGrey;
    text-align: left;
}
.reportGroupBySpaceTableView {
    border-left: none;
    border-right: none;
    border-top: none;
    background:White;
}
.reportGroupByDataTableHeaderEmptyCell {
    border-bottom: 1px solid Black;
    border-top: 1px solid Black;
    background:White;
}
.reportevenListRowS1,
.reportoddListRowS1,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4
{
    padding-bottom: 4px;
    padding-top: 2px;
}

/* End of summation report classes */


/* Start of Matrix Report Class */
.reportlistView {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    }
table.reportlistView td, table.reportlistView th {
    background: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #000;
    padding: 4px;
    text-align: center;
    font-size: 11px;
    }
    table.reportlistView th, .reportlistView .reportlistViewMatrixRightEmptyData, .reportlistView .reportlistViewMatrixRightEmptyData1 {
    background: #dcdcdc;
    font-weight: bold;
    }

/* End of matrix report classes */

/* for overlib js library */
.olCapFontClass {
font-weight: bold;
}
.olCapFontClass A {
    color: #dfdfdf;
    font-size: 9px;
}
.olFgClass td, #forecastsWorksheet .olBgClass td.olFgClass {
    background-color: #fff;
    padding: 5px 7px 7px 10px !important;
    line-height: 18px;
}
.olCgClass td, #forecastsWorksheet .olBgClass td.olCgClass {
    border-bottom: 2px solid #ddd;
    background-color: #f6f6f6;
    padding: 5px 3px 3px 10px !important;
}
.olCgClass {
    padding: 0px;
    border: 0px;
}
#overDiv {
    padding: 1px !important;
    background-color: #bbb;
    -moz-box-shadow: 0 2px 10px #666666;
    box-shadow: 0 2px 10px #666666;
    -webkit-box-shadow: 0 2px 10px #666666;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
#forecastsWorksheet .olBgClass td {
    padding: 0 !important;
}
.olCloseFontClass {
    padding-bottom: 1px;
    text-align: right;
    background-color: #dfdfdf;
    font-weight: bold;
    color: #444;
    background-color: #dfdfdf;
}

.olBgClass td.olFgClass{
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

.olBgClass td.olCgClass{
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-bottom-color: #ddd;
    background-color: #eee;
}

/* acl role colors */
.aclAll
{
    color: #008000;
    font-weight: bold;
}
.aclOwner
{
    color: #000000;
    font-weight: bold;
}
.aclNone
{
    color: #E61718;
    font-weight: bold;
}
.aclEnabled
{
    color: #008000;
    font-weight: bold;
}
.aclDisabled
{
    color: #E61718;
    font-weight: bold;
}
.aclAdmin
{
    color: #0000FF;
    font-weight: bold;
}
.aclNormal
{
    color: #008000;
    font-weight: bold;
}

/* for lists where we don't want to have bullet points */
ul.noBullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

li.noBullet {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

li.noBullet.active {
margin-top: 8px;
}

li.noBullet.active .dashletPanel{
padding-bottom: 2px;
}

.dashletPanel .sugarFeedDashlet {
    position:inherit;
}

table.tabForm td ul li {
list-style-type: none;
margin-bottom: 10px;
}

.helpButton
{
    font-weight:700;
}

.helpShortcut
{
    font-weight:700;
}
/* for subpanels */
#MorePanelHandle
{
    cursor: hand;
    cursor: pointer;
    display: inline;
    margin-left: 2px;
    margin-bottom: 2px;
    text-align: center;
    background: url('../../../../index.php?entryPoint=getImage&imageName=more.gif') no-repeat bottom left;
    color: #444;
}

.sqsFloater {
position:absolute;
z-index:2;
bottom:0;
right:0;
display:none;
padding:0;
}

.sqsFloater td {
border:1px inset;
color:black;
}

.sqsMatchedSmartInputItem {
font-size:11px;
padding: 2px 5px 2px 5px;
margin: 0;
cursor: pointer;
cursor: hand;
}

.sqsSelectedSmartInputItem {
background-color:#DEEFFF;
}

#sqsSmartInputResults {
padding:0;margin:0;
}

.sqsNoMatch {
padding: 2px 5px 2px 5px;
font-weight: bold;
background-color:#eeeeee;
color:#980000;
}
/* misc font displays */
.todaysTask
{
    color: #FF7800
}
.overdueTask
{
    color: #E61718;
}
.required,
.error
{
    color: #E61718;
}
.success
{
    color: #00ee00;
}
.rssItemDate
{
    color: #666666;
}
.date
{
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid;
    padding-right: 10px;
}
.dateFormat
{
    font-weight: normal;
    font-style: italic;
}
/* list view page numbers */
.pageNumbers {
padding-right: 0px;
padding-left: 0px;
}
.contentBox {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 0px 10px 0px 0px;
    margin: 10px 0 10px 0;
}
.contentBox td
{
    padding-top: 0;
}

/* for team notices and my portal dashlets */
.teamNoticeBox
{
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    padding: 0;
    background: #fff;
    width:100%;
    border-color: #AFAFAE;
    color: #444444;
}
.teamNoticeText
{
    padding: 0px 10px 0px 10px;
}

.teamNoticeText p {
    padding: 0px 10px 10px 10px;
    font-size: 13px;
}

/* to force border to display on tiny-mce controls */
.mceToolbarTop
{
    border-bottom:1px solid #CCCCCC !important;
}

.defaultSkin table.mceToolbar, .defaultSkin tr.mceFirst .mceToolbar tr td, .defaultSkin tr.mceLast .mceToolbar tr td {
    padding: 0 !important;
}

#dashletsList
{
    background: #fff;
    overflow: auto;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}

ul#dashletCategories li a:link, ul#dashletCategories li a:visited
{
    color: #444;
    background: #eee;
}
ul#dashletCategories li a.current, ul#dashletCategories li a.current:hover
{
    color: #444;
    background: transparent;
}
#moduleDashlets h3,#chartDashlets h3,#toolsDashlets h3
{
    margin-top: 13px;
}

.chartDiv {
background-color: #efefef;
}

#dashletSearch table tr td input[type=button]
{
    vertical-align: top;
}
.x-dlg-btns button.x-btn-text:hover,
.x-dlg-btns .x-btn-focus button.x-btn-text
{
    color: #000;
}

/* Bug 27478 - IE Hacks to make sure username/password boxes on login page are same length */
td.edit.view td
{
    text-align: left;
}
td.edit.view td[align=right]
{
    text-align: right;
}
#user_password, #user_name
{
    width: 150px;
}

/* if we have horizontal padding anywhere in the table, it will break the rollup tree */
#forecastsWorksheet  tbody  tr  td,
#forecastsWorksheet  tr  td
{
    padding: 3px 0px 5px 0px !important;
}
#forecastsWorksheet  tr.pagination  td
{
    padding: 0 !important;
}
#forecastsWorksheet tr.pagination td table td
{
    padding:3px 7px 3px 5px !important;
}
/* for forecasts worksheet containing table ( overrides .list .view style ) */
#forecastsWorksheet > tbody > tr > td,
#forecastsWorksheet > tr > td,
#forecastsWorksheet #activetimeperiods  tr  td
{
    padding: 0  ! important;
    vertical-align: top;
}

/* help styles */
.helpButton, .helpShortcut
{
    font-weight: bold;
}


.help-search {
position: relative;
top: -8px;
left: -2px;
}

/* fixes email setting issues */
#tab_general > form > table,
#tab_general > form > table.detail th,
#tab_accounts > table,
#tab_accounts > table.detail th
{
    border: 0;
}
#tab_accounts .detail.view .edit.view
{
    margin-top: 0;
}
#tab_accounts #ieSelect > table, #ieAccount > table, #ieAccount > table td table
{
    padding: 0pt ! important;
    border-collapse: collapse;
}
#importDialogContent
{
    overflow: hidden;
}
#importDialogContent #importDiv
{
    margin-top: 0;
}

/* override some of the detail view styles for show more detail option (KBOLDDocument detail view)*/
.detail td.subdetail{
   padding:0px;
   border-bottom:medium none;
}
.detail td.subdetail table tr td{
    padding: 5px 6px;
}

#searchAndCreate {
width: auto;
}
.edit.view.search.kb {
border-top: 0px none;
border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-top-right-radius: 0px;
-webkit-border-top-left-radius: 0px;
}
/* override some of the detail view styles for the import options dialog */
#importOptions td
{
    padding: 5px 6px;
}
#importOptions table
{
    border-collapse:collapse;
}
#importOptions #chooser_choose_index_text,
#importOptions #chooser_ignore_index
{
    background: white;
    border: 0;
    text-align: left;
}

/* login page*/
.login table tr td
{
    padding:0px !important;
    text-align:left;
}
.login
{
    padding:0px !important;
}
.login .login_more
{
    text-align:right;
    *padding-right: 18px !important; /* only needed in IE7 and earlier */
}

#lastviewicon, #newrecordicon, #shortcuts_img,#lastviewicon_1, #newrecordicon_1, #shortcuts_img_1 {
    display:none;
}

#color_menu, #font_menu {
    width:200px;
    height:15px;
    margin:0;
    padding:0px;
}

#color_menu li, #font_menu li{
    float:left;
    height:15px;
    width:15px;
}

#themepickerDialog div[class="ft"]{
    display:none;
}

#stylepicker{
       border-width:1px;
       margin:0px;
       padding:0px;
       width:auto;
}

#themepickerDialog_c{
    right: 2em;
    top: 3em;
}

#popup_query_form
{
    padding-left:0;
    padding-right:0;
}

.emailaddresses tr td[scope=row]
{
    padding-left:0 !important;
    padding-top:0 !important;
}

/*System Settings*/
#container_upload
{
    margin-top:7px;
}

/* Subpanel links */
.subTabs td
{
    font-size: 12px;
    padding: 0 0.25em;
}

.sugarFeedDashlet
{
    position: relative;
    z-index:1;
    overflow:auto;
    max-height:375px;
    height:expression(this.scrollHeight>375?'375px':'auto');
}

.sugarFeedDashlet td.list th, .sugarFeedDashlet td.list td[scope=col]
{
    display:none;
}

.sugarFeedDashlet tr
{
    height:auto;
}

/*
Bug 33193 - Fixed several items in the sugarfeeds not correctly scrolling on IE7;
added the *position:static CSS property on the following two rules, which will only
be used on IE7 and IE6
*/
.sugarFeedDashlet .byLineBox
{
    width:100%;
    position:relative;
    *position:static;
    overflow: none;
}

.sugarFeedDashlet .yui-ac-input
{
    *position:static !important;
}

.sugarFeedDashlet .byLineBox .byLineLeft
{
    font-size:79%;
    float:left;
}

.sugarFeedDashlet .byLineBox .byLineRight
{
    display:inline;
    position:static;
    font-size:79%;
    float:right;
}

iframe.teamNoticeBox
{
    padding:0;
}

.loading-indicator
{
    font-size:11px;
    background-image:url(../default/ext/resources/images/default/grid/loading.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:20px;
    line-height:16px;
    margin:3px;
}

.x-sqs-list
{
    border:1px solid #d0d0d0;
    background:#d0d0d0;
    zoom:1;
    overflow:hidden;
}

.x-sqs-list-inner
{
    overflow:auto;
    background:#FFF;
    position:relative;
    zoom:1;
    overflow-x:hidden;
}

.x-sqs-list-item
{
    font:normal 12px tahoma,arial,helvetica,sans-serif;
    border:1px solid #fff;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:1px;
}

.x-sqs-list .x-sqs-selected
{
    border:1px dotted #f6f6f6!important;
    background:#d0d0d0;
    cursor:pointer;
}
embed
{
    background: transparent;
}

#massupdate_form
{
    margin-top: 20px;
}

#massupdate_form .buttons
{
    padding-bottom: 2px;
}

/* Bug 32603 - Fixes missing center line for KB Admin */
#selected_directory_children
{
    border-left: 1px solid;
    padding: 3px;
}

/* rounded corners */

    /* Style the header with its associated corners */
    .dashletPanel {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0px 0px 4px #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-border-radius: 0px 0px 4px #ccc;
    }

    .dashletPanel .hd {
        padding:0;
        text-align:left;
        vertical-align:middle;
        overflow:visible;
        position: relative;
        height:38px;

    }

    .dashletPanel .hd .hd-center,.dashletPanel .hd .tl,.dashletPanel .hd .tr {
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #eeeeee 2%,
        #dfdfdf 100%
        );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.02, #eeeeee),
        color-stop(1, #dfdfdf)
       );

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    }

    .dashletPanel .hd  .hd-center {
        height: 38px;
        border-bottom: 1px solid #AFAFAE;
        padding: 0 10px;
    }

    .dashletPanel .hd .tr {
        width:9px;
        height:38px;
        top:0;
        right:0;
        position:absolute;
        border-width: 1px 1px 0px 0px;
        border-color: #AFAFAE;
        border-style: solid;
        border-bottom: 1px solid #AFAFAE;
    }

    .dashletPanel .hd .tl {
        width:9px;
        height:38px;
        top:0;
        left:0;
        position:absolute;
        border-width: 1px 0px 0px 1px;
        border-color: #AFAFAE;
        border-style: solid;
        border-bottom: 1px solid #AFAFAE;
    }

    .dashletPanel .hd.plain {
        height:20px;
    }

    .dashletPanel .hd.plain .tl {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tl-plain.png) no-repeat;
        height:20px;
    }

    .dashletPanel .hd.plain .tr  {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tr-plain.png) no-repeat;
        height:20px;
    }




    .dashletPanel .hd.plain  .hd-center {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-hd-plain.png) repeat-x;
        height: 20px;
    }

    /* Style the body with the left border */
    .dashletPanel .bd {
        overflow:hidden;
        padding: 0px;
        margin-top: 1px\9;
    }


    .dashletPanel .bd .bd-center {
        padding: 0px;
    }

    .dashletPanel .bd .ml {
        width:0px;
        height: 100%;
        top:0;
        left:0;
        position:absolute;
    }
    .dashletPanel .bd .mr {
        width:0px;
        height: 100%;
        top:0;
        right:0;
        position:absolute;
    }

    .dashletPanel .bd.plain {
        padding:0 15px 0 15px;
    }

    /* Style the footer with the bottom corner images */
    .dashletPanel .ft {
        font-size:11px;
        border:none;
        position: relative;
        padding: 0px;
        height:0px;
    }


    .dashletPanel .ft  .ft-center {

    }

    .dashletPanel .ft .bl {
        bottom:0;
        left:0;
        position:absolute;
    }
    .dashletPanel .ft .br  {
        bottom:0;
        right:0;
        position:absolute;
    }

    .dashletPanel .list {
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 0px none;
    margin: 0px !important;
    }

    .dashletPanel .list tr.pagination td table td:first-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    }

    .dashletPanel .list tr.pagination td table td:last-child {
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    }

/* icons tool set for dashlet header */
.dashletPanel .hd .hd-center .dashletToolSet {
    width: 100%;
    text-align: right;
    visibility:hidden;
    padding-top: 2px;
}

.dashletPanel .hd .hd-center .dashletToolSet a{
    padding: 0px 2px;
}

.dashletPanel .hd .hd-center .dashletToolSet a:last-child  {
    padding-right: 0px;
}

.dashletPanel .hd.selected .hd-center .dashletToolSet {
    visibility: visible;
}


.dashletPanel .dashletNonTable {
    border: 0px none;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background-color:rgba(204,204,204,.2);
    background-color: #cccccc\9;
}

/* rounded corners */

    /* Skin custom elements */


    .dashletPanelMenu .hd {
        padding:0;
        border:none;
        text-align:left;
        vertical-align:middle;
        overflow:visible;
        position: relative;
        padding-left: 22px;
        padding-right: 22px;
        height: 15px;
    }

    .dashletPanelMenu .hd  .hd-center {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-hd-menu.png) repeat-x;
        height: 15px;
    }

    .dashletPanelMenu .hd .tr {
        width:22px;
        height:15px;
        top:0;
        right:0;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tr-menu.png) no-repeat;
        position:absolute;
    }

    .dashletPanelMenu .hd .tl {
        width:22px;
        height:15px;
        top:0;
        left:0;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tl-menu.png) no-repeat;
        position:absolute;
    }

    .dashletPanelMenu .bd {
        background:none;
        border: 0;
        padding: 0 22px;
    }

    .dashletPanelMenu .bd .bd-center {
        /*padding-top: 15px;*/
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-bd-menu.png) repeat;
    }

    .dashletPanelMenu .bd .screen {
        background-color: #fff;
        border: 1px solid #999;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        padding: 10px;
    }

    .dashletPanelMenu .bd .ml {
        top:0;
        left:0;
        width:22px;
        height: 100%;
        position:absolute;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-ml-menu.png) repeat-y;

    }
    .dashletPanelMenu .bd .mr {
        width:22px;
        top:0;
        right:0;
        height: 100%;
        position:absolute;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-mr-menu.png) repeat-y;
    }

    .dashletPanelMenu  .ft {
            font-size:11px;
        border:none;
        position: relative;
        margin-bottom: 20px;
        height:22px;
        padding-left: 22px;
        padding-right: 22px;

    }

    .dashletPanelMenu .ft .bl {
        bottom:0;
        left:0;
        position:absolute;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-bl-menu.png) no-repeat;
        height: 22px;
        width: 22px;
    }

    .dashletPanelMenu .ft .br {
        bottom:0;
        right:0;
        position:absolute;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-br-menu.png) no-repeat;
        height: 22px;
        width: 22px;
    }

    .dashletPanelMenu .ft  .ft-center {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-ft-menu.png) repeat-x;
        height: 22px;
    }

    .dashletPanelMenu.wizard, .dashletPanelMenu.wizard.yui-module.yui-overlay.yui-panel  {
    box-shadow: 0 2px 10px #999999;
    -moz-box-shadow: 0 2px 10px #999999;
    -webkit-box-shadow: 0 2px 10px #999999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background-color: rgba(0,0,0,.2);
    border: 1px solid #999;
    text-shadow: none;
    font-size: 14px;
    clear:both;
    }


        .dashletPanel.dc {
        margin-left: 2%;
        margin-right: 2%;

    box-shadow: 0 2px 10px #999999;
    -moz-box-shadow: 0 2px 10px #999999;
    -webkit-box-shadow: 0 2px 10px #999999;
    border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-top-radius: 6px;
    margin-bottom: 0px;
    }

    .dashletPanel.dc .hd {
        height: 38px;
        padding: 0 15px;
        border-radius: 3px 3px 0px 0px;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        background-color: #303030;
        background-image: -moz-linear-gradient(top, #404040, #1a1a1a);
        background-image: -ms-linear-gradient(top, #404040, #1a1a1a);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#1a1a1a));
        background-image: -webkit-linear-gradient(top, #404040, #1a1a1a);
        background-image: -o-linear-gradient(top, #404040, #1a1a1a);
        background-image: linear-gradient(top, #404040, #1a1a1a);
        background-repeat: repeat-x;
    cursor: move;
    }

    .dashletPanel.dc .hd .hd-center {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-hd-dc.png);
        height: 38px;
        border-bottom: 0px none;
        border-top: 0px none;
    }

    .dashletPanel.dc .hd #dctitle {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        position: relative;
        top: 9px;
    }

    .dashletPanel.dc .hd .tl {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tl-dc.png) no-repeat;
        border-left: 0;
        height: 38px;
        width: 22px;
        border-top: 0px none;
        border-bottom: 0px none;
    }
    .dashletPanel.dc .hd .tr {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-tr-dc.png) no-repeat;
        border-right: 0;
        height: 38px;
        width: 22px;
        border-top: 0px none;
        border-bottom: 0px none;
    }

    .dashletPanel.dc .bd {
    background-color: #fff;
        border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  position: inherit;
    }

    .dashletPanel.dc .bd .bd-center {
        padding: 15px 0px 0px 0px;
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-bd-dc.png) repeat;
    }

    .dashletPanel.dc .bd .mr {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-mr-dc.png);
        width: 22px;
        height: 100%;
    }

    .dashletPanel.dc .bd .ml {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-ml-dc.png);
        width: 22px;
        height: 100%;
    }

    .dashletPanel.dc .ft {
        padding-left: 22px;
        padding-right: 22px;
        height: 22px;

    }
    .dashletPanel.dc .ft .bl {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-bl-dc.png) no-repeat;
        width: 22px;
        height: 22px;
    }

    .dashletPanel.dc .ft .br {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-br-dc.png) no-repeat;
        width: 22px;
        height: 22px;
    }

    .dashletPanel.dc .ft  .ft-center {
        background:url(../../../../index.php?entryPoint=getImage&imageName=dp-ft-dc.png) repeat-x;
        height: 22px;
    }

    .dashletPanelMenu.wizard table, .dashletPanelMenu.wizard div {
        font-size: 14px;
    }

    /* import instruction */
    .dashletPanelMenu.wizard div.import_instruction
    {
        padding-left: 0px;
    }



    .dashletPanelMenu.wizard h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .dashletPanelMenu.wizard .bd {
        padding: 15px;
    }

    .dashletPanelMenu.wizard div.hr {
        height: 5px;
        border-top: 1px solid #ccc;
        background-image: -moz-linear-gradient(center top,
        #eeeeee 0%,
        #ffffff 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #ffffff)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff');
    margin: 15px 0px;

    }

    .dashletPanelMenu.wizard .bd .screen .preset-settings {
        width: auto;
    }
    .dashletPanelMenu.wizard .bd .screen .preset-settings .preset-row .preset-label {
        padding: 10px 10px 10px 0px;
    }
    .dashletPanelMenu.wizard .bd .screen .preset-settings *[id^="custom_import_"] td[class^="preset-"] {
        white-space: nowrap;
    }

    .dashletPanelMenu.wizard.import .bd {
        padding: 0px;
    }

    .dashletPanelMenu.wizard.import, .dashletPanelMenu.wizard.import.yui-module.yui-overlay.yui-panel {
        padding: 0px;
    }


    .dashletPanelMenu.wizard.import .hd div.moduleTitle {
        margin: 0px;
        padding: 0px;
    }

    .dashletPanelMenu.wizard.import .hd .moduleTitle h2 {
        padding-top: 0px;
    }


    .dashletPanelMenu.wizard.import .bd .screen {
        padding: 20px;
        border: 0px none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        height: 460px;
        overflow: auto;
        width: auto;
        display: block;
        background-color: #fff;
    }

    .dashletPanelMenu.wizard.import .bd #submitDiv {
        background-image: -moz-linear-gradient(center top,
        #efefef 0%,
        #ffffff 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #efefef),
        color-stop(1, #ffffff)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff');
        border-radius: 0px 0px 6px 6px;
        -moz-border-radius: 0px 0px 6px 6px;
        -webkit-border-bottom-right-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        margin-top: 1px;
        padding: 5px;
    }


    .dashletPanelMenu.wizard #tabListContainer ul.subpanelTablist li a.current {
        padding: 7px 10px;
    }

        .dashletPanelMenu.wizard.import .bd #submitDiv #goback, .dashletPanelMenu.wizard.import .bd #submitDiv #undo {
        margin-right: 5px;
    }

    .dashletPanelMenu.wizard.import .bd #submitDiv #finished {
        margin-right: 10px;
    }


    .dashletPanelMenu.wizard.import textarea {
        width: 20em
    }

     .dashletPanelMenu.wizard.import .impSample {
        word-wrap: break-word;
    }

    div.confirmTable {
        overflow: auto;
        width: 1056px;
        position: relative;
        margin-bottom: 20px;
    }

    .dashletPanelMenu.wizard.import div.leftPadded {
        padding-left: 15px;
    }
    .dashletPanelMenu.wizard.import div.errorMessage {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

    .dashletPanelMenu.wizard.import table.noBorder {
        border: none;
    }


/* Bug 19728 - Email Templates detail view is different with edit view */
#html_div p
{
    margin: 12px 0px;
}

#html_div p:first-child {
    margin: 0px 0px 12px 0px;
}

/* Bug 43177 Predefined HTML Background Colors Do Not Display in the Detailview, but do in the Editview */
div#html_div td {
    background-color: inherit;
}

/* for smtp button on the email settings page */
#smtpButtonGroup button
{
    height: 40px;
}
#smtpButtonGroup .yui-button .first-child
{
    border: none;
}
#smtpButtonGroup .yui-button button, .yui-button a
{
    border: 1px solid #ccc;
    color: #999;
    font-weight: bold;
    font-size: 16px;
    background-image: none;
}
#smtpButtonGroup .yui-button button:hover, .yui-button a:hover
{
    border: 1px solid #999;
    color: #999;
    font-weight: bold;
    font-size: 16px;
}
#smtpButtonGroup .yui-button
{
    border-width: 0px;
}
#smtpButtonGroup .yui-radio-button-checked button, .yui-checkbox-button-checked button
{
    background-color: #fff;
    color: #999;
    background-image: none;
}

/* UNUSED STYLES */

/* Default Styles */

.h3Row {

}

.h3Row td
{
    padding: 3px 5px 3px 3px;
}
h4, h5
{
    margin-bottom: 2px;
    padding-left: 4px;
}
hr
{
    border: 0;
    border-top: 1px solid #999;
    background-color: #999;
    color: #999;
    height: 1px;
    margin: 1em 0;
    clear: both;
}
a:link, a:visited, a:hover
{
    text-decoration: underline;
    font-size: 13px;
}
input, select, textarea, button, .button
{
    border: 1px solid;
}
button, input[type=submit], input[type=reset], input[type=button], .button
{
    font-weight: normal;
    background-repeat: repeat-x;
    background-position: top;
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 6px;
    vertical-align: middle;
}

.pagination button, .pagination input[type=submit], .pagination input[type=reset], .pagination input[type=button], .pagination .button
{

}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover,
button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
button[selected], input[type=submit][selected], input[type=reset][selected], input[type=button][selected]
{
    color: #fff;
    background-image: none;
    cursor:pointer;
    font-weight: normal;
}

/* set a minimum width for the header */
#header
{

}
/* header */
#header div.line {
height: 2px;
    border-bottom: 2px solid;
    color:#0046ad;
}

#sitemapLink
{
    padding-top: 3px;
}
#sitemapLinkSpan
{
    border-right:1px solid #999;
    border-right:none;
}
#search {
    border-left:1px solid #999;
}

/* DetailView/EditView/ListView styles */
.view
{
    border:2px solid;
}

/* DetailView styles */

.detail table,
table.detail
{
    padding: 0;
}
.detail tr td
{
    border-bottom: 1px solid;
}
.detail tr td[scope=row]
{
    border-bottom:1px solid;
}
.detail tr th
{
    border-bottom: 2px solid;
    background: #fff;
}


/* search panel on top of list views ( extends .edit .view definition ) */
.search
{

}


/* Listview styles */
.list
{
    border: 1px solid;
}
.list tr.pagination td table td
{
    background:#FAFAFA none repeat scroll 0 0;
    color:#666666;
}

.list .info {
    cursor: pointer;
}
.td_alt, .list tr th, .list tr td[scope=col], .edit .list tr th, .edit .list tr td[scope=col]
{
    border-left: none;
    border-right: none;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background: #ebebed !important;
}

.email .list {
    border: 0px none;
}

/* for subpanel tabs */
ul.subTabs
{
    padding: 4px 0;
    margin: 0px 0 0 0;
    border: none;
    font: 12px Arial, Verdana, Helvetica, sans-serif;
}
ul.subTabs li
{
    list-style: none;
    margin: 0;
    display: inline;
}
.activeSubTab,
ul.subTabs li a.activeSubTab:link,
ul.subTabs li a.activeSubTab:visited,
ul.subTabs li a.activeSubTab:hover
{
    font-weight: bold;
}
ul.subTabs li a
{
    padding: 0 8px 0 8px;
    margin: 0px;
    border-right: 1px solid;
    border-bottom: none;
    text-decoration: none;
}
ul.subTabs li a:link, ul.subTabs li a:visited
{
    text-decoration: none;
}
.subTabMore
{
    font-size: 11px;
    text-decoration: none;
    padding-top: 3px;
}

/* module list in header.tpl */
#moduleList
{
    height: 43px;
}

#subModuleList
{
    padding:0.4em 0 0.3em 1em;
    border-bottom: none;
    border-top: 2px solid;
}
#subModuleList span a
{
    text-decoration: none;
    padding: 0.2em 0.5em 0.3em 0.5em;
    margin: 0 -3px 0 0;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: none;
}


/* last viewed and shortcuts lists in the header */
.headerList
{
    border-bottom: 2px solid;
}
.headerList a:link, .headerList a:visited, .headerList a
{
    text-decoration: none;
    border-left:1px solid;
}
.headerList a:hover
{
    background: #fff;
}
.headerList a:hover span
{

}

/* new record form */
#newRecord form
{
    border-bottom: 1px solid;
}

/* misc links */
a.utilsLink:link, a.utilsLink:visited
{
    font-weight: normal;
    text-decoration: none;
    padding-bottom: 3px;
    color: #666;
}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited, a.tabFormAdvLink:hover
{
    text-decoration: none;
    line-height: 20px;
    margin-right: 2px;
}

/* global links */


#welcome {
}

#welcome a {
    font-size: 13px;
    text-decoration: none;
}

#welcome span {
margin: 0 5px;
}

/* themepicker */
#themepickerLinkSpan a
{
    color: #444444;
}

/* search form */
#search input[name=query_string]
{
    border: 1px solid;
    font-size: 11px;
}


/* for subpanel tabs */
ul.tablist, ul.subpanelTablist
{
    border-bottom: 2px solid;
}
ul.tablist li a, ul.subpanelTablist li a
{
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: none;
}
ul.tablist li a:hover, ul.subpanelTablist li a:hover
{
    border-top: 2px solid;
}
ul.tablist li a.current, ul.tablist li a.current:hover
{
    border-bottom:2px solid #999;
    font-weight: bold;
}
ul.subpanelTablist li a.current, ul.subpanelTablist li a.current:hover
{
    border-bottom:2px solid #fff;
    font-weight: bold;
}
.subpanelTabForm .h3Row
{
    border-top: 1px solid #dddddd;
    background-image: none;
}

/*Bug 29945 */
.pagination button {
    border-color: #c1c1c1;
    background-color: #f0f0f0;
    color: #000;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=bgBtnGray.gif);
}

.pagination button [title="Return to List"]:hover{
    background-image:none;
    color:#fff;
}

#colorPicker {
    border-right:2px solid #DDDDDD;
    padding:8px 4px 4px 0;
    margin-right:1px;
}

#colorPicker span {
    color:#cccccc;
}

#colorPicker #themepickerLinkSpan {
    color:#444444;
    text-decoration:underline;
    font-size:12px;
    font-weight:400;
}

#colorPicker #themepickerLinkSpan:hover {
    color:#0B578F;
}





/* Default Styles */
body
{

    color: #444;
    background-color: #fff;
    /*background-image:url('../../../../index.php?entryPoint=getImage&imageName=bg.png');*/
    background-repeat:no-repeat;
}
h1, h2, h3
{
    color: #999;
}
.formHeader h3 {
    font-size: 14px;
    color: #666;
}

.dashletPanel .formHeader  h3 {
    font-size: 14px;
    color: #666;
    padding-top: 4px;
    text-shadow: none;
}

.h3Row
{

}
h4, h5
{
    color: #666;
}
a:link, a:visited
{
    color: #176de5;
}
a:hover
{
    color: #000000;
}
button, input[type=submit], input[type=reset], input[type=button], .button, .buttons .button, .yui-button button
{
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 18px;
    color: #555;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    *margin-left: .3em;
}

.button.primary, .yui-dialog .ft span.default button  {
    background-color: #176de5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
    color: #222;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-weight: bold;
}
button:active, input[type=submit]:active, input[type=reset]:active, input[type=button]:active,
button:focus, input[type=submit]:focus, input[type=reset]:focus, input[type=button]:focus,
button[selected], input[type=submit][selected], input[type=reset][selected], input[type=button][selected]
{
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.6);
    font-weight: bold;
    color: #fff;
    background: #555;
}

button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled]
{
    opacity: .65;
}

.pagination button {
    border: 0px none;
    background-color: transparent;
    background-image: none;
    padding: 0px;
    position: relative;
    height: 24px;
    filter: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.pagination button[name="listViewNextButton"],.pagination button[name="listViewPrevButton"] {
    z-index: 1;
}

.pagination button[name="listViewEndButton"],.pagination button[title="End"] {
    left: -10px;
}

.pagination button[name="listViewStartButton"],.pagination button[title="Start"] {
    left: 10px;
}

.pagination button:hover,.pagination button:focus {
    background-color: transparent;
}

.pagination button[disabled] {
    border-color: 0px none;
    background-color: transparent;
    background-image: none;
    cursor: default;
}

.buttonSlide {
    border: 0px;
}

.buttonSlide .yui-hd {
    border: 0px;
    background-color: transparent;
    padding: 0px;
}

.buttonSlide.yui-module .yui-hd .toggle em {
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=slider_button_more.png);
    background-repeat: no-repeat;
    display: inline; /* prevent IE margin doubling */
    overflow:hidden;
    text-indent:9999px;
    float: right;
    overflow:hidden;
    text-align: right;
    height: 14px;
    width: 14px;
}

.buttonSlide.yui-module.yui-closed .yui-hd .toggle em {
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=slider_button_less.png);
}

.buttonSlide .yui-bd {
    width: 0px;
    white-space: nowrap;
    overflow: hidden;
    border: 0px;
    background-color: transparent;
    opacity: 0;
    filter:alpha(opacity=0);
}


input,select
{
    display: inline-block;
    padding: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #58595b;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input:focus,textarea:focus, select:focus
{
    background-color: #fff;
    border-color: #aaa;
}
textarea
{
    border-color: #ccc;
    background-color: #fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}


span.id-ff button,
span.id-ff .button {
	font-size: 10px;
	padding:3px 0px 0px 0px;
	margin-top: -8px\9;
	height: 23px\9;
}

span.id-ff button img,
span.id-ff .button img {
    width: 14px;
    height: 14px;
}

span.id-ff #btn_vCardButton img {
    width: 16px;
    height: 11px;
}

span.id-ff button.button.btn_copy img{
    width: 14px;
    height: 15px;
}

span.id-ff.multiple button{
    margin-top: -4px;
    *margin-top: -8px;
}

span.id-ff.multiple.ownline button{
    margin-top: 0px;
    margin-bottom: 4px;
}

span.id-ff.multiple button.button.firstChild{
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius-topright: 0px;
  border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-top-radius: 0px;
}

span.id-ff.multiple button.button.lastChild{
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius-topleft: 0px;
    border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;

    border-left-color: #eee;
}

.id-ff-remove {
    margin-top: 1px;
}

button.id-ff-remove {
    padding: 4px 2px 0;
}

.button.id-ff-remove img {
    width: 14px;
    height: 14px;
}

/* for the main screen navigation tabs */
#moduleList
{
    float: left;
}


/* jquery module menu */
/*** ESSENTIAL STYLES ***/
ul.moduleTabMore, ul.moduleTabMore *, ul.sf-sub-modulelist, ul.sf-sub-modulelist *,
#moduleList .sf-menu, .sf-menu *, ul.megamenu, ul.megamenu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

#moduleList .sf-menu, ul.megamenu {
    line-height: 1.0;
}

#moduleList .sf-menu ul, ul.megamenu, ul.filter-menu {
    position: absolute;
    top: -999em;
    width: 120px;
}

.moduleTabExtraMenu .listcontainer > ul,
.moduleTabExtraMenu li:hover .listcontainer > ul,
.moduleTabExtraMenu li:sfHover .listcontainer > ul,
#moduleList .sf-menu .listcontainer > ul,
#moduleList .sf-menu li:hover .listcontainer > ul,
#moduleList .sf-menu li.sfHover .listcontainer > ul  {
    position: relative;
    box-shadow: none;
    border: 0 none;
    top: 0px;
}

#moduleList .sf-menu > li > ul {

}

#moduleList .sf-menu ul.megamenu, ul.megamenu {
    width: 495px;
}

#moduleList .sf-menu ul li {
    width: 100%;
}

#moduleList .sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

#moduleList .sf-menu li, ul.megamenu li {
    float: left;
    position: relative;
}

ul.megamenu a, ul.moduleTabMore a, ul.sf-sub-modulelist a,
#moduleList .sf-menu a {
    display: block;
    position: relative;
}

#moduleList .sf-menu li:hover ul,
#moduleList .sf-menu li.sfHover ul {
    left: 0;
    top: 43px; /* match top ul list item height */
    z-index: 99;
}

#moduleList ul.sf-menu li:hover li ul,
#moduleListul.sf-menu li.sfHover li ul {
    top:            -999em;
}

#moduleList ul.sf-menu li:hover .megamenu li ul,
#moduleList ul.sf-menu li.sfHover .megamenu li ul {
    top: 0;
    left: 0;
}


#moduleList ul.sf-menu li li:hover ul,
#moduleList ul.sf-menu li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}



#moduleList ul.sf-menu li li:hover li ul,
#moduleList ul.sf-menu li li.sfHover li ul {
    top:            -999em;
}


#moduleList ul.sf-menu li li li:hover ul,
#moduleList ul.sf-menu li li li.sfHover ul {
    left:           10em; /* match ul width */
    top:            0;
}





/*** DEMO SKIN ***/
#moduleList .sf-menu {
    float: left;
    width: 100%;
}

/*bug 59030 - chrome specific bug due to jit charts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #moduleList .sf-menu li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
    opacity: .99;
    }
}

#moduleList .sf-menu li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
    padding: 13px 12px 12px 12px;
    line-height: 19px;
    text-decoration: none;
    font-size: 12px;
    border-right: none;
}

#moduleList .sf-menu li a.more, ul.megamenu li a.more, ul.moduleTabMore li a.more, ul.sf-sub-modulelist li a.more {
    float: left;
}

#moduleList .sf-menu li li a, ul.megamenu li li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
    padding:  4px 10px;
    font-size: 13px;
}

#moduleList .sf-menu ul li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
    color: #666;

}

ul.megamenu a,
#moduleList .sf-menu a,
#moduleList.sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
    color: #FFF;
}

ul.megamenu, ul.megamenu li,
ul.moduleTabMore, ul.moduleTabMore li, ul.sf-sub-modulelist li,
#moduleList .sf-menu li ul li,
#moduleList .sf-menu li ul {
    background-color:       #fff;
}

ul.moduleTabMore, ul.sf-sub-modulelist,
#moduleList .sf-menu li ul, ul.megamenu {
box-shadow: #999 0px 5px 10px;
-moz-box-shadow: #999 0px 5px 10px;
-webkit-box-shadow: #999 0px 5px 10px;
border: 1px solid #999999;
border-top: 0px;
}

ul.megamenu,
#moduleList .sf-menu li > ul {
    padding: 10px 0px;
}

ul.sf-sub-modulelist,
#moduleList .sf-menu li ul li ul {
    border-top: 1px solid #999;
}
ul.megamenu .MMShortcuts li.sfHover div.megawrapper,
ul.moduleTabMore li.sfHover div.megawrapper,
#moduleList li.sfHover div.megawrapper,
ul.sf-sub-modulelist li.sfHover div.megawrapper {
    background: #fff;
}


ul.megamenu .MMShortcuts li.sfHover a.sf-with-ul,
ul.moduleTabMore li.sfHover a.sf-with-ul,
ul.sf-sub-modulelist li.sfHover > a.sf-with-ul{
    color: #fff !important;
    background:     #444;
}

#globalLinksModule ul.clickMenu.SugarActionMenu li a:hover,
ul.megamenu .MMShortcuts li.sfHover,
ul.moduleTabMore li.sfHover,
ul.sf-sub-modulelist li.sfHover,
#moduleList .sf-menu li:hover,
#moduleList .sf-menu li.sfHover,
#moduleList .sf-menu li a:focus,
#moduleList .sf-menu li a:hover,
#moduleList .sf-menu li a:active {
    background:     #343433;
    outline:        0;
}

ul.megamenu ul a:hover,
ul.moduleTabMore li a:hover,
ul.sf-sub-modulelist li a:hover,
#moduleList .sf-menu ul a:focus,
#moduleList .sf-menu ul a:hover,
#moduleList .sf-menu ul a:active {
    background:     #343433;
    color: #fff;
    outline:        0;
}

#moduleList .sf-menu > li.current > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #000000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-shadow: none;
    border-bottom: 4px solid #a01011;
    font-weight: bold;
    padding-bottom: 12px;
}
#moduleList .sf-menu li.home a {
    height: 28px;
    padding-bottom: 7px;
    padding-top: 9px;
}
/*** arrows **/
#moduleList .sf-menu a.sf-with-ul {
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}

#moduleList .sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent:  -999em;
    overflow: hidden;
    background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

#moduleList a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

ul.moduleTabMore em,
#moduleList .sf-menu li.moduleTabExtraMenu em {
    overflow:hidden;
    text-indent:-9999px;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=tabDownArrowOff.png);
    background-position: center center; /* close (minus) icon */
    background-repeat: no-repeat;
    width: 15px;
    margin-left: 6px;
    float: left;
}
ul.moduleTabMore,
#moduleList .sf-menu li.moduleTabExtraMenu > ul {
    width: 160px; /*more menu*/
}

ul.sf-sub-modulelist .selected,
#moduleList .more .selected{
background-color: #343433;
color: #fff;
}

/* apply hovers to modern browsers */
#moduleList a:focus > .sf-sub-indicator,
#moduleList  a:hover > .sf-sub-indicator,
#moduleList  a:active > .sf-sub-indicator,
#moduleList  li:hover > a > .sf-sub-indicator,
#moduleList  li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#moduleList .sf-menu ul .sf-sub-indicator {
    background-position:  -10px 0;
}

#moduleList .sf-menu ul a > .sf-sub-indicator {
    background-position:  0 0;
}

/* apply hovers to modern browsers */
#moduleList .sf-menu ul a:focus > .sf-sub-indicator,
#moduleList .sf-menu ul a:hover > .sf-sub-indicator,
#moduleList  .sf-menu ul a:active > .sf-sub-indicator,
#moduleList  .sf-menu ul li:hover > a > .sf-sub-indicator,
#moduleList  .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
#moduleList .sf-shadow ul {
    background: url('../images/shadow.png') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}

#moduleList .sf-shadow ul.sf-shadow-off {
    background: transparent;
}

/*
Mega Column Styles
*/

#moduleList .megawrapper, ul.megamenu .megawrapper {
    float: left;
}

#moduleList .megacolumn, ul.megamenu .megacolumn {
    width: 165px;
    float: left;
}
#moduleList .rtl .megacolumn {
    float:right;
}
#moduleList .rtl .megacolumn-content.divider, ul.megamenu.rtl .megacolumn-content.divider {
    border-right: 0px;
}
#moduleList .rtl .MMLastViewed, #moduleList .rtl .MMFavorites {
    display:none;
}

#moduleList .megacolumn-content, #moduleList .megacolumn-content.divider, ul.megamenu .megacolumn-content, ul.megamenu .megacolumn-content.divider {
    overflow: hidden;
}
#moduleList .megacolumn-content.divider, ul.megamenu .megacolumn-content.divider {
    border-right: 1px solid #ccc;
}

#moduleList .megacolumn-content p, ul.megamenu .megacolumn-content p {
    margin-bottom: 16px;
}
#moduleList .sf-menu ul div.megacolumn-content ul li a,
ul.megamenu div.megacolumn-content ul li a {
    line-height:1.5;
    padding-top:6px;
    padding-bottom:6px;
}

#moduleList .megafooter, ul.megamenu .megafooter {
    clear: both;
    padding: 12px;
}

#moduleList .clearfloat, ul.megamenu .clearfloat {
    clear: both;
    height: 0;
    line-height: 0.0;
    font-size: 0;
}

ul.moduleTabExtraMenu .megawrapper ul.filterBy,
ul.moduleTabExtraMenu .megawrapper ul.moduleTabMore,
#moduleList .sf-menu ul .megawrapper ul.MMShortcuts,
#moduleList .sf-menu ul .megawrapper ul.MMFavorites,
#moduleList .sf-menu ul .megawrapper ul.MMLastViewed,
#moduleList .sf-menu ul .megawrapper ul.filterBy,
#moduleList .sf-menu ul .megawrapper ul.moduleTabMore {
    background-image: none;
    background-color: transparent;
    position: relative;
    top: auto;
    width: 100%;
    border: 0 none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: left;
}

#moduleList .sf-menu ul .megawrapper ul.filterBy li a {
    width: auto;
}

ul.megamenu .megawrapper ul li,
#moduleList .sf-menu ul .megawrapper ul li {
    background-color: transparent;
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}

#moduleList .sf-menu ul .megawrapper ul li.groupLabel, ul.megamenu .megawrapper ul li.groupLabel {
    padding-left: 10px;
    padding-bottom: 5px;
}

ul.megamenu .megawrapper ul li a,
#moduleList .sf-menu ul .megawrapper ul li a{
    font-weight: normal;
    font-size: 13px;
    padding: 4px 10px;
    position: relative;
}

ul.megamenu .megawrapper ul li.groupLabel a ,
#moduleList .sf-menu ul .megawrapper ul li a{
    width: 145px;
}


#moduleList ul.sf-menu li.moduleTabExtraMenu li:hover > ul,
#moduleList ul.sf-menu li.moduleTabExtraMenu li.sfHover > ul {
    left: 160px; /*more menu*/
    top: 0;
}
ul.megamenu.moduleTabExtraMenu, ul.moduleTabExtraMenu > li > div.megawrapper, ul.moduleTabExtraMenu > li > div.megawrapper > .megacolumn,
#moduleList ul.sf-menu li.moduleTabExtraMenu > ul.megamenu > li > .megawrapper,
#moduleList ul.sf-menu li.moduleTabExtraMenu > ul.megamenu > li > .megawrapper > .megacolumn {
    width: 160px; /*more menu*/
}

#moduleList ul.sf-menu li.moduleTabExtraMenu ul.megamenu .megawrapper .megacolumn .megacolumn-content {
    overflow: visible;
}

#moduleList ul.sf-menu li.moduleTabExtraMenu > ul.megamenu > li > .megawrapper > .megacolumn > .megacolumn-content > ul > li > a,
#moduleList ul.sf-menu li.moduleTabExtraMenu > ul.megamenu > li > .megawrapper > .megacolumn > .megacolumn-content > .hoverscroll > .listcontainer > ul > li > a {
    width: 140px; /*more menu*/
}

ul.megamenu .moduleTabExtraMenu, ul.megamenu .moduleTabGroupMenu
#moduleList .moduleTabExtraMenu, #moduleList .moduleTabGroupMenu
{
height: 43px;
}


#moduleList .menuHR, ul.moduleTabExtraMenu .menuHR {
   border-top: 1px solid #DDDDDD;
   margin: 10px 0;
}

ul.moduleTabMore .moduleMenuOverFlowLess .yuimenuitemlabel img, ul.moduleTabMore .moduleMenuOverFlowMore .yuimenuitemlabel img,
#moduleList .moduleMenuOverFlowLess .yuimenuitemlabel img, #moduleList .moduleMenuOverFlowMore .yuimenuitemlabel img
{
    margin-left: 2px;
    vertical-align: baseline;
    opacity: 0.6;
}
ul.moduleTabMore .moduleMenuOverFlowLess .yuimenuitemlabel, ul.moduleTabMore .moduleMenuOverFlowMore .yuimenuitemlabel,
#moduleList .moduleTabExtraMenu .moduleMenuOverFlowLess .yuimenuitemlabel, #moduleList .moduleTabExtraMenu .moduleMenuOverFlowMore .yuimenuitemlabel {
    font-weight: normal;
    color: #999;
}
ul#quickCreateULSubnav.showLess .moreOverflow,
ul#quickCreateUL .showLess .moreOverflow,
ul.moduleTabMore.showLess .moreOverflow,
#moduleList .moduleTabExtraMenu.showLess .moreOverflow, #moduleList .moduleTabExtraMenu .flexMenuItems {
    display: none;
    visibility: hidden;
}
ul#quickCreateULSubnav.showMore .moreOverflow,
ul.moduleTabMore.showMore li.moreOverflow, #moduleList ul.moduleTabMore.showMore li.moreOverflow, ul.moduleTabMore.showLess.hoverscroll .moreOverflow {
    display:block;
    visibility: visible;
}

ul.moduleTabMore.showMore .moduleMenuOverFlowMore, ul.moduleTabMore.showLess .moduleMenuOverFlowLess,
ul#quickCreateUL .showMore .moduleMenuOverFlowMore, ul#quickCreateUL .showLess .moduleMenuOverFlowLess,
ul#quickCreateULSubnav.showMore .moduleMenuOverFlowMore, ul#quickCreateULSubnav.showLess .moduleMenuOverFlowLess,
#moduleList ul.moduleTabMore.showMore .moduleMenuOverFlowMore, #moduleList ul.moduleTabMore.showLess .moduleMenuOverFlowLess
{
display: none !important;
visibilility: hidden !important;
}

#moduleList .home img {
    margin-top: 2px;
}

#subModuleList
{
    background-color:#4e8ccf;
    border-color:#0046ad;
}
#subModuleList span a
{
    border-right-color:#0046ad;
    border-left-color:#79a7d8;
}
#subModuleList span a:link,
#subModuleList span a:visited
{
    color: #ffffff;
}
#subModuleList span a:hover
{
    background-color:#0046ad;
    border-left-color:#0046ad;
}

a div.showMoreArrow, a div.showLessArrow, {
    clear:none;
    display:inline;
}
.showMoreArrow, .showLessArrow {
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=dropdown_menu_toggle_more.gif);
    display: inline-block;
    height: 8px;
    margin-left: 4px;
    opacity: 0.6;
    width: 8px;
}

.showLessArrow {
    background-position: center 16px;
}

a:hover .showLessArrow {
    background-position: center 8px;
    opacity: 1;
}

a:hover .showMoreArrow {
    background-position: center -8px;
    opacity: 1;
}

/* lists in the header */
.headerList
{
    color: #444;
    border-top:0;
    border-bottom-width: 0px;
    background:transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=shortCutsBg.png') repeat-x scroll 0 0;
    padding: 0px 0 0 30px;
    position: relative;
    top: -7px;
    overflow:hidden;
    height: 31px;
}

.yui-closed .headerList {
}
.headerList a:link,
.headerList a:visited,
.headerList a
{
    color: #666;
    border: 0px;
    font-size: 12px;

}
.headerList a:hover
{
    background-color: transparent;
    text-decoration: none !important;
}
.headerList > div {
padding: 8px 0 5px 0;
}



/* global links and theme picker */
#themepickerLinkSpan a:hover
{
    color: #56778F;
}
/* for subpanel tabs */
ul.tablist li a.activeSubTab:hover
{
    border-bottom-color: #ddd;
    color: #000000;
}
ul.subpanelTablist li a.activeSubTab:hover
{
    color: #000000;
}

/* search */
#search input[name=query_string]
{
    border-color: #6fb0e4;
    background-color: #f6fafd;
}

/* new record form */
#newRecord form a:link,
#newRecord form a:visited
{
    color: #666666;
}
#newRecord form a:hover
{
    color: #444444;
}

/* listviews */
.list tr.pagination td table td a:link,
.list tr.pagination td table td a:visited,
.reportGroupByDataChildTablelistViewThS1 a:link,
.reportGroupByDataChildTablelistViewThS1 a:visited,
.list tr th,
.list tr th a:link,
.list tr th a:visited,
.list tr td[scope=col],
.list tr td[scope=col] a:link,
.list tr td[scope=col] a:visited,
.list tr.pagination td table td span.pageNumbers
{
    color: #666;
    font-size: 13px;
}
.list
{
    border-color: #AFAFAE !important;
}

.detail.view  tr:last-child td:first-child ,.detail.view  tr:last-child th:first-child,
.list.view  tr:last-child td:first-child ,.list.view  tr:last-child th:first-child{

}

.list.view  tr:last-child td:last-child,.list.view  tr:last-child th:last-child  {

}

.list.view  tr:last-child th,.list.view  tr:last-child td {
    border-bottom: 0px none;
}

.list tr.pagination td table td:first-child {

}

.list tr.pagination td table td:last-child {

}

#subpanel_list .list.view {
}

.evenListRowS1 td,
.oddListRowS1 td
{
    color: #222;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.evenListRowS1 td{
background-color: #f6f6f6;
}

.evenListRowS1:hover td,
.oddListRowS1:hover td
{
    background: #f3f8fe;
}

/* detailviews */
.detail table,
table.detail
{
    background-color: #ccc;
}
.detail tr td[scope="row"]
{
    color: #888;
    background-color: #eee;
    border-color: #ccc;
}
.detail h4 {
    color: #444444;
}
.detail tr th
{
    border-color: #ccc;
}
.detail tr td
{
    color: #222;
    border-color: #ccc;
    background-color: #fff;
}
.detail tr td a:link,
.detail tr td a:visited,
.detail tr td a:hover
{
    color: #176de5;
}

/* editviews */
.edit td[scope=row]
{
    color: #444444;
}

.edit h4 {
    color: #444444;
}

#EditView hr{
    border-color:#abc3d7;
}

.edit, .detail, .detail > table
{
    border: 1px solid #AFAFAE;
}

.detail > table
{
    border: none;
}

div.edit.view {
    padding: 0 2px !important;
}

.detail {
background-color: #fff;
}

.edit
{
    color: #000000;
    background-color: #fff;
}
.search
{

}

table#mass_update_table td{
    padding-top: 10px !important;
}


.detail .edit td
{
    background-color: #fff !important;
    border-bottom: 0 !important;
}

/* other views */
.other
{
    border: 2px solid #ccc;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}
.other td
{
    color: #444444;
    background-color: #ffffff;
    border-left-color: #dfdfdf;
}
.other td[scope=row]
{
    color: #000000;
    background-color: #eee;
}
.other td.edit
{
    color: #000000;
    background-color: #f6f6f6;
}

/* misc links */
a.utilsLink:link, a.utilsLink:visited
{

}
a.tabFormAdvLink:link, a.tabFormAdvLink:visited
{
    color: #444444;
}

/* calendar styles */


table#calendarModule > tbody > tr > td:first-child {
    padding-right: 10px;
    padding-top: 2px;
}

#daily_cal_table_outside {
box-shadow: #ccc 0px 0px 10px;
-moz-box-shadow: #ccc 0px 0px 10px;
-webkit-box-shadow: #ccc 0px 0px 10px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 10px;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 2px solid #ccc;
}

.monthCalBody
{
    background-color: #ccc;
}
.monthFooter td
{
background-image: -moz-linear-gradient(center top,
    #ffffff 0%,
    #eeeeee 1px,
    #dadada 100%
    );
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(.02, #eeeeee),
    color-stop(1, #eeeeee)
   );
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
}
.monthHeader a:hover,
.monthViewDayHeight a:hover
{
    color: #0b578f;
}
.monthCalBodyTH th[scope=row],
.monthViewDayHeight td[scope=row]
{
    background-color: #ebebeb;
}
.monthCalBodyTH th
{
    background-color: #fafafa;
    color: #444444;
    border-color: #abc3d7 !important;
}
.monthViewDayHeight td
{
    border-color: #abc3d7;
    background-color: #ffffff;
    color: #444444;
}
.monthViewDayHeight td[class=weekEnd]
{
    background-color: #f6f6f6;
}
.monthCalBodyDayItem
{
    background-color: #ffffff;
    border-top-color: #abc3d7;
    border-bottom-color: #ddd;
}
.monthCalBody td
{
    background-color: #fff;
    color: #444444;
}
.monthCalBody th a
{
    color: #000000;
}
.yearCalBody
{
    border: none;
}
.yearCalBodyMonth
{
    background-color: #abc3d7 !important;
    border-top: 2px solid #4e8ccf;
    border-bottom: 2px solid #fff;
}
.yearCalBody .monthHeader
{
    border: none;
}
.yearCalBodyMonth #daily_cal_table
{
    border-top: #abc3d7;
}
.yearCalBodyMonth #daily_cal_table .monthCalBodyTHDay
{
    border-color: #abc3d7;
}
.yearCalBodyMonth > a
{
    color: #000000;
}
h5.calSharedUser
{
    color: #444444;
}

.monthHeader
{
    color: #444;
background-image: -moz-linear-gradient(center top,
    #ffffff 0%,
    #eeeeee 1px,
    #dadada 100%
    );
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #ffffff),
    color-stop(.02, #eeeeee),
    color-stop(1, #eeeeee)
   );
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');

    margin-top: 0px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-topleft: 6px;
    border-radius-radius-topleft: 6px;
    border-radius-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;

}

.monthHeader h3 {
color: #444;
text-shadow: none;
}
.monthHeader td {
    padding: 5px;
}

.calendarButtons {
    margin-bottom: 10px;
}
/* for subpanel tabs */
.subpanelTabForm
{
    border-color: #abc3d7;
    color: #000000;

}
ul.tablist, ul.subpanelTablist
{
    border-bottom-color: #ccc;
}
ul.tablist li a:hover,
ul.subpanelTablist li a:hover
{
    background: #fafafa;
    border-color: #ccc;
}
ul.tablist li a,
ul.subpanelTablist li a
{
    background-color: #fff;
    border-color: #eee;
    -moz-border-radius: 0px 6px 0px 0px;
    border-radius: 0px 6px 0px 0px;
    -webkit-border-top-right-radius: 6px;
    margin-left: 4px;
}

ul.tablist li:first-child a,
ul.subpanelTablist li:first-child a
{
margin-left: 0px;
}

ul.tablist li a:link,
ul.tablist li a:visited,
ul.subpanelTablist li a:link,
ul.subpanelTablist li a:visited
{
    color: #444444;
}
ul.tablist li a:hover,
ul.subpanelTablist li a:hover
{
    background: #fafafa;
}
ul.subpanelTablist li a.current,
ul.subpanelTablist li a.current:hover
{
    color: #4f4f4f;
    background: #fff;
    border-right-color: #ccc;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: #fff;

}

ul.tablist li a.current:link, ul.tablist li a.current:visited, ul.tablist li a.current:hover
{
    background: #fff;
    border-bottom-color: #fff;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-color: #ccc;
}

/* dashlet pages */
#tabListContainer {
margin-top: 0px;
border: 0px;
float: left;
}

#tabListContainer ul.subpanelTablist{
    padding: 6px 0 10px;
    width: 100%;
    height: auto;
}


#tabListContainer ul.subpanelTablist li a.current:link, .tabListContainer ul.subpanelTablist li a.current:visited, .tabListContainer ul.subpanelTablist li a.current:hover {


}

#tabListContainer ul.subpanelTablist li a:link, .tabListContainer  ul.subpanelTablist li a:visited{
 font-size: 14px;
 padding: 6px 10px;
 background-color: #ddd;
 border-color: #ccc;
 margin-left: 2px;
position: relative;
top: 4px;
}

#tabListContainer ul.subpanelTablist li:first-child a {
 margin-left: 0px;
}

#tabListContainer  ul.subpanelTablist li a:hover{
    background-image: -moz-linear-gradient(center top,
    #e6e6e6 0%,
    #f6f6f6 50%,
    #F0F0F0 50%,
    #ffffff 100%
    );
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e6e6e6),
    color-stop(.5, #f6f6f6),
    color-stop(.5, #F0F0F0),
    color-stop(1, #ffffff)
   );
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff');
}

#tabListContainer ul.subpanelTablist li a.current{
position: relative;
top: 3px;
padding: 7px 5px 7px 20px;
border-bottom-color: #fff;
background-color: none;
background-image: none;
background-image: -moz-linear-gradient(center top,
    #e6e6e6 0%,
    #f6f6f6 50%,
    #F0F0F0 50%,
    #ffffff 100%
    );
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e6e6e6),
    color-stop(.5, #f6f6f6),
    color-stop(.5, #F0F0F0),
    color-stop(1, #ffffff)
   );
background-color: #fff\9;;

}

#tabListContainer.active  ul.subpanelTablist li a:hover,#tabListContainer.active ul.subpanelTablist li a.current{
background-image: none\9;
background-color: #fff\9;
}

#tabListContainer ul.subpanelTablist li a.current img, #tabListContainer ul.subpanelTablist li a.current span.deletePageImg {
visibility: hidden;

}

#tabListContainer ul.subpanelTablist li a.current .tabText {
margin-right: 0px;
}

#tabListContainer ul.subpanelTablist  li a.current:hover img, #tabListContainer ul.subpanelTablist  li a.current:hover span.deletePageImg {
visibility: visible;
}



#tabListContainer .yui-hd a { /* module control (close remove, etc) */
    background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=scroll_arrows.png) no-repeat;
    color:#abceff;
    cursor:pointer;
    cursor:hand;
    display: inline; /* prevent IE margin doubling */
    float: right;
    margin-top: -18px;
    height:12px;
    width:24px;
    overflow:hidden;
    text-align: right;
    text-decoration:none;
    text-indent:9999px;
}

div#tabListContainer .yui-bd {
    clear: both;
    overflow:hidden;
    zoom:1;
    margin: 0;
}

div#tabListContainer.active .yui-bd {
    margin: 0 14px;
    *position: relative;
    *float: left;
}

#tabListContainer.yui-scroll {
    position: relative;
}

.yui-scroll .yui-hd {
    position: relative;
}
.yui-scroll .yui-bd {
    height: 35px;
    overflow:hidden;
}

#tabListContainer .yui-hd .yui-scroll-controls { /* fake scrollbar */
    background:transparent;
    height:34px;
    width:100%;
    position:absolute;
    left:0;
    overflow:hidden;
    visibility: hidden;
}

#tabListContainer.active .yui-hd .yui-scroll-controls {
    visibility: visible;
}

#tabListContainer .yui-hd .yui-scroll-controls a {
    margin: 0;
    position:absolute;
    top:0;
    right:0;
    height:32px;
    width:14px;
    border-bottom: 2px solid #ccc;
}

#tabListContainer .yui-scroll-controls a.yui-scrollup {
    background-position: 0  0; /* scroll up icon */
    left: 0px;
}

#tabListContainer .yui-scroll-controls a.yui-scrolldown {
    background-position: -14px 0; /* scroll down icon */
    top:0;
    bottom:0;
    right: 0px;
}

#dashletCtrls {
border-bottom: 2px solid #ccc;
height: 27px;
padding-left: 10px;
padding-top: 3px;
margin-top: 1px\9;
}

/* hack for safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   #dashletCtrls {
       height: 29px;
   }
}

#tabListContainerTD {
    background-image: -moz-linear-gradient(center top,
    transparent 0%,
    transparent 92%,
    rgba(204,204,204,1) 92%,
    transparent 98%,
    transparent 100%
    );
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0,0,0,0)),
    color-stop(.92, rgba(0,0,0,0)),
    color-stop(.92, rgba(204,204,204,1)),
    color-stop(.98, rgba(204,204,204,1)),
    color-stop(.98, rgba(0,0,0,0)),
    color-stop(1, rgba(0,0,0,0))
   );
   background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=dashlet-tab-bg-bottom.png) repeat-x \9;
}


#dashletCtrlsTD {
text-align: right;
}

#addPage {
height: 30px;
margin-top: 2px;
}

#addPage a{
border-width: 2px 2px 0px 2px;
border-style: solid;
border-color: #ccc;
background-color: #ddd;
margin-left: 2px;
padding: 6px 10px 7px 10px;
*padding: 7px 10px 22px;
position: relative;
top: 8px;
-moz-border-radius: 0px 6px 0px 0px;
border-radius: 0px 6px 0px 0px;
-webkit-border-top-right-radius: 6px;
}
#dashletCtrls a {
font-size: 13px;
}
#change_layout {
margin-left: 5px;
*margin-left: 0px;
}

#dashletCtrls a span.title {
    margin-left: 5px;
    position: relative;
    top: -7px;
}
/* sitemap */
#sitemap .edit.view
{
    border-color: #4e8ccf !important;
}

/* for edit view like forms that need a smaller font size */
.edit.view.small td
{
    color: #444;
}

/* YUI theme */
.yui-button {
border: 0px none;
}

.yui-button button {
min-height: 10px;
font-size: 14px;
}

.yui-button .first-child {
border: 0px none;
}

.yui-dt th, .yui-dt-hd {
    /*background: #D8D8DA url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') repeat-x 0 -30px;*/
    background:#EBEBED none repeat scroll 0 0;
}

.yui-layout .yui-layout-unit-left div.yui-layout-hd .collapse
{
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat 0 -110px;
}

 .yui-layout .yui-layout-clip-left .collapse, .yui-layout .yui-layout-unit-right div.yui-layout-hd .collapse,
 .yui-layout .yui-layout-unit-bottom div.yui-layout-hd .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat 0 -90px;
}

 .yui-layout .yui-layout-clip-right .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat -0 -110px;
}

 .yui-layout .yui-layout-unit-top div.yui-layout-hd .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat -20px -220px;
}

 .yui-layout .yui-layout-clip-top .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png')no-repeat -20px -240px;
}

 .yui-layout .yui-layout-clip-bottom .collapse {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat -20px -180px;
}

 .yui-layout .yui-layout-unit div.yui-layout-hd .close {
    background: transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') no-repeat -20px -100px;
}

.yui-navset.detailview_tabs.yui-navset-top{
    height: auto;
}

.detailview_tabs {
    position: static;
}

.yui-navset li em {
font-size: 13px;
}

.yui-navset .yui-nav li, .yui-navset .yui-navset-top .yui-nav li {
margin: 2px 4px 0 0;
*height: 24px; /* ie 7 hack */
}

.yui-navset .yui-nav li a em, .yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
*height: 19px; /* ie 7 hack */
}

.yui-navset .yui-nav {
    overflow: hidden;
}


.yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav {
    background:transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-tab-bg.png');
    border-color: #c3c3c3;
    background-position: center bottom;
    background-repeat: repeat-x;
}

.yui-layout .yui-layout-hd {
    background:transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png');
    border-color: #c3c3c3;
}

.yui-layout .yui-layout-unit div.yui-layout-bd, .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
    border-color:#c3c3c3;

}

.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content  {
    padding: 10px 20px 10px 20px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    border-width: 0 2px 2px 2px;
    background:url(../../../../index.php?entryPoint=getImage&imageName=dp-bd.png) repeat;
    margin-bottom: 10px;
}

.yuimenuitem-hassubmenu > a{
    background-image: url(../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png);
    background-position:right -87px;
}

 .yui-navset .yui-nav li a,.yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a,
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a
    {
    background:#DDD url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') repeat-x scroll 0 -131px;
    height: 24px;

}

 .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {

 }


 .sugar-progress-bar, .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover
{
    background:#cacaca url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png') repeat-x scroll 0 -157px;

}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em, .yui-navset .yui-nav a, .yui-navset .yui-nav a em, .yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a  {
    border-color: #c3c3c3;
}

.yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em {
border-width: 2px 1px 0;
height: 25px;
padding: 2px 10px;
}


 a.sugar-tab-close, .yui-navset .yui-nav a.sugar-tab-close, .yui-navset .yui-nav .selected a.sugar-tab-close {
    background : transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png')  no-repeat scroll 0px -70px;
    border: 0px none;
    width: 11px;
 }

.yui-dialog .ft span.default button
{

}



.yui-module.yui-overlay.yui-panel{
    box-shadow: #444 0px 2px 10px;
    -moz-box-shadow: #444 0px 2px 10px;
    -webkit-box-shadow: #444 0px 2px 10px;
    border-color: #666;
}
.yui-module .hd, .yui-panel .hd {
    background-image: -moz-linear-gradient(center top,
    #eeeeee 0%,
    #cccccc 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    color: #666;
    text-shadow: none;
    padding: 6px 8px;
}

.yui-module .hd .title, .yui-panel .hd .title {
    position: absolute;
    top: 0px;
}
.yui-module .ft, .yui-panel .ft {

}

.yui-dialog .container-close {
top: 6px;
}

.yui-panel-container.shadow .underlay {
background-color: transparent !important;
}

/* email module override for yui */
.email .yui-navset .yui-content, .email .yui-navset .yui-navset-top .yui-content  {
background: none;
padding: 0px;
border-bottom: 0px none;
margin-bottom: 0px;
}
.email .yui-navset .yui-nav .selected a, .email .yui-navset .yui-nav .selected a:focus, .email .yui-navset .yui-nav .selected a:hover
{
    background-color: #fff;

}
 /* Default Styles */
body
{
    font-size: 13px;
}
table, div
{
    font-size: 12px;
}
h1, h2
{
    font-size: 18px;
}
h3
{
    font-size: 13px;
}
h4, h5
{
    font-size: 13px;
}
input, select, textarea, button
{
    font-size: 13px;
        padding: 2px;
}

/* YUI styles */
.ygrid-row,
.ygrid-hd,
.ygrid-hd-body,
.ygrid-hd-body span
{
    font-size: 8pt;
}

/* for the main screen navigation tabs */
#moduleList ul li,
#subModuleList span
{
    font-size: 13px;
}

/*welcome user and date bar and last view*/
#welcome, #search, #sitemapLink, #themepickerLinkSpan
{
    font-size: 13px;
}

/* search */
#search input[name=query_string]
{
    font-size: 12px;
}

/* side quickcreate */
#newRecord form,
#newRecord form button,
#newRecord form input[type=submit],
#newRecord form input[type=button],
#newRecord form input[type=reset],
#newRecord form .dataLabel,
#newRecord form a:link,
#newRecord form a:visited
{
    font-size: 12px;
}

/* reports */
.reportGroup1ByTable,
.reportGroupNByTable,
.reportlistViewThS1,
.reportGroup1ByTableEvenListRowS1,
.reportGroupNByTableEvenListRowS1,
.reportGroupByDataChildTablelistViewThS1,
.reportlistViewMatrixThS1,
.reportlistViewMatrixThS2,
.reportlistViewMatrixThS3,
.reportlistViewMatrixThS4,
.reportlistViewMatrixLeftEmptyData,
.reportlistViewMatrixRightEmptyData,
.reportlistViewMatrixRightEmptyData1
{
    font-size: 12px;
}

.reportevenListRowS1,
.reportoddListRowS1 ,
.reportGroupByDataEvenListRowS1,
.reportGroupByDataOddListRowS1 ,
.reportGroupByDataMatrixEvenListRowS1,
.reportGroupByDataMatrixEvenListRowS2,
.reportGroupByDataMatrixEvenListRowS3,
.reportGroupByDataMatrixEvenListRowS4,
.reportDataChildtablelistView td
{
    font-size: 13px;
}

#filters_tab,#reportDetailsTable {
    background-color:#FFFFFF;
    margin-bottom:20px;
    padding:10px;
    -moz-border-radius:6px 6px 6px 6px;
    border-radius:6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
    -moz-box-shadow:0 0 10px #CCCCCC;
    box-shadow:0 0 10px #CCCCCC;
    -webkit-box-shadow:0 0 10px #CCCCCC;
    border: 1px solid #AFAFAE;
}

.reportChartContainer {
    margin-bottom: 20px;
    height: 482px;
}
.reportChartContainer .chartContainer {
  position: absolute;
  float: none;
  margin: 0 auto 0 !important;
  width: calc(100% - 46px);
  -moz-calc: calc(100% - 46px);
  -webkit-calc: calc(100% - 46px);
  -moz-border-radius:0px 0px 6px 6px;
  border-radius:0px 0px 6px 6px;
  -webkit-border-radius:0px 0px 6px 6px;
  -moz-box-shadow:0 0 10px #CCCCCC;
  box-shadow:0 0 10px #CCCCCC;
  -webkit-box-shadow:0 0 10px #CCCCCC;
  border: 1px solid #AFAFAE;
}
.reportChartContainer .scrollBars {
  border-radius: 8px;
}
.reportChartContainer .chartContainer .scrollBars {
  max-height: 480px;
}
.reportChartContainer svg {
    max-height: none;
}

/* for all views */
.view tr, .view td, .view h4, .view div
{
    font-size: 13px;
}
.view td a, .view div a, .list th div
{
    font-size: 13px;
}
.other td a, .detail td a
{
    font-size: 13px;
}
.subTabs td
{
    font-size: 13px;
}

/* for edit and detail views */
.edit.view th:first-child,.detail.view th:first-child {

}

.edit.view h4:first-child,.detail.view h4:first-child {

}

.edit.view.collapsed h4,.detail.view.collapsed h4 {

}

.collapsed .panelContainer, .collapsed .collapseLink, .expanded .expandLink { display:none; }

.edit.view > table tr:first-child td:first-child,.detail.view > table:first-child tr:first-child td:first-child  {

}

.edit.view > tr:first-child td:last-child,.detail.view tr:first-child td:last-child   {
}

.edit.view > tr:last-child > td:first-child,.detail.view tr:last-child > td:first-child {
}
.edit.view > tr:last-child td:last-child ,.detail.view tr:last-child td:last-child{

}
.edit.view tr td tr td,
.detail.view > table:first-child tr td tr:first-child td:first-child,
.detail.view > table:first-child tr td tr:first-child td:last-child,
.detail.view tr td tr:first-child > td:first-child,
.detail.view tr td tr:first-child > td:last-child,
.detail.view tr td tr:last-child > td:first-child,
.detail.view tr td tr:last-child > td:last-child {

}
/*
table.importTable .edit.view > tr:first-child > td:first-child,.detail.view tr:first-child > td:first-child,
table.importTable .edit.view > tr:first-child td:last-child,.detail.view tr:first-child td:last-child,
table.importTable .edit.view > tr:last-child > td:first-child,.detail.view tr:last-child > td:first-child,
table.importTable .edit.view > tr:last-child td:last-child ,.detail.view tr:last-child td:last-child
{
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
}
*/

.edit.view tr:last-child td,.detail.view tr:last-child td {
border-bottom: 0px;
}
/*
.yui-navset.detailview_tabs .view tr:first-child td:first-child {
-moz-border-radius: 6px 0px 0px 0px;
border-radius: 6px 0px 0px 0px;
-webkit-border-top-left-radius: 6px;
}
.yui-navset.detailview_tabs .view tr:first-child td:last-child {
-moz-border-radius: 0px 6px 0px 0px;
border-radius: 0px 6px 0px 0px;
-webkit-border-top-right-radius: 6px;
}
*/
/* for list views */
.oddListRowS1 td:first-child, .evenListRowS1 td:first-child,.list.view th:first-child{
padding-left: 10px;
}

.oddListRowS1 td a, .evenListRowS1 td a {

    text-decoration:none;
    color: #176de5;
    font-size: 13px;
}
/*.oddListRowS1 td:first-child + td + td a, .oddListRowS1 td:first-child + td + td + td a,.evenListRowS1 td:first-child + td + td a, .evenListRowS1 td:first-child + td + td + td a, .oddListRowS1 td:first-child , .evenListRowS1 td:first-child
{
    font-weight: bold;

}*/
.oddListRowS1:hover td, .evenListRowS1:hover td {
color: #000;
}
.oddListRowS1:hover td a, .evenListRowS1:hover td  a
{
    color: #176de5;
}

.oddListRowS1 td .info, .evenListRowS1 td  .info {
    padding: 0px 5px 0px 5px;
}


div.selectCol{
    background-color: #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 0px 0px 3px;
    padding: 0px 4px 0px 4px\9;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=listview-select-bg.png);
    border: 1px solid #b2b2b2;
    display: inline-block;
    margin-right: 10px;
}



.list.view tr td.additionalDetails {
    padding: 0px;
}

/* misc links */
a.utilsLink:link,
a.utilsLink:visited
{
    font-size: 12px;
}
a.tabFormAdvLink:link,
a.tabFormAdvLink:visited
{
    font-size: 13px;
}

a.tabFormAdvLink .tabFormAdvLink-icon {
    display:none;
}

a.tabFormAdvLink .tabFormAdvLink-advanced {
    display:inline-block;
}

a.tabFormAdvLink.expanded .tabFormAdvLink-advanced {
    display:none;
}

a.tabFormAdvLink.expanded .tabFormAdvLink-basic {
    display:inline-block;
}

/* calendar styles */
.monthBox,
.monthCalBody td,
.monthViewDayHeight a,
.monthHeader a,
.monthFooter a
{
    font-size: 13px;
}

.monthHeader a, .monthFooter a{
    font-size: 14px;
    text-decoration: none;
    text-shadow: none;
    color: #0E70B8;
}

.monthCalBodyWeek a
{
    font-size: 12px;
}

.monthCalBodyDayItem td a
{
    font-size: 10px;
}

/* misc font displays */
.rssItemDate,
.dateFormat,
.chartFootnote
{
    font-size: 12px;
}
.tm
{
    font-size: 8px;
}

/* for subpanel tabs */
ul.tablist,
ul.tablist li a,
ul.subpanelTablist,
ul.subpanelTablist li a,
.subpanelTabForm,
.subpanelTabForm h3
{
    font-size: 13px;
}
.subTabMore
{
    font-size: 12px;
}

/* for quick searches */
.sqsMatchedSmartInputItem
{
    font-size: 12px;
}

/* for overlib js library */
.olCapFontClass A
{
    font-size: 9px;
}

/* sitemap */
#sitemap a:link, #sitemap a:visited, #sitemap a:hover
{
    font-size: 12px;
}
#sitemap h4 a:link, #sitemap h4 a:visited, #sitemap h4 a:hover
{
    font-size: 13px;
}

/* for about page */
.about, .about td, .about span
{
    font-size: 13px;
}

/* for edit view like forms that need a smaller font size */
.edit.view.small td,.detail.view.small td
{
    font-size: 12px;
}

/* to make the reportwizard button text smaller */
.reportwizard .buttonText
{
    font-size: 12px;
}

/* to fix the size of the fonts in the unified module search popup */
#unified_search_advanced_div .edit.view td
{
    font-size: 12px;
}

/* overlib popups */
.olCapFontClass div, .olFontClass
{
    font-size: 12px !important;
}

/* for email left click menus */
#emailContextMenu .yuimenuitemlabel,
#emailContextMenu a.yuimenuitemlabel,
#emailContextMenu a.yuimenuitemlabel:link,
#emailContextMenu a.yuimenuitemlabel:visited
{
    font-size:12px;
    padding:0 20px 1px;
}

/* for DC menu */

.dcmenuFloat{
padding:0px;
position: fixed;
top: 0;
width:100%;
z-index:2;
}
#globalLinksSubnav, #quickCreateULSubnav {
    z-index: 20;
}
ul.megamenu, ul.moduleTabMore, ul.sf-sub-modulelist{
    z-index:20;
}

#dcmenutop{
padding:0px;
position:relative;
height:50px;
width:100%;
}

.dcmenu .inner {
    height: 44px;
    min-width: 950px;
    background-color: #303030;
    background-image: -moz-linear-gradient(top, #404040, #1a1a1a);
    background-image: -ms-linear-gradient(top, #404040, #1a1a1a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#404040), to(#1a1a1a));
    background-image: -webkit-linear-gradient(top, #404040, #1a1a1a);
    background-image: -o-linear-gradient(top, #404040, #1a1a1a);
    background-image: linear-gradient(top, #404040, #1a1a1a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#1a1a1a', GradientType=0);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 0 #e61718;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 0 #e61718;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 4px 0 #e61718;
}

#ie8GradientFix{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20517c', endColorstr='#0d3a62');
}
#dcmenu ul.clickMenu { filter:none; }

#dcboxtitle{
background-color:#000000;
border-left:2px solid blue;
border-right:2px solid blue;
color:blue;
height:50px;
padding:0px 10px 0px;

}

#dcboxbody{
height:110%;
font-size:6px !important;
min-width: 750px\9; /* ie hack, width must be defined or else it goes off the screen */
*width: 750px;
}

#dcboxbody.sugar_spot_search{
min-width:320px\9;
width: 320px\9; /* ie hack, width must be defined or else it goes off the screen */

}

#dcboxbody div.buttons {

}
#dcboxbody .hd #dctitle {
float: left;
height: 38px
}

#dcboxbody .hd .close {
position: absolute;
right: 10px;
top:11px;
}

#dcboxbody .hd .close a {
    color: #666;
}

#dcboxbody.dcmenuSugarCube .hd .close {
    top: 0px;
}

#dcmenushortcuts{
    width:130px;
    height:30px;
    position:relative;
    top:-2px;
    float:left;
    background-image:url('../../../../index.php?entryPoint=getImage&imageName=shortcutgrade.png');
    color:white;
    font-weight:bolder;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;


}

#dcmenuitems img.icon,#dcmenuSugarCube img.icon, #glblSearchBtn img.icon {
    border:0px;
}

/*bug 59030 - chrome specific bug due to jit charts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #glblSearchBtn .icon.icon-search {
        opacity: .99;
    }
}

#glblSearchBtn {
    display:block;
    position: absolute;
    right: 19px;
    top: 0px;
    width:32px;
}
#glblSearchBtn .searchIconLink {
    overflow:hidden;
    display:block;
    position:relative;
    cursor:pointer;
    height: 16px;
    line-height: 19px;
    padding: 4px 10px;
    background-color: #1e1e1d;
    background-image: -moz-linear-gradient(top, #313130, #000000);
    background-image: -ms-linear-gradient(top, #313130, #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313130), to(#000000));
    background-image: -webkit-linear-gradient(top, #313130, #000000);
    background-image: -o-linear-gradient(top, #313130, #000000);
    background-image: linear-gradient(top, #313130, #000000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313130', endColorstr='#000000', GradientType=0);
    border-color: #000000 #000000 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.25);
    text-decoration: none;
}
#glblSearchBtn .searchicon {
    position: relative;
    right:2px;
}


#glblSearchBtn .btn-toolbar {
    margin: 0px;
}

#dcmenuwrap{
margin-left: auto;
margin-right: auto;
width:100%;
}

span.dcmenuitem{
    height:100%;
    color:black;
}
span.dcmenuitem:hover{
    color:blue;
}


#dcmenuSugarCube, #dcmenuSugarCubeEmpty{
    float: right;
    padding: 0px 0px 0 2px;
    height: 43px;
}
#dcmenuSugarCube.focused {
    background-color: #000;
}

#dcboxbody.dcmenuSugarCube {
    width: 320px;
}
#dcboxbody.dcmenuSugarCube .dashletPanel.dc .hd  {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 10px;
}

#dcboxbody.dcmenuSugarCube .dashletPanel.dc {
    border: 0px none;
}

#dcboxbody.dcmenuSugarCube .dashletPanel.dc .hd #dctitle {
    color: #cdcccb;
    font-weight: normal;
}

#dcboxbody.dcmenuSugarCube .dashletPanel.dc .hd .icon-remove {
    position: relative;
    top:12px;
    margin-right: 2px;
    color: #cdcccb;
}
#dcboxbody.dcmenuSugarCube .dashletPanel.dc .hd .icon-remove:before {
    font-size: 15px;
}

#dcmenuSugarCubeEmpty {
    padding: 0px;
}

#dcmenuUserIcon {
float: left;
padding: 0px 0px 0 2px;
height: 43px;
}

#dcmenuSugarCube:hover {
    background-color: #343433;
}

#notifDivider {
float: right;
margin-right: 0px;
}

#dcmenuUserIcon a{
width: 36px;
height: 43px;
background-repeat:no-repeat;
margin: 0 0 0 0;
text-decoration: none;
display: block;
text-align: center;
cursor:default;
}

#dcmenuSugarCube.none a.notice
{
cursor: default;
}
#dcmenuSugarCube .dc_notif_icon, #dcmenuUserIcon .dc_notif_icon{
    width:24px;
    height:24px;
    border:0px;
    padding:0px;
    background-position: center center;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    margin: 9px 5px 0px 5px;
    border-radius: 2px;
}
/*bug 59030 - chrome specific bug due to jit charts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #dcmenuSugarCube .notifCount {
        opacity: .99;
    }
}

#dcmenuSugarCube .notifCount{
    font-weight:bold;
    font-size:11px !important;
    color:#FFFFFF;
    position: relative;
    text-align: center;
    background-color: #CC0000;
    border-radius: 2px;
    width: 16px;
    cursor: pointer;
    padding: 1px;
    width: 24px;
    height:18px;
    padding-top:6px;
    top:8px;
    margin:0px 5px;
}


#dcmenuContainer
{
margin: 0 0 0 0;
padding: 0;
height: 44px;
float: left;
}

#dcmenuContainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#dcmenuContainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#dcmenuContainer ul li a
{

width: 50px;
height: 43px;
/*background-image:url('../../../../index.php?entryPoint=getImage&imageName=dcMenuIconBarCenter.png');*/
background-repeat:repeat-x;
padding: 0 0 0 0;
margin: 0 0 0 0;
color: #f5d7b4;
text-decoration: none;
display: block;
text-align: center;
}

#dcmenuContainer ul li a:hover
{
/*background-image:url('../../../../index.php?entryPoint=getImage&imageName=dcMenuIconBarCenterHover.png');*/
background-repeat:repeat-x;
top: -2px;
position: relative;
}

#dcmenuContainer a:active
{
}

#dcmenuContainer li#active a
{
}

/* Overlay Look/Feel */
.display{
    height:100%;
}

.visible{
visibility:visible
}

.dcview table, .dcview div, .dcview a{
font-size:75%;
}
.star {
    float:right;
    zoom: 1;
    display: inline;
    *float: none;
    *width: 18px;
}
.moduleTitle .star
{
    margin-top:1px;
    padding-right:5px;
}

li div.star {float:none;}
.star div {background-image:url('../../../../index.php?entryPoint=getImage&imageName=star-sheet.png');width:18px;height:18px;float:left;}
.star div.on {background-position:0px 0px}
.star div.off {background-position:0px -18px}
.star div:hover {cursor:pointer;background-position:0px 0px;}

.follow {float:left}
li div.follow {float:none;}
.follow div {background-image:url('../../../../index.php?entryPoint=getImage&imageName=user_follow.png');width:24px;height:24px;float:left;}
.follow div.on {background-position:0px 0px; background-image:url('../../../../index.php?entryPoint=getImage&imageName=user_unfollow.png');}
.follow div.off {background-position:0px -0px}
.follow div:hover {cursor:pointer;}

#SpotResults {
}
#SpotResults div{
    font-size:14px;
    font-weight:bold;

}
#SpotResults div small{
color: #0B578F;
}

#SpotResults a:hover{
    color:gray;

}
#SpotResults small:hover{
    cursor:pointer;
    color:gray;

}
#SpotResults ul{
    padding: 0px 0px 0px 0px;
    margin-left:0px;
}
#SpotResults ul li{
    margin-left:0px;
    list-style-type:none;
}

#SpotResults li a
{
}

#SpotResults li p.error
{
    padding-bottom: 10px;
    margin-bottom: 9px;
    border-bottom: 1px solid #f5f5f5;
    color:#58595b;
}

#SpotResults li:last-child p.error {
    border-bottom: 0px none;
    padding-bottom: 0px;
}

#SpotResults li p.error a
{
    left: 0;
    top: 0;
}

#dcmenuSearchDiv {
    float:right;
    margin-top: 8px;
    height: 26px;
    width: 275px;
    position:relative;
}

table.dcListView th,table.dcListView td {
    text-align: left;
    color: #666;
    padding: 5px 10px;
}

table.dcListView th {
    background-color:#EBEBED;
}


table.dcListView th a.listViewThLinkS1 {
color:#666666;
text-decoration: none;
}

table.dcListView th a.listViewThLinkS1:hover {
text-decoration: underline;
}

table.dcListView td {
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

table.dcSearch {
    margin-bottom: 10px;
}

.dcSubmit {
margin-left:10px;
}

#sugar_spot_search_div {
    height: 26px;
    width: 270px;
    display: inline-block;
    position: relative;
    float: left;
}

/*bug 59030 - chrome specific bug due to jit charts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #sugar_spot_search {
        opacity: .99;
    }
}

#sugar_spot_search {
    width:235px;
    height: 16px;
    padding: 4px 9px;
    margin: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #f5f5f5;
    background: #ffffff;
    border: 1px solid #111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

#spot_search_btn {
    width: 12px;
    height: 20px;
    cursor: pointer;
    display: block;
    top:5px;
    left: 24px;
    position: absolute;
    *font-size:30px;
}

/*
input#sugar_spot_search:focus {
    box-shadow:0 -1px 1px #AFAFAE,1px -1px 1px #AFAFAE,-1px -1px 1px #AFAFAE;
    -moz-box-shadow:0 -1px 1px #AFAFAE,1px -1px 1px #AFAFAE,-1px -1px 1px #AFAFAE;
    box-shadow:0 -1px 1px #AFAFAE,1px -1px 1px #AFAFAE,-1px -1px 1px #AFAFAE;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
*/

#sugar_spot_search.searching {
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}

#sugar_spot_search_results {

    box-shadow:0 1px 1px #999;
    padding: 20px;
    background:#fff;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    position: relative;
    max-height: 600px;
    min-height: 30px;
    overflow: auto;
    width:360px;
    /*IE hack since box-shadow is not supported*/
    border-color:#999\9;
    border-style:solid\9;
    border-width:1px\9;
}

#sugar_spot_search_results section {

}

#sugar_full_search_results .odd {
    background-color: #efefef;
}
#sugar_spot_search_results .resultTitle, #sugar_full_search_results .resultTitle,
#sugar_spot_search_results section .resultTitle, #sugar_full_search_results section .resultTitle{
    float:left;
    color:#666;
    width:90px;
    text-align:right;
    padding-right: 10px;
    padding-top: 4px;
    font-size: 11px;
    word-wrap: break-word;
}



#sugar_spot_search_results .desc, #sugar_full_search_results .desc {
    color: #aaa;
}


#sugar_spot_search_results .resultNull {
     text-align:center;
     color: #666;
}

#sugar_spot_search_results .resultNull h1 {
    font-weight:normal;
    margin-bottom:5px;
}



#sugar_spot_search_results .resultNull a {
    text-decoration:none;
}
#sugar_spot_search_results ul,#sugar_full_search_results ul,
#sugar_spot_search_results section ul, #sugar_full_search_results section ul {
    width:230px;
    line-height:20px;
    padding:0 0 25px 10px;
    float:left;
    margin: 0px;
}

#sugar_spot_search_results ul li, #sugar_full_search_results ul li,
#sugar_spot_search_results section ul li, #sugar_full_search_results section ul li  {
    list-style: none;
    margin-bottom:7px;
}

#sugar_spot_search_results ul li a, #sugar_full_search_results ul li a,
#sugar_spot_search_results section ul li a, #sugar_full_search_results section ul li a {
    color:#176de5;
    text-decoration:none;
}

#sugar_spot_search_results ul li a:hover, #sugar_full_search_results ul li a:hover,
#sugar_spot_search_results section ul li a:hover, #sugar_full_search_results section ul li a:hover {
    text-decoration:underline;
}

#sugar_spot_search_results p.fullResults {
text-align: right;
margin-top: 14px;
}

#sugar_spot_search_results p.fullResults a {
    text-decoration: none;
}

#sugar_full_search_results section ul {
    width: auto;
 }

 #sugar_full_search_results section .resultTitle, #sugar_full_search_results section ul{
    padding: 15px;
}

#close_spot_search {
display: block;
position: absolute;
right: 50px;
top: 8px;
display: none;
cursor: pointer;
}
.highlight { background-color: #f3f8fe; }

.dcmenuDivider {
    height:44px;
    width:1px;
    margin:0;
    overflow:hide;
    background-color:#1a1a1a;
    border-right:1px solid #404040;
}

.dcQuickEdit{
    margin-bottom:3px;
}
#notificationsDivider {
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    }

.dashletPanel .dccontent {

    padding: 10px;
    background-color: #fff;
    max-height: 500px;
    overflow: auto;
}

.dashletPanel.dc table.edit.view {
    border: 0px;
        box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.dashletPanel.dc table.edit.view tr th {
padding: 0 5px 0 7px !important;
}

.dashletPanel.dc table.edit.view h4 {
margin-top: 0px;
}

.dashletPanel.dc table.edit.view tr:first-child td{
}

.dashletPanel.dc table.edit.view td{
white-space:nowrap;
padding: 2px;
}

.dashletPanel.dc .hd img{
border: 0px;
margin-top: 7px;
}
.dashletPanel.dc .hd button {
    vertical-align: top;
    margin-top: 8px;
    margin-right: 6px;
}


.dashletPanel.dc .bd .bd-center {
    padding-top: 15px;
}

.dashletPanel.dc .yui-panel-container.shadow .underlay {
    background-color: transparent;
}

.dashletPanel.dc .yui-panel {
border: 0px none;
}

.dashletPanel.dc .yui-module.yui-overlay.yui-panel {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}

.dashletPanel.dc .yui-panel .bd {
 padding: 0px;
}

.dashletPanel.dc .yui-layout-doc {
border: 0px none;
}

#dashletsDialog a.mbLBLL {
margin-left: 5px;
}

#basic_search_link
{
    margin-left:5px !important;
}

#detailpanel_1 table.olBgClass, #detailpanel_1 table.olBgClass table {
    *width: auto !important;
}


.acceptMeeting {
white-space: nowrap;
}

#ajaxStatusDiv {
    background : #ffffff;
    color : #c60c30;
    position : fixed;
    opacity : .8;
    filter : alpha(opacity=80);
    z-index: 20;
    top: 43px;
    border: 1px solid #aaa;
    padding: 5px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

li.active a img.deletePageImg {
   display: inline !important;
   margin-bottom: 2px;
}

li.active a img.deletePageImg, li.active a span.deletePageImg {
   display: inline-block !important;
}

ul.clickMenu {
    list-style: none;
    padding: 0px;
    margin: 0 !important;
    color: #262627;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: #ebebea;
    background-image: -moz-linear-gradient(top, #ffffff, #cdcccb);
    background-image: -ms-linear-gradient(top, #ffffff, #cdcccb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cdcccb));
    background-image: -webkit-linear-gradient(top, #ffffff, #cdcccb);
    background-image: -o-linear-gradient(top, #ffffff, #cdcccb);
    background-image: linear-gradient(top, #ffffff, #cdcccb);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcccb', GradientType=0);
    border-color: #cdcccb #cdcccb #a8a6a4;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 1px rgba(0, 0, 0, 0.075);
       display: inline-block;
        font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    /*hack for IE7*/
    *display:inline;
    *zoom:1;
}
ul.clickMenu form, div.action_buttons form, div.action_buttons input {float:left;}

div.action_buttons > form {
    display: inline;
    float: none;
}

/** bug 55940 - prevent wrapping of action buttons in button mode in the detail view header **/
.actionsContainer div.action_buttons input {
    float:none;
}

div.action_buttons input + input {
    margin-left: 5px;
}
ul.SugarActionMenuIESub {
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
}

ul#globalLinksSubnav.SugarActionMenuIESub li a:hover, ul#quickCreateULSubnav.SugarActionMenuIESub li a:hover,
ul.clickMenu:hover > li > span > a, ul.clickMenu:hover > li > a, ul.clickMenu:hover > li > form > a {
    /*color: #fff !important;*/
}

ul.clickMenu li span:hover {
    background-position: 5px 3px;
}
ul.clickMenu li, ul.SugarActionMenuIESub li {
    float: left;
    margin: 0;
    padding: 0 0 0 0;
    list-style: none;
    position: relative; /*--Declare X and Y axis base--*/
    cursor: pointer;
}
ul.SugarActionMenuIESub li a,
ul.clickMenu li a, .list tr.pagination td.buttons ul.clickMenu > li > a:link, .list tr.pagination td.buttons ul.clickMenu > li > a{
    display: block;
    text-decoration: none;
    float: left;
    font-weight: normal !important;
    padding: 4px 10px 4px 10px !important;
    color: #000;
    font-size: 12px;
}

.list tr.pagination td.buttons ul.clickMenu:hover > li > a:link, .list tr.pagination td.buttons ul.clickMenu:hover > li > a{
    /*color: #fff;*/
}

ul.clickMenu li.single a{
    padding-right: 8px !important;
}

ul.clickMenu li a:hover{
text-decoration: none !important;
}
ul.clickMenu li > span { /*--Drop down trigger styles--*/
    width: 20px;
    height: 23px;
    float: left;
    background: url(../../../../index.php?entryPoint=getImage&imageName=actionMenuArrow.png) no-repeat 5px -25px;
    cursor: pointer;
}

ul.clickMenu li > span.ab { /*--Drop down trigger styles--*/
    border-left: 1px #aaa solid;
}
ul.clickMenu li span.subhover {
    cursor: pointer;
    } /*--Hover effect for trigger--*/
div.action_buttons .subnav-sub { display:none; }

ul.clickMenu li ul.subnav, ul.clickMenu ul.subnav-sub, ul.SugarActionMenuIESub {
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0; top: 23px;
    background: #fff;
    margin: 0;
    display: none;
    float: left;
    width: auto;
    border: 1px solid #ccc;
    box-shadow: #999 0px 5px 10px;
    -moz-box-shadow: #999 0px 5px 10px;
    -webkit-box-shadow: #999 0px 5px 10px;
    padding: 8px 0px;
    z-index: 10;
    overflow:hidden;
    /*css hack for IE7*/
    *overflow:visible;
}
ul.clickMenu li ul.subnav.upper, ul.clickMenu ul.subnav-sub.upper, ul.SugarActionMenuIESub.upper {
    box-shadow: #999 5px 0px 10px;
    -moz-box-shadow: #999 5px 0px 10px;
    -webkit-box-shadow: #999 5px 0px 10px;
}
ul.clickMenu li ul.subnav li, ul.clickMenu ul.subnav-sub li, ul.SugarActionMenuIESub li{
    margin: 0;
    padding: 0px;
    clear: both;
    /*width: 170px;*/
    width:100%;
    white-space: nowrap;

}
ul.clickMenu.subpanel.records {
    background-color: #eee;
    border: 1px solid #ddd;
    background-image: none;
}

/** Bug53826: Disable whole subpanel hover action
ul.clickMenu.subpanel.records:hover {
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
        ) !important;
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.02, #255e90),
        color-stop(1, #3d74a5)
       ) !important;

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5') !important;
}
*/
ul.clickMenu.subpanel.records li div:hover a{
    color: #fff !important;
}
ul.clickMenu.subpanel.records li a{
    color: #aaa;
}

ul.clickMenu.subpanel.records li > span{
    opacity: .5;
}

ul.clickMenu.subpanel.records li ul.subnav li a span {
    height: 0px;
    width: 0px;
    background-image: none;
}

ul.clickMenu.button.nosplit li > span {
    width: auto;
    background-position: right -25px;
    padding: 3px 15px 3px 10px !important;
    height: auto;
}

ul.clickMenu.button.nosplit:hover li > span {
    background-position: right 3px;
}

ul.clickMenu.button.nosplit li > span a {
    padding: 0px !important;
}

ul.clickMenu.button.nosplit {
    padding-right: 5px;
}

ul.clickMenu.button.nosplit li ul.subnav {
    width: auto;
}

ul.clickMenu li a.disabled {
    color:gray !important;
    cursor:default !important;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records , .evenListRowS1:hover td ul.clickMenu.subpanel.records {
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #eeeeee 10%,
        #dfdfdf 100%
        );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.10, #eeeeee),
        color-stop(1, #dfdfdf)
       );
       border: 1px solid #AAAAAA;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records li a, .evenListRowS1:hover td ul.clickMenu.subpanel.records li a {
    color: #000;
}

.oddListRowS1:hover td ul.clickMenu.subpanel.records li span, .evenListRowS1:hover td ul.clickMenu.subpanel.records li span {
    opacity: 1;
}

ul.clickMenu li ul.subnav li a,ul.clickMenu li ul.subnav li input, ul.subnav-sub li a, ul.SugarActionMenuIESub li a {
    float: left;
    background: #fff;
    padding: 3px 10px !important;
    border: 0px !important;
    /*width: 150px;*/
    width:100%;
    text-align: left;
    font-size: 12px !important;
    color: #000;

}

ul.clickMenu li ul.subnav li input {
    padding: 2px 10px !important;
    /*width: 170px;*/
    width:100%
}
td.paginationActionButtons ul.clickMenu li a { font-size:12px !important; }

ul.SugarActionMenuIESub li a:hover, ul.clickMenu.SugarActionMenu li a:hover, ul.clickMenu.SugarActionMenu li span.subhover:hover,
ul.clickMenu li ul.subnav li a:hover,ul.clickMenu li ul.subnav li input:hover, ul.clickMenu.subpanel.records li ul.subnav li a:hover, ul.clickMenu ul.subnav-sub li a:hover { /*--Hover effect for subnav links--*/
    color: #313130;
    text-decoration: none;
    font-weight: 500;
cursor: pointer;
text-shadow: none;

}
ul.clickMenu li ul.subnav li a:hover,ul.clickMenu li ul.subnav li input:hover, ul.clickMenu.subpanel.records li ul.subnav li a:hover, ul.clickMenu ul.subnav-sub li a:hover {
font-size: 12px !important;
}


ul.clickMenu.showLess .moreOverflow , ul.clickMenu.showLess .moduleMenuOverFlowLess, ul.clickMenu.showMore .moduleMenuOverFlowMore {
    display:none;
}

ul#selectLinkBottom li>span, ul#selectLinkTop li>span {
    border-left: 1px #aaa solid;
}

#globalLinksDivider {
    float: right;
    margin-right: 0px;
}
ul#globalLinksSubnav, ul#quickCreateULSubnav{
    font-family: Arial;
}
ul#globalLinks.clickMenu {
    background: none;
    border: 0px none;
    padding-right: 0px;
    font-family: Arial;
}

ul#globalLinks.clickMenu li > span {
    height: 43px;
    background-image: url(../../../../index.php?entryPoint=getImage&imageName=tabDownArrowOff.png);
    background-position: right center;
    width: auto;
    margin-right: 10px;
    padding-right: 8px;
}

/*bug 59030 - chrome specific bug due to jit charts */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul#globalLinks.clickMenu li > span a  {
        opacity: .99;
    }
}

ul#globalLinks.clickMenu li > span a {
    color: #FFFFFF;
    margin-top: 13px;
    padding: 1px 10px !important;
}


ul#globalLinks.clickMenu li ul.subnav {
    top: 43px;
    right: 0px;
    left: auto;
}

ul#globalLinks.clickMenu > li > a {
    color: #fff;
    font-size: 14px;
    padding: 14px 7px !important;
}

ul#selectLink.clickMenu {
    height: 22px;
    min-width: 20px;
}
td.paginationActionButtons ul.clickMenu .massall,
ul#selectLink.clickMenu .massall, td.selectCol .massall{
    float: left;
    margin: 4px 4px;
}

input[name='mass[]'] {
    margin-left: 5px;
}

td.paginationActionButtons ul.selectmenu > li > a, td.selectCol ul.selectmenu > li > a, ul#selectLink.clickMenu > li > a {
    padding: 0px !important;
}

ul#selectLink.clickMenu li span {
    height: 20px;
}

ul#selectLink.clickMenu li ul.subnav {

}

ul#detailViewActions.clickMenu {
    margin-top: 2px !important;
}

.selectActions.clickMenu {
    display: none;
}

ul.clickMenu.show {
    display:inline-block;
    /*css hack for IE*/
    *display:inline;
    *zoom:1;
}

.selectActionsDisabled {
    display: inline-block;
    background-color: #eee;
    border: 1px solid #ddd;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    vertical-align: bottom;
    padding: 0 3px 0 10px;
    /*css hack for IE*/
    *display:inline;
    *zoom:1;
}

.selectActionsDisabled span {
    width: 17px;
    height: 22px;
    float: left;
    background: url(../../../../index.php?entryPoint=getImage&imageName=actionMenuArrow.png) no-repeat 6px -25px;
    opacity: .5;
    }

.selectActionsDisabled span.ab {
    border-left: 1px #ccc solid;
    margin-left: 10px;
    padding-left: 5px;
}

.selectActionsDisabled a, .selectActionsDisabled a:hover {
    float: left;
    display: block;
    text-decoration: none !important;
    color: #999 !important;
    padding: 3px 0 3px 0px!important;
    text-shadow: none;
    font-weight: normal !important;
    font-size: 13px;
}

#quickCreate {
    float: right;
}

#quickCreate ul.clickMenu {
    background: none;
    border: 0px none;
    padding-right: 0px;
    font-family: Arial;
}


#quickCreate ul.clickMenu > li {
    width: 50px;
    height: 43px;

}
#quickCreate ul.clickMenu li > span {
    background: url(../../../../index.php?entryPoint=getImage&imageName=quick-create.png) no-repeat center center;
    height: 43px;
    width: 50px;
}
#globalLinksModule ul.clickMenu li:hover span,
#quickCreate ul.clickMenu > li:hover {
    background-color: #343433;
}
ul#globalLinksSubnav li { min-width: 120px;}
ul#globalLinksSubnav, ul#quickCreateULSubnav,
#quickCreate ul.clickMenu li ul.subnav, #globalLinksModule ul.clickMenu li ul.subnav{
    top: 43px;
    right: 0;
    left: auto;
    padding: 10px 0px;
    border: 1px solid #999;
    /*Bug#54711: in IE9, all list menu in Admin are pushed to left side and not visible.*/
    width: 100%;
    /*width: auto;*/
    min-width: 150px;
}

#quickCreate ul.clickMenu li ul.subnav {
    width: auto;
}

#globalLinksSubnav li a, #quickCreateULSubnav li a,
#quickCreate ul.clickMenu li ul.subnav li a, #globalLinksModule ul.clickMenu li ul.subnav li a {
    padding: 4px 10px !important;
    font-size: 13px !important;
    color: #666666;
    line-height: 1.45;
}
#quickCreateULSubnav li.moduleMenuOverFlowLess a, #quickCreateULSubnav li.moduleMenuOverFlowMore a,
#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a {
    color: #999 !important;
}

#quickCreate ul.clickMenu li ul.subnav li a:hover, #globalLinksModule ul.clickMenu li ul.subnav li a:hover, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a:hover, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a:hover {
    color: #fff !important;
    background-color: #444;
}




#quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowMore a img, #quickCreate ul.clickMenu li ul.subnav li.moduleMenuOverFlowLess a img
{
    opacity: .6;
}
#profileThumb {
    max-width: 24px; max-height: 24px;
    margin-right: 10px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#searchDivider {
    float: right;
    margin: 0px;
}

.yui3-overlay {width: 100%;}


/* TipTip CSS - Version 1.2 */

#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}

#tiptip_holder.tip_top {
    padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
    padding-top: 5px;
}

#tiptip_holder.tip_right {
    padding-left: 5px;
}

#tiptip_holder.tip_left {

}

#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: none;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;

}

#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow, #tiptip_holder.tip_left #tiptip_arrow, #tiptip_holder.tip_left_bottom #tiptip_arrow, #tiptip_holder.tip_right #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}


#tiptip_holder.tip_top #tiptip_arrow_inner, #tiptip_holder.tip_right_top #tiptip_arrow_inner, #tiptip_holder.tip_left_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner, #tiptip_holder.tip_left #tiptip_arrow_inner, #tiptip_holder.tip_left_bottom #tiptip_arrow_inner, #tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}


/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

/* miscellaneaous 508 classes */
.detail508 tr td[scope="col"]
{
    color: #888;
    background-color: #eee;
    border-color: #ccc;
    text-align: right;
    white-space: nowrap;
}

.edit508 tr td[scope="col"]
{
    color: #444;
    background-color: #eee;
    border-color: #ccc;
    white-space: nowrap;
}

.listViewEmpty{
    background-color: #f6f6f6;
    text-shadow: none;
}
.listViewEmpty p, .listViewEmpty a {
    font-size:18px;
}
.listViewEmpty p {
    padding:5px 0px 5px 16px ;
}
p.submsg a{
    font-size:16px;
}
.listViewEmpty a{
    text-decoration:none;
}

.loading-indicator-ui {
    height: 100px;
    width: 100px;
    background: url(../../../../index.php?entryPoint=getImage&imageName=img_loading_54.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.loading-indicator-ui-overlay {
    background-color: #fff;
    opacity: 0.1;
    filter: alpha(opacity = 60);
}


.gsLinkWrapper{
    padding-left: 20px;
}

.inlineHelpTip {
    cursor: pointer;
    margin: 0px 5px;
    vertical-align: middle;
}


/* qjuery ui override */
.ui-dialog {
    padding: 0px;
    box-shadow: 0 5px 10px #999999;
    z-index: 1000;
}

.ui-dialog .ui-dialog-titlebar {
    border: 0px none;
    background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #f1f1f1 10%,
        #efefef 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.10, #f1f1f1),
        color-stop(1, #efefef)
       );

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    padding-bottom: 2px;
    border-bottom: 1px solid #ccc;
}

.ui-dialog .ui-widget-content {
    color: #444;

}

.ui-dialog .ui-dialog-titlebar .ui-dialog-title div {
    font-weight: normal;
    color: #666;
    font-size: 13px;
    text-shadow: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url(../../../../index.php?entryPoint=getImage&imageName=close.png) no-repeat center !important;
    margin-top: -10px;
    padding: 0px;
    height: 18px;
    width: 18px;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
    border: 0px none;
    background: transparent none;
}
.ui-corner-all {
    border-radius: 1px !important;
}


.SpanQuickView {
    visibility:hidden;
}
#showMoreDiv {
    width:auto;
    color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #f1f1f1 10%,
        #efefef 100%
        );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.10, #f1f1f1),
        color-stop(1, #efefef)
       );

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dfdfdf');
    border: 1px solid #aaaaaa;
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 10px 0;
    text-shadow: none;
}
#sugar_full_search_results div.resultTitle{
    font-weight: bold;
}

span.unchecked {
    color:#999999;
}

.ftsModuleFilterSpan{
    padding-top: 10px;
    padding-right: 10px;
    min-width: 150px;
}

td #moduleListTD
{
    padding-top: 10px;
    padding-bottom:10px;
    padding-left:5px;
    border-right: 1px solid #ccc;
}
#ftsSearchBarContainer {
    width:38em !important;
}

#sugar_spot_search_div .fts_spot_ul
{
    border-left: 1px solid #ccc;
}

#sugar_spot_search_div .spot_fts_summary
{
    color: #444;
}

#zenbox_tab {
border: 0px none !important;
left: auto !important;
top: auto !important;
right: 20px;
bottom: 0px;
position: inherit !important;
width: 100px !important;
height: 24px !important;
background-image: none !important;
display: inline-block !important;
height: 31px !important;
background-color: transparent !important;
border-left: 1px solid #CCCCCC !important;
text-align: center;
font-family: tahoma;
font-size: 15px;
text-shadow: none;
padding-top: 6px;
font-weight: bold;
color: #444;
text-decoration: none;
_height: 26px !important;
padding-top: 0px !important\9;
}


.zenbox_support_links {
    z-index: 100000;
    position: absolute;
    top: 77px;
    left: 32px;
}

#zenbox_container .zenbox_header {
    height: 20px;
    background-image: -moz-linear-gradient(center top,
    #eeeeee 0%,
    #cccccc 100%
    );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc)
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
}

#zenbox_container {
    width: 615px !important;
    height: 477px !important;
    box-shadow: 0px 2px 10px #444;
    background-color: #fff;
}

#zenbox_body {
    margin-top: 0px !important;
    height: 458px !important;
}

#zenbox_container .zenbox_header .close {
    background: url("../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=sugar-yui-sprites.png") no-repeat scroll 6px -67px transparent;
    width: 18px;
    float: right;
    margin: 2px 6px 0px 0px;
    cursor: pointer;
}

/* Main container */
div.hoverscroll {
border: 0 none;
position: relative;
}


/* List container */
div.hoverscroll div.listcontainer {
    overflow:hidden;
}
div.hoverscroll div.fixed-listcontainer {
    overflow: hidden;
    float: left;
}

/* Actual list containing items */
div.hoverscroll ul.listitem {
    list-style:none;
    margin:0;
    padding:0;
}

/* Items contained in the list */
div.hoverscroll ul.listitem li.item {
    display:block;
    padding:0;
}
div.hoverscroll.horizontal ul.listitem li.item {
    float:left;
}
div.hoverscroll.horizontal.rtl ul.listitem li.item {
    float: right;
}



/* Arrows */
div.hoverscroll div.arrow {
    position:absolute;
    float:none;
    background-color:#ccc;
    background-position:center;
    background-repeat:no-repeat;
    opacity:0.8;
    filter:alpha(opacity=80);
    z-index: 20001;
}
div.hoverscroll div.fixed-arrow {
    display: block;
    float: left;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
}

div.hoverscroll div.arrow.left,
div.hoverscroll div.arrow.right,
div.hoverscroll div.fixed-arrow.left,
div.hoverscroll div.fixed-arrow.right {
    top:0px;
    width:40px;
    height:100%;
}

div.hoverscroll div.arrow.top,
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.top,
div.hoverscroll div.fixed-arrow.bottom {
    left:0px;
    width:100%;
    height:40px;
}
div.hoverscroll div.arrow.top,
div.hoverscroll div.fixed-arrow.top {
    top:0px;
    background-image:url('../../../../index.php?entryPoint=getImage&imageName=arrow-up-small.png');

}
div.hoverscroll div.arrow.bottom,
div.hoverscroll div.fixed-arrow.bottom {
    bottom:0px;
    background-image:url('../../../../index.php?entryPoint=getImage&imageName=arrow-down-small.png');
}

/* from bootstrap  required for tour */
/* modal */
.modal-open .dropdown-menu {
    z-index: 2050;
}
.modal-open .dropdown.open {
    *z-index: 2050;
}
.modal-open .popover {
    z-index: 2060;
}
.modal-open .tooltip {
    z-index: 2070;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    max-height: 500px;
    width: 560px;
    margin: -250px 0 0 -280px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    *border: 1px solid #999;
    /* IE6-7 */

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.modal.fade {
    -webkit-transition: opacity .3s linear, top .3s ease-out;
    -moz-transition: opacity .3s linear, top .3s ease-out;
    -ms-transition: opacity .3s linear, top .3s ease-out;
    -o-transition: opacity .3s linear, top .3s ease-out;
    transition: opacity .3s linear, top .3s ease-out;
    top: -25%;
}
.modal.fade.in {
    top: 50%;
}
.modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.modal-header .close {
    margin-top: 2px;
}
.modal-body {
    padding: 15px;
}
.modal-body .modal-form {
    margin-bottom: 0;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -ms-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: -o-linear-gradient(top, #f5f5f5, #ffffff);
    background-image: linear-gradient(top, #f5f5f5, #ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    border-top: 1px solid #cfcfcf;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn {
    float: right;
    margin-left: 8px;
    margin-bottom: 0;
}
.modal-footer .btn.pull-left {
    float: left;
    margin-left: 0;
    margin-right: 8px;
}


/* buttons */
.btn {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 18px;
    color: #555;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #f6f6f6;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    *margin-left: .3em;
}



.btn:first-child {
    *margin-left: 0;
}
.btn:hover {
    color: #222;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.4);
    font-weight: bold;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn.active,
.btn:active {
    color: #ffffff;
    text-shadow: none;
    background-color: #555;
    outline: 0;
}
.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    background-color: #e6e6e6;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn [class^="icon-"] {
    margin-top: 2px;
    opacity: 0.65;
    filter: alpha(opacity=65);
}
.btn-large {
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.btn-large [class^="icon-"] {
    margin-top: 1px;
}
.btn-small {
    padding: 5px 9px;
    font-size: 11px;
    line-height: 16px;
}
.btn-small [class^="icon-"] {
    margin-top: -1px;
}
.btn-mini {
    padding: 2px 6px;
    font-size: 11px;
    line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
    color: #ffffff !important;
}
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-success:hover,
.btn-info:hover,
.btn-inverse:hover {
    border: 1px solid rgba(0, 0, 0, 0.7);
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-dark.active {
    color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
    background-color: #176de5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary.disabled,
.btn-primary[disabled] {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.btn-warning {
    background-color: #d26b15;
    background-image: -moz-linear-gradient(top, #e57417, #b75d12);
    background-image: -ms-linear-gradient(top, #e57417, #b75d12);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e57417), to(#b75d12));
    background-image: -webkit-linear-gradient(top, #e57417, #b75d12);
    background-image: -o-linear-gradient(top, #e57417, #b75d12);
    background-image: linear-gradient(top, #e57417, #b75d12);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e57417', endColorstr='#b75d12', GradientType=0);
    border-color: #b75d12 #b75d12 #71390b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background-color: #b75d12;
}
.btn-warning:active,
.btn-warning.active {
    background-color: #88450e \9;
}
.btn-danger {
    background-color: #d31516;
    background-image: -moz-linear-gradient(top, #e61718, #b81213);
    background-image: -ms-linear-gradient(top, #e61718, #b81213);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61718), to(#b81213));
    background-image: -webkit-linear-gradient(top, #e61718, #b81213);
    background-image: -o-linear-gradient(top, #e61718, #b81213);
    background-image: linear-gradient(top, #e61718, #b81213);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61718', endColorstr='#b81213', GradientType=0);
    border-color: #b81213 #b81213 #720b0c;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background-color: #b81213;
}
.btn-danger:active,
.btn-danger.active {
    background-color: #890e0e \9;
}
.btn-success {
    background-color: #389f00;
    background-image: -moz-linear-gradient(top, #3fb300, #2d8000);
    background-image: -ms-linear-gradient(top, #3fb300, #2d8000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3fb300), to(#2d8000));
    background-image: -webkit-linear-gradient(top, #3fb300, #2d8000);
    background-image: -o-linear-gradient(top, #3fb300, #2d8000);
    background-image: linear-gradient(top, #3fb300, #2d8000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb300', endColorstr='#2d8000', GradientType=0);
    border-color: #2d8000 #2d8000 #123400;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #2d8000;
}
.btn-success:active,
.btn-success.active {
    background-color: #1b4d00 \9;
}
.btn-info {
    background-color: #5fa7ef;
    background-image: -moz-linear-gradient(top, #71b1f1, #4397ec);
    background-image: -ms-linear-gradient(top, #71b1f1, #4397ec);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#71b1f1), to(#4397ec));
    background-image: -webkit-linear-gradient(top, #71b1f1, #4397ec);
    background-image: -o-linear-gradient(top, #71b1f1, #4397ec);
    background-image: linear-gradient(top, #71b1f1, #4397ec);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71b1f1', endColorstr='#4397ec', GradientType=0);
    border-color: #4397ec #4397ec #1571ce;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #4397ec;
}
.btn-info:active,
.btn-info.active {
    background-color: #177ee5 \9;
}
.btn-inverse {
    background-color: #1e1e1d;
    background-image: -moz-linear-gradient(top, #313130, #000000);
    background-image: -ms-linear-gradient(top, #313130, #000000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#313130), to(#000000));
    background-image: -webkit-linear-gradient(top, #313130, #000000);
    background-image: -o-linear-gradient(top, #313130, #000000);
    background-image: linear-gradient(top, #313130, #000000);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313130', endColorstr='#000000', GradientType=0);
    border-color: #000000 #000000 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #000000;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #000000 \9;
}
.btn-sugar {
    background-color: #ca1415;
    background-image: -moz-linear-gradient(top, #e61718, #a01011);
    background-image: -ms-linear-gradient(top, #e61718, #a01011);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e61718), to(#a01011));
    background-image: -webkit-linear-gradient(top, #e61718, #a01011);
    background-image: -o-linear-gradient(top, #e61718, #a01011);
    background-image: linear-gradient(top, #e61718, #a01011);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e61718', endColorstr='#a01011', GradientType=0);
    border-color: #a01011 #a01011 #5b0909;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    text-shadow: none;
    color: #fff;
}
.btn-sugar:hover,
.btn-sugar:active,
.btn-sugar.active,
.btn-sugar.disabled,
.btn-sugar[disabled] {
    background-color: #a01011;
}
.btn-sugar:active,
.btn-sugar.active {
    background-color: #720b0c \9;
}
button.btn,
input[type="submit"].btn {
    *padding-top: 2px;
    *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
button.btn.large,
input[type="submit"].btn.large {
    *padding-top: 7px;
    *padding-bottom: 7px;
}
button.btn.small,
input[type="submit"].btn.small {
    *padding-top: 3px;
    *padding-bottom: 3px;
}
.btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
    display: table;
    content: "";
}
.btn-group:after {
    clear: both;
}
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group + .btn-group {
    margin-left: 5px;
}
.btn-toolbar {
    margin-top: 9px;
    margin-bottom: 9px;
}
.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
}
.btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn-group .btn:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.btn-group .btn.large:first-child {
    margin-left: 0;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
    z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group .dropdown-toggle {
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    *padding-top: 5px;
    *padding-bottom: 5px;
}
.btn-group.open {
    *z-index: 1000;
}
.btn-group.open .dropdown-menu {
    display: block;
    margin-top: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.btn-group.open .dropdown-toggle {
    background-image: none;
    -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.05);
}
.btn .caret {
    margin-top: 7px;
    margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
    opacity: 1;
    filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
    border-top-color: #ffffff;
    opacity: 0.75;
    filter: alpha(opacity=75);
}
.btn-small .caret {
    margin-top: 3px;
}


/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
    font-family: 'FontAwesome';
    src: url('../../../../themes/default/font/fontawesome-webfont.eot');
    src: url('../../../../themes/default/font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../themes/default/font/fontawesome-webfont.woff') format('woff'), url('../../../../themes/default/font/fontawesome-webfont.ttf') format('truetype'), url('../../../../themes/default/font/fontawesome-webfont.svgz#FontAwesome') format('svg'), url('../../../../themes/default/font/fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal;
}
.the-icons li[class^="icon-"]::after,
.the-icons li[class*=" icon-"]::after {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    content: attr(class);
}
/* sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
    display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: top;
    font-size: 1.3333333333333333em;
}
/* makes the font 16px */
.icon-sm:before {
    vertical-align: top;
    font-size: 16px;
}
/* makes the font 26px */
.icon-md:before {
    vertical-align: top;
    font-size: 26px;
}
/* makes the font 42px */
.icon-lg:before {
    vertical-align: top;
    font-size: 42px;
}
/* makes the font 68px */
.icon-xl:before {
    vertical-align: top;
    font-size: 68px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
    /* keeps button heights with and without icons the same */

    line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
    /* 1.5 increased font size for icon-large * 1.25 width */

    width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
    margin-left: 0;
    list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
    text-indent: -2em;
    text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
    text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-repeat:before {
    content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
}
.icon-play:before {
    content: "\f04b";
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-share-alt:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up:before {
    content: "\f087";
}
.icon-thumbs-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
    content: "\f08a";
}
.icon-signout:before {
    content: "\f08b";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}

[class^="icon-"] {
    font-size: 16px;
}

/* close */
.tour .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 18px;
    color: #000000;
    text-shadow: none;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.tour .close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor: pointer;
}

/* well */
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.fade {
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -ms-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.collapse {
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -ms-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
    position: relative;
    overflow: hidden;
    height: 0;
}

/* popover */
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    padding: 5px;
}
.popover.top {
    margin-top: -5px;
}
.popover.right {
    margin-left: 5px;
}
.popover.bottom {
    margin-top: 5px;
}
.popover.left {
    margin-left: -5px;
}
.popover.top .arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
}
.popover.right .arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #000000;
}
.popover.bottom .arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #000000;
}
.popover.left .arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
}
.popover .arrow {
    position: absolute;
    width: 0;
    height: 0;
}
.popover-inner {
    padding: 2px;
    width: 288px;
    overflow: hide;
    background: #343433;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
    padding: 9px 15px;
    line-height: 1;
    background-color: #343433;
    border-bottom: 1px solid #000000;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 13px;
    color: #fff;
}
.popover-content {
    padding: 16px;
    background-color: #ffffff;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
    margin-bottom: 0;
}


/* tour specific */

#tour h1, #tour h2, #tour h3, #tour h4, #tour h5, #tour h6, .tour h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #343433;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}

#tour h3,.tour h3 {
    font-size: 18px;
    line-height: 27px;
}

#tour .close:hover {
    font-size: 20px;
}


.list tr.pagination,
.list tr.pagination td,
.list tr.pagination td table
{
    height: auto;
}

#footer img.logo {
    height: auto;
    width: auto;
    background-image: none;
}

.pagination button {
    height: 30px;
    width: 30px;

}

#zenbox_tab {
    padding-top: 9px;
}

.modal.whatsnew {
    margin-top: -75px;

}

.modal a,
.popover a {
    text-decoration: none;
}

.modal-footer .btn-invisible {
    float: left;
    margin-left: 0px;
}
.tour .modal-body   {
    width: 580px;
    height: 196px;
    font-size: 16px;
    padding-bottom: 30px;
}

.modal-footer .btn.btn-primary,
.popover-footer .btn.btn-primary {
    color: #fff;
}

.modal-footer {
}

.modal ul li {
    line-height: 18px;
}

.modal p {
    margin: 0 0 9px;
}

h3.popover-title {
    margin-bottom: 0px;
}
.tour {
    width: auto;
    margin: 0;
    left: 0px;
}

/* ul */
.tour ul,
.tour ol
{
    padding: 0;
    margin: 0 0 9px 25px;
}
.tour ul ul,
.tour ul ol,
.tour ol ol,
.tour ol ul {
    margin-bottom: 0;
}
.tour ul {
    list-style: disc;
}
.tour ol {
    list-style: decimal;
}
.tour li {
    line-height: 18px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

.modal.tour .well {
    background-color: #fff;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.2);
}

#tour ul.unstyled,
#tour ol.unstyled {
    margin-left: 0;
    list-style: none;
}

#tour .modal-body p {
    font-size: 13px;
    line-height: 18px;
}

#tourEnd .modal-body p,
#tourEnd .modal-body a {
    font-size: 18px;
    line-height: 26px;
}
#tourEnd .modal-body p
{
    margin-top: 84px;
}

li.icon-ok:before,i.icon-ok:before {
    color: #3FB300;
}

i.icon-arrow-up:before {
    font-size: 40px;

}

.tour i.icon-play.icon-xsm {
    font-size: 13px;
}
.caption {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.pointer,.pointer.up{
    background-image:  url('../../../../index.php?entryPoint=getImage&imageName=arrow.png');
    background-repeat: no-repeat;
    width: 42px;
    height: 109px;
}

.pointer.down {
    background-position: 0px -109px;
}

.modal.tour.screenshot {
    z-index: 1051;
}

.modal.tour.screenshot .modal-body {
    width: 600px;
    height: 400px;
}

.modal.tour .modal-body .thumb {
    cursor: pointer;
}


.pointer.up.left {
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari and Chrome */
    -o-transform:rotate(-45deg); /* Opera */
    width: 93px\0/;
    height: 95px\0/;
    background:transparent url('../../../../index.php?entryPoint=getImage&imageName=arrow_ie.png') no-repeat 0px 100px\0/;
    height: 110px \0/IE9;

}


.pointer.up.right {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    -o-transform:rotate(45deg); /* Opera */
    background-image:  url('../../../../index.php?entryPoint=getImage&imageName=arrow_ie.png')\0/;
    background-repeat: no-repeat\0/;
    background-position: 0px -280px\0/;
    width: 93px\0/;
    height: 95px\0/;
    height: 110px \0/IE9;
}


.pointer.down.right {
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari and Chrome */
    -o-transform:rotate(-45deg); /* Opera */
    background-image:  url(../../../../index.php?entryPoint=getImage&imageName=arrow_ie.png)\0/;
    background-repeat: no-repeat\0/;
    background-position: 0px -280px\0/;
    width: 93px\0/;
    height: 95px\0/;
    height: 110px \0/IE9;
}

.pointer.down.left {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    -o-transform:rotate(45deg); /* Opera */
    background-image:  url(../../../../index.php?entryPoint=getImage&imageName=arrow_ie.png)\0/;
    background-repeat: no-repeat\0/;
    background-position: 0px 280px\0/;
    width: 93px\0/;
    height: 95px\0/;
    height: 110px \0/IE9;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}

.rtl .modal {
    direction: rtl;
}

.rtl .modal-footer .btn {
    float: left;
}

.rtl .modal ul {
    margin: 0 25px 9px 0px;
}

.rtl .modal .close {
    float: left;
}

.rtl .pointer.up.right {
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari and Chrome */
    -o-transform:rotate(-45deg); /* Opera */
}

.rtl .pointer.up.left {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    -o-transform:rotate(45deg); /* Opera */
}

.rtl .pointer.down.right {
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
    -o-transform:rotate(45deg); /* Opera */
}

.rtl .pointer.down.left {
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); /* IE 9 */
    -moz-transform:rotate(-45deg); /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari and Chrome */
    -o-transform:rotate(-45deg); /* Opera */
}

#pageContainer > div > table td:first-child {
    padding-right: 20px;
}

.sugar-subpanel-header-row {
    height: auto;
    padding: 2px 0px;
}

.sugar-subpanel-header-row input[type="button"], .button {
    margin-top: 0px;
}

html.touch {
    height: 100%;
    position: static;
}

/*dashlet charts*/
.chartContainer {
  float: left;
  margin: 8px auto 20px!important;
  width: 100%;
}
.chartContainer .scrollBars {
  overflow: auto;
  max-height: 600px;
  position: relative;
  clear: both;
}
.chartCanvas {
  position: relative;
  margin: auto;
  overflow: hidden;
  background-image: url(../../../../sugarcrm/index.php?entryPoint=getImage&imageName=chartBg.png);
  background-repeat: repeat-x;
}
.legend {
  padding: 0;
  width: 100%;
  float: left;
  margin-left: 20px;
}
.legend .waterMark {
  width: 10px;
  height: 10px;
  background-image: url(../../../../index.php?entryPoint=getImage&imageName=watermark-white.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  margin-top: 3px;
  float: left;
}
.legend .waterMark.pareto {
  background-image: url(../../../../index.php?entryPoint=getImage&imageName=pareto-white.png);
}
.legend .query-color {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #999;
  float: left;
}
.legend .col {
  float: left;
  width: 70%;
}
.legend .col2 {
  float: left;
  width: 30%;
  text-align: right;
}
.legend .label {
  float: left;
  background-color: transparent;
  color: #313130;
  font-size: 12px;
  margin-right: 10px;
}
.legend .label:hover {
  color: #313130 !important;
}
.legend .legendGroup {
  display: inline-block;
}
/*TOOLTIPS*/
.tip {
  color: #111;
  width: auto;
  background-color: white;
  border: 1px solid #ccc;
  -moz-box-shadow: #555 2px 2px 8px;
  -webkit-box-shadow: #555 2px 2px 8px;
  -o-box-shadow: #555 2px 2px 8px;
  box-shadow: #555 2px 2px 8px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 7px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.rotatedLabel {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
}
.rotatedLabelReverse {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(90deg);
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2);
}

/* Styles for SugarBPM */
.trademark {
  color: #999;
}

sup.trademark,
sup.heading {
  font-size: 60%;
}

/* Styles for admin pages */
.edit #api_platforms tr th {
  padding: 5px 3px !important;
}
