body {
	margin: 0px;
	font-family: Arial;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  background-color: #fafafa;
}

p, form, input {
  margin: 0px;
}

img {
  border: 0px;
  margin: 0px !important;
}

td {
  vertical-align: top;
}

form td {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #ff5a00;
  font-weight: bold;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

h1, h2, h3 {
  margin: 0px;
  line-height: normal;
}

#h1 {
  float: left;
}

#h1 div {
  float: left;
}

h1 {
  font-size: 22px;
  font-weight: normal;
  color: #333333;
  line-height: 36px;
}

h2 {
  background-color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 10px 0px;
  padding-left: 44px;
  color: #333333;
}

h2 a {
  color: #333333;    
}

h2 a, h2 a:hover {
  font-weight: normal !important;
  text-decoration: none !important;
}

h2 a:hover {
  color: #ff5a00;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}

h3.users18 {
  padding-left: 23px;
  background-repeat: no-repeat;
  background-position: left top;
} 

#top {
  position: relative;
  z-index: 2;
  clear: both;
}

#header {
  float: left;
  width: 100%;
  min-width: 1000px;
  padding: 20px 0px;
  max-height: 78px;
  border-bottom: 1px solid #f1f1f1;
  background-color: #ffffff;
  z-index: 1;
}

#user #header {
  min-width: 0px;
}

.fixed {
  position: fixed;
}

#header #logo {
  float: left;
  width: 145px;
  height: 38px;
  margin-left: 20px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
}

#header #logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0px;
}

#header #logo a:hover {
  text-decoration: none;
}

#header:hover #logo a {
  color: #333333;
}

#header #profile {
  float: right;
  font-size: 11px;
  margin-right: 20px;
}

#header #profile #logout {
  float: left;
  width: 39px;
  height: 36px;
  background-image: url(/images/icon-logout.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#header #profile #logout:hover {
  background-image: url(/images/icon-logout-a.png);
}

#header #profile #links {
  float: left;
  text-align: right;
  margin-right: 10px;
}

#footer {
  position: relative;
  clear: both;
  padding: 20px 0px;
  border-top: 1px solid #dddddd;
  font-size: 12px;
  overflow: auto;
}

#footer .left {
  float: left;
  margin-left: 20px;
}

#footer .right {
  float: right;
  margin-right: 20px;
}

#menu {
  float: left;
  width: 100%;
  min-width: 1000px;
  top: 79px;
  max-height: 67px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
  z-index: 1;
  font-weight: bold;
}

#user #menu {
  min-width: 0px;
}

#menu #left div {
  float: left;
}

#menu #left a, #sidebarToggler a {
  float: left;
  padding: 10px 20px;
  padding-top: 39px;
  background-repeat: no-repeat;
  background-position: center 10px;
}

#menu #left a {
  border-right: 1px solid #f1f1f1;
  color: #666666;
}

#user #menu #left a {
  font-size: 0px;
  color: transparent;
  padding: 0px;
  width: 58px;
  height: 44px;
  background-position: center center;
}

#user #menu #left a:hover, #user #menu #left #new a, #user #menu #left #active a {
  width: auto;
  font-size: 11px;
  color: #333333;
  padding-left: 43px;
  padding-right: 20px;
  line-height: 44px;
  background-position: 20px center;
}

#user #menu #left #active a {
  color: #ffffff;
}

#menu #left #active a, #menu #left #active:hover a {
  color: #ffffff;
  background-color: #ff5a00;
  border: 0px;
}

#menu #left a:hover {
  background-color: #ffffff;
  text-decoration: none;
  color: #333333;
}

#sidebarToggler {
  float: right;
}

#sidebarToggler a {
  width: 18px;
  height: 18px;
  background-image: url(/images/icons-18-sidebar.png);
  background-position: center center;
  border-left: 1px solid #f1f1f1;
  padding-left: 30px;
  padding-right: 30px;
}

#sidebarToggler a:hover {
  background-color: #ffffff;
}

#breadcrumb {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

#breadcrumb .wrapper {
  width: auto;
  min-width: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background-color: #f6f6f6;
  height: 40px;
}

#breadcrumb .wrapper div {
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 15px;
  background-image: url(/images/breadcrumb-arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#breadcrumb .wrapper div a {
  color: #666666;
}

#breadcrumb .wrapper div:hover a {
  color: #333333;
  text-decoration: underline;
}

#breadcrumb #active {
  font-size: 14px;
  font-weight: bold;
  background-color: #ffffff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#breadcrumb #active:hover {
  background-color: #ff5a00;
}

#breadcrumb #active a {
  color: #333333;
  text-decoration: none;
}

#breadcrumb #active:hover a {
  color: #ffffff;
}

#breadcrumb #home {
  float: left;
  width: 24px;
  height: 24px;
  padding: 8px 0px;
  padding-left: 15px;
  background-image: url(/images/breadcrumb-home.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#breadcrumb #home a {
  float: left;
  width: 24px;
  height: 24px;
  font-size: 0px;
  color: transparent;
}

#content {
  min-width: 658px;
  margin: 20px;
  z-index: 0;      
}

#contentCentered {
  float: center;
  margin: 20px auto;  
  width: 690px;
}

#page {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.sidebar {
  border-right: 1px solid #dddddd;
  background-color: #fafafa;
}

.sidebar > div {
  float: left;
  width: 250px;  
}

.sidebar h3 {
  font-size: 14px;
  margin: 0px 20px;
  margin-bottom: 10px;
}

.sidebar div {
  float: right;
  width: 250px;
}

.sidebar .list, .sidebar .summary {
  margin-bottom: 20px;
}

.sidebar .list {
  border-bottom: 1px solid #dddddd;
}

.sidebar .list a {
  float: left;
  line-height: 42px;
  white-space: nowrap;
  color: #666666;
  background-repeat: no-repeat;
  width: 189px;  
  padding-left: 38px;
  padding-right: 23px;
  background-position: 15px center;
  font-weight: normal;
}

.sidebar .list #active a {
  color: #ffffff;
  background-color: #666666;
  text-decoration: none;
  font-weight: bold;
}

.sidebar .list a:hover {
  color: #333333;
  background-color: #f1f1f1;
  text-decoration: none;
}

.sidebar .summary {
  width: 250px;
  margin-top: 20px;  
}

.sidebar .summary .important {
  font-size: 13px;
}

.sidebar .summary div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.sidebar .summary div p {
  padding: 0px 20px;
}

#content .summary {
  float: left;
  width: 100%;
}

#user #content .summary {
  width: auto;
}

#content .summary div {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}

.quickLinks {
  font-size: 11px;
}

.quickLinks a {
  width: 210px !important;
  line-height: 36px !important;
  padding: 0px 20px !important;
}

.quickLinks .active a {
  color: #ffffff !important;
  background-color: #999999 !important;
  text-decoration: none;
  font-weight: bold;
}

#mainTable {
   width: 100%;
   background-color: #f1f1f1;
}

.box100, .box100noPad {
  float: left;
  width: 100%;
}

.box100 {
  margin-bottom: 50px;
}

#user .box100 {
  margin-bottom: 30px;
}

.itemsList .box100 {
  float: none;
  margin-bottom: 5px !important;
  width: auto;
  border: 1px solid #dadada;  
  padding: 15px;
  padding-left: 78px;
  border-radius: 3px;
  background-color: #fafafa;
  background-image: url(/images/icons-48-list-bookings.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.itemsList#services .box100 {
  background-image: url(/images/icons-48-list-services.png);
}

.itemsList#fields .box100 {
  background-image: url(/images/icons-48-list-fields.png);
}

.itemsList#people .box100 {
  background-image: url(/images/icons-48-list-people.png);
}

.itemsList#duration .box100 {
  background-image: url(/images/icons-48-list-duration.png);
}


.itemsList#user .box100 {
  background-image: url(/images/icons-48-user.png);
}

.itemsList#structure .box100 {
  background-image: url(/images/icons-48-structure.png);
}

.itemsList h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 5px;
  font-weight: normal;
}

.itemsList .red, .itemList .box100:hover .red {
  color: #CC0000 !important;
}

.itemsList h3 a {
  color: #333333 !important;
  text-decoration: none !important;
  font-weight: normal !important;    
}

.itemsList .box100:hover h3 a {
  font-weight: bold !important;
}

.itemsList table {
  width: 100%;
}

.itemsList td {
  padding: 0px;
}

.itemsList .go {
  float: right;
  margin: 0px;
  display: none;
}

.itemsList .box100:hover {
  background-color: #ffffff;
}

.itemsList .box100:hover .go {
  display: block;
}

/*.box100:hover {
  color: #333333;
}*/

/*.box100:hover h2 {
  background-color: #ffffff; 
}

.box100:hover h2 a {
  color: #333333;
}

.box100:hover h2 a:hover {
  color: #ff5a00;
}*/

/*.box100:hover > h3, .box100noPad:hover > h3 {
  color: #ff5a00; 
}*/

.add, .remove, .go, .submit/*, .box100:hover .submit*/ {
  font-family: Arial;
  float: left;
  font-weight: bold;
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0px 15px !important;
  height: 42px;
  line-height: 42px;    
  border-radius: 3px;
  background-color: #999999;
  color: #ffffff !important;
  cursor: pointer;
  border: 0px;
  text-transform: uppercase;
  text-decoration: none !important;
  text-align: center;    
  -webkit-appearance: none;
}

.add, .remove, .go {
  margin-right: 10px;
}

.go:hover, .submit:hover {
  background-color: #ff5a00 !important;
}

.sidebar .go {
  width: auto !important;
}

#user .booking .submit, #user .booking .go {
  background-color: #ff5a00 !important;
}

#user .booking .submit:hover, #user .booking .go:hover {
  background-color: #009900 !important;
}

.add:hover {
  background-color: #009900;
}

.remove:hover {
  background-color: #CC0000;
}

.add, .go, .remove {
  margin-top: 15px;
}

.add:hover, .go:hover, .submit:hover {
  color: #ffffff;  
}

.tableList {
  float: left;
  width: 100%;
}

.tableList a {
  color: #333333 !important;
}

.tableList table {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  font-size: 11px;
}

.tableList table tr {
  background-color: #fafafa; 
}

.tableList table:hover {
  color: #666666;
}

.tableList table .headers {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  background-color: #ffffff;
}

.tableList table .headers th, .tableList table .headers td {
  border-right: 1px solid #e6e6e6;
  border-top: 0px;
  text-align: left;  
}

.tableList table:hover .headers th, .tableList table:hover .headers td {
  border-right: 1px solid #999999;
}

table.packages .headers {
  color: #ff5a00;
  font-size: 16px;
  font-weight: bold;
}

.tableList table:hover .headers {
  background-color: #666666 !important;
  color: #ffffff;
}

.tableList table .headers th {
  background-image: url('/images/arrow-both.png');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
  padding-right: 30px;
}

.tableList table:hover .headers th {
  background-image: url('/images/arrow-both-w.png');
}

.tableList table .headers th.headerSortUp {
  background-image: url('/images/arrow-asc.png');
  background-color: #ff5a00;
  color: #ffffff;
}

.tableList table .headers th.headerSortDown {
  background-image: url('/images/arrow-desc.png');
  background-color: #ff5a00;
  color: #ffffff;
}

.tableList table td, .tableList table th {
  line-height: 36px;
  padding: 0px 10px;      
  border-top: 1px solid #e6e6e6;
  white-space: nowrap;
}

.tableList table .accountingHeader td {
  line-height: 72px;
  vertical-align: top;
}

.tableList a, .tableList p {
  background-repeat: no-repeat;
  background-position: left center;
}

.tableList table tr:hover, table.packages tr:hover {
  background-color: #ffffff !important;
}

.tableList table .important a, .tableList table .important p, .tableList table .id a {
  font-size: 13px;
  font-weight: bold;
}

.tableList table .important a, .tableList table .important p {
  float: left;
  padding-left: 23px;
}

.tableList table tr.red {
  background-color: #f7d9d9;
  color: #CC0000;
}

.tableList table tr.red > td > a, .tableList table tr.red > td > p, .red, .blocked, .user_aborted, .admin_aborted, .error, .error a, .suspended, .unused, .unactive, .unpaid, .unpaid a, .expired {
  color: #CC0000 !important;
}

.tableList table tr.green {
  background-color: #d9f0d9;
  color: #009900;
}

.tableList table tr.green a, .green, .confirmed, .confirmed a, .completed, .completed a, .certified, .member, .active, .used {
  color: #009900 !important;
}

.tableList table tr.blue {
  background-color: #e5f2fa;
  color: #0381ca;
}

.tableList table tr.orange {
  background-color: #ffeee5;
  color: #ff5a00;
}

.running {
  color: #0381ca !important;
}

.tableList table tr.yellow {
  background-color: #f8e8cc;
  color: #da8a00;
}

.unconfirmed, .unconfirmed a, .unpaid, .unpaid a, .new, .new a, .generic, .temp, .temp a {
  color: #da8a00 !important;
}

.tableList table .important {
  font-size: 13px !important;
}

.tableList table .important p {
  color: #333333;
}

.tableList table tr:hover > td > a, .tableList table tr:hover input[type=submit] {
  color: #ff5a00 !important;  
}

.tableList table input[type=submit] {
  float: left;
  line-height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: left center;
}

.tableList input[type=submit]:hover {
  text-decoration: underline;
}

.accountingFooter a {
  float: right;
  margin-left: 20px;  
}

.accountingFooter a, .accountingFooter input[type=submit] {
  padding-left: 23px;
}

.tableList table .id {
  text-align: right;
  width: 0px;
  white-space: nowrap;
  background-color: #ffffff;
  border-right: 1px solid #e6e6e6;
}

.tableList table tr:hover .id {
  border-right: 1px solid #ffffff;
  color: #ff5a00;
}

.tableList table a:hover {
  color: #ff5a00;
  text-decoration: underline;
}

.intro {
  margin-bottom: 30px;
  /*background-image: url(/images/bg-intro.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  padding-left: 12px;*/
}

.box100 .intro. .box100noPad .intro {
  margin-bottom: 15px;
}

.structure24, .profile24 {
  background-image: url(/images/icons-24-structure.png);
}

#active .structure24, #active .profile24 {
  background-image: url(/images/icons-24-structure-w.png);
}

.info24 {
  background-image: url(/images/icons-24-info.png);
}

.info18 {
  background-image: url(/images/icons-18-info.png);
}

#active .info18 {
  background-image: url(/images/icons-18-info-w.png);
}

.opening24 {
  background-image: url(/images/icons-24-opening.png);
}

.opening18, .hours18 {
  background-image: url(/images/icons-18-opening.png);
}

#active .services24 {
  background-image: url(/images/icons-24-services-w.png);
}

.services24 {
  background-image: url(/images/icons-24-services.png);
}

.services18 {
  background-image: url(/images/icons-18-services.png);
}

.status24 {
  background-image: url(/images/icons-24-status.png);
}

.status18 {
  background-image: url(/images/icons-18-status.png);
}

.upgrade24 {
  background-image: url(/images/icons-24-upgrade.png);
}

.upgrade18 {
  background-image: url(/images/icons-18-upgrade.png);
}

.fields24 {
  background-image: url(/images/icons-24-fields.png);
}

#active .fields24 {
  background-image: url(/images/icons-24-fields-w.png);
}

.fields18 {
  background-image: url(/images/icons-18-fields.png);
}

.rates24 {
  background-image: url(/images/icons-24-rates.png);
}

#active .rates24 {
  background-image: url(/images/icons-24-rates-w.png);
}

.rates18 {
  background-image: url(/images/icons-18-rates.png);
}

.bookings24 {
  background-image: url(/images/icons-24-bookings.png);
}

#active .bookings24 {
  background-image: url(/images/icons-24-bookings-w.png);
}

.bookings18 {
  background-image: url(/images/icons-18-bookings.png);
}

#active .bookings18 {
  background-image: url(/images/icons-18-bookings-w.png);
}

.delete24 {
  background-image: url(/images/icons-24-delete.png);
}

.delete18 {
  background-image: url(/images/icons-18-delete.png);
}

.block18 {
  background-image: url(/images/icons-18-block.png);
}

.suspend18 {
  background-image: url(/images/icons-18-suspend.png);
}

.certify18 {
  background-image: url(/images/icons-18-certify.png);
}

.new24 {
  background-image: url(/images/icons-24-new.png);
}

.new18 {
  background-image: url(/images/icons-18-new-o.png);
}

#active .new18 {
  background-image: url(/images/icons-18-new-w.png);
}

.ok18, .enable18, .confirm18 {
  background-image: url(/images/icons-18-ok.png);
}

.disable18, .abort18 {
  background-image: url(/images/icons-18-remove.png);
}

.restore24 {
  background-image: url(/images/icons-24-restore.png);
}

.restore18, .refresh18 {
  background-image: url(/images/icons-18-restore.png) !important;
}

.balance18 {
  background-image: url(/images/icons-18-balance.png);
}

.people24 {
  background-image: url(/images/icons-24-people.png);
}

.duration18 {
  background-image: url(/images/icons-18-duration.png);
}

.subscriptions24 {
  background-image: url(/images/icons-24-subscriptions.png);
}

.subscriptions18 {
  background-image: url(/images/icons-18-subscriptions.png);
}

.reminder18 {
  background-image: url(/images/icons-18-reminder.png);
}

.tableList table .toolsWrapper {
  width: 100%;
  padding: 0px;
  vertical-align: middle;
}

#h1 .trigger, .tableList .trigger {
  float: left;
  width: 36px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
}

#h1 .trigger {
  background-image: url(/images/icons-18-tools-h1.png);
}

.tableList .trigger {
  float: right;
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
}

.tableList tr:hover .trigger {
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

#h1 .trigger:hover, .tableList .trigger:hover  {
    background-image: url(/images/icons-18-tools-w.png) !important;
    background-color: #cccccc;
    cursor: pointer;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;                    
}

.submenu {
  position: absolute;
  z-index: 100;
  display: none;
}

/*
.trigger:hover .submenu, #h1:hover .submenu {
  display: block !important;
}
*/

#billboard .submenu:hover, .tableList .trigger:hover .submenu, #h1 .trigger:hover .submenu {
  display: block !important;
}

#billboard .submenu {
  min-width: 300px;
  max-width: 300px;
  font-size: 11px;
  margin-left: 15px;
  margin-top: -8px;
  padding-top: 9px;
  background-image: url(/images/arrow-submenu.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  line-height: 18px;
}

#billboard #single .submenu {
  width: auto;
  max-width: none;
  position: relative;
  margin-left: 0px;
  /*display: block !important;*/
}

#billboard #single .trigger:hover .submenu {
  position: relative;
  margin-left: 0px;
}

#billboard .submenu > div {
  border: 1px solid #dddddd;
  border-top: 0px;
  background-color: #fafafa;
}

/*#billboard .available .submenu > div {
  width: auto;
}*/

#billboard .submenu > div .details {
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 10px;
}

#billboard .submenu .tools {
  display: none;
}

#billboard .submenu .tools a {
  background-color: #f6f6f6;
}

#billboard .submenu .tools a:hover {
  font-weight: bold;
  background-color: #fafafa;
  color: #333333 !important;
  text-decoration: none !important;
}

#billboard .submenu .tools .delete18:hover {
  color: #cc0000 !important;
  background-color: #fcf2f2;
}

#billboard .submenu div:hover .tools, #billboard .available .submenu .tools:not(.bookingTools), #billboard #single .trigger:hover .tools:not(.bookingTools) {
  display: block;
}

#billboard .submenu > div:hover {
  background-color: #ffffff;
  border-color: #cccccc;
  border-left: 4px solid #dddddd !important;
  border-bottom: 4px solid #dddddd !important;
}

#billboard .submenu h3 {
  font-size: 14px;
  margin-left: 23px;
}

#billboard .submenu h3 a {
  font-size: 14px;
}

#h1 .submenu, .tableList .submenu {
  width: 248px;
  background-color: #fafafa;
  margin-left: 0px;
  margin-top: 36px;
  border: 1px solid #cccccc;
  border-top: 0px;
}

.tableList .submenu {
  margin-left: -214px;
  background-color: #f1f1f1;
}

.tableList .trigger {
  background-image: url(/images/icons-18-tools.png);
}

.tableList .trigger:hover {
  border-radius: 0px;
}

.tools a {
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 0px 10px;
  padding-left: 33px;
  border-top: 1px solid #dddddd;
  color: #666666 !important;
  background-repeat: no-repeat;
  background-position: 10px center;
  font-size: 11px;
}

.tools .delete18 {
  color: #CC0000 !important;
}

.tools a:hover {
  font-weight: bold;
  background-color: #ffffff;
  color: #333333 !important;
  text-decoration: none !important;
}

.tools .delete18:hover {
  color: #cc0000 !important;
  background-color: #fcf2f2;
}

.history24 {
  background-image: url(/images/icons-24-history.png);
}

.history18 {
  background-image: url(/images/icons-18-history.png);
}

#active .history18 {
  background-image: url(/images/icons-18-history-w.png);
}

.auth24 {
  background-image: url(/images/icons-24-auth.png);
}

.auth24#green {
  background-color: #009900;
  color: #ffffff;
  background-image: url(/images/icons-24-auth-w.png);
}

.auth18 {
  background-image: url(/images/icons-18-auth.png);
}

#active .auth18 {
  background-image: url(/images/icons-18-auth-w.png);
}

.settings24 {
  background-image: url(/images/icons-24-settings.png);
}

.settings18, .edit18 {
  background-image: url(/images/icons-18-settings.png);
}

.view18 {
  background-image: url(/images/icons-18-view.png);
}

.users24 {
  background-image: url(/images/icons-24-users.png);
}

#active .users24 {
  background-image: url(/images/icons-24-users-w.png);
}

.stats24 {
  background-image: url(/images/icons-24-stats.png);
}

#active .stats24 {
  background-image: url(/images/icons-24-stats-w.png);
}

.accounting24 {
  background-image: url(/images/icons-24-accounting.png);
}

#active .accounting24 {
  background-image: url(/images/icons-24-accounting-w.png);
}

.users18, .booker18 {
  background-image: url(/images/icons-18-users.png);
}

.structure18 {
  background-image: url(/images/icons-18-structure.png);
}

#active .users18 {
  background-image: url(/images/icons-18-users-w.png);
}

.addressbook24, .transactions24 {
  background-image: url(/images/icons-24-addressbook.png);
}

.import24 {
  background-image: url(/images/icons-24-import.png);
}

.communications24 {
  background-image: url(/images/icons-24-communications-w.png);
  background-color: #009900 !important;
  color: #ffffff !important;
}

.label, .redLabel, .important, .mark {
  font-size: 14px;
  font-weight: bold;
}

.label, .redLabel {
  white-space: nowrap;
}

.redLabel {
  color: #CC0000;
}

.mark, .staff {
  color: #ff5a00;
}

input[type=text], input[type=password], select, textarea {
  font-family: Arial;
  font-size: 13px;
  color: #666666;
  width: 250px;
  padding: 5px;
  height: 30px;
  border: 1px solid #dadada;
  border-radius: 3px;
  background-color: #fafafa;
  margin-top: 5px;
}

input[type=checkbox] {
  margin-top: 2px;
  margin-right: 5px;
}

select {
  width: auto;
}

textarea {
  width: 100%;
  padding: 0px;
  height: 100px;
  font-size: 13px;
  line-height: 18px;
}

#datesPicker {
  padding-bottom: 10px;
}

#datesPicker p {
  max-width: 235px;
  margin: 0px 20px;
}

#datesPicker table {
  margin: 5px 20px;
}

#datesPicker td {
  padding: 5px 0px;
  padding-right: 10px;
}

#datesPicker input[type=text] {
  width: 75px;
  margin: 0px;
}

#datesPicker .submit {
  margin-top: 0px;
}

input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
  border: 1px solid #cccccc;
  color: #333333;
  background-color: #ffffff;
}

.systemMsg {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 20px center;
  line-height: normal;
  /*border-radius: 3px;
  margin-bottom: 10px;*/
}

.systemMsg a {
  color: #ffffff;
  text-decoration: underline;
}

.systemMsg .important {
  font-size: 16px;
}

.systemMsg div {
  float: left;
  margin: 15px;
  margin-left: 48px;
  color: #ffffff;
  font-weight: bold;
}

.systemMsg#notice {
  background-color: #009900;
  background-image: url(/images/icons-18-notice.png);
}

.systemMsg#alert {
  background-color: #fea801;
  background-image: url(/images/icons-18-alert.png);
}

.systemMsg#error {
  background-color: #CC0000;
  background-image: url(/images/icons-18-error.png);
}

.systemMsg#notice .important {
  color: #009900;
}

.systemMsg#alert .important {
  color: #fea801;
}

.systemMsg#error .important {
  color: #CC0000;
}

#rateMonths, #rateDays, #rateHours, #dailyPause, #membersSettings {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none;
}

#browseDays {
  width: 80px;
  min-width: 80px;
  padding-left: 5px;
}

#browseDays a {
  display: block;
  width: 100%;
  padding: 5px 0px;
  color: #666666;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: #fafafa;
  line-height: normal;
  min-height: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none !important;
  font-weight: normal !important;
}

#browseDays a span {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

#browseDays a:hover, #browseDays #today a:hover {
  color: #333333;
  background-color: #ffffff;
}

#browseDays #active a {
  background-color: #ff5a00;
  color: #ffffff;
}

#browseDays #today a {
  color: #ffffff;
  background-color: #999999;
}

#browseDays #backToday a {
  margin-top: 10px;
  background-image: url(/images/icons-18-restore.png);
}

#browseDays #nextWeek a {
  background-image: url(/images/icons-18-next.png);
}

#browseDays #prevWeek a {
  background-image: url(/images/icons-18-prev.png);
}

#browseFields {
  padding-right: 5px;
  width: 0px;
}

#browseFields a {
  min-width: 100px;
  display: block;  
  padding: 5px 10px;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 5px;
  background-color: #fafafa;
  line-height: normal;
  background-repeat: no-repeat;
  background-position: center center;
  text-decoration: none !important;
  font-weight: normal !important;
  white-space: nowrap;
}

#browseFields a span {
  font-size: 16px;
  font-weight: bold;
}

#browseFields a .zoom {
  width: 250px;
  height: 167px;
  margin: 5px 0px;
}

#browseFields a .zoom img  {
  display: none;
}

#browseFields a .zoom:hover img  {
  display: block;
  position: absolute;
  width: 500px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
  z-index: 10000;
}

#browseFields a .zoom img {
  width: 100%;
}

#browseFields a:hover, #browseFields #today a:hover {
  color: #333333;
  background-color: #ffffff;
}

#browseFields #active a {
  background-color: #ff5a00;
  color: #ffffff;
}

#billboard {
  float: left;
  width: 100%;
}

#billboard .statusRow > td {
  padding: 0px;
  border: 0px;
  background-color: #fafafa;
  min-width: 170px;
}

#billboard .fieldCol tr:hover > td {
  background-color: #ffffff;
}

#billboard .headers td {
  padding: 0px;
  border: 0px;
  text-align: center;
  background-color: #ffffff;
  line-height: 30px;
  color: #333333 !important;
  white-space: nowrap;
  line-height: 18px;
}

#billboard .headers td a {
  color: #333333 !important;
}

#billboard .fieldCol:hover .headers td a {
  color: #ffffff !important;
}

#billboard .headers td a.red {
  color: #CC0000 !important;
}

#billboard .fieldCol:hover .headers td a.red {
  background-color: #CC0000 !important;
  color: #ffffff !important;
}

#billboard .headers td a, #billboard .headers td p {
  display: block;
  font-size: 18px;
  padding: 15px;
  height: auto;
}

#billboard .headers td a span, #billboard .headers td p span {
  font-size: 11px;
  font-weight: normal;
  line-height: normal;
  font-weight: bold;
  color: #666666;
}

#billboard .headers td span.mark {
  font-size: 14px;
  color: #ff5a00;
}

#billboard .fieldCol:hover .headers td a span  {
  color: #ffffff;
}

#billboard .fieldCol:hover .headers td a {
  background-color: #ff5a00;
  color: #ffffff;
  text-decoration: none;
}

#billboard .side span {
  font-weight: bold;
  font-size: 18px;
}

#billboard .side span {
  line-height: normal;
}

#billboard .headers #today {
  background-color: #ff5a00;
  color: #ffffff;
}

#billboard .side {
  font-size: 11px;
  padding: 0px 15px !important; 
  min-width: 0px !important;
  width: 0px !important;
  font-weight: bold;
  white-space: nowrap;
  line-height: 40px;
}

#billboard p.side {
  color: #999999;
  padding-left: 0px;
  margin-top: 5px;
}

#billboard .boxed, #billboard .bookingDuration a {
  display: block;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: 10px center;
  opacity: 0.7;
}

#billboard .bookingDuration a {
  opacity: 1;
  text-decoration: none;
}

#billboard #single .statusRow > td, #billboard #single .boxed, #billboard .bookingDuration a {
  height: 40px;
  line-height: 40px;
}

#billboard .highlighted, #billboard .trigger:hover .boxed {
  opacity: 1 !important;
}

#billboard .fieldCol tr:hover .boxed {
  opacity: 0.85;
}

#billboard a.boxed {
  text-decoration: none !important;
}

#billboard p.boxed {
  cursor: default;
}

/*#billboard .boxed > span {
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  width: 0px;
  padding-left: 20px;
  line-height: 30px;
  margin: 0px 5px;
  white-space: nowrap;
}*/

#billboard .available .details {
  background-image: url(/images/icons-18-new.png);
}

#billboard .trigger > .bookings18 {
  background-image: url(/images/icons-18-bookings-w.png);
}

#billboard .userBooking {
  background-image: url(/images/icons-18-users-w.png) !important;
}

#billboard .submenu .userBooking {
  background-image: url(/images/icons-18-users.png) !important;
}

#billboard .structureBooking {
  background-image: url(/images/icons-18-structure-w.png) !important;
}

#billboard .submenu .structureBooking {
  background-image: url(/images/icons-18-structure.png) !important;
}

#billboard .available .boxed {
  background-color: #009900;
  color: #ffffff;
  background-image: url(/images/icons-18-new-w.png);
}

#billboard .trigger > .running {
  background-color: #0381ca !important;
  color: #ffffff !important;  
}

#billboard .suspended .boxed {
  color: transparent;
}

#billboard .new, #billboard .unconfirmed, #billboard .new, #billboard .unconfirmed {
  color: #da8a00;
}

#billboard .existingBookings .boxed, #billboard tr:hover .existingBookings .boxed, #billboard .booked .boxed {
  color: #ffffff;
  background-color: #CC0000;
}

#billboard .selfBooked {
  background-color: #ff5a00 !important;
}

#billboard div .bookingDuration {
  float: left;
  width: 100%;
  display: none;
}

#billboard div.active .bookingDuration {
  display: block;
}

#billboard div.active .boxed {
  opacity: 1;
}

#billboard div.active a {
  background-color: #009900;
  color: #ffffff;
}

#billboard .available .bookingDuration a {
  background-color: #fafafa !important;
  color: #666666 !important;
  border-top: 1px solid #e6e6e6;
}

#billboard .bookingDuration a:hover {
  background-color: #ffffff !important;
  color: #009900 !important;
}

#billboard .existingBookings {
  float: right;
  min-width: 85px;
}

#billboard #single .existingBookings {
  min-width: 300px;
}

/*#billboard .available .existingBookings .boxed{
  margin-left: 1px;
}*/

#browseFields td {
  padding: 0px;
  border-bottom: none !important;
}

#browseFields #prevField, #browseFields #nextField {
  padding: 0px;
  width: 42px;
  height: 75px;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
}

#browseFields #prevField {
  float: left;
  background-image: url(/images/icons-18-prev-field.png);
}

#browseFields #prevField:hover {
  float: left;
  background-image: url(/images/icons-18-prev-field-a.png);
}

#browseFields #nextField {
  float: right;
  background-image: url(/images/icons-18-next-field.png);
}

#browseFields #nextField:hover {
  float: right;
  background-image: url(/images/icons-18-next-field-a.png);
}

.inputContainer {
  margin-bottom: 15px;
}

.inputErrorContainer {
  margin-bottom: 5px;
}

.inputErrorContainer input, .inputErrorContainer select {
  color: #CC0000;
  background-color: #f7d9d9;
}

.inputSuggest {
  font-size: 12px;
}

.inputError {
  margin-bottom: 15px;
  color: #CC0000;
  font-size: 12px;
}

#prompt {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-image: url(/images/bg-prompt.png);
}

#prompt div {
  position: fixed;
  width: 300px;
  height: 220px;
  padding: 15px;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -125px;
  z-index: 1001;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
  background-image: url(/images/bg-prompt-box.png);
  background-repeat: no-repeat;
  background-position: center 15px;
}

#prompt h3 {
  margin-top: 70px;
}

#prompt .remove, #prompt .add {
  width: 270px;
  margin-top: 5px;
}

#user #prompt .add {
  background-color: #999999;
}

#user #prompt .add:hover {
  background-color: #009900;
}

.browseResults {
  float: left;
  width: 100%;
  margin: 10px 0px;
}

.browseResults div {
  float: left;
}

.browseResults .left {
  margin-right: 5px;
  font-weight: bold;
  line-height: 24px;
}

.browseResults a {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 11px;
  text-align: center;
  color: #666666;
  padding: 0px 10px;
  border-radius: 3px;
}

.browseResults a:hover {
  background-color: #ffffff;
}

.browseResults #active a {
  font-weight: bold;
  color: #ffffff;
  background-color: #ff5a00;
}

a.profileChoose {
  width: 200px;
  padding: 15px 68px;
  padding-top: 230px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center 15px;
  color: #666666 !important;
  font-weight: normal !important;
  text-decoration: none !important;
  border-radius: 3px;
  border: 1px solid #dadada;
  background-color: #ffffff;
}

a.profileChoose#user {
  float: left;
  background-image: url(/images/profile-choose-user.png);
}

a.profileChoose#admin {
  float: right;
  background-image: url(/images/profile-choose-admin.png);
}

a.profileChoose .title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ff5a00;
}

a.profileChoose .button {
  float: left;
  font-weight: bold;
  font-size: 11px;
  background-repeat: no-repeat;
  background-position: 10px center;
  width: 200px;
  margin-top: 15px;
  height: 42px;
  line-height: 42px;    
  border-radius: 3px;
  background-color: #999999;
  color: #ffffff;
  text-transform: uppercase;
}

a.profileChoose:hover .button {
  background-color: #ff5a00;
}

.importantMsg {
  /*float: left;*/
  width: 100%;
  border-radius: 3px;
  background-color: #ff5a00;
  margin-bottom: 30px;
  padding: 15px 0px;
  font-size: 14px;
}

.importantMsg p, .importantMsg h3, .importantMsg div {
  margin: 0px 15px;
  color: #ffffff;
}

.importantMsg#invitations div {
  padding-left: 58px;
  background-image: url(/images/icons-48-people-w.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.importantMsg#invitations div a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #ffffff;
}

.importantMsg h3, .importantMsg a strong {
  margin-bottom: 5px;
}

#widget {
  background-color: transparent;
  width: 200px;
  height: 70px;
}

#widget #button {
  float: left;
  font-size: 0px;
  color: transparent;
  width: 200px;
  height: 70px;
  margin:  10px 0px;
  background-image: url(/images/widget-button-hover.png);
  background-repeat: no-repeat;
  background-position: left top;
}

#widget #button:hover {
  background-image: url(/images/widget-button.png);
}

h2#positiveBalance {
  background-color: #009900;
  color: #ffffff;
  background-image: url(/images/icons-24-balance.png);
}

p#positiveBalance {
  font-size: 16px;
  font-weight: bold;
  color: #009900;
}

div.positiveBalance, td.positiveBalance {
  color: #009900;
}

h2#negativeBalance {
  background-color: #cc0000;
  color: #ffffff;
  background-image: url(/images/icons-24-balance.png);
}

p#negativeBalance {
  font-size: 16px;
  font-weight: bold;
  color: #cc0000;
}

div.negativeBalance, td.negativeBalance {
  color: #cc0000;
}

#content > #paypal {
  position: absolute;
  width: 400px;
  height: 250px;
  left: 50%;
  top: 50%;
  margin-left: -200px;
  margin-top: -150px;
  text-align: center;
  padding-top: 96px;
  background-image: url(/images/paypal-logo.png);
  background-repeat: no-repeat;
  background-position: center top;
}

#paypal input[type=submit] {
  background-color: #ff5a00;
  width: 220px;
}

#content > #paypal input[type=submit] {
  margin-top: 10px !important;
  margin: 0px 90px;
}

#paypal input[type=submit]:hover {
  background-color: #009900 !important;
}

#paypalLogo {
  float: left;
  width: 100%;
  height: 26px;    
  background-image: url(/images/paypal-logo-small.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin: 5px 0px;
}

.stats td {
  font-size: 13px;
}

.totalCash {
  font-weight: bold;
  text-align: right;
  font-size: 13px;
}

.totals td {
  font-size: 16px !important;
  font-weight: bold;  
}

.stats .left {
 text-align: left !important;
 width: 100%;
}

.stats .headers td {
 text-align: left !important;
}

.cashed {
  color: #009900;
  text-align: right;
  font-size: 13px;
}

.stats .toBeCashed {
  color: #da8a00;
  text-align: right;
  font-size: 13px;
}

.nonCashable, .accounting .toBeCashed {
  color: #CC0000;
  text-align: right;
  font-size: 13px;
}

#noPrivileges {
  text-align: center;
  background-image: url(/images/no-privileges.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 276px;
}

#validateSMS {
  text-align: center;
  background-image: url(/images/validate-sms.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-top: 276px;
}

#publicCalendar div {
  position: relative;
  width: 230px;
  left: 50%;
  margin-left: -115px;
}

#publicCalendar .go {
  width: 200px;
  background-color: #ff5a00;
}

#publicCalendar .go:hover {
  background-color: #0381ca !important;
}

.subscriptions.tableList table{
  margin-bottom: 15px;
}

.subscriptions.tableList table td {
  padding: 10px;
}

.subscriptions.tableList .inputContainer, .subscriptions.tableList select {
  margin: 0px;
}

.subscriptions.tableList select {
  width: 205px;
}

.subscriptions.tableList input[type="text"] {
  width: 100%;
  padding: 0px;
  text-align: center;
  margin: 0px;
}