* {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }

body {
  background: #fff;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px; }

body > h2 {
  padding-top: 72px; }

div#authMessage {
  margin-bottom: 16px;
  color: #cc0000; }

.left, td.label.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.top {
  vertical-align: top !important; }

.middle {
  vertical-align: middle !important; }

.baseline {
  vertical-align: baseline !important; }

.bottom {
  vertical-align: bottom !important; }

table.top td {
  vertical-align: top; }

table.data td {
  vertical-align: baseline; }

.nowrap {
  white-space: nowrap; }

.inline-block {
  display: inline-block;
  white-space: normal;
  vertical-align: top; }

.float-left {
  float: left;
  clear: none; }

.float-right {
  float: right;
  clear: none; }

.clear {
  float: none;
  clear: both; }

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 21px; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.small {
  font-size: 13px;
  vertical-align: baseline; }

.mini {
  font-size: 13px;
  color: #a6a6a6;
  vertical-align: baseline; }

.black {
  color: #000000; }

.grey {
  color: #a6a6a6; }

.grey-light {
  color: #bbbbbb; }

.alert {
  color: #cc0000; }

.purple {
  color: #c100a4; }

.icon-16 {
  font-size: 16px; }

.icon-18 {
  font-size: 18px; }

.icon-20 {
  font-size: 20px; }

h1 {
  font-size: 19px;
  line-height: 24px;
  font-weight: 700; }

h2 {
  margin: 0px 0px 8px 0px;
  font-size: 17px;
  font-weight: bold;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  overflow: visible;
  /* font: 24px/30px Georgia, "Times New Roman", Times, serif; */ }

h3 {
  overflow: hidden;
  padding-bottom: 9px;
  padding-top: 0px;
  font-family: Helvetica, sans-serif; }

/*
.content, .content h2, .content h3 {
	font-family: Helvetica, sans-serif;
	font-size: 17px;
	line-height: 26px;
}
*/
table.content tr td,
table.content-hidden tr td {
  vertical-align: top; }

table.content-hidden, table.content-hidden tr td {
  border-color: #d8d8d8;
  background-color: #fafafa; }

td.content-title {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  line-height: 26px; }

td.lead p {
  font-family: Helvetica, sans-serif;
  font-style: italic; }

td.small p {
  font-size: 14px;
  line-height: normal; }

p {
  margin: 0 0 0.66em 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px; }
  p * {
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    line-height: 20px; }

a {
  color: #b00096;
  text-decoration: none; }

a:hover {
  color: #9d0086;
  text-decoration: none; }

a.hidden {
  color: #999; }

a:active, a:focus {
  outline: none; }

img {
  border: none;
  vertical-align: top; }

span.iconindent {
  display: block;
  position: relative;
  left: 22px;
  text-indent: -22px;
  padding-right: 22px; }

span.iconindent * {
  text-indent: 0px; }

a.iconindent {
  display: block;
  margin-left: 22px;
  text-indent: -22px; }

font {
  margin: 0px 2px;
  padding: 0px 2px;
  border: 1px solid #c00;
  background-color: #ffcccc; }

#header {
  position: fixed;
  z-index: 10;
  width: 100%;
  background: #c100a4;
  height: 56px;
  clear: both; }
  #header a {
    color: #ccc; }
  #header a:hover {
    color: #fff; }
  #header h1 {
    font-size: 15px;
    color: #fff;
    padding: 1px 16px;
    margin: 0px;
    white-space: nowrap; }
  #header #nav_top {
    position: absolute;
    bottom: 0px;
    left: 16px;
    right: 0px;
    white-space: nowrap; }
    #header #nav_top div#nav_tabs {
      display: block;
      width: auto;
      white-space: nowrap; }
    #header #nav_top ul {
      bottom: 0px;
      display: inline-block;
      white-space: nowrap;
      margin: 0px 12px 0px 0px;
      vertical-align: top; }
      #header #nav_top ul li {
        position: relative;
        z-index: 1;
        display: inline-block;
        list-style-image: none;
        list-style: none;
        font-size: 15px;
        line-height: 22px;
        margin: 0px 0px 0px -2px;
        vertical-align: top;
        overflow-y: hidden;
        background-color: #400036;
        color: #FFF;
        border: solid 2px #CCC;
        border-bottom: none;
        border-radius: 12px 12px 0px 0px;
        color: #7d7d7d;
        opacity: 0.85;
        overflow: hidden; }
        #header #nav_top ul li a {
          display: block;
          padding: 7px 12px;
          margin: -2px;
          vertical-align: top;
          color: #FFF; }
          #header #nav_top ul li a span {
            display: inline-block;
            padding-top: 1px;
            font-size: 18px;
            vertical-align: top; }
      #header #nav_top ul li:hover {
        border-color: #ffffff;
        z-index: 10;
        opacity: 1.0; }
        #header #nav_top ul li:hover a {
          color: #ffffff; }
      #header #nav_top ul li.act {
        color: #444444;
        border-color: #f4f4f4;
        background-color: #ffffff;
        z-index: 10;
        opacity: 1.0; }
        #header #nav_top ul li.act a {
          color: #c200a5; }

#nav_sub {
  position: fixed;
  z-index: 9;
  left: 0px;
  right: 0px;
  top: 56px;
  height: 32px;
  padding: 12px 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 8px black; }
  #nav_sub div#flash_message {
    height: 56px;
    margin: -12px 0px 0px -16px;
    padding: 12px 16px; }
    #nav_sub div#flash_message > div {
      display: table;
      white-space: nowrap;
      padding: 4px 8px;
      border: 1px solid #00b700;
      border-radius: 8px;
      background-color: #aaffb5;
      box-shadow: 1px 1px 4px rgba(64, 64, 64, 0.5);
      color: #00850c; }
      #nav_sub div#flash_message > div div.icon-checkmark {
        margin-top: -1px;
        margin-right: 8px;
        color: rgba(0, 64, 0, 0.7); }
      #nav_sub div#flash_message > div * {
        line-height: 20px; }
    #nav_sub div#flash_message div.failure {
      color: #aa0000;
      background-color: #ffc5c5;
      border: 1px solid #d80000; }
      #nav_sub div#flash_message div.failure div.icon-close {
        margin-top: -1px;
        margin-right: 8px;
        color: rgba(64, 0, 0, 0.7); }
    #nav_sub div#flash_message div#flashMessage {
      display: inline-block; }
  #nav_sub h2 {
    margin-top: 4px;
    font-size: 19px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  #nav_sub div#nav_sub_right {
    position: absolute;
    top: 12px;
    right: 16px; }

#nav_sub img.loading {
  width: 28px;
  height: 28px;
  opacity: 0.7;
  padding: 2px 24px; }

@-webkit-keyframes anim-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.spinner {
  display: inline-block;
  font-size: 2em;
  height: 1em;
  line-height: 1;
  margin: .5em;
  -webkit-animation-name: anim-rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps(4);
  -webkit-animation-fill-mode: forwards; }

div.scrolling-fixed {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 112px;
  overflow-y: auto;
  overflow-x: auto; }
  div.scrolling-fixed > div.content {
    padding: 16px; }

ul.buttons {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  overflow-x: visible;
  margin: 0px 16px 8px 0px;
  vertical-align: middle; }
  ul.buttons li {
    display: inline-block;
    list-style-image: none;
    list-style: none;
    font-weight: bold;
    line-height: 23px;
    margin: 0px 0px 0px -1px;
    height: auto;
    overflow-y: hidden;
    color: #000;
    border-top: solid 1px #CCC;
    border-left: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-right: solid 1px #CCC;
    background-color: #ffffff;
    vertical-align: middle;
    height: 30px; }
    ul.buttons li a {
      display: block;
      padding: 3px 6px 5px 6px;
      /* 			height:22px; */
      line-height: 23px;
      vertical-align: middle; }
      ul.buttons li a span {
        display: inline-block;
        padding-top: 3px;
        padding-right: 8px;
        vertical-align: top; }
  ul.buttons li.act {
    background-color: #c100a4; }
    ul.buttons li.act * {
      color: #ffffff; }
  ul.buttons li:first-child {
    /* 		border-radius: 8px 0px 0px 8px; */
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  ul.buttons li:last-child {
    /* 		border-radius: 0px 8px 8px 0px; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  ul.buttons li.single {
    border-radius: 8px; }

div.button {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  height: 21px;
  min-height: 21px;
  padding: 5px 8px 4px 8px;
  margin-right: 6px;
  margin-bottom: 6px;
  vertical-align: top;
  background-color: #EEEEEE;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  filter: alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity: 0.3;
  border-radius: 8px; }
  div.button span.icon {
    font-size: 18px;
    vertical-align: middle; }
  div.button span.label {
    display: inline-block;
    vertical-align: top;
    font-family: "Lucida Grande", Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important; }

a div.button {
  filter: alpha(opacity=100);
  opacity: 1.0;
  -moz-opacity: 1.0; }

a:active div.button {
  border-top-color: #999;
  border-left-color: #999;
  border-bottom-color: #bbb;
  border-right-color: #bbb;
  background-color: #E6E6E6; }

a.act div.button {
  color: #FFFFFF;
  background-color: #666666; }

a div.button {
  /* 	cursor: default; */
  text-decoration: none; }

div.button-group {
  display: inline-block;
  float: left;
  margin-right: 8px; }

div.button-group div.button {
  border-radius: 0px;
  margin-right: -1px; }

div.button-group a:first-child div.button,
div.button-group > div.button:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

div.button-group a:last-child div.button,
div.button-group > div.button:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

tr.selected td {
  background-color: #99ffaa; }

div#uploader div#uploader_container {
  margin: 0px;
  border: 1px solid #aaaaaa;
  padding: 0px; }

div#uploader div.plupload_header {
  display: none; }

div#uploader .plupload_scroll .plupload_filelist {
  height: 320px; }

div#uploader li.plupload_droptext {
  line-height: 280px; }

div.asset-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  margin: 0px 2px;
  background-color: #f0f0f0; }
  div.asset-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 0px 3px #666666; }

table.form td {
  vertical-align: baseline; }

form button[type=submit] {
  -webkit-appearance: none;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  clear: none;
  float: right;
  height: 32px;
  min-height: 32px;
  padding: 4px 8px 5px 8px;
  margin-bottom: 6px;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  background-color: #EEEEEE;
  color: #000;
  border-style: solid;
  border-width: 1px;
  border-top-color: #ccc;
  border-left-color: #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  border-radius: 8px; }
  form button[type=submit] span {
    vertical-align: middle !important; }
  form button[type=submit] span.label {
    display: inline-block; }

form button[type=submit]:active {
  border-top-color: #999;
  border-left-color: #999;
  border-bottom-color: #bbb;
  border-right-color: #bbb;
  background-color: #E6E6E6; }

/* Tables */
table {
  background: #fff;
  border: 1px solid #ccc;
  /* 	border-right:0; */
  clear: both;
  color: #333;
  margin-bottom: 8px;
  white-space: normal;
  border-collapse: collapse;
  /* width: 100%; */ }

table.hidden {
  border: 1px solid #eee; }

table.hidden tr td {
  border-color: #eee; }

th {
  background: #f2f2f2;
  border: 1px solid #bbb;
  /*
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
*/
  padding: 0px 1px 2px 1px;
  height: 20px;
  font-size: 13px;
  line-height: normal;
  white-space: nowrap;
  text-align: left;
  vertical-align: baseline; }

th a {
  /* background:#f2f2f2; */
  /* display: block; */
  font-size: 13px;
  line-height: 20px;
  padding: 0px 1px 0px 1px;
  text-decoration: none; }

th a:hover {
  /* background: #fafafa; */
  color: #000;
  text-decoration: underline; }

/* Paging */
div.paging {
  background: #fff;
  color: #ccc;
  margin: 2px 0px 8px 0px;
  padding: 2px 0px;
  font-size: 14px; }

div.paging span.disabled {
  padding: 0px 6px;
  color: #ccc;
  display: inline; }

div.paging span {
  padding: 0px 0px;
  font-weight: bold; }

div.paging span.small,
div.paging span.mini {
  font-weight: normal; }

div.paging span.current {
  padding: 2px 5px 2px 5px;
  color: #fff;
  background-color: #c100a4;
  border: 1px solid #222;
  /* text-decoration: underline; */ }

div.paging span a {
  padding: 2px 6px; }

div.paging span a:hover {
  background-color: #a3cbe0; }

div.paging span a:active {
  color: #fff;
  background-color: #205978; }

th a.asc {
  text-decoration: underline;
  background-image: url(../img/icons/sort_asc.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  padding-right: 16px; }

th a.asc:hover {
  background-image: url(../img/icons/sort_desc.png); }

th a.desc {
  text-decoration: underline;
  background-image: url(../img/icons/sort_desc.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 100%;
  padding-right: 16px; }

th a.desc:hover {
  background-image: url(../img/icons/sort_asc.png); }

table tr td {
  background: #fff;
  border-right: 1px solid #ccc;
  padding: 2px;
  /* 	padding-top:3px; */
  white-space: normal;
  /* 	vertical-align: baseline; */ }

tr.border-top > td {
  border-top: 1px solid #ccc;
  padding-top: 2px;
  border-collapse: collapse; }

td.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2px;
  border-collapse: collapse; }

tr.border-bottom > td {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  border-collapse: collapse; }

td.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
  border-collapse: collapse; }

.br-none {
  border-right: none; }

td.label {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #a6a6a6;
  text-align: right;
  padding-right: 6px;
  width: 60px;
  border-right: none;
  white-space: nowrap;
  vertical-align: baseline; }

div.label {
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #a6a6a6;
  white-space: nowrap;
  vertical-align: baseline; }

table.plain {
  border: none;
  margin: 0px; }
  table.plain tr td {
    border: none;
    padding: 0px; }

table.tree {
  border-top: none;
  white-space: nowrap; }
  table.tree tr td {
    line-height: 16px;
    vertical-align: top;
    /* 			white-space: normal; */
    /*
			a {
				color: inherit;
			}
*/ }
  table.tree tr.row td {
    background: #f8f8f8; }
  table.tree tr.row-alt td {
    background: #eeeeee; }
  table.tree tr.row-hi td {
    background: #ffffff; }
  table.tree tr.act td {
    font-weight: bold;
    background-color: #FFFFFF; }

table.list tr td {
  line-height: 20px;
  vertical-align: baseline; }
  table.list tr td * {
    vertical-align: baseline; }

table.list tr.row td {
  background: #f8f8f8; }

table.list tr.row-alt td {
  background: #eeeeee; }

table.list tr.row-hi td {
  background: #ffffff; }

table.list tr.act td {
  font-weight: bold;
  background-color: #FFFFFF; }

table.list tr.separator td {
  background-color: #000000;
  color: #ffffff; }
  table.list tr.separator td a {
    font-weight: bold;
    color: #eaace2; }
  table.list tr.separator td a:hover {
    color: #f6d2f1; }

/*
table tr.row-alt td {
	background: #eeeeee;
}
table tr.row-hi td {
	background: #ffffff;
}

table tr.row-dark td {
	background: #dddddd;
}

table tr.flash td {
	background-color: #fffa77;
}
*/
table tr.disabled * {
  color: #a6a6a6; }

table tr.hidden * {
  color: #a6a6a6;
  text-decoration: line-through; }

a.disabled {
  pointer-events: none; }

table tr td a.disabled,
table tr td span.disabled {
  color: #a6a6a6; }

table tr td a.hidden,
table tr td span.hidden {
  color: #a6a6a6;
  text-decoration: line-through; }

td.nowrap {
  white-space: nowrap; }

table.nowrap tr td {
  white-space: nowrap; }

/*
table.tree tr td {
	line-height: 14px;
	white-space: normal;
}
*/
/*
table.tree tr td.nowrap {
	white-space: nowrap;
}
*/
/*
table.tree tr td a img {
	vertical-align: top;
	margin-top: -1px;
}
table.tree tr td img {
	vertical-align: top;
	margin-top: -1px;
}
*/
/*
table.tree tr.act td,
table.list tr.act td {
	font-weight: bold;
	background-color: #FFFFFF;
}
*/
label {
  display: table;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #666666;
  text-align: left;
  padding-right: 13px;
  vertical-align: top; }

input, textarea {
  display: block;
  clear: both;
  font-size: 15px;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  padding: 2px; }

input.small, textarea.small {
  font-size: 13px; }

td input[type=text] {
  display: inline-block; }

input.datepicker {
  width: 96px !important; }

div.input.checkbox {
  white-space: nowrap;
  margin: 2px 0px; }
  div.input.checkbox label {
    display: inline-block; }

input[type=checkbox] {
  display: inline-block;
  width: 22px !important;
  height: 18px; }

fieldset, div.input.radio {
  border: none;
  white-space: nowrap; }
  fieldset label, div.input.radio label {
    display: inline-block;
    margin-right: 8px;
    margin: 4px 0px; }
  fieldset legend, div.input.radio legend {
    display: none; }

input[type=radio] {
  display: inline-block;
  width: 22px !important;
  height: 18px;
  margin: 4px 0px; }

select, select option {
  font-size: 13px;
  background-color: transparent;
  border-color: #888888; }

table tr td table.sortable-rows {
  border: none; }
  table tr td table.sortable-rows tr, table tr td table.sortable-rows tr > td {
    border-color: #888888; }
  table tr td table.sortable-rows tr {
    border: none; }
    table tr td table.sortable-rows tr td:first-child {
      border-left: 1px solid #888888; }
    table tr td table.sortable-rows tr td {
      background: repeating-linear-gradient(to bottom, #eeeeee, #eeeeee 2px, #f8f8f8 2px, #f8f8f8 4px); }
      table tr td table.sortable-rows tr td table {
        border-color: #888888; }
        table tr td table.sortable-rows tr td table tr, table tr td table.sortable-rows tr td table tr > td {
          border-color: #888888;
          background: none;
          background-color: #ffffff; }
  table tr td table.sortable-rows tr[data-rel-id] td {
    border-bottom: 1px solid #888888; }
  table tr td table.sortable-rows tr.ui-sortable-helper {
    box-shadow: 3px 3px 12px black;
    border-top: 1px solid #888888; }
    table tr td table.sortable-rows tr.ui-sortable-helper td {
      border-top: none;
      border-bottom: 1px solid #888888; }

tr.row td.ui-sortable-bg,
tr.row-alt td.ui-sortable-bg,
td.ui-sortable-bg {
  background: repeating-linear-gradient(to bottom, #eeeeee, #eeeeee 2px, #f8f8f8 2px, #f8f8f8 4px); }

table#contributors_list.sortable-rows {
  border: none; }
  table#contributors_list.sortable-rows tr, table#contributors_list.sortable-rows tr > td {
    border-color: #cccccc; }
  table#contributors_list.sortable-rows tr {
    border: none; }
    table#contributors_list.sortable-rows tr td:first-child {
      border-left: 1px solid #cccccc; }
    table#contributors_list.sortable-rows tr td {
      /*
			background: repeating-linear-gradient(
			  to bottom,
			  #eeeeee,
			  #eeeeee 2px,
			  #f8f8f8 2px,
			  #f8f8f8 4px
			);
*/ }
      table#contributors_list.sortable-rows tr td table {
        border-color: #cccccc; }
        table#contributors_list.sortable-rows tr td table tr, table#contributors_list.sortable-rows tr td table tr > td {
          border-color: #cccccc;
          background: none;
          background-color: #ffffff; }
  table#contributors_list.sortable-rows tr[ccg-id] td {
    border-bottom: 1px solid #cccccc; }
  table#contributors_list.sortable-rows tr.ui-sortable-helper {
    box-shadow: 3px 3px 12px black;
    border-top: 1px solid #cccccc; }
    table#contributors_list.sortable-rows tr.ui-sortable-helper td {
      border-top: none;
      border-bottom: 1px solid #cccccc; }

.ui-tooltip {
  max-width: 920px !important; }
