.header { color: #d4d8d3; background-color: #333333; }
  .header a, .usernav a { color: #555; }
  .header .bright, .usernav .bright { color: #ccff99;}
.usernav { color: #d4d8d3; }
.footer { color: #666666; background-color: #333333; }
  .footer a { color: #666666; }
.hc2 { background-color: #555555; }
.table-hd { background-color: #bbbbbb; }
.theme-color { background-color: #7dbd30; }
.bg1 { background-color: #f0fce0; }
.bg2 { background-color: #eeeeee; }
.bg3 { background-color: #666666; }
.bg-focus { background-color: #fffce1; }
.bg-reset { background-color: #fff;}
.border-theme { border-color: #7dbd30; }
.border-black  { border-color: #000; }
hr { background-color: #aaa; }
/*
  Text Setup
*/
a, a.small-text { color: #0071bc; }
.bright, .bright a { color: #7dbd30; }
.dim, .dim a { color: #9BB279; }
.dull { color: #333333; }
.dull2, .dull2 a { color: #666; }
.descriptive-text, .descriptive-color { color: #888; }
.field-description { color: #cccccc; }
.small-text, .minor, .minor a { color: #666666; }
.warning { color: #cc0000; }
.text-on-dark { color: #fff; }
.dark { color: #000; }
.color-reset { color: #000; }
.error-message, .error-header, .required { color: #f33; }
/*
  JS Widget related Color 
*/

.ff .yui3-text-input-hint {
  color: #ccc;
}

/* Lightbox */
.ff .yui3-lightbox {
  background-color: #FFF;
  border-color: #7DBD30;
}

.ff .yui3-lightboxwarning {
  border-color: #c00;
}

.ff .yui3-lightboxwarning h3 {
  color: #c00;
}

.ff .yui3-lightbox-close a { color: #888; }

/* 
  Vertial tab widget
*/

.ff .yui3-tabview-vertical {
  background: url(../../images/v2/vertical-tab-bg.png) repeat-y 12.5em;
}

.ff .yui3-tabview-vertical li.yui3-tab em { font-style: normal; }

.ff .yui3-tabview-vertical li.yui3-tab a {
  color: #7DBD30;
}

.ff .yui3-tabview-vertical li.yui3-tab-selected {
  background: url(../../images/v2/vertical-tab-arrow.png) repeat-y 12em;
  z-index: 11;
  position: relative;
}

.ff .yui3-tabview-vertical li.yui3-tab-selected a {
  color: #fff;
  background-color: #7DBD30;
}

/* 
  Horizontal tab widget
*/

.ff .yui3-tabview-horizontal-content {

}

.ff .yui3-tabview-horizontal li.yui3-tab a {
  color: #ccc;
  border: 1px solid #ccc;
  border-bottom: 0px
}
.ff .yui3-tabview-horizontal li.yui3-tab-selected a {
  color: #fff;
  background-color: #7DBD30;
  border: 1px solid #7DBD30;
  border-bottom: 0px
}
.ff table.vertical-table th,
.ff table.vertical-table td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.ff table.vertical-table th {
  border-left: 1px solid #ccc;
  background-color: #F0FCE0;
}

.ff .yui3-tabview-horizontal-2 ul.yui3-tabview-tabs {
  background: #e2e2e2;
  -webkit-box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, .06);
  box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, .06);
}

.ff .yui3-tabview-horizontal-2 li.yui3-tab a {
  color: #818181;
  -webkit-box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, .06);
  box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, .06);

  background: #cfcfcf; /* Old browsers */
  background: -moz-linear-gradient(top, #cfcfcf 0%, #b6b6b6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cfcfcf), color-stop(100%,#b6b6b6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #cfcfcf 0%,#b6b6b6 100%);  Chrome10+,Safari5.1+ 
  background: -o-linear-gradient(top, #cfcfcf 0%,#b6b6b6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #cfcfcf 0%,#b6b6b6 100%); /* IE10+ */
  background: linear-gradient(to bottom, #cfcfcf 0%,#b6b6b6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcfcf', endColorstr='#b6b6b6',GradientType=0 ); /* IE6-9 */
}
.ff .yui3-tabview-horizontal-2 li.yui3-tab-selected a {
  color: #7DBD30;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
}

/******************************************************************
Multi Assignee Widget & AutoComplete
 ******************************************************************/

.ff .yui3-multipleassigneeswidget { border-color: #D4D8D3; }

.ff .yui3-autocomplete li.item {
  background: #eeeeee;
}

.ff .yui3-autocomplete li.item,
.ff .assignee-label {
  border-color: #D4D8D3;
}

.ff .yui3-autocomplete li.focus, .ff .assignee-label {
  background-color: #f0fce0;
}

/*************************************************************
 * Contacts
 ************************************************************/

.ff .contact-item .pic img,
.ff .contact-item .pic a img {
  border-color: #ccc;
}

.ff .contact-item li:hover h3 a {
  color: #7dbd30;
}

.ff .group-list {
  border-color: #ccc;
}

.ff .group-list a{
  color: #ccc;
}

.ff .group-list {
  color: #666;
}

.ff .group-list .selected a {
  color: #7dbd30;
}

/*
  UI Element
*/
/* Icon */
.ff .button .icon,
.ff .link-with-icon .icon {
  background-image: url(../../images/v2/control-icon.png);
  background-repeat: no-repeat;
  /* ie6 fix */
  zoom: 1;
}
.ff .icon-create { background-position: 0px 0px; }
.ff .icon-themes { background-position: -25px 0; }
.ff .icon-import { background-position: -50px 0px; }
.ff .icon-export { background-position: -75px 0px; }
.ff .icon-publish { background-position: 0 -25px; }
.ff .icon-google { background-position: -50px -50px; }
.ff .icon-add { background-position: 0px -50px; }
.ff .icon-mail { background-position: -18px -126px; }
.ff .icon-clone { background-position: -46px -130px; }
.ff .icon-edit { background-position: -75px -130px; }
.ff .icon-edit-grey { background-position: -100px -25px; }
.ff .icon-view-grey { background-position: -100px -50px; }
.ff .icon-create-grey { background-position: 0 -50px; }
.ff .icon-archive-grey { background-position: -25px -50px; }
.ff .icon-delete { background-position: -50px -25px; }

/* Header Icon */
.ff .header-icon {
  background-image: url(../../images/v2/control-icon.png);
  background-repeat: no-repeat;
}
.ff .header-with-icon {
  color: #333;
}
.ff .header-with-icon .statistics-icon { background-position: -125px 0px; }
.ff .header-with-icon .comments-icon { background-position: -155px -45px; }
.ff .header-with-icon .invite-icon { background-position: -155px 0px; }
.ff .header-with-icon .group-icon { background-position: -185px 0px; }
.ff .header-with-icon .payment-icon { background-position: -125px -45px; }
.ff .header-with-icon .export-icon { background-position: -185px -45px; }
.ff .header-with-icon .assignees-icon { background-position: -215px 0; }

/* Button */
.ff .button-focus, .ff .button {
  text-shadow:#fff 0px 1px 0px;
  background: #eeeeee url(../../images/v2/buttonface.png) repeat-x left;
  border-color: #999;
}

.ff .button-focus:hover, .ff .button:hover {
  border-color: #7f7f7f;
}

.ff .button-focus-selected, .ff .button-focus:active,
.ff .button-selected, .ff .button:active {
  background: #eeeeee url(../../images/v2/buttonface-selected.png) repeat-x left;
  border-color: #a5a5a5;
}

.ff .button1 {
  text-shadow:#777 0px -1px 0px;
  background: #eeeeee url(../../images/v2/buttonface1.png) repeat-x left;
  border-color: #aaaaaa;
}

.ff .button1:hover {
  border-color: #6a745a;
}

.ff .button1-selected, .ff .button1:active {
  background: #7dbd30 url(../../images/v2/buttonface1-selected.png) repeat-x left;
  border-color: #aaaaaa;
}

.ff .button { color: #666; }
.ff .button:hover { color: #333333; }
.ff .button-focus { color: #7dbd30; }
.ff .button1 { color: #ffffff; }

.ff .s-button, .ff .button-group .s-button,
.ff .button-group .s-button-first, .ff .button-group .s-button-last {
  background: #f6f6f6 url(../../images/v2/buttonface-small.png) repeat-x left;
  border-color: #cccccc;
}

.ff a.s-button-selected, .ff .s-button:active {
  color: #ffffff;
  background: #555555 url(../../images/v2/buttonface-small-selected.png) repeat-x left;
  border-color: #888888;
}
.ff .s-button, .ff .s-button-first, .ff .s-button-last { color: #666666; }

.ff .c-button .selected,
.ff .toggle-group-off .off {
  color: #666;
  text-shadow: #fff 0px -1px 0px;
  background: #aaaaaa url(../../images/v2/buttonface-c-selected.png) repeat-x 
}

.ff .toggle-group-on .on {
  color: #fff;
  text-shadow: #000 0px -1px 0px;
  background: #7dbd30 url(../../images/v2/buttonface1-selected.png) repeat-x left center;
}

.ff .s-button[disabled], .ff .s-button[disabled]:active, .ff .s-button-disabled,
.ff .button-disabled, .ff .button-disabled:hover, .ff .button-disabled:active,
 .ff .button[disabled],  .ff .button1[disabled],  .ff .button-focus[disabled] {
  color: #ddd !important;
  text-shadow: #fff 0px 1px 0px !important;
  border-color: #eee !important;
  background: #eee none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* checkbox style */
.ff .toggle-group-checkbox .off,
.ff .toggle-group-checkbox .on {
  text-shadow: none;
  border: none;
  padding: 15px 20px 15px 48px;
  color: #000;
}

.ff .toggle-group-checkbox .on {
  background: #fff url(../../images/v2/checked-on.png) no-repeat 10px center;
}

.ff .toggle-group-checkbox .off {
  background: #fff url(../../images/v2/checked-off.png) no-repeat 10px center;
}


/* Special button */
.ff .edit-button .icon {
  background: url(../../images/v2/control-icon.png) -100px -20px;
}

.ff .f-control {
  border: 1px solid #d5d5d5;
  background-color: #eaeaea;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.ff .f-control .publiclink input {
  color: #666;
  border-color: #ccc;
}
.ff .f-control a { color: #888888; }
.ff .f-control a:hover { color: #000000; }
.ff .f-control a:active { color: #7dbd30; }

.ff .nav-button a,
.ff .nav-number a {
  color: #888888; text-decoration: none;
}
.ff .nav-button .prev, .ff .nav-button .next {
  border-color: #aaaaaa;
  background-image: url(../../images/v2/navface.png);
}
.ff .nav-button .prev:hover, .ff .nav-button .next:hover {
  border-color: #000000;
}
.ff .nav-button .prev:active, .ff .nav-button .next:active  {
  border-color: #aaaaaa;
  background-image: url(../../images/v2/navface-selected.png);
}
.ff .nav-button .disabled-prev, .ff .nav-button .disabled-next {
  background-image: none !important;
  background-color: #eeeeee !important;
  border-color: #aaaaaa !important;
}

.ff .nav-button .prev .icon,
.ff .nav-button .next .icon,
.ff .nav-number .prev .icon,
.ff .nav-number .next .icon,
.ff .nav-button .goto .icon {
  background-image: url(../../images/v2/nav-icon.gif);
}

.ff .nav-button .prev .icon { background-position: 0 0px; }
.ff .nav-button .next .icon { background-position: -25px 0px; }
.ff .nav-button .prev:hover .icon { background-position: 0 -25px; }
.ff .nav-button .next:hover .icon { background-position: -25px -25px; }
.ff .nav-button .prev:active .icon { background-position: 0 0px; }
.ff .nav-button .next:active .icon { background-position: -25px 0px; }
.ff .nav-button .disabled-prev .icon {
  background-position: 0 -75px !important;
}
.ff .nav-button .disabled-next .icon {
  background-position: -25px -75px !important;
}

.ff .nav-number .prev .icon { background-position: 0 -8px; }
.ff .nav-number .next .icon { background-position: -25px -8px; }
.ff .nav-number .prev:hover .icon { background-position: 0 -33px; }
.ff .nav-number .next:hover .icon { background-position: -25px -33px; }
.ff .nav-number .prev:active .icon { background-position: 0 -58px; }
.ff .nav-number .next:active .icon { background-position: -25px -58px; }

.ff .nav-button .goto {
  border-color: #aaaaaa;
  background-image: url(../../images/v2/navface.png);
}
.ff .nav-button .goto:hover {
  border-color: #000000;
}
.ff .nav-button .goto:active {
  border-color: #000000;
  background-image: url(../../images/v2/navface-selected.png);
}
.ff .nav-button .goto .icon { background-position: -100px 0; }
.ff .nav-button .goto:hover .icon { background-position: -100px -25px; }
.ff .nav-button .goto:active .icon { background-position: -100px 0; }

.ff .breadcrumb {
  background-color: #EEEEEE;
  color: #666;
  border-bottom-color: #bbbbbb;
}

.ff .breadcrumb a, .ff .breadcrumb a:visited {
  color: #666;
}

.ff .breadcrumb strong a, .ff .breadcrumb strong a:visited {
  color: #7dbd30;
}

/*
  Dropdown
*/

.c-dropdown p {
  color: #ffffff;
  text-shadow:#000 0px -1px 1px;
  background-color: #7dbd30;
}
.c-dropdown p .icon-face {
  border-color: #bbbbbb;
  background: #eeeeee url(../../images/v2/dropdownface.png) repeat-x 0 -2px;
}
.c-dropdown p .icon-face:hover { border-color: #000000; }
.c-dropdown-active p .icon-face {
  background: #eeeeee url(../../images/v2/dropdownface-selected.png) repeat-x left -2px;
}
.c-dropdown p .icon,
.c-select p .icon {
  background-image: url(../../images/v2/nav-icon.gif);
  background-repeat: no-repeat;
}
.c-dropdown p .icon { background-position: -75px 0px; }
.c-dropdown p .icon-face:hover .icon { background-position: -75px -25px;}
.c-dropdown-active p .icon { background-position: -75px -50px; }
.c-select p .icon { background-position: -52px -29px; }

.c-select p:hover .icon { background-position: -52px -54px; }

.c-select-active,
.c-select-active ol,
.c-dropdown-active ol {
  background-color: #fffce1;
}

.c-select-active li a,
.c-dropdown-active li a {
  color: #000;
}

.c-select-active li:hover,
.c-dropdown-active li:hover {
  color: #ffffff;
  background-color: #bbbbbb;
}

.c-select-active p,
.c-select-active ol,
.c-dropdown-active ol {
  border-color: #bbbbbb;
}

.c-payment p {
  background-color: #c00;
}

.c-payment p.pending {
  background-color: #FC3;
}

.c-payment p.completed {
  background-color: #7DBD30;
}

.ff-menu {
  background-color: #555;
  color: #fff;
}

.ff-menu .small-text {
  color: #fff;
}

.ff-menu a {
  color: #fff;
}

.ff-menu li:hover {
  color: #ffffff;
  background-color: #bbbbbb;
}

.ff .entrytable th, .ff .entrytable td {
  border-color: #fff;
}

  .ff .entrytable tbody a {
    color: #666;
  }

  .ff .entrytable thead a {
    color: #000;
  }

  .ff .entrytable thead th {
    background-color: #bbbbbb;
    text-align: center;
    font-weight: normal;
  }

  .ff .entrytable .odd {
    background-color: #FFFFFF;
  }
  
  .ff .entrytable .even {
    background-color: #EEEEEE;
  }

  .ff .entrytable tbody tr:hover {
    background-color: #FFFCE1;
  }

  .ff .entrytable th.sort {
    background-color: #C6EA94;
  }

  .ff .entrytable .even td.sort {
    background-color: #E3F2CC;
  }

  .ff .entrytable .odd td.sort {
    background-color: #F0FCE0;
  }

  .ff .entrytable tr:hover td.sort {
    background-color: #FFECC7;
  }

  .ff .entrytable .checkall, .ff .entrytable .check {
    background-color: #fff;
  }

  .ff .entrytable .dropdown-button {
    background: url(../../images/v2/control-icon.png) no-repeat 0 -128px;
  }

  .ff .entrytable .dropdown-button:hover {
    background-color: #FFFCE1;
  }

.ff .flash-messages li {
  background-color: #7dbd30;
}
.ff .flash-messages li.warning {
  background-color: #cc0000;
}

.ff .comment0 .content {
  border-left-color: #999900;
}
.ff .comment1 .content {
  border-left-color: #CC0000;
}

.ff .loading-bar {
  background: #fff url(../../images/v2/loading-bar.gif) no-repeat center center;
}

/*
  Base Layout
*/
.ff .logo {
  border-right: 1px solid #aaa;
}
  .ff .usernav li.first a {
    color: #7cbc2f;
  }

.ff .nav  {
  background: #333333 url(../../images/v2/header-verical-bg.png) repeat-x;
}
  .ff .nav li,
  .ff .usernav li {
    border-right: 1px solid #aaa;
    border-left: 1px solid #fff;
  }
  .ff .usernav li.first, .ff .usernav li.last { border-left: none; }
  .ff .usernav li.help, .ff .usernav li.last, .ff .nav li.last-dummy { border-right: none;}
  .ff .nav li:hover { border-left: 1px solid #aaa; }
  .ff .nav li a {
	color: #555;
  }
  .ff .nav li a:hover {
	color: #fff;
    background: #888 url(../../images/v2/header_hover_bg.jpg) repeat-x center top;
  }
  .ff .nav li.selected {
    border-left: 1px solid #000;
  }
  .ff .nav li.selected a {
	color: #fff;
    background: #000 url(../../images/v2/header_active_bg.jpg) repeat-x center top;
  }
.ff .twocol {
  background: url(../../images/v2/main-nav-bg.png) repeat-y right;
}
  .ff .twocol .breadcrumb {
    background-image: url(../../images/v2/breadcrumb-nav-bg.png);
    background-repeat: repeat-y;
    background-position: right 0;
  }

/* background */
.bubble-bg {
  position: relative;
  padding: 30px;
  margin: 1em 0 3em;
  color: #333;
  background: #eeeeee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.bubble-bg.disabled {
  opacity: 0.3;
}

.bubble-bg:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 40px;
    bottom: auto;
    border-width: 0 15px 15px 15px;
    border-style: solid;
    border-color: #eee transparent #eee;
    /* reduce the damage in FF3.0 */
    display: block; 
    width: 0;
    background: none;
}
