/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
body{margin:10px}h1{font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold}optgroup{font-weight:normal}abbr,acronym{border-bottom:1px dotted #000;cursor:help}em{font-style:italic}del{text-decoration:line-through}blockquote,ul,ol,dl{margin:1em}ol,ul,dl{margin-left:2em}ol{list-style:decimal outside}ul{list-style:disc outside}dl dd{margin-left:1em}th,td{border:1px solid #000;padding:.5em}th{font-weight:bold;text-align:center}caption{margin-bottom:.5em;text-align:center}sup{vertical-align:super}sub{vertical-align:sub}p,fieldset,table,pre{margin-bottom:1em}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px}img{-ms-interpolation-mode:bicubic}/*********************************************************************************
 * By installing or using this file, you are confirming on behalf of the entity
 * subscribed to the SugarCRM Inc. product ("Company") that Company is bound by
 * the SugarCRM Inc. Master Subscription Agreement (“MSA”), which is viewable at:
 * http://www.sugarcrm.com/master-subscription-agreement
 *
 * If Company is not bound by the MSA, then by installing or using this file
 * you are agreeing unconditionally that Company will be bound by the MSA and
 * certifying that you have authority to bind Company accordingly.
 *
 * Copyright (C) 2004-2013 SugarCRM Inc.  All rights reserved.
 ********************************************************************************/

 
#ajaxStatusDiv 
{
    background: none repeat scroll 0% 0% rgb(255, 255, 255); 
    color: rgb(198, 12, 48); 
    position: fixed;
    opacity: 0.8;
    -moz-opacity:0.8;
    filter: alpha(opacity=80);
    top: 7px;
}


.search_form .view .yui-ac-highlight {
    text-shadow: none;
}

/* hack for webkit browsers ( namely Chrome and Safari ) */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #ajaxStatusDiv 
    {
        position: absolute;
    }
}
/*********************************************************************************
 * By installing or using this file, you are confirming on behalf of the entity
 * subscribed to the SugarCRM Inc. product ("Company") that Company is bound by
 * the SugarCRM Inc. Master Subscription Agreement (“MSA”), which is viewable at:
 * http://www.sugarcrm.com/master-subscription-agreement
 *
 * If Company is not bound by the MSA, then by installing or using this file
 * you are agreeing unconditionally that Company will be bound by the MSA and
 * certifying that you have authority to bind Company accordingly.
 *
 * Copyright (C) 2004-2013 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],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: #276499;
}

#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&themeName=Sugar&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#main
{
    min-width: 950px; /* Bug 61126 */
}

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.pointer {
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;
}

/* 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;
    background-color: #eee;
}
.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;
}
div.actionsContainer
{
    margin-bottom: 10px;
}

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

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

.edit h4
{
    font-weight: bold;
    background-color: #eee;
    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 {
box-shadow: #ccc 0px 0px 10px;
-moz-box-shadow: #ccc 0px 0px 10px;
-webkit-box-shadow: #ccc 0px 0px 10px;
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 {
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;
min-width: 950px;
}

.listViewBody .list
{
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
}

.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;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
}

.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 {
box-shadow: #ccc 0px 0px 10px;
-moz-box-shadow: #ccc 0px 0px 10px;
-webkit-box-shadow: #ccc 0px 0px 10px;
}

.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: #ff0000;
    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&themeName=Sugar&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;
    min-width: 950px;
}

.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: -ms-linear-gradient(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');

    background-color: #cccccc;
    border-bottom: 1px solid #98C6EA;
    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: 0px 1px #fff;
}

.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: #005a9b;
    font-size: 12px;
    text-decoration: none;
    text-shadow: 0px 1px #fff;
    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&themeName=Sugar&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&themeName=Sugar&imageName=form-button-primary-bg.png);
    background-color: #356ea1;
    border: 1px solid #326a9c;
    color: #fff;
    text-shadow: -1px -1px #666;
}

.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-image:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=footer.png);
    background-position:  0 -70px;
    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;
}
.up {
    background-color: transparent !important;
    background-position: 0 0 !important;
    border: 0 none !important;
    bottom: 5px;
}
#footer
{
    border-top:1px solid #ccc;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
    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: 7px 10px;
    max-width:450px;
    max-height:17px;

}

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

#footer #help {
    float: right;
    border-right: 1px solid #CCC;
    height: 31px;
}

#footer #help a {
    color: #444;
    text-decoration: none;
    font-size: 12px;
    float: left;
    padding: 0px 10px 0px;
 }


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

#footer #help 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;
     border-right: 1px solid #CCCCCC;
     height: 31px;
}

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

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

#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 #ff0000 !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;
}

/* 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&themeName=Sugar&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 {
    border-left: 1px solid Black;
    border-top: 1px solid Black;
    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-left: none;
    border-right: 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;
}
table.reportDataChildtablelistView td {
    border-color: #ccc;
    background: white;
    padding:4px 5px;
}
.reportGroupByDataChildTablelistViewThS1 {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 4px 5px 4px 5px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
    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: #FF0000;
    font-weight: bold;
}
.aclEnabled
{
    color: #008000;
    font-weight: bold;
}
.aclDisabled
{
    color: #FF0000;
    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;
}

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&themeName=Sugar&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: #ff0000;
}
.required,
.error
{
    color: #ff0000;
}
.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: #98C6EA;
    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;
}

#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 (KBDocument 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 {
    box-shadow: #999 0px 2px 10px;
    -moz-box-shadow: #999 0px 2px 10px;
    -webkit-box-shadow: #999 0px 2px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #ccc\9;
    }

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

    }

    .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: -ms-linear-gradient(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 {
        border-width: 1px 0px 0px 0px;
        border-color: #98c6ea;
        border-style: solid;
        height: 38px;
        border-bottom: 1px solid #98c6ea;
    }

    .dashletPanel .hd .tr {
        width:9px;
        height:38px;
        top:0;
        right:0;
        position:absolute;
        -moz-border-radius-topright: 6px;
        -webkit-border-top-right-radius: 6px;
        border-radius-topright: 6px;
        border-width: 1px 1px 0px 0px;
        border-color: #98c6ea;
        border-style: solid;
        border-bottom: 1px solid #98c6ea;
    }

    .dashletPanel .hd .tl {
        width:9px;
        height:38px;
        top:0;
        left:0;
        position:absolute;
        -moz-border-radius-topleft: 6px;
        -webkit-border-top-left-radius: 6px;
        border-radius-topleft: 6px;
        border-width: 1px 0px 0px 1px;
        border-color: #98c6ea;
        border-style: solid;
        border-bottom: 1px solid #98c6ea;
    }

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

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

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




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

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


    .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 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top: 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-width: 0px 1px 0px 1px;
    border-color: #98c6ea;
    border-style: solid;
    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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&imageName=dp-br-menu.png) no-repeat;
        height: 22px;
        width: 22px;
    }

    .dashletPanelMenu .ft  .ft-center {
        background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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: 0px 1px #fff;
    font-size: 14px;
    clear:both;
    }

    .dashletPanel.dc {
    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;
    border: 1px solid #305678;
    }

    .dashletPanel.dc .hd {
        height: 38px;
        padding: 0 15px;

    background: -ms-linear-gradient(top,
        rgba(111,137,161,.9) 0%,
        rgba(71,105,135,1) 50%,
        rgba(48,86,120,1) 50%,
        rgba(48,86,120,.8) 100%
        );
    background-image: -moz-linear-gradient(center top,
        rgba(111,137,161,.9) 0%,
        rgba(71,105,135,1) 50%,
        rgba(48,86,120,1) 50%,
        rgba(48,86,120,.8) 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(111,137,161,.9)),
        color-stop(.50, rgba(71,105,135,1)),
        color-stop(.50, rgba(48,86,120,1)),
        color-stop(1, rgba(48,86,120,.8))
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f89a1', endColorstr='#305678');
    cursor: move;
    }

    .dashletPanel.dc .hd .hd-center {
        background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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 {
        padding: 15px;
    background-color: #fafdff;
    background-color: rgba(13,58,98,.3);
        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;
  position: inherit;
    }

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

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

    .dashletPanel.dc .bd .ml {
        background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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&themeName=Sugar&imageName=dp-bl-dc.png) no-repeat;
        width: 22px;
        height: 22px;
    }

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

    .dashletPanel.dc .ft  .ft-center {
        background:url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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.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&themeName=Sugar&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&themeName=Sugar&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: 0px 1px #fff;
}

.h3Row
{

}
h4, h5
{
    color: #666;
}
a:link, a:visited
{
    color: #0b578f;
}
a:hover
{
    color: #000000;
}
button, input[type=submit], input[type=reset], input[type=button], .button, .buttons .button, .yui-button button
{
    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: -ms-linear-gradient(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;
    padding: 2px 8px 2px 8px;
    padding: 2px 8px 1px 8px\9; /* ie hack */
    font-family: 'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
}

.button.primary,.yui-dialog .ft span.default button  {
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
        );
        background-image: -ms-linear-gradient(top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
       );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.02, #255e90),
        color-stop(1, #3d74a5)
       );

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5');
        border-color: #000;
        color: #fff;
}

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]
{
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
        );
        background-image: -ms-linear-gradient(top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
       );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.02, #255e90),
        color-stop(1, #3d74a5)
       );

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5');
        border-color: #000;
        color: #fff;

}

.button.primary:hover,.button.primary:focus ,button.primary[selected],.yui-dialog .ft span.default button:hover{
        background-image: -moz-linear-gradient(center top,
        #ffffff 0%,
        #255e90 2%,
        #3d74a5 100%
        );
        background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ffffff),
        color-stop(.02, #255e90),
        color-stop(1, #3d74a5)
       );

       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255e90', endColorstr='#3d74a5');
        border-color: #000;
        color: #fff;
}

button[disabled], input[type=submit][disabled], input[type=reset][disabled], input[type=button][disabled]
{
    border-color: #c1c1c1;
    color: #999;
    text-shadow: none;
    background-image: -moz-linear-gradient(center top,
    #e7e7e7 0%,
    #dcdcdc 100%
    );
    background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #e7e7e7),
    color-stop(1, #dcdcdc)
   );
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#dcdcdc');
}

.pagination button {
    border: 0px none;
    background-color: transparent;
    background-image: none;
    padding: 0px;
    position: relative;
    height: 24px;
    filter: 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&themeName=Sugar&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&themeName=Sugar&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
{
    border-color: #ccc;
    background-color: #ffffff;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

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 {
    font-size: 10px;
    padding:3px 0px 0px 0px;
    margin-top: -8px\9;
    height: 23px\9;
}
span.id-ff button img{
    width: 14px;
    height: 14px;
}

span.id-ff button#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 {
    height: 43px;
}

#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%;
}


#moduleList .sf-menu li a, ul.megamenu li a, ul.moduleTabMore li a, ul.sf-sub-modulelist li a {
    padding:  8px 12px;
    line-height: 1.9;
    text-decoration:none;
    font-size: 14px;
    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:     #355B7E;
}

#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:     #276499;
    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:     #355B7E;
    color: #fff;
    outline:        0;
}

#moduleList .sf-menu > li.current > a {
    background:     #193f61;
}
#moduleList .sf-menu li.home a {
    height: 28px;
    padding-bottom: 7px;
}
/*** 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&themeName=Sugar&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: #355b7e;
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;
}

#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&themeName=Sugar&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&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: #98c6ea !important;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius:6px;
}

.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{
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-border-radius-bottomleft: 6px;
}

.list.view  tr:last-child td:last-child,.list.view  tr:last-child th:last-child  {
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-border-radius-bottomright: 6px;
}

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

.list tr.pagination td table td:first-child {
    -moz-border-radius-topleft: 6px;
    border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

.list tr.pagination td table td:last-child {
    -moz-border-radius-topright: 6px;
    border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

#subpanel_list .list.view {
box-shadow: #ccc 0px 0px 10px;
-moz-box-shadow: #ccc 0px 0px 10px;
-webkit-box-shadow: #ccc 0px 0px 10px;
}

.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: #ecf7ff;
}

/* 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: #0b578f;
}

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

.edit h4 {
    color: #444444;
}

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

.edit, .detail, .detail > table
{
    border: 1px solid #98C6EA;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.detail > table
{
    border: none;
}

.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: 0px 1px #fff;
}
.monthHeader td {
    padding: 5px;
}

/* 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: -ms-linear-gradient(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: -ms-linear-gradient(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&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&themeName=Sugar&imageName=dashlet-tab-bg-bottom.png) repeat-x \9;
}


#dashletCtrlsTD {
text-align: right;
}

#addPage {
height: 30px;
margin-top: 2px;
border-bottom: 2px solid #ccc;
}

#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&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&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&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&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&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&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&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&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&themeName=Sugar&imageName=sugar-yui-tab-bg.png');
    border-color: #c3c3c3;
}

.yui-layout .yui-layout-hd {
    background:transparent url('../../../../index.php?entryPoint=getImage&themeName=Sugar&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&themeName=Sugar&imageName=dp-bd.png) repeat;
    margin-bottom: 10px;
}

.yuimenuitem-hassubmenu > a{
    background-image: url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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&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
{
    background:#000 url('../../../../index.php?entryPoint=getImage&themeName=Sugar&themeName=Sugar&imageName=sugar-yui-sprites.png') repeat-x scroll 0 -157px;

}
 .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&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&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)
    );
    background-image: -ms-linear-gradient(
        top,
        #eeeeee 0%,
        #cccccc 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    color: #666;
    text-shadow: 0 1px #FFFFFF;
    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 #98C6EA;
}

.reportChartContainer {
    -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 #98C6EA;
    margin-bottom: 20px;
    }

/* 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 {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
}

.edit.view h4:first-child,.detail.view h4:first-child {
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
-webkit-border-top-left-radius: 6px;
}

.edit.view.collapsed h4,.detail.view.collapsed h4 {
-moz-border-bottom-left-radius: 6px;
-moz-border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
}

.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  {
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-webkit-border-top-left-radius: 6px;
}

.edit.view > table tr:first-child td:last-child,.detail.view > table:first-child tr:first-child td:last-child   {
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
}

.edit.view > tr:last-child > td:first-child,.detail.view tr:last-child > td:first-child {
-moz-border-radius: 0px 0px 0px 6px;
border-radius: 0px 0px 0px 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
}
.edit.view > tr:last-child td:last-child ,.detail.view tr:last-child td:last-child{
-moz-border-radius-bottomright: 6px;
border-bottom-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
}
.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 {
    -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;
}
/*
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: #006bb9;
    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: #006bb9;
}

.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&themeName=Sugar&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;
}
/* 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: 0px 1px #fff;
    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%;
}
#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{
color:blue;
height:55px;
min-width: 950px;
    background-color: #0d3a62;
    height: 55px;
    background: -moz-linear-gradient(center top,
    rgba(32,81,124,.9) 0%, rgba(13,58,98,.9) 78%, rgba(0,0,0,.3) 78%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top,
    rgba(32,81,124,.9) 0%, rgba(13,58,98,.9) 78%, rgba(0,0,0,.3) 78%, rgba(0,0,0,0) 100%);
    background-color: transparent;
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(32,81,124,.9)),
    color-stop(0.78, rgba(13,58,98,.9)),
    color-stop(0.78, rgba(0,0,0,.3)),
    color-stop(1, rgba(0,0,0,0))
    );

height: 43px\9;
}
_::-ms-reveal, .dcmenu {
    height:55px;
}
#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;
}

#dcboxbody.sugar_spot_search {
    min-width:320px;
}

#dcboxbody.dcmenuSugarCube {
    min-width:480px;
    width:480px;
}

#dcboxbody div.buttons {

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

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


#dcmenushortcuts{
    width:130px;
    height:30px;
    position:relative;
    top:-2px;
    float:left;
    background-image:url('../../../../index.php?entryPoint=getImage&themeName=Sugar&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;
}

#glblSearchBtn {
    display:block;
    position: absolute;
    right: 19px;
    top: 1px;
    width:32px;
}
#glblSearchBtn .searchIconLink {
    width:32px;
    overflow:hidden;
    display:block;
    position:relative;
    cursor:pointer;
}
#glblSearchBtn .searchicon {
    position: relative;
    right:2px;
}

#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;
}

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

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

#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;
}

#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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&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&themeName=Sugar&imageName=user_follow.png');width:24px;height:24px;float:left;}
.follow div.on {background-position:0px 0px; background-image:url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=user_unfollow.png');}
.follow div.off {background-position:0px -0px}
.follow div:hover {cursor:pointer;}

#SpotResults {
    font-weight:bold;
}
#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 10px 0px 0px;
    margin-left:0px;
}
#SpotResults ul li{
    margin-left:0px;
    list-style-type:none;
}

#SpotResults li a
{
}

#SpotResults li p.error
{
    padding-top: 10px;
}

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

#dcmenuSearchDiv {
    float:right;
    margin-top: 8px;
    height: 35px;
    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;
}
#sugar_spot_search {
    border: 0;
    width:210px;
    font-size: 12px;
    padding:1px 40px 0px 5px;
    height: 23px;
    margin-top: 1px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow:inset 0 1px 1px #999;
    -moz-box-shadow:inset 0 1px 1px #999;
    box-shadow:inset 0 1px 1px #999;
}

#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 #98C6EA,1px -1px 1px #98C6EA,-1px -1px 1px #98C6EA;
    -moz-box-shadow:0 -1px 1px #98C6EA,1px -1px 1px #98C6EA,-1px -1px 1px #98C6EA;
    box-shadow:0 -1px 1px #98C6EA,1px -1px 1px #98C6EA,-1px -1px 1px #98C6EA;
    -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: 40px 20px 20px 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:95px;
    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:#006BB9;
    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: cyan }

.dcmenuDivider {
    background-image:url('../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=dcMenuDivider.png');
    background-repeat:no-repeat;
    width: 2px;
    height: 43px;
    margin:0 10px 0 0px;
}

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

.dashletPanel .dccontent {
    border: 1px solid #aaa;
    padding: 10px;
    background-color: #fff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    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;
}

#ajaxUIErrorPanel .ft {
    font-weight: bold;
    font-size: 1.2em;
}

ul.clickMenu {
    list-style: none;
    padding: 0px;
    margin: 0 !important;
    vertical-align: bottom;
    -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;
       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;}

/** bug 55940 - prevent wrapping of action buttons in button mode in the detail view header **/
.actionsContainer div.action_buttons input {
    float:left;
}
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: 3px 10px 3px 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: 21px;
    float: left;
    background: url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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--*/
background-color: #355b7e;
color: #fff !important;
font-weight: normal !important;
cursor: pointer;
text-shadow: none;
border-radius: 0px;
-webkit-border-radius: 0px;

}
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;
}

#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&themeName=Sugar&imageName=tabDownArrowOff.png);
    background-position: right center;
    width: auto;
    margin-right: 10px;
    padding-right: 8px;
}

ul#globalLinks.clickMenu li > span a {
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 13px;
    padding: 0px 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;
}

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&themeName=Sugar&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: 1px 1px #FFFFFF;
    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&themeName=Sugar&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: #276499;
}
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;
    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;
}




#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: 0 0 2px #000;
    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: 1px 1px #fff;
}
.listViewEmpty p, .listViewEmpty a {
    font-size:18px;
}
.listViewEmpty p {
    padding:5px 0px 5px 16px ;
}
p.submsg, p.submsg a{
    font-size:16px;
}
.listViewEmpty a{
    text-decoration:none;
}

.loading-indicator-ui {
    height: 100px;
    width: 100px;
    background: url(../../../../index.php?entryPoint=getImage&themeName=Sugar&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;
}


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

.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: 0px 1px #fff;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px;
    width: 18px;
    padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    background: url(../../../../index.php?entryPoint=getImage&themeName=Sugar&imageName=close.png) no-repeat center !important;
    height: 18px;
    width: 18px;
}

.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: 0px 1px #fff;
}
#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: 0px 1px #fff;
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&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&themeName=Sugar&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&themeName=Sugar&imageName=arrow-down-small.png');
}


