body {
  margin: 0px;
  padding: 0px;
  background: white url(/images/default/body_pattern.gif) left top repeat-x;
  color: black;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  text-align: center;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  color: black;
  text-decoration: none;
  outline: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, h2, h3, p, hr, ul, li, form, label, input {
  margin: 0px;
  padding: 0px;
}

h1, h1 a {
  color: #317b88;
  font-size: 16px;
}

h2, h2 a {
  color: #7db218;
  padding: 20px 0px 3px 0px;
  font-size: 14px;
}

label {
  display: block;
  padding-bottom: 2px;
  color: #317B88;
  font-size: 12px;
  font-weight: bold;
}

label span {
  color: #A2A2A2;
  font-size: 11px;
  font-weight: normal;
}

input, select {
  display: block;
  padding: 4px 5px;
  border: 1px solid #bcccd3;
  background: #FAFAFA url(/images/default/input_pattern.gif) left center repeat-x;
  color: black;
  font-family: arial,tahoma,sans-serif;
  font-size: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}

input.submit {
  padding: 3px 12px;
  border: 1px solid #dce0e2;
  background-color: #FAFAFA;
  overflow: visible;
  font-weight: bold;
  cursor: pointer;
}

input.submit.fright {
  margin-left: 8px;
}

textarea {
  border: 1px solid #bcccd3;
  background: white url(/images/default/textarea_pattern.gif) left top repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input.missing, select.missing, textarea.missing {
  border: 1px dashed #FF4646;
  background: #FFC4C4;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.center {
  text-align: center;
}

.clear {
  height: 1px;
  overflow: hidden;
  clear: both;
}

#status_holder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  text-align: center;
  display: block;
}

#status {
  padding: 5px;
  border: 2px solid #5cb327;
  background-color: #86ca5d;
  color: white;
  font-weight: bold;
}

#status.failed {
  border: 2px solid #be1a25;
  background-color: #ff1f28;
}

#container {
  width: 95%;
  margin: 0px auto;
  background: transparent url(/images/default/container_bg.jpg) center top no-repeat;
  text-align: left;
}

/*** LOGIN PAGE ***/

#login_header {
  padding-top: 25px;
}

#login form {
  width: 220px;
  padding-top: 100px;
  margin: 0px auto;
}

#login form input {
  width: 200px;
}

#login form input.submit {
  width: auto;
}

/*** HEADER ***/

#header {
  float: left;
  width: 270px;
  height: 105px;
  padding: 10px 0px 0px 19px;
  background: transparent url(/images/default/header_background.gif) left bottom no-repeat;
}

/*** TOP / USER MENU ***/

#top_menu {
  height: 30px;
  margin-left: 289px;
  padding: 25px 0px 0px 0px;
  text-align: right;
}

#top_menu form {
  float: right;
}

#top_menu form td {
  height: auto;
  padding: 0px 10px 0px 0px;
}

#user_menu {
  float: right;
  padding: 7px 30px 0px 0px;
  color: #0f4f5b;
  font-weight: bold;
}

#top_menu #languages {
  float: right;
  padding: 6px 10px 0px 0px;
}

#top_menu #languages a {
  margin-left: 5px;
}

#user_menu a {
  color: #5caebe;
  font-size: 11px;
}

#user_menu a.logout {
  color: #F73924;
  font-size: 11px;
}

/*** MAIN MENU ***/

#mainmenu {
  height: 41px;
  margin-top: 19px;
  margin-left: 289px;
  background-color: white;
}

#mainmenu ul {
  height: 43px;
  padding-right: 15px;
  background: transparent url(/images/default/mainmenu_right.gif) right top no-repeat;
  list-style-type: none;
}

#mainmenu ul li {
  display: block;
  float: right;
  height: 30px;
  margin: 0px 3px;
  padding-top: 10px;
  position: relative;
}

#mainmenu ul li a {
  display: block;
  height: 22px;
  padding-left: 5px;
  background: transparent url(/images/default/mainmenu_item_left.gif) left top no-repeat;
  text-decoration: none;
}

#mainmenu ul li a span {
  display: block;
  height: 19px;
  padding: 3px 15px 0px 10px;
  background: transparent url(/images/default/mainmenu_item_right.gif) right top no-repeat;
  font-weight: bold;
  cursor: pointer;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active {
  background-position: left bottom;
}

#mainmenu ul li a:hover span, #mainmenu ul li a.active span {
  background-position: right bottom;
}

/*** POPUP MENU ***/

#mainmenu ul ul {
  display: none;
  height: auto;
  padding: 0px;
  border: 1px solid #D8EFF4;
  border-top: none;
  background: white;
  background-image: none;
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 100;
}

#mainmenu ul li:hover ul {
  display: block;
}

#mainmenu ul ul li {
  float: none;
  height: auto;
  padding: 5px;
  position: static;
  clear: both;
  white-space: nowrap;
}

/*** CONTENT ***/

#content {
  padding-top: 30px;
  clear: both;
}

#content .actions {
  float: right;
  white-space: nowrap;
}

#content .actions a, #content .actions span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin: 0px 3px;
  border: 1px solid transparent;
}

#content .actions img.disabled {
  display: block;
  float: left;
  margin: 0px 3px;
  border: 1px solid white;
}

#content .actions a:hover {
  border: 1px solid #718DFF;
  background-color: #E6EBFF;
}

#content .actions strong.active {
  color: #8abe0c;
}

#content .actions strong.draft {
  color: #c1bf08;
}

/*** FORM ***/

#form {
  margin-left: 283px;
  padding: 10px 10px 5px 10px;
  border: 1px solid #D4EEF3;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#form.wide {
  margin: 0px;
}

#form_top {
  height: 19px;
  margin-bottom: 10px;
  border-bottom: 1px solid #D4EEF3;
}

#form_top h1 {
  float: left;
}

#form_content {
}

#form table {
  width: 100%;
}

#form table td {
  padding-top: 10px;
}

#form .mceEditor table {
  width: auto;
}

#form .mceEditor table td {
  padding: 0px;
}

#form_bottom {
  height: 24px;
  margin-top: 10px;
  padding: 5px 0px 0px 0px;
  border-top: 1px solid #D4EEF3;
}

#form_bottom.small {
  height: 4px;
  padding: 0px;
  border: none;
}

/*** PAGING ***/

#form #paging {
  float: right;
}

#form #paging a, #form #paging span {
  display: block;
  float: left;
  width: 18px;
  height: 14px;
  margin-left: 3px;
  padding: 2px 0px;
  border: 1px solid #c1c1c1;
  color: #2e2d2d;
  font-size: 9px;
  text-align: center;
  text-decoration: none;
}

#form #paging a:hover, #form #paging a.active {
  border: 1px solid #769fa6;
  background-color: #daf0f5;
  color: #042d36;
}

#form #paging a.active {
  cursor: default;
}

#form #current_page {
  float: left;
}

#form #paging a.previous, #form #paging a.next {
  padding: 0px;
  border: none;
  background: none;
}

#form #show_per_page {
  float: right;
  margin-left: 10px;
  border: 1px solid #D7EFF4;
}

#form .list {
  width: 100%;
  margin-top: 10px;
  list-style-type: none;
}

#form .list li {
  padding: 7px 0px 5px 3px;
  border-bottom: 1px solid #ededed;
  font-size: 11px;
}

#form .list li.last {
  border: none;
}

#form .list li:hover {
  background-color: #F2FCFF;
}

#form .list th {
  color: #3e3e3e;
  font-size: 10px;
  text-align: left;
  padding-left: 5px;
}

#form .list td {
  padding: 5px 0px 3px 3px;
  border-bottom: 1px solid #ededed;
  font-size: 11px;
}

#form .list tr:hover td {
  background-color: #F2FCFF;
}

#form .list tr.last td {
  border: none;
}

#form .list tr.big td {
  font-size: 12px;
}

#form .list tr.form td {
  padding-bottom: 15px;
  border: none;
}

#form .list tr.summary td {
  padding-top: 10px;
  border-top: 1px solid #D4EEF3;
  color: #808080;
  font-weight: bold;
  border-bottom: none;
}

#form .list tr.form:hover td, #form .list tr.summary:hover td {
  background-color: white;
}

/*** REPORT ***/

#form .report th {
  color: #3e3e3e;
  font-size: 10px;
  text-align: left;
  padding: 3px;
  border: 1px solid #dde3e6;
  border-left: none;
  border-right: none;
  font-weight: bold;
}

#form .report td {
  padding: 5px 0px 3px 3px;
  font-size: 12px;
  color: #696969;
}

#form .report tr:hover td {
  background-color: #F2FCFF;
}

#form .report tr.summary td {
  border: 1px solid #dde3e6;
  border-left: none;
  border-right: none;
  color: #2a90ba;
  font-size: 14px;
  font-weight: bold;
}

#form .report tr.form:hover td, #form .list tr.summary:hover td {
  background-color: white;
}

/*** TABS ***/

.tabs ul {
  height: 23px;
  padding-left: 30px;
  background: transparent url(/images/default/tab_line.gif) left bottom repeat-x;
  list-style-type: none;
}

.tabs ul li {
  float: left;
  margin-right: 5px;
}

.tabs ul li a {
  display: block;
  height: 17px;
  color: #777878;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid #c1cdd3;
  border-bottom: none;
  padding: 5px 15px 0px 15px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

.tabs ul li.tab_active a {
  color: #0b1213;
  font-weight: bold;
  background-color: white;
}

.tabs ul li a:hover {
  color: white;
  background-color: #c1cdd3;
}

.tabs ul li.tab_active a:hover {
  color: #0b1213;
}

div.tab {
  display: none;
  padding: 0px 15px 35px 15px;
}

div.total {
  text-align: right;
  color: #50a5c8;
  font-size: 14px;
  padding: 25px 25px 0px 25px;
}

div.total strong {
  color: #97c63d;
  font-size: 24px;
}

#footer {
  padding: 25px 0px 15px 0px;
  clear: both;
  color: #a9aaaa;
  text-align: right;
}

/*** LEFTMENU ***/

#leftmenu {
  float: left;
  width: 263px;
  background-color: white;
  padding: 0px 5px;
  border: 1px solid #d4eef3;
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#leftmenu_top {
  height: 17px;
  padding: 7px 0px 0px 5px;
  border-bottom: 1px solid #d4eef3;
  color: #82a3a9;
  font-size: 11px;
}

#leftmenu_content {
  padding: 10px 5px 60px 10px;
}

/*** LEFT TREE ***/
.treeview, .treeview ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.treeview ul {
  margin-top: 4px;
  background-color: white;
}

.treeview .hitarea {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: -16px;
  background: url(/images/default/tree/treeview-default.gif) -64px -25px no-repeat;
  cursor: pointer;
}

* html .hitarea {
  display: inline;
  float: none;
}

.treeview li {
  margin: 0;
  padding: 3px 0pt 3px 16px;
}

#treecontrol {
  display: none;
  margin: 1em 0;
}

.treeview .hover {
  color: red;
  cursor: pointer;
}

.treeview li {
  background: url(/images/default/tree/treeview-default-line.gif) 0 0 no-repeat;
  font-size: 11px;
}

.treeview li.collapsable, .treeview li.expandable {
  background-position: 0px -176px;
}

.treeview .expandable-hitarea {
  background-position: -80px -3px;
}

.treeview li.last {
  background-position: 0px -1766px;
}

.treeview li.lastCollapsable, .treeview li.lastExpandable {
  background-image: url(/images/default/tree/treeview-default.gif);
}

.treeview li.lastCollapsable {
  background-position: 0 -111px;
}

.treeview li.lastExpandable {
  background-position: -32px -67px;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {
  background-position: 0px;
}

.filetree li {
  padding: 3px 0 2px 16px;
}

.filetree span.folder, .filetree span.file {
  display: block;
  padding: 1px 0px 1px 19px;
}

.filetree span.file {
  background: url(/images/default/tree/file.gif) 0 0 no-repeat;
}

.filetree span.folder {
  background: url(/images/default/tree/folder.gif) 0 0 no-repeat;
}

.filetree li.expandable span.folder {
  background: url(/images/default/tree/folder-closed.gif) 0 0 no-repeat;
}

.filetree li a {
  color: #3e3e3e;
}

.filetree li a:hover {
  color: #3e3e3e;
  text-decoration: underline;
}

.filetree li a.active {
  background-color: #eeeeee;
}

/*** DASHBOARD ***/
#dashboard .item {
  float: left;
  width: 310px;
  height: 164px;
  margin: 5px;
  position: relative;
  border: 1px solid #d4eef3;
  background-color: white;
  padding: 0px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#dashboard .title {
  padding: 6px 6px 3px 2px;
  border-bottom: 1px solid #d4eef3;
  color: #82a3a9;
  cursor: move;
}

#dashboard .title a {
  color: #82a3a9;
}

#dashboard .title a:hover {
  color: #e4860c;
}

#dashboard .handle_img {
  position: absolute;
  top: 5px;
  right: 5px;
}

#dashboard .content {
  height: 130px;
  padding: 5px;
  overflow: hidden;
}

#dashboard ul {
  list-style-type: none;
}

#dashboard ul li {
  padding: 5px 0px 5px 15px;
  background: transparent url(/images/default/icons/blue_dot.gif) left center no-repeat;
}

#dashboard ul.two_columns li {
  float: left;
  width: 135px;
}

#dashboard ul.two_columns li a:hover {
  color: #e4860c;
}

#dashboard ul.with_details li {
  border-bottom: 1px solid silver;
  font-weight: bold;
}

#dashboard ul.with_details li.last {
  border: none;
}

#dashboard ul.with_details li span {
  font-size: 10px;
  font-weight: normal;
}

/*** SEARCH ***/
#searches h2 {
  color: #82A3A9;
  font-size: 12px;
}

.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  z-index: 99999;
  overflow: hidden;
  text-align: left;
}

.ac_results ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.ac_results li {
  display: block;
  margin: 0px;
  padding: 2px 5px;
  overflow: hidden;
  font: menu;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
}

.ac_odd {
  background-color: #eeeeee;
}

.ac_over {
  background-color: #0A246A;
  color: white;
}

/*** CALENDAR ***/

.datepicker { border-collapse: collapse; border: 2px solid #999; position: absolute; }
.datepicker tr.controls th { height: 22px; font-size: 11px; }
.datepicker select { font-size: 11px; padding: 1px; background-color: white; display: inline; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }
.datepicker tr.days th { height: 18px; }
.datepicker tfoot td { height: 18px; text-align: center; text-transform: capitalize; }
.datepicker th, .datepicker tfoot td { background: #eee; font: 10px/18px Verdana, Arial, Helvetica, sans-serif; }
.datepicker th span, .datepicker tfoot td span { font-weight: bold; }
.datepicker tbody td { width: 24px; height: 24px; border: 1px solid #ccc; font: 11px/22px Arial, Helvetica, sans-serif; text-align: center; background: #fff; }
.datepicker tbody td.date { cursor: pointer; }
.datepicker tbody td.date.over { background-color: #99ffff; }
.datepicker tbody td.date.chosen { font-weight: bold; background-color: #ccffcc; }

/*** COLORBOX ***/

#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
  overflow: visible;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/images/colorbox/controls.png) 0 0 no-repeat;
}

#cboxTopCenter {
  height: 14px;
  background: url(/images/colorbox/border.png) top left repeat-x;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/images/colorbox/controls.png) -36px 0 no-repeat;
}

#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/images/colorbox/controls.png) 0 -32px no-repeat;
}

#cboxBottomCenter {
  height: 43px;
  background: url(/images/colorbox/border.png) bottom left repeat-x;
}

#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/images/colorbox/controls.png) -36px -32px no-repeat;
}

#cboxMiddleLeft {
  width: 14px;
  background: url(/images/colorbox/controls.png) -175px 0 repeat-y;
}

#cboxMiddleRight {
  width: 14px;
  background: url(/images/colorbox/controls.png) -211px 0 repeat-y;
}

#cboxContent {
  background: #fff;
}

#cboxLoadedContent {
  margin-bottom: 5px;
}

#cboxLoadingOverlay {
  background: url(/images/colorbox/loading_background.png) center center no-repeat;
}

#cboxLoadingGraphic {
  background: url(/images/colorbox/loading.gif) center center no-repeat;
}

#cboxTitle {
  width: 100%;
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #7C7C7C;
  font-weight: bold;
  text-align: center;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  color: #7C7C7C;
  font-weight: bold;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  width: 23px;
  height: 23px;
  background: url(/images/colorbox/controls.png) 0px 0px no-repeat;
  position: absolute;
  bottom: -29px;
  text-indent: -9999px;
}

#cboxPrevious {
  background-position: -51px -25px;
  left: 0px;
}

#cboxPrevious.hover {
  background-position: -51px 0px;
}

#cboxNext {
  background-position: -75px -25px;
  left: 27px;
}

#cboxNext.hover {
  background-position: -75px 0px;
}

#cboxClose {
  background-position: -100px -25px;
  right: 0;
}

#cboxClose.hover {
  background-position: -100px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -125px 0px;
}
