body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
}

a:link, a:visited, a:active {
  color: #0000FF;
  text-decoration: none;
}

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

hr {
  width: 100%;
  border: 0;
  color: #DCDCDC;
  background-color: #DCDCDC;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0px;
}

img { max-height: 10rem; }

/* login page *************************************************************** */

.login_tbl {
  width: 230px;
  border: 1px solid #C8C8C8;
  margin-bottom: 3px;
}

td.login_tbl_head {
  font-weight: bold;
  background-color: #E0E0E0;
  border-bottom: 1px solid #C8C8C8;
}

/* main admin page ********************************************************** */
#admin_head {
  font-weight: bold;
  height: 2rem;
  padding: 1rem;
}

#admin_nav_lev_1 {
  z-index: 10;
  position: relative;
}

#admin_nav_lev_2 {
  z-index: 1;
  position: relative;
  top: -1px;
  background-color: #E0E0E0;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  height: 3rem;
  width: 100%;
}

#admin_main {
  float: left;
  border-left: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

#admin_left_tools {

  float: left;
  background-color: #eee;
  width: 15%;
  min-width: 18rem;
  text-align: left;
  vertical-align: top;
}

#admin_status {
  border-bottom: 1px solid #C8C8C8;
  padding:   5px 5px 5px 5px;
}

#admin_tree {
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: top;
  padding-left:   5px;
  padding-top:    5px;
}

#admin_content {
  float: left;
  width: 75%;
  border-left: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 5px 5px;

}

#admin_foot {
clear: both;
  text-align: right;
}


#admin_node {
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
}

#admin_node_object {
  background-color: #FFFFFF;
  border-top: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
  padding: 5px 5px 5px 5px;
}



.admin_main_tbl {
  border: 1px solid #C8C8C8;
  width: 100%
}

td.admin_left_tools {
  background-color: transparent;
  width: 230px;
  height: 80px;
  border-bottom: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
}

td.admin_tree {
  background-color: #FFFFFF;
  width: 230px;
  height: auto;
  text-align: left;
  vertical-align: top;
}

td.admin_main_content {
  background-color: #FFFFFF;
  border-left: 1px solid #C8C8C8;
  text-align: left;
  vertical-align: top;
  width: auto;
  /*height: auto;*/

}

/* admin navigation ********************************************************* */
#admin_trail_nav {
  line-height: 20px;
  font-style: italic;

}

#admin_node_options {
  border: 1px solid #FF0000;
}

.admin_nav_lev1_tbl {
  border-top: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  line-height: 3rem;
}

td.nav_lev_1_selected {
  background-color: #E0E0E0;
  border-left: 1px solid #C8C8C8;
  padding-left: 15px;
  padding-right: 15px;
}

td.nav_lev_1 {
  background-color: #FFFFFF;
  border-left: 1px solid #C8C8C8;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #C8C8C8;
}


.admin_nav_lev2_tbl {
  line-height: 3rem;
}

td.nav_lev_2, td.nav_lev_2_selected {
  padding-left: 15px;
  /*padding-right: 15px;*/

}

.admin_nav_selected, a.admin_nav_selected:link, a.admin_nav_selected:visited, a.admin_nav_selected:active, a.admin_nav_selected:hover {
  text-decoration: underline;
}

/* XTree nodes */
.webfx-tree-item a.xtree_selected {
  font-weight: bold;
}

.webfx-tree-item a.xtree_disabled, .webfx-tree-item a.xtree_disabled:visited {
  color: #aaaaaa;
}

.webfx-tree-item a.xtree_move, .webfx-tree-item a.xtree_move:visited {
  color: #0000ff;
}

.webfx-tree-item a.xtree_submenu, .webfx-tree-item a.xtree_submenu:visited {
  color: #ff0000;
}



/* admin node options ******************************************************* */

#node_options {
  /*display: none;*/
  border: 1px solid #C8C8C8;
  padding-bottom: 5px;
  padding-right: 0px;
  margin-bottom: 5px;
}

td.admin_node_options_head {
  font-weight: bold;
  background-color: #E0E0E0;
  border-bottom: 1px solid #C8C8C8;
}

.admin_expert_options_tbl {
  border: 1px solid #C8C8C8;
}

.admin_blockctl {
  cursor: pointer;
  cursor: hand;
}

.admin_icon {
  cursor: pointer;
  cursor: hand;
  padding: 1px 1px 1px 1px;
  color: #0000ff;
}

.admin_icon:hover { text-decoration: underline; }

/* admin edit options ******************************************************* */

td.admin_edit_cell {
  vertical-align: top;
}

.admin_edit_area {
  vertical-align: top;
  border: 1px solid #C8C8C8;
  margin-bottom: 1px;
  margin-right: 1px;
}

.admin_edit_area:hover {
  vertical-align: top;
  border: 1px solid #989898;
  margin-bottom: 1px;
  margin-right: 1px;
}

.admin_edit_options {
  background-color: #E0E0E0;
  padding: 5px;
}

.admin_edit_hidden {
  background-color: #F0F0F0;
}


/* admin template formatting ************************************************ */
.sectTable {
	width: 760px;
}

td.sectDouble {
	width: 760px;
	text-align: left;
	vertical-align: top;
}

td.sectSingle {
	width: 363px;
	text-align: left;
	vertical-align: top;
}

td.sectEmpty {
	width: 34px;
}

table.border {
  background-color: #FFFFFF;
  border: 1px solid #C8C8C8;
}


/* form elements ************************************************************ */
form{
  margin:0;
  padding:0;
}

textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 2.2rem;
  height: 2.2.rem;
  color: #333333;
  border: 1px solid #AEB2B0;
}

input.noborder {
  border: 0px;
}

input.missing, textarea.missing, select.missing {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  border: 1px solid #FF0000;
  width: 99%;
}

/* misc ********************************************************************* */
.exclamation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
	font-weight: bold;
}

.promo.header { height: 6rem; text-align: center; padding: 2rem; }
.promo.header a { color: black; }

.notification {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00CC00;
	font-weight: bold;
}

.dim {
  color: #cccccc;
}

.error {
    position: relative;
    float: left;
    display: none;
    color: #FF0000;
    background-color: #F8F8F8;
    padding: 3px;
    border: 1px solid #D8D8D8;
}

.message {
     position: relative;
     float: left;
     display: none;
     color: #00CC00;
     background-color: #F8F8F8;
     padding: 3px;
     border: 1px solid #D8D8D8;
 }

.error_opt {
    position: relative;
    float: left;
    color: #FF0000;
    background-color: #F8F8F8;
    padding: 3px;
    border: 1px solid #D8D8D8;
}

.message_opt {
    position: relative;
    float: left;
    color: #00CC00;
    background-color: #F8F8F8;
    padding: 3px;
    border: 1px solid #D8D8D8;
}

.row0 {
  background-color: #FFFFFF;
}

.highlight_row {
	background-color: #E8E8E8;
}

.clear {
  clear: both;
  margin-top: -1px;
  height: 1px;
  overflow: hidden;
}

.ajax_link {
  color: #0000FF;
  cursor: pointer;
  cursor: hand;
}

.ajax_link:hover {
  text-decoration: underline;
}

.link {
  cursor: pointer;
  cursor: hand;
}

/* Log */
#log {
  font-family: monospace;
  font-size: 10px;
  min-width: 750px;
}

/* DateChooser */

.calendar * { margin: 0; padding: 0; border: 0; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
.calendar .selectedday { background: #ddd; }
.calendar .today { font-weight: bold; color: #f00; }
.calendar a { padding: 0 2px; color: #000; text-decoration: none; }
.calendar a:hover { background: #bbb; }
.calendar table { border-collapse: collapse; font-size: 90%; }
.calendar tbody td { width: 20px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #aaa; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 95%; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #ddd; }
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
.calendaricon { cursor: pointer; vertical-align: middle; }
.calendarlink, .calendaricon { margin: 0 3px; }

/* */
label {
  position: relative;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: block
}

input {
  color: #000000;
  border: 1px solid #AEB2B0;
  line-height: 2rem;
}

fieldset {
  border: 1px solid #AEB2B0;
  width: auto;
  background-color: #F8F8F8;
}

fieldset div {
  margin-bottom: 2px;
}

legend {
  color: #000000;
  font-weight: bold;
  padding: 2px 6px
}



#CoMeT_login {
  position: relative;
  border: 1px solid #999999;
  width: 240px;
  font-size: 95%;
  color: #666666;
}

#CoMeT_login_head {
  background-color: #CCCCCC;
  border-bottom: 1px solid #999999;
}

#CoMeT_login_body {
  margin: 3px;
}

#CoMeT_login h2 {
  font-size: 125%;
  font-weight: normal;
  padding: 3px;
  margin: 0;
}

.CoMeT_login_pair {
  position: relative;
  line-height: 22px;
  width: 100%;
  margin-bottom: 3px;
}

.CoMeT_login_label {
  position: relative;
  float: left;
  left: 3px;
}

.CoMeT_login_item {
  position: relative;
  float: right;
  right: 4px;
}

.CoMeT_Login_link {
  cursor: pointer;
  cursor: hand;
}

#CoMeT_login input, #CoMeT_login select {
  font-size: inherit;
  background-color: #F8F8F8;
  border: 1px solid #A4A4A4;
  width: 130px;
  padding: 2px;
}

#CoMeT_login input:hover {
  border: 1px solid #666666;
}

#CoMeT_login input.missing, #CoMeT_login select.missing { border: 1px solid #E4422B; }

#CoMeT_login input.submit_button {
  border: 1px solid #999999;
  background-color: #F8F8F8;
  padding:2px;
  width: auto;
}

#CoMeT_login input.submit_button:hover {
  border: 1px solid #666666;
}

.CoMeT_login_error {
  position: relative;
  width: 240px;
  color: #FF0000;
  font-size: 90%;
  text-align: right;
  right: 6px;
}

/* Backend */
tr.CoMeT_calendar_dim {
  color: #cccccc;
}

td.CoMeT_calendar_bb1 {
  border-bottom: 1px solid #cccccc;
}

td.CoMeT_calendar_bb2 {
  border-bottom: 2px solid #cccccc;
}

