.button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.3);
  cursor: pointer;
  display: inline-block;
  font: 12px/100% 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
  padding: 4px 10px;
  outline: none!important;
  text-align: center;
  text-decoration: none;
  position: relative;
  -moz-box-sizing: border-box!important;
  line-height: 16px;
}

.button: hover {
  text-decoration: none;
}

button: : -moz-focus-inner, input: : -moz-focus-inner {
  border: 0;
}

.button-round {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -khtml-border-radius: 16px;
  border-radius: 16px;
  padding: 7px 0;
  width: 30px;
}

.button-gray {
  background: #f1f1f1;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#d1d1d1));
  background: -moz-linear-gradient(top, #e9e9e9, #d1d1d1);
  -pie-background: linear-gradient(top, #e9e9e9, #d1d1d1);
  border: 1px solid #bbbbbb;
  color: #555555;
  text-shadow: 0 1px 0 #ffffff;
}

.button-gray: hover, .button-gray: focus {
  border: 1px solid #aaaaaa;
  background: #ececec;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#c1c1c1));
  background: -moz-linear-gradient(top, #e1e1e1, #c1c1c1);
  -pie-background: linear-gradient(top, #e1e1e1, #c1c1c1);
  border: 1px solid #999999;
  color: #555555;
}

.button-gray: active, .button-gray.active, .button-gray.current {
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
  background: -moz-linear-gradient(top, #ccc, #e9e9e9);
  -pie-background: linear-gradient(top, #ccc, #e9e9e9);
  border: 1px solid #999999;
  color: #555555;
}

.button-orange {
  background: #f78d1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
  background: -moz-linear-gradient(top, #faa51a, #f47a20);
  -pie-background: linear-gradient(top, #faa51a, #f47a20);
  border: solid 1px #dd6611;
  color: #fef4e9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.button-orange: hover, .button-orange: focus {
  background: #f47c20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
  background: -moz-linear-gradient(top, #f88e11, #f06015);
  -pie-background: linear-gradient(top, #f88e11, #f06015);
  border: solid 1px #aa5511;
  color: #fef4e9;
}

.button-orange: active, .button-orange.active, .button-orange.current {
  background: #f47a20;
  background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
  background: -moz-linear-gradient(top, #f47a20, #faa51a);
  -pie-background: linear-gradient(top, #f47a20, #faa51a);
  border: solid 1px #aa5511;
  color: #fef4e9;
}

.button-red {
  background-color: #C44747;
  background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
  -pie-background: linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
  border: 1px solid #A92C2C;
  color: #fef4e9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.button-red: hover, .button-red: focus {
  background-color: #C44747;
  background: -moz-linear-gradient(top, #DD4141 10%, #A92121 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD4141), color-stop(0.9, #A92121));
  -pie-background: linear-gradient(top, #DD4141 10%, #A92121 90%);
  border: 1px solid #771111;
  color: #fef4e9;
}

.button-red: active, .button-red.active, .button-red.current {
  background-color: #C44747;
  background: -moz-linear-gradient(top, #A92C2C 10%, #DD5F5F 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #A92C2C), color-stop(0.9, #DD5F5F));
  -pie-background: linear-gradient(top, #A92C2C 10%, #DD5F5F 90%);
  border: 1px solid #771111;
  color: #fef4e9;
}

.button-blue {
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  -pie-background: linear-gradient(top, #00adee, #0078a5);
  border: 1px solid #034462;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.button-blue: hover, .button-blue: focus {
  background: #007ead;
  background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
  background: -moz-linear-gradient(top, #0095cc, #00678e);
  -pie-background: linear-gradient(top, #0095cc, #00678e);
  border: 1px solid #223344;
  color: #ffffff;
}

.button-blue: active, .button-blue.active, .button-blue.current {
  background: #80bed6;
  background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
  background: -moz-linear-gradient(top, #0078a5, #00adee);
  -pie-background: linear-gradient(top, #0078a5, #00adee);
  border: 1px solid #223344;
  color: #ffffff;
}

.button-green {
  color: #ffffff;
  background: #8fc857;
  background: -webkit-gradient(linear, left top, left bottom, from(#8fc857), to(#5c9425));
  background: -moz-linear-gradient(top, #8fc857, #5c9425);
  -pie-background: linear-gradient(top, #8fc857, #5c9425);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  border: 1px solid #556611;
}

.button-green: hover, .button-green: focus {
  border: 1px solid #556611;
  background: #8fbb44;
  background: -webkit-gradient(linear, left top, left bottom, from(#8fbb44), to(#5c8825));
  background: -moz-linear-gradient(top, #8fbb44, #5c8825);
  -pie-background: linear-gradient(top, #8fbb44, #5c8825);
  border: 1px solid #334422;
}

.button-green: active, .button-green.active, .button-green.current {
  background: #8fbb44;
  background: -webkit-gradient(linear, left top, left bottom, from(#5c8825), to(#8fbb44));
  background: -moz-linear-gradient(top, #5c8825, #8fbb44);
  -pie-background: linear-gradient(top, #5c8825, #8fbb44);
  border: 1px solid #334422;
}

ul.action-buttons {
  list-style-type: none;
  padding: 0;
}

ul.action-buttons li {
  display: block;
  float: left;
  margin: 0 2px;
  height: 26px;
  width: 26px;
  line-height: 24px;
}

ul.action-buttons li: first-child {
  margin-left: 0;
}

ul.action-buttons li: last-child {
  margin-right: 0;
}

.button span {
  display: inline-block;
  float: left;
  height: 16px;
  margin-right: 5px;
  position: relative;
  width: 16px;
}

a.button.no-text {
  display: block;
  text-indent: -999em;
  padding: 0;
  line-height: 24px;
  overflow: hidden;
}

.button.no-text span {
  display: block;
  margin: 0;
  height: 24px;
  width: 24px;
}

.button span.accept {
  background: transparent url(../images/icons/accept.png) no-repeat center center;
}

.button span.add {
  background: transparent url(../images/icons/add.png) no-repeat center center;
}

.button span.pencil {
  background: transparent url(../images/icons/pencil.png) no-repeat center center;
}

.button span.bin {
  background: transparent url(../images/icons/bin.png) no-repeat center center;
}

.button span.calendar {
  background: transparent url(../images/icons/calendar.png) no-repeat center center;
}

.button span.help {
  background: transparent url(../images/icons/help.png) no-repeat center center;
}

.button span.view-list {
  background: transparent url(../images/icons/application_view_list.png) no-repeat center center;
}

.button span.view-grid {
  background: transparent url(../images/icons/application_view_tile.png) no-repeat center center;
}
.button span.cancel {
  background: transparent url(../images/icons/cancel.png) no-repeat center center;
}

.pagination {
  margin: 1em 0;
  padding: 0;
}

.pagination li {
  display: inline-block;
  float: left;
  margin: 0 2px;
}

.pagination li a {
  display: block;
  padding: 0 6px;
  height: 20px;
  font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;
  line-height: 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: pointer;
  outline: none!important;
  text-align: center;
  text-decoration: none;
}

.pagination li a.current {
  background: #ffffff;
  -pie-background: #ffffff;
  color: #666666;
}

.widget {
  margin-bottom: 18px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px #eeeeee;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px #eeeeee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 4px #eeeeee;
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0 0 4px #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  zoom: 1;
}

.widget header {
  background: #e1e1e1;
  background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
  background: -moz-linear-gradient(top, #fafafa, #e1e1e1);
  -pie-background: linear-gradient(top, #fafafa, #e1e1e1);
  border: 1px solid #bbbbbb;
  color: #333333;
  font-size: 13px;
  text-shadow: 0 1px 0 #ffffff;
  margin: 0;
  padding: 0 10px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.widget header h2 {
  font-size: 13px;
  line-height: 30px;
  margin: 0;
}

.widget section {
  background: #fafafa;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.widget section {
  padding: 10px;
}

.widget.modal {
  display: none;
  width: 300px;
  top: 100px!important;
}

.tabs {
  list-style: none;
  margin: 0!important;
  padding: 0;
  height: 30px;
  border-bottom: 1px solid #aaaaaa;
}

.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 2px 0 0!important;
  list-style-image: none!important;
  border-top: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.tabs a {
  background: #dddddd;
  background: -moz-linear-gradient(top, #eee, #ddd);
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  -pie-background: linear-gradient(top, #eee, #ddd);
  border-bottom: 1px solid #aaaaaa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  display: block;
  height: 29px;
  font-size: 11px;
  line-height: 30px;
  width: 111px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  padding: 0;
  margin: 0;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
  top: 0;
  -webkit-background-clip: padding-box;
}

.tabs a: active {
  outline: none;
}

.tabs a: hover {
  background: #dddddd;
  -pie-background: #dddddd;
}

.tabs .current, .tabs .current: hover, .tabs li.current a {
  border-bottom: 1px solid #ffffff;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#fff));
  background: -moz-linear-gradient(top, #e1e1e1, #fff);
  -pie-background: linear-gradient(top, #e1e1e1, #fff);
  cursor: default!important;
  color: #000!important;
  text-shadow: 0 1px 0 #ffffff;
}

.panes {
  border: 1px solid #aaaaaa;
  border-top: 0;
}

.panes section {
  display: none;
  padding: 15px 10px;
  min-height: 100px;
  background-color: #ffffff;
}

#calroot {
  background-color: #ffffff;
  -moz-box-shadow: 0 0 4px #eeeeee;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px #eeeeee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -khtml-box-shadow: 0 0 4px #eeeeee;
  -khtml-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0 0 4px #cccccc;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 11px;
  margin-top: -1px;
  width: 205px;
  z-index: 10000;
  zoom: 1;
}

#calhead {
  background: #e1e1e1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfeff), color-stop(0.5, #e1e1e1), color-stop(0.5, #d2d2d2), color-stop(1, #a1a2a4));
  background: -moz-linear-gradient(top, #fdfeff 0, #e1e1e1 50%, #d2d2d2 50%, #a1a2a4 100%);
  -pie-background: linear-gradient(top, #fdfeff 0, #e1e1e1 50%, #d2d2d2 50%, #a1a2a4 100%);
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  color: #333333;
  font-size: 13px;
  height: 22px;
  margin: 0;
  padding: 2px 0;
  position: relative;
  text-shadow: 0 1px 0 #ffffff;
}

#caltitle {
  float: left;
  text-align: center;
  width: 162px;
  line-height: 20px;
}

#calnext, #calprev {
  display: block;
  width: 20px;
  height: 20px;
  background: transparent url(../images/prev.gif) no-repeat scroll center center;
  float: left;
  cursor: pointer;
}

#calnext {
  background-image: url(../images/next.gif);
  float: right;
}

#calprev.caldisabled, #calnext.caldisabled {
  visibility: hidden;
}

#caltitle select {
  font-size: 10px;
}

#calbody {
  background: #fafafa;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-radius: 0 0 5px 5px;
  padding: 3px;
  position: relative;
}

#caldays {
  height: 14px;
  border-bottom: 1px solid #dddddd;
}

#caldays span {
  display: block;
  float: left;
  width: 28px;
  text-align: center;
}

#calweeks {
  background-color: #ffffff;
  margin-top: 4px;
}

.calweek {
  clear: left;
  height: 22px;
}

.calweek a {
  display: block;
  float: left;
  width: 27px;
  height: 20px;
  text-decoration: none;
  margin-left: 1px;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  color: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.calweek a: hover, .calfocus {
  background-color: #dddddd;
}

a.calsun {
  color: red;
}

a.caloff {
  color: #cccccc;
}

a.caloff: hover {
  background-color: #f5f5fa;
}

a.caldisabled {
  background-color: #efefef!important;
  color: #ccc!important;
  cursor: default;
}

#calcurrent {
  background-color: #498CE2;
  color: #ffffff;
}

#caltoday {
  background-color: #333333;
  color: #ffffff;
}

.progress {
  border: 1px solid #cccccc;
  position: relative;
  display: block;
  height: 22px;
  padding: 0;
  min-width: 200px;
  margin: 4px 0;
  background: #DEDEDE;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#e9e9e9));
  background: -moz-linear-gradient(top, #ccc, #e9e9e9);
  -pie-background: linear-gradient(top, #ccc, #e9e9e9);
  -moz-box-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

.progress span {
  display: block;
  height: 20px;
  margin: 0;
  text-align: center;
  padding: 0;
  position: relative;
  width: 0;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}

.progress span b {
  color: #ffffff;
  line-height: 20px;
  padding-left: 2px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.progress.progress-blue span {
  border: 1px solid #0078a5;
  background-color: #5C9ADE;
  background: -moz-linear-gradient(top, #00adee 10%, #0078a5 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #00adee), color-stop(0.9, #0078a5));
  -pie-background: linear-gradient(top, #00adee 10%, #0078a5 90%);
}

.progress.progress-green span {
  border: 1px solid #5c9425;
  background-color: #77AF3F;
  background: -moz-linear-gradient(top, #8fc857 10%, #5c9425 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8fc857), color-stop(0.9, #5c9425));
  -pie-background: linear-gradient(top, #8fc857 10%, #5c9425 90%);
}

.progress-orange span {
  border: 1px solid #f47a20;
  background-color: #faa51a;
  background: -moz-linear-gradient(top, #faa51a 10%, #f47a20 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #faa51a), color-stop(0.9, #f47a20));
  -pie-background: linear-gradient(top, #faa51a 10%, #f47a20 90%);
}

.progress-red span {
  border: 1px solid #A92C2C;
  background-color: #C44747;
  background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
  -pie-background: linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
}

input, textarea, select {
  outline: none;
}

fieldset {
  border: 1px solid #bbbbbb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}

fieldset legend {
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  padding: 0 10px;
}

.form label {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  text-align: right;
  width: 160px;
  clear: left;
}

.form label small {
  color: #666666;
  display: block;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  text-align: right;
  width: 160px;
}

.form .action {
  clear: left;
  margin-left: 170px;
}
.form .action_1 {
  clear: left;
  margin-left: 10px;
}

.form input, .form textarea, .form select {
  float: left;
  margin: 2px 0 20px 10px;
  clear: right;
  width: 250px;
}

label em {
  color: red;
  font-style: normal;
}

input.half, select.half, textarea.half {
  width: 50%;
}

input.full, select.full, textarea.full {
  width: 95%;
}

input {
  position: relative;
}

select, textarea, input[type=text], input[type=password], input[type=email], input[type=url], input[type=date], input[type=number], input[type=time], input[type=date], input.date {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding: 4px 6px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  font: 13px/16px Arial, sans-serif!important;
}

select {
  padding: 3px;
  position: relative;
}

textarea {
  margin-bottom: 10px;
  position: relative;
}

input.full {
  width: 94%;
}

.invalid {
  border: 1px solid red!important;
}

.form-error {
  -moz-box-shadow: #DDDDDD 0 0 6px;
  -webkit-box-shadow: #DDDDDD 0 0 6px;
  box-shadow: #DDDDDD 0 0 6px;
  background-color: #000000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  display: none;
  font-size: 11px;
  height: 15px;
  padding: 4px 10px;
  z-index: 9999;
}

.form-error p {
  color: #ffffff;
  display: block;
  margin: 0;
  line-height: 15px;
}

.form-error em {
  display: block;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  top: 6px;
  left: -10px;
}

.speech-bubble, .tooltip, .popupballoon {
  position: relative;
  padding: 10px;
  margin: 1em 0 1em;
  color: #000000;
  background: #dddddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  min-height: 20px;
}

.speech-bubble.left {
  margin-left: 20px;
}

.tooltip: before, .popupballoon: before {
  content: "";
  display: block;
  position: absolute;
  bottom: -31px;
  left: 75px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-top-color: #dd6611;
}

.tooltip.left: before {
  top: 9px;
  left: -16px;
  bottom: auto;
  border-width: 11px 16px 11px 0;
  border-style: solid;
  border-color: transparent #dd6611;
}

.speech-bubble: after, .tooltip: after, .popupballoon: after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50px;
  width: 0;
  height: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #dddddd transparent;
}

.speech-bubble.left: after, .tooltip.left: after {
  top: 10px;
  left: -15px;
  bottom: auto;
  border-width: 10px 15px 10px 0;
  border-color: transparent #dddddd;
}

.comment .speech-bubble.left {
  margin-top: 10px!important;
  width: 590px;
}

.tooltip {
    background: #eee;
    background: -moz-linear-gradient(top,  #fafafa,  #e1e1e1);
    background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e1e1e1));
    -pie-background: linear-gradient(top,  #fafafa,  #e1e1e1);
    border: 1px solid #999;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 10px;
    -moz-box-shadow: 0 1px 1px #bbb;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 1px #bbb;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -khtml-box-shadow: 0 1px 1px #bbb;
    -khtml-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -pie-box-shadow: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);

  /*border: 1px solid #dd6611;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  background:#f9d835;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9d835), color-stop(0.3, #f9d835), color-stop(1, #f3961c));
  background: -moz-linear-gradient(top, #f9d835 0, #f9d835 30%, #f3961c 100%);
  -pie-background: linear-gradient(top, #f9d835 0, #f9d835 30%, #f3961c 100%);*/
  margin-top: 0;
  width: 160px;
  display: none;
  text-align: left;
  z-index: 999;
}

.tooltip: after {
  border-color: #f3961c transparent;
  left: 75px;
  zoom: 1;
}

.tooltip.left: after {
  border-color: transparent #f9d835;
}

.tooltip.left {
  width: 200px;
}

.subnav .tooltip.left {
  left: 131px!important;
}

.tooltip .avatar {
  background: #ffffff url(../images/user_32.png) no-repeat center center;
  display: block;
  float: left;
  height: 60px;
  margin-right: 10px;
  width: 60px;
  -moz-box-shadow: 0 0 3px #000000;
  -webkit-box-shadow: 0 0 3px #000000;
  -khtml-box-shadow: 0 0 3px #000000;
  box-shadow: 0 0 3px #000000;
}

.tooltip h5, h6 {
  margin: 0;
}

.popupballoon {
  background: #ffffff;
  border: 1px solid #777777;
  display: none;
  height: auto;
  position: absolute;
  width: auto;
  z-index: 1000;
  -moz-box-shadow: 0 1px 3px #777777;
  -webkit-box-shadow: 0 1px 3px #777777;
  -khtml-box-shadow: 0 1px 3px #777777;
  box-shadow: 0 1px 3px #777777;
  zoom: 1;
}

.popupballoon: after {
  border-color: #ffffff transparent;
}

.popupballoon.top: before {
  top: -16px;
  left: 29px;
  border-width: 0 16px 16px;
  border-color: #777777 transparent;
}

.popupballoon.top: after {
  top: -15px;
  left: 30px;
  border-width: 0 15px 15px;
  border-color: #ffffff transparent;
}

.popupballoon h3 {
  margin-top: 0;
}

.popupballoon input[type=text], .popupballoon input[type=email], .popupballoon input[type=date], .popupballoon input.date {
  width: 185px;
}

.popupballoon select {
  width: 200px;
}

.test
{

background-color:#FFF;	
	
}

