html, body {
  min-width: 960px;
  background-color: #ffffff;
  color:#333;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;  
}
body {
	padding: 0px 10px;
}

a:link, a:visited, a:active, .link, .ajax_link {
  color: #066cd2;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

a:hover, .link:hover, .ajax_link:hover {
  text-decoration: underline;
}

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

.center {
  text-align: center;
}

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

.divider {
  border-bottom: 1px solid #C8C8C8;
  clear: both;
  padding-top: 2px;
  margin-bottom: 2px;
}

.iconbar, .admin_box_head {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}

.clearboth {
  clear: both;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.marginleft {
  margin-left: 10px;
}

.button {
  display: block;
  cursor: pointer;
  float: right;
  background: #f8f8f8 url('../images/icons/key.png')
        no-repeat 3px 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #d5d5d5;
  border-right-color: #b6b6b6;
  border-bottom-color: #b6b6b6;
  color: #000 !important;
  text-shadow: 0px 1px #fff;
  padding:4px 8px 4px 22px;
}

.button:hover {
  border-color: #000;
  text-decoration: none;
}

#dropdown {
  display: block;
  float: right;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #d5d5d5;
  border-right-color: #b6b6b6;
  border-bottom-color: #b6b6b6;
  background: #f8f8f8 url('../images/icons/dd_down.png')
        no-repeat 3px 3px;
  color: #000 !important;
  text-shadow: 0px 1px #fff;
  margin-top: 25px;
  margin-left: 30px;
  z-index: 10000;
}

#dropdown.open {
  background: #f8f8f8 url('../images/icons/dd_up.png')
        no-repeat 3px 2px;
}

#dropdown div {
  background: #f8f8f8;
  border-top: 1px solid #d9d9d9;
  padding: 4px 8px 4px 22px;
}

#dropdown div:first-child {
  margin-top: 0px;
  border-top: none;
}

#dropdown div:hover {
  background: #fff;
  cursor: pointer;
}

#admin_top {
  z-index: 100 !important;
  overflow: visible;
}

#admin_top_content {
  border-radius: 2px;
  margin-top: 5px;
}

#admin_head {
  float: left;
  font: 18px Arial;
  padding: 10px 20px;
}

#admin_nav_lev_1 {
  position: relative;
  margin-top: 20px;
  margin-bottom: -1px;
  z-index: 10;  
}

#admin_nav_lev_1 .admin_nav_selected {
  color: #000;
  border: 1px solid #d5d5d5;
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #f8f8f8;
  border-top: 1px solid #066CD2;
}

#admin_nav_lev_2 {
  background: #f8f8f8;
  border-radius: 0px 2px 0px 0px;
  -moz-border-radius: 0px 2px 0px 0px;
  border: 1px solid #d5d5d5;
  border-right-color: #b6b6b6;
  border-bottom-color: #b6b6b6;
  height:25px;
  line-height:26px;
  position:relative;
  padding-left: 10px;
  z-index:5;
}


#admin_nav_lev_2 .admin_nav_lev2_tbl {
  float: left;
}

#admin_nav_lev_2 .right {
  float: right;
  margin-right: 10px;
  font: 10px Arial;
  color: #444;
  margin-top: 6px;
}

#admin_nav_lev_2 .right span {
  color: #aaa;
  margin-right: 2px;
}

#admin_nav_lev_2 a {
  color: #707070;
  padding: 2px 8px;
}

#admin_nav_lev_2 a:hover {
  color: #066cd2;
  text-decoration: none;
}

#admin_nav_lev_2 .admin_nav_selected {
  color: #066cd2;
}

#admin_nav_lev_2 .admin_nav_selected:hover {
  color: #2891f9;
}

#admin_left_tools {
  background: #fff;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #b6b6b6;
}

#admin_status {
  position: relative;
  float: right;
  padding: 6px 5px 5px;
  font-size: 10px;
  z-index: 30;
}

#admin_status .site {
  background: #f8f8f8 url('../images/icons/dd_down.png')
        no-repeat 3px 3px;
  margin-left: 30px;
}

#admin_status .site.open {
  background: #f8f8f8 url('../images/icons/dd_up.png')
        no-repeat 3px 2px;
}

#admin_status .exit {
  margin-right: -5px;
  margin-left: 7px;
}

#admin_status table {
  display: none;
}

#admin_status td:first-child {
  width: 60px;
  color: #aaa;
  text-align: right;
  padding-right: 20px;
}

#admin_tree {
  padding-top: 3px;
}

#admin_content {
  background: #fff;
  border-right: 1px solid #b6b6b6;
  padding: 5px;
}

#admin_foot_content {
  background: #f8f8f8;
  border:1px solid #d5d5d5;
  border-right-color: #b6b6b6;
  border-bottom-color: #b6b6b6;
  border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  height:25px;
  line-height:26px;
  position:relative;
  z-index:1;
  padding: 0px 10px;
}

#admin_foot .left {
  float: left;
}

#admin_foot .right {
  float: right;
}

#admin_node_object {
  padding: 5px;
  margin-top: 1px;
}

#section_option_tabs {
  margin-bottom: 3px;
}

#fileselector {
  padding: 0px;
}

.comet_po_draggable {
  cursor: move;
}

.comet_po_draghandle {
  width: 50px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.comet_pageobject .ui-widget {
  margin-bottom: 5px;
}

.comet_pageobject .ui-widget-header {
  padding: 2px;
}

.ui-layout-pane { /* all 'panes' */
  background: #FFF;
  /*border: 1px solid #C8C8C8;*/
  overflow: auto;
}

.ui-layout-resizer { /* all 'resizer-bars' */
  background: #DDD;
}

.ui-layout-toggler { /* all 'toggler-buttons' */
  background: #AAA;
}

.ui-tabs .ui-tabs-panel {
  padding: 2px;
}

.ui-widget {
  font-size: 1.0em;
}

/* jQ UI icons */
.iconbutton {
  float: left;
  margin: 1px;
  width: 16px;
  height: 16px;
}

.iconbutton_text {
  width: auto;
}

.ui-button .ui-button-text {
  display: inline;
}

.icons div {
  cursor:pointer;
  float:left;
  margin: 1px;
}

/* Datepicker */
#ui-datepicker-div {
  z-index: 9999999;
}

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

.admin_nav_lev1_tbl {
  height: 24px;
}

.admin_nav_lev1_tbl td a {
  border-radius     : 2px 2px 0px 0px;
  -moz-border-radius: 2px 2px 0px 0px;
  border-bottom: 1px solid #ff0000;
  text-shadow: 0px 1px #fff;
  font: 11px Arial;
  color: #808080;
  padding: 5px 16px 4px;
}

.admin_nav_lev1_tbl td a:hover {
  background: #f9f9f9;
  border-top: 1px solid #066CD2;
  text-decoration: none;
}

td.nav_lev_1_selected a {
  border: 1px solid #d2d2d2;
  background: #f8f8f8;
}

td.nav_lev_1_selected a:hover {
  background: #fafafa;
}

td.nav_lev_1, td.nav_lev_1_selected {
  padding-right: 6px;
  white-space: nowrap;
}

td.nav_lev_1 a {
  background: #f1f1f1;
  border: 1px solid #d5d5d5;
  border-right: 1px solid #b6b6b6;
  padding-top: 4px;
  display: inline-block;
  margin-top: 1px;
  padding-bottom: 3px;
  color: #808080;
}

td.nav_lev_2,td.nav_lev_2_selected {
  padding-right:10px;
  white-space: nowrap;
}

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

#node_option_tabs {
  margin-bottom: 1px;
}

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

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

.admin_box_head {
  padding-left: 3px;
}

.admin_box_content {
  padding: 2px;
}

.admin_edit_area:hover {
  border: 1px solid #989898;
}

.comet_po_hidden {
  background-color: #F0F0F0;
}

/* admin template formatting ************************************************ */

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

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

textarea, input, select {
  background-color: white;
  border: 1px solid #d5d5d5;
  border-top-color: #b6b6b6;
  border-left-color: #b6b6b6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

input[type=submit], input[type=button] {
  background-color: #F8F8F8;
}

input.noborder {
  border: 0px;
}

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

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

.notification {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  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;
}

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

#log pre {
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/* jsTree menu */
.jstree li a {
  font-size: 10px;
}
.jstree li a.disabled {
  color: #aaaaaa;
}

.jstree li a.submenu {
  color: #ff0000;
}

/* 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
}

.submit input {
  color: #000;
  border: 2px outset #AEB2B0;
}

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

fieldset div {
  margin-bottom: 2px;
}

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

.div_container {

}

.div_pair {
  position: relative;
  width: 100%;
}

.div_label {
  float: left;
  top: 2px;
  position: relative;
}

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

#CoMeT_login {
  background: #fff;
  color: #666;
  font-size: 95%;
  margin: 17.5% auto 12px;
  border: 1px solid #b9b9b9;
  outline: 5px solid #fcfcfc;
  position: relative;
  width: 240px;
}

#CoMeT_login_head {
  border-bottom: 1px solid #999;
  background: #ccc;
  padding: 4px 6px;
}

#CoMeT_login_body {
  padding: 10px 5px 2px 5px;
}

#CoMeT_login h2 {
  font-size: 125%;
  font-weight: bold;
  text-shadow: 0px 1px #ddd;
  margin: 0;
  padding: 3px;
}

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

.CoMeT_login_pair input {
  margin-bottom: 5px;
}

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

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

#CoMeT_login input, #CoMeT_login select {
  background-color: #F8F8F8;
  font-size: inherit;
  padding: 4px;
  width: 130px;
}

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

#CoMeT_login input.submit_button {
  cursor: pointer;
  background: #F8F8F8 url('../images/icons/key.png') no-repeat 3px 3px;
  border: 1px solid #d5d5d5;
  border-right-color: #b6b6b6;
  border-bottom-color: #b6b6b6;
  text-shadow: 0px 1px #fff;
  padding: 4px 8px 4px 22px;
  width: auto;
}

#CoMeT_Login_forgot_pass input.submit_button {
  background: #F8F8F8 url('../images/icons/go.png') no-repeat 3px 2px;
}

.CoMeT_login_error {
  color: red;
  font-size: 90%;
  position: relative;
  width: 240px;
  margin: 0px auto;
}

/* Backend */
table.aligntop tr td {
  vertical-align: top;
}

tr.CoMeT_calendar_dim {
  color: #cccccc;
}

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

tr.CoMeT_calendar_bb2 td {
  background-color: #f1f1f1;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

/* jquery.contextMenu */
.context-menu {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  background-color: #f2f2f2;
  border: 1px solid #999;

  list-style-type: none;
  margin: 0;
  padding: 0;
}
.context-menu a {
  display: block;
  padding: 3px;
  text-decoration: none;
  color: #333;
}
.context-menu a:hover {
  background-color: #666;
  color: white;
}

.icon, .CoMeT_Login_link, .pointer {
  cursor: pointer;
}

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

#site {
  display: none;
}

/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper
, .ui-widget.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: x-small;
	display: inline;
	float: none;
	margin: 0px;
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
