/*****************************************************************************
 * Text Setup (modified base on 960gs)
 ****************************************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section, hr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

body {
  line-height: 1.5em;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/*****************************************************************************
 * Text Setup
 ****************************************************************************/

html { font-size: 100.01%; }

body, button {
  font-family: Helvetica, Arial, sans-serif;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  padding: 2px;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-weight: bold; }
h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a { text-decoration: none; }

h2 { font-size: 2.25em; margin-bottom: 0.75em; }
h3 { font-size: 1.25em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img,
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { font-size: 1em; margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus,
a:hover,
a           { text-decoration: underline; }

blockquote  { margin: 1.5em; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr,
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }

pre         { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

.small-text { font-size: 0.75em; }
.descriptive-text, .field-description { font-size: 0.75em; font-style: italic; }
button { background: none; border: none; margin: 0; padding: 0; line-height: 1; width: auto; overflow: visible; }

/* Lists
-------------------------------------------------------------- */

li ul,
li ol       { margin: 0; }
ul, ol      { margin: 0 1.5em 1.5em 0; padding-left: 3.333em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td,caption { padding: 4px 1em; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

hr { height: 1px; margin: 1em 0;}

/*
  Formflow JS related CSS
*/
/* LightBox
-------------------------------------------------------------- */

.ff .lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity:0.8;
  filter: alpha(opacity=80);
}

.ff .yui3-hidden,
.ff .hidden
{
  border: 0 none;
  height: 0;
  left: -999999px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}

.ff .yui3-tab-hidden,
.ff .yui3-tabview-hidden {
  left: -999999px;
  top: 0;
  position: absolute !important;
  visibility: hidden;
}

.ff .yui3-overlay {
  position: absolute;
  visibility: visible;
}

.ff .yui3-overlay-hidden { 
  visibility:hidden 
} 

.ff .yui3-widget-stacked .yui3-widget-shim {
  opacity:0;
  filter:alpha(opacity=0);
  position:absolute;
  border:none;
  top:0px;
  left:0px;
  padding:0;
  margin:0;
  z-index:-1;
  width:100%;
  height:100%;
  /* 
    We'll be setting these programmatically for IE6, 
    to account for cases where height is not set 
  */
  _width:0;
  _height:0;
}

.ff .yui3-lightbox {
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  min-width: 300px;
  min-height: 150px;
  border: 1em solid;
}

  .ff .yui3-lightbox h2 {
    margin: 0;
  }

.ff .yui3-lightbox-close {
  position: absolute;
  top: -28px;
  left: -28px;
}

.ff .yui3-lightbox-close a {
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;
  background: url(../../images/v2/lightbox-close.png) no-repeat;
}

.ff .yui3-lightbox .yui3-widget-hd h3 {
  margin:  0.5em 0.5em 0.5em 1em;
  line-height: 2em;
}

.ff .yui3-lightbox .yui3-widget-bd {
  padding: 20px;
}

.ff .yui3-lightbox .yui3-widget-ft {
  padding: 0 1em 1em 1em;
}

.ff .yui3-lightbox-backdrop {
  background-color: #000;
  opacity: 0.5;
  filter:alpha(opacity=50);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.ff .yui3-lightboxconfirm-hidden, .ff .yui3-lightbox-hidden {
  display: none;
}

.ff .yui3-singleinlineedit a.edit {
  margin-left: 1.5em;
}

.ff .yui3-singleinlineedit a {
  cursor: pointer;
}

.ff .yui3-singleinlineedit p
{
  display: inline;
  margin-right: 1ex;
}

.ff .yui3-singleinlineedit .error-message {
  font-weight:bold;
  position:relative;
  display:block;
  margin:0;
}

.ff .yui3-text-input-hint {
  font-style: italic;
}

/* Quota Exceed box */
.ff #quota-box {
  width: 45em;
  margin: 10em auto 0;
}
.ff .yui3-lightbox-content .quota {
  font-weight: bold;
  margin-left: -3em;
  padding-left: 15em;
  padding-top: 2.5em;
  background: url(../../images/v2/quota-panda.png) no-repeat;
}
.ff .yui3-lightbox-content .quota p {
  margin-bottom: 0;
}
.ff .yui3-lightbox-content .quota p.upgrade {
  margin-bottom: 2em;
}
.ff .yui3-lightbox-content .quota ul {
  margin-bottom: 1.4em;
  padding-left: 1.5em;
}
.ff .yui3-lightbox-content .quota .button-container {
  text-align: center;
  margin-bottom: -20px;
  padding-bottom: 1.5em;
}

/* Vertial tab widget
-------------------------------------------------------------- */
.ff .yui3-tabview-vertical ul.yui3-tabview-tabs {
  width: 12em;
  padding: 0;
  float: left;
}

.ff .yui3-tabview-vertical li.yui3-tab {
  display: block;
}

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

.ff .yui3-tabview-vertical li.yui3-tab a {
  width: 9em;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 1.1em;
}

.ff .yui3-tabview-vertical .yui3-tab-selected {
  margin-right: -40px;
}

.ff .yui3-tabview-vertical-content {
  margin-left: 12.5em;
  min-height: 20em;
}

/* Horizontal tab widget
-------------------------------------------------------------- */

.ff .yui3-tabview-horizontal ul.yui3-tabview-tabs {
  padding: 0;
  margin: 0;
  display: block;
}
.ff .yui3-tabview-horizontal ul.yui3-tabview-tabs li {
  display: inline-block;
  /* ie 6/7 */
  *display: inline;
}
.ff .yui3-tabview-horizontal li.yui3-tab em { font-style: normal; }
.ff .yui3-tabview-horizontal ul.yui3-tabview-tabs li a {
  min-width: 6em;
  padding: 0.4em 1.5em;
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-radius-top-left: 5px;
  border-radius-top-right: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
}

.ff table.vertical-table {
}

.ff table.vertical-table th {
  text-align: right;
  width: 7.2em;
  vertical-align: top;
  padding: 1.5em 1em;
}

.ff table.vertical-table td {
  padding: 1.5em 1em 1.5em 2em;
}
.ff table.vertical-table td div {
  margin-right: 2em;
}

.ff .yui3-tabview-horizontal-2 ul.yui3-tabview-tabs {
  padding: 10px 0 0 30px;
  margin: 0;
  display: block;
}
.ff .yui3-tabview-horizontal-2 ul.yui3-tabview-tabs li {
  margin-right: 10px;
  display: inline-block;
  /* ie 6/7 */
  *display: inline;
}
.ff .yui3-tabview-horizontal-2 li.yui3-tab em { font-style: normal; }
.ff .yui3-tabview-horizontal-2 ul.yui3-tabview-tabs li a {
  font-size: 1.2em;
  padding: 0.6em 1.5em;
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

/* Content List */
.ff .content-list {
  display: block;
  width: 100%;
  padding: 0;
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 1em;
}

.ff .content-list li {
  border-top: 1px solid #ccc;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-top: 1em;
}

.ff .content-list li:hover {
  background: #FFFEE1;
}

.ff .content-list li:hover h3.dull2,
.ff .content-list li:hover h3.dull2 a {
  color: #7dbd30;
}

.ff .twocol .content-list li:hover {
  background: #FFFEE1 url(../../images/v2/form-management/formlist-hover-bg.png) repeat-y right;
}

.ff .content-list li h3 {
  padding-bottom: 0.2em;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ff .content-list li p {
  margin: 0;
}

/******************************************************************
Multi Assignee Widget
 ******************************************************************/

.ff .yui3-multipleassigneeswidget {
  border: 1px solid;
  padding: 0.3em;
  width: 30em;
}

.ff .yui3-multipleassigneeswidget ul {
  margin: 0; padding: 0; list-style: none;
}

.ff .yui3-multipleassigneeswidget .selected-assignee { float: left; }

.ff .yui3-multipleassigneeswidget-clear {
  clear: left;
} 

.ff .yui3-multipleassigneeswidget input {
  height: 1em;
  display: block;
  border: 1px solid #fff;
  width: 10em;
  margin: 0.1em 0;
}

.ff .yui3-multipleassigneeswidget input:focus {
  outline: 0 none;
}

.ff .assignee-label {
  float: left;
  cursor: pointer;
  border: 1px solid;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-radius: 2px;
  padding: 0 16px 0 0.5em;
  margin: 0.1em 0.5em 0.1em 0;
  background-image: url(../images/cross-808080.png);
  background-position: center right;
  background-repeat: no-repeat;
  white-space: nowrap;
  display: block;
}

.ff .yui3-multipleassigneeswidget .yui3-autocomplete {
  float: left;
}

/*************************************************************
 * Auto Complete
 ************************************************************/

.ff .yui3-autocomplete {
}

.ff .yui3-autocomplete li.item {
  display: block;
  border:1px solid;
  padding:5px;
}

.ff .yui3-autocomplete li.focus{
  background-color: #ddf;
}

.ff .yui3-autocomplete {
  position: relative;
}

.ff .yui3-autocomplete-content .suggestion-container{
  position: absolute;
  display: block;
  top:20px;
  z-index:2;
}

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

.ff .contact-item {
  padding-bottom: 1em;
}

.ff .contact-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ff .contact-item .pic {
  float: left;
  line-height: 0;
}

.ff .contact-item .pic img{
  border: 1px solid;
  width: 60px;
  height: 60px;
}

.ff .contact-item .profile {
  display: block;
  margin: 0 10px 0 80px;
  min-height: 60px;
}

.ff .contact-item .profile h3,
.ff .contact-item .profile li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ff .contact-item .profile h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0em;
}

.ff .contact-item .profile li {
  line-height: 1.5em;
  margin-bottom: .5em;
}

.ff .group-list {
  list-style: none;
  margin: 1em 0;
  padding: .25em 0; 
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.ff .group-list li{
  display: inline;
  margin: 0;
  padding: 0 .5em 0 0;
}

.ff .group-list a{
  text-decoration: none;
  font-weight: bold;
}

.ff .group-list .right{
  float: right;
}

/*!
 * Pikaday
 * Copyright © 2012 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    width: 240px;
    padding: 8px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    margin: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-table abbr {
    border: none;
}

.pika-button {
    cursor: pointer;
    display: block;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
    border-radius: 3px !important;
}

/*
  Formflow General UI elements
*/

/* Icon */
.ff .link-with-icon .icon {
  margin: 0 5px 0 -20px;
  padding: 5px 5px 5px 20px;
  /* ie6 fix */
  *vertical-align: middle;
}
.ff .link-with-icon a {
  padding-right: 20px;
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.ff .link-with-icon-container {
  margin-left: -1em !important;
}
.ff .small-text .link-with-icon .icon {
  margin: 0 2px 0 -27px;
  padding: 2px 0 2px 25px;
}
.ff .small-text .link-with-icon a {
  padding-left: 25px;
}

/* Header Icon */
.ff .header-with-icon .header-icon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -5px;
  width: 30px;
  height: 30px;
}

/* Button */
.ff button.button-focus, .ff button.button, .ff button.button1 { line-height: 1; }

.ff .button-focus, .ff .button, .ff .button1 {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
  padding: 10px 30px 8px;
  border: 1px solid;
  border-radius: 6px;
  font-weight: bold;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ff .s-button {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 2px 1em; 
  border: 1px solid;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 2px 3px #888888;
  -moz-box-shadow: 0px 2px 3px #888888;
  -webkit-box-shadow: 0px 2px 3px #888888;
}

.ff .s-button[disabled], .ff .s-button-disabled {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.ff .c-button .button {
  padding: 10px 15px;
}

.ff .button-group li { display: inline; }
.ff .button-group .s-button,
.ff .button-group .s-button-first,
.ff .button-group .s-button-last {
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  padding: 2px 1em;
  margin: 0;
  border: 1px solid;
  box-shadow: 0px 2px 3px #888888;
  -moz-box-shadow: 0px 2px 3px #888888;
  -webkit-box-shadow: 0px 2px 3px #888888;
}

.ff .button-group .button,
.ff .button-group .s-button,
.ff .toggle-group .button {
  border-right-style: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.ff .button-group .first,
.ff .toggle-group .on {
  border-right-style: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

.ff .button-group .last,
.ff .toggle-group .off {
  border-right-style: solid;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.ff .toggle-group .button {
  padding: 8px 15px;
}

/* Button set */
.ff .buttonset {
  list-style-type: none;
  padding: 1em 0;
  display: block;
  text-align: right;
  margin: 0 20px;
}

.ff .buttonset li {
  display: inline-block;
  margin-left: 10px;
  *display: inline;
}

.ff .buttonset li.push_left {
  float: left;
  margin-left: 0px;
  margin-right: 10px;
}


/* checkbox style */
.ff .toggle-group-checkbox.toggle-group-on .off,
.ff .toggle-group-checkbox.toggle-group-off .on {
  display: none;
}

.ff .toggle-group-checkbox .off,
.ff .toggle-group-checkbox .on {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}


/* Special button */
.ff .edit-button {
  padding: 0.5em 0;
}

.ff .edit-button .icon {
  padding: 0.5em 0.75em;
  margin: 0 0 0 0.4em;
}

.ff .f-control {
  display: block;
  width: 18em;
  border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  margin: 0 0 0 17px;
  padding: 0 0 0.5em 1em;
  position: relative;
}
.ff .f-control .arrow {
  position: absolute;
  top: 1.5em;
  left: -17px;
  width: 17px;
  height: 20px;
  background-image: url(../../images/v2/form-arrow.png);
}
.ff .f-control p {
  margin: 0;
}
.ff .f-control .publiclink input {
  margin-top: 0.5em;
  border-style: solid;
  border-width: 1px;
}

.ff .f-control a {
  text-decoration: none;
  font-size: 0.75em;
  line-height: 2.5;
  font-weight: bold;
  margin: 0 10px 0 0;
  vertical-align: top;
}

/* Navigation */

.ff .nav-button,
.ff .nav-number {
  display: block;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}

.ff .nav-button .prev, .ff .nav-button .next,
.ff .nav-number .prev, .ff .nav-number .next {
  display: inline-block;
  height: 28px;
  width: 28px;
  margin: 0 -2px;
  vertical-align: baseline;
  *display: inline;
}
.ff .nav-button .prev .icon , .ff .nav-button .next .icon,
.ff .nav-number .prev .icon, .ff .nav-number .next .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
  vertical-align: baseline;
  *display: inline;
  zoom: 1;
}

.ff .nav-number .prev, .ff .nav-number .next,
.ff .nav-number .prev .icon, .ff .nav-number .next .icon {
  vertical-align: bottom;
  height: 12px;
}

.ff .nav-button .prev, .ff .nav-button .next,
.ff .nav-button .goto {
  border: 1px solid;
}

.ff .nav-button .prev {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

.ff .nav-button .next {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
}

.ff .nav-button .disabled-prev .icon, .ff .nav-button .disabled-next .icon {
  cursor: default;
}

.ff .nav-button .goto {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ff .nav-button .goto {
  display: inline-block;
  width: 28px;
  height: 28px;
  *display: inline;
}
.ff .nav-button .goto .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  zoom: 1;
}


/* Dropdown */

.c-select, .c-dropdown {
  font-size: 1em;
  cursor: pointer;
  position: relative;
}

.c-dropdown {
  position: relative;
  text-align: center;
}

.c-select p,
.c-dropdown p {
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 1px 1px 0;
}

.c-select p span {
  padding: 0 0 0 0.3em;
}

.c-dropdown p {
  text-align: center;
  line-height: 30px;
  padding: 10px 2px;
}

.c-dropdown p .icon-face {
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0px;
  height: 48px;
  width: 25px;
  border: 1px solid;
}

.c-select p .icon {
  display: inline-block;
  padding-bottom: 25px;
  padding-left: 25px;
  vertical-align: middle;
  /* IE6 */
  zoom: 1;
  *padding-bottom: 10px;
}

.c-dropdown p .icon {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-top: 10px;
}

.c-select-active,
.c-dropdown-active {
  display: block;
}

.c-select ol,
.c-dropdown ol {
  display: none;
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-select-active ol,
.c-dropdown-active ol {
  display: block;
}

.c-dropdown-active ol li {
  padding: 10px;
}

.c-select-active ol li.active {
  display: none;
}

.c-select-active li a,
.c-dropdown-active li a {
  text-decoration: none;
  width: 100%;
  padding: 0 0.3em;
  display: block;
}

.c-select-active p {
  border: 1px solid;
  border-bottom-style: none;
  padding: 0;
}

.c-select-active ol {
  border: 1px solid;
  border-top-style: none;
}

.c-dropdown-active ol {
  border: 1px solid;
  border-top-style: none;
}

.c-payment {
  text-align: left;
}

.c-payment p {
  width: 150px;
  position: relative;
  float: left;
  margin-bottom: 0 !important;
}

.c-payment .payment-details {
  margin-left: 200px;
}

.c-payment .amount, .c-payment .date {
  display: block;
  margin-bottom: 0.1em;
}

.c-payment .payment-menu {
  width: 175px;
  line-height: 1.5em !important;
}

.c-payment .payment-menu li {
  margin: 0;
}

.ff-menu {
  z-index: 999 !important;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0px 2px 3px #888888;
  -moz-box-shadow: 0px 2px 3px #888888;
  -webkit-box-shadow: 0px 2px 3px #888888;
  max-width: 500px;
}

.ff-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}

.ff-menu ul label, .ff-menu ul a {
  display: block;
  padding: 0 0.3em;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  overflow: hidden;
}

/* Entry Table */
.ff .entrytable {
  display: block;
  overflow: hidden;
}

  .ff .entrytable-toolbar {
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 3px;
  }

  .ff .entrytable-content {
    font-size: 0.75em;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
  }

  .ff .entrytable-toolbar .nav-number {
    position: relative;
    top: 8px;
  }

  .ff .check-col {
    width: 24px;
  }

  .ff .entryid-col {
    width: 4em;
  }

  .ff .entrytable .numeric {
    text-align: right;
  }

  .ff .entrytable .entryid {
    text-align: center;
  }

  .ff .entrytable-th {
    position: relative;
  }

  .ff .entrytable-thl {
    padding: 0.5em;
    display: block;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
  }

  .ff .entrytable th, .entrytable td {
    border: 1px solid;
    padding: 0;
  }

  .ff .entrytable .checkall, .ff .entrytable .check {
    text-align: left;
  }

  .ff .entrytable .checkall input, .ff .entrytable .check input {
    margin: 3px;
  }

  .ff .entrytable-content a {
    padding: 0.5em;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ff .entrytable-sort  {
    padding: 0.5em;
  }

  .ff .entrytable .resizer {
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    right: -5px;
    top: 0px;
    width: 10px;
    height: 36px;
    cursor: col-resize;
    z-index: 1;
  }

  .ff .entrytable .resizer:hover {
    background: url(../../images/v2/entrytable-resizer.png) no-repeat center center;
  }

  .ff .entrytable .dropdown-button {
    width: 25px;
    background: url(../../images/v2/control-icon.png) no-repeat 0 -128px;
    position: absolute;
    right: 0;
    height: 36px;
    cursor: pointer;
  }

  .ff .entrytable .dropdown-content {
    text-align: left;
  }

  .ff .entrytable-toolbar .left, .ff .entrytable-toolbar .right {
    display: inline-block;
    margin-right: 20px;
  }

  .ff .entrytable-toolbar .right {
    float: right;
  }

/* Numbered header */
.ff .number-one,
.ff .number-two,
.ff .number-three {
  line-height: 2.25em;
  margin-top: 1.5em;
  margin-bottom: 0;
}

.ff .number-icon {
  display: inline-block;
  line-height: 2.25em;
  padding-left: 2em;
  margin-right: 0.5em;
  background: url(../../images/v2/number.png) no-repeat;
}

  .ff .number-two .number-icon {
    background-position: -35px 0;
  }
  .ff .two-disable .number-icon {
    background-position: -105px 0;
  }
  
  .ff .number-three .number-icon {
    background-position: -70px 0;
  }
  .ff .three-disable .number-icon {
    background-position: -140px 0;
  }

/* List of comments */
.ff .entry-comments ul {
  padding: 0.75em;
  margin: 0;
  list-style: none;
}

.ff .entry-comments p {
  margin: 0;
  line-height: 1.2em;
}

.ff .comment .content
{
  border-left: 5px solid;
  margin-bottom: 1em;
  padding: 5px;
}

.ff .comment .info {
  margin-top: 0.5em;
  text-align: right;
}

.ff .comment .timestamp {
  margin: 0;
}

.ff .new-comment textarea {
  margin-top: 10px;
}

  .ff .new-comment textarea {
    width: 100%;
    height: 4em;
    font-size: 0.75em;
  }

/*
  Css layout function
*/
.ff .clear {
  height: 0;
  font-size: 0;
  border: none;
  clear: both;
}

.ff .push_left {
  float: left;
  position: relative;
}
.ff .push_right {
  float: right;
  position: relative;
}

.ff .text_center {
  text-align: center;
}

.ff .buttonset-center {
  text-align: center;
}

.ff .buttonset-right {
  text-align: right;
}

.ff .buttonset-left {
  text-align: left;
}

.ff .margin-top {
  margin-top: 1em;
}
.ff .margin-right {
  margin-right: 1em;
}

/*
  Base Layout
*/

html, body {
  height: 100%;
}

.yui3-js-enabled .main-loading {
  visibility: hidden;
}

#ff-page-wrap {
  min-height: 100%;
  min-width: 960px;
  position: relative;
}

.ff .main {
  padding-bottom: 60px;
}

.ff .logo {
  position: absolute;
  top: 0.75em;
  left: 0px;
  width: 8em;
  z-index: 1;
  height: 3em;
  text-align: center;
}
.ff .logo img {
  padding-top: 6px;
}

.ff .notice {
  display: block;
  position: fixed;
  bottom: 40px;
  width: 100%;
  padding: 0;
  text-align: center;
  z-index: 100;
  list-style: none;
  font-size: 1.5em;
}

.ff .flash-messages {
  display: inline-block;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  *display: block;
  _margin: 34px 0 0;
}

.ff .flash-messages li {
  display: block;
  line-height: 1em;
  color: #fff;
  padding: 10px 50px;
  margin-top: 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  cursor: pointer;
  /* IE 6 */
  *display: inline;
}

/* Top Navigation */
.ff .nav {
  padding-top: 12px;
  padding-left: 8em;
  height: 49px;
}

  .ff .nav-content { margin: 0; padding: 0; }

  .ff .nav li {
    display: block;
    height: 49px;
    padding: 0;
    float: left;
    margin: 0;
  }

  .ff .nav a {
	display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 17px;
    padding: 16px 1.75em 16px;
  }

  .ff .nav a:hover { text-decoration: none; }

  .ff .nav .selected a:hover { text-decoration: none; }

.ff .usernav {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  font-size: 0.75em;
  text-align: right;
  padding-top: 12px;
}

  .ff .usernav a { text-decoration: none; }

  .ff .usernav a:hover { text-decoration: underline; }

  .ff .usernav-content {
	display: block;
	height: 20px;
    margin: 0;
    padding: 0 20px 25px;
  }

  .ff .usernav li {
    display: inline-block;
    line-height: 16px;
    margin: 0;
    padding: 16px 1em 17px;
    list-style-type: none;
    /* ie6/7 */
    vertical-align: baseline;
    *display: block;
    *float: left;
  }
  .ff .usernav li.first { padding-right: 2em; }

/* Main body */
.ff .breadcrumb {
  font-size: 1.25em;
  font-weight: bold;
  padding: 16px 20px;
  border-bottom: 1px solid;
}

  .ff .breadcrumb a {
    text-decoration: none;
  }

  .ff .twocol .breadcrumb {
    margin: 0 406px 0 0px;
  }

/* Main body */

.ff .main-content {
  margin-left: 20px;
}

.ff .twocol {
  padding: 0 0 60px;
  margin: 0;
}

.ff .twocol-content {
  padding: 0;
  margin: 0 406px 0 20px;
}

.ff .twocol-sidebar {
  float: right;
  width: 370px;
  height: auto;
  padding: 25px 15px 10px 10px;
  margin: 0;
}

.ff .twocol-with-breadcrumb {
  margin-top: -40px;
  padding-top: 0;
}

/* Footer */
.ff .footer {
  clear: both;
  padding: 10px 0;
  font-size: 0.75em;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
}

.ff .footer ul{
  margin: 0;
}

.ff .footer li {
  display: inline;
  padding: 0 1ex;
  border-left-style: solid;
  border-left-width: 1px;
}

.ff .footer li.first {
  border-left-style: none;
  padding-left: 0;
}

.ff .footer #pandaform-footer {
  float: right;
  margin-right: 10px;
}

