/* Body generic style*/
body
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  vertical-align: top;
  color:#000000;
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-top: 0px;
}

/* Text block generic styles*/
h1
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #666666;
  font-weight: normal;
}
h2
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  color: #666666;
  margin: 5px 0 0 0;
}
h3
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #666666;
  font-weight: bold;
}
p
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}

/* Hyperlink generic styles */
a,
a:link,
a:visited,
a:active,
a:hover
{
  color: steelblue;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  text-decoration: underline;
  cursor: pointer;
}

/* Hyperlink menu styles */
a.menu,
a.menu:link,
a.menu:visited,
a.menu:active,
a.menu:hover
{
  text-decoration: none;
  color: steelblue;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Hyperlink news styles */
a.news,
a.news:link,
a.news:visited,
a.news:active,
a.news:hover
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Hyperlink country styles */
a.country
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a.country:link
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a.country:visited
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a.country:active
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
a.country:hover
{
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Hyperlink breadcrumbs styles */
a.breadcrumb,
a.breadcrumb:link,
a.breadcrumb:visited,
a.breadcrumb:active,
a.breadcrumb:hover
{
  color: #000000;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}

/* Widget generic styles */
.widget
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  margin: 4px;
}

/* Hyperlink widget styles */
a.widget,
a.widget:link,
a.widget:visited,
a.widget:active
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
  color: steelblue;
  margin: 4px;
}

a.widget:hover
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: steelblue;
  margin: 0px 0px 4px 4px;
}

/* Table generic styles */
table
{
}
tr
{
}
th
{
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: black;
}
td
{
  vertical-align: top;
  text-align: left;
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: black;
}

/* Calendar styles */
table.calendar
{
}
tr.calendar
{
  background: gainsboro;
}
th.calendar
{
  text-align: left;
  background-color: #a7a7a7;
  font-size: small;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
td.calendar_filled
{
  vertical-align: text-top;
  width: 14%;
  height: 48px;
  text-align: right;
  cursor: pointer;
  background: #ddf;
}
td.calendar_empty
{
  vertical-align: text-top;
  width: 14%;
  height: 48px;
  text-align: right;
  background: #ccc;

  vertical-align: top;
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
}
div.calendar_date_this_month
{
  position:relative;
  color: grey;
  font-size: 150%;
  text-align: left;
}
td.calendar_other_month,
div.calendar_date_other_month
{
  font-style: italic;
  font-size: 150%;
  text-align: left;
  vertical-align: text-top;
  vertical-align: top;
  width: 14%;
  height: 48px;
  color: grey;
  text-align: right;
  cursor: pointer;
}
span.calendar
{
  font-size: 150%;
  font-weight: bold;
  margin: 4px;
}
div.calendar_icon
{
  vertical-align: bottom;
  text-align: right;
  margin-left: 4px;
}
/* Hyperlink widget styles */
a.calendar,
a.calendar:link,
a.calendar:visited,
a.calendar:active
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
  color: steelblue;
  margin: 4px;
}

a.calendar:hover
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  color: steelblue;
  margin: 0px 0px 4px 4px;
}

/* Form element generic styles */
form
{
}
submit
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  width: 200px;
  margin: 4px;	
  vertical-align: middle;
}
input
{
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color:#000000;
}
select
{
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color:#000000;
}
textarea
{
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color:#000000;
}
label
{
  vertical-align: middle;
  text-decoration: none;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color:#000000;
}
checkbox
{
  vertical-align: middle;
}

/* Form elements custom classes */
.form-element-error
{
  font-weight: bold;
  color: #ff7777;
  text-decoration: underline;
}

/* Generic classes of styles */

.nuffror
{
  text-decoration: none;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24px;
  color:#FFFFFF;
}

.title
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #666666;
  font-weight: normal;
}

.halftitle
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-style: normal;
  color: #666666;
  font-weight: normal;
}

.subtitle
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: #666666;
  font-weight: bold;
}

.byline
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: italic;
  color: #000000;
}

.largetext
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  color: #000000;
}

.date
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  color: #000000;
  font-weight: bold;
}

.whitetext
{
  color: #FFFFFF;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

.collapsed
{
  display: none;
}

.shownItem
{
}

.footer
{
  height: 20px;
  color: #999999;
}

.feedback-list
{
  font-weight: bold;
  padding-left: 8px;
}

.feedback-list-item
{
}

.separator
{
  height: 7px;
}

.field-header
{
  font-weight: bold;
}

.field-header-error
{
  font-weight: bold;
  color: #ff7777;
  text-decoration: underline;
}

.wlan
{
  color: #000000;
}

.wlan-associated
{
  color: #000000;
  background: lightgreen;
}

.wlan-unsupported
{
  color: #000000;
  color: dimgrey;
}

.lang-selector
{
  padding-right: 8px;
  text-align: center;
}

.linklist
{
  line-height: 1.5em;
}

.highlighted-row
{
  background-color: #efefef;
}

.info-row
{
  line-height: 1.1em;
}

.sublink-item
{
  font-weight: bold;
  border-right: solid thin #CCCCCC;
  padding-left: 4px;
}

.device_list_head
{
  background: #eee;
}

.device_list_item
{
  width: 10%;
}

.breadcrumb
{
}

.group-separator
{
  line-height: 4px;
}

/**/

.summ-group-head-img
{
  width: 54px;
}
.summ-group-head-text
{
  width: 100%;
}
.summ-group
{
  width: 100%;
  background-color: #eeeeff;
  border:             0;
  border-left:		0px;
  border-right:		0px;
  border-bottom:    0px;
  border-collapse:	collapse;
  padding:            0;  
}
.summ-group-placeholder
{
  width: 50%;
  border:   thin;
  border-style: solid;
  border-color: #CCCCCC;
  border-collapse:	collapse;
  padding:            0;
}
.summ-group-placeholder-wide
{
  width: 100%;
  border:   thin;
  border-style: solid;
  border-color: #CCCCCC;
  border-collapse:	collapse;
  padding:            0;
}
.summ-label
{
  width: 34%;
}
.summ-label-wide
{
  width: 16%;
}
.summ-number
{
  font-weight: bold;
}
.summ-link
{
  
}
.summ-subgroup-label
{
  margin-left: 4px;
  text-align: right;
  font-style: italic;
}

/* - */
.part-number
{
  font-weight: bold;
  background-color: #FFFFFF;
}

.part-number-warn
{
  font-weight: bold;
  background-color: #ffd0e0;
}

/* Alignment generic styles */
.center
{
  text-align: center;
}
.left
{
  text-align: left;
}
.right
{
  text-align: right;
}
.top
{
  vertical-align: top;
}
.bottom
{
  vertical-align: bottom;
}
.middle
{
  vertical-align: middle;
}
.max-width
{
  width: 100%;
}
.top-spacing
{
  margin-top: 16px;
}
.bottom-spacing
{
  margin-bottom: 16px;
}
.side-spacing
{
  margin-left: 8px;
  margin-right: 8px;
}

/* Embrace styles */
div.embrace
{
  margin-top: 4px;
  margin-bottom: 4px;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
table.embrace
{
  border: 0px;
  overflow: scroll;
  white-space: nowrap;
}
.nowrap
{
  white-space: nowrap;
}
td.namecol
{
  white-space: nowrap;
  vertical-align: middle;
}

.preview
{
  width: 320px;
  height: 240px;
  text-align: center;
  vertical-align: middle;
}

.balloon
{
  position: absolute;
  display: none;
  border: 1px solid grey;
  background-color: silver;
  padding: 4px;
}

.comment
{
  border-top: 1px solid grey;
}

.record_config_list
{
  border-top: 1px solid grey;
}
.record_config_add
{
  border-top: 1px solid grey;
  background: gainsboro;
}

.button-100
{
  width: 100px;
}

.button-toolbar
{
  border: 0px;
  width: 25px;
  height: 25px;
}

.button-toolbar:hover
{
  cursor: pointer;
}

.nas_offline
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #FF0000;
}
.nas_offline_event_cached
{
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-style: normal;
}

.ptz-mini-horizontal
{
  border: 0px;
  height: 24px;
  width: 22px;
  margin: 2px;
}
.ptz-mini-vertical
{
  border: 0px;
  height: 22px;
  width: 24px;
  margin: 2px;
}
.ptz-pan-bar
{
  border: 0px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ptz-pan-bar-end
{
  border: 0px;
  width: 3px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ptz-tilt-bar
{
  border: 0px;
  height: 24px;
  margin-left: 2px;
  margin-right: 2px;
}
.ptz-tilt-bar-end
{
  border: 0px;
  height: 3px;
  width: 24px;
  margin-left: 2px;
  margin-right: 2px;
}
.ptz-zoom-bar
{
  border: 0px;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.ptz-zoom-bar-end
{
  border: 0px;
  height: 24px;
  width: 11px;
  margin-top: 2px;
  margin-bottom: 2px;
}

label
{
  margin-left: 4px;
}

/* The popup calendar displayed when clicking some inputs */
div#calendar-popup {
  position: absolute;
  background: #eef;
  border: solid 1px black;
  display: none;
  padding: 5px;
  text-align: center;
  width: 25em;
}

  div#calendar-popup p {
    text-align: center;
    margin: 2px;
  }

  div#calendar-popup p span {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 10px;
  }
  div#calendar-popup p span#prev-month {
    float: left;
    text-align: left;
    width: 3em;
  }

  div#calendar-popup p span#next-month {
    float: right;
    text-align: right;
    width: 3em;
  }
  div#calendar-popup table {
    border-spacing: 2px;
    margin: 0px auto;
  }

  div#calendar-popup table th {
    padding: 3px;
  }

  div#calendar-popup table td {
    text-align: center;
    border: solid 1px #eef;
  }

  div#calendar-popup table td.current:hover,
  div#calendar-popup table td.weekend:hover,
  div#calendar-popup table td.weekday:hover {
    background-color:#336;
    border: solid 1px #999;
    cursor: pointer;
    color: #fff;
  }
  div#calendar-popup table td.current {
    background-color:#ddf;
  }
  div#calendar-popup table td.weekend {
    background-color:#ffc;
  }
  div#calendar-popup table td.weekday {
    background-color:#ccc;
  }

/* The popup time select displayed when clicking some inputs */
div#time-popup {
  position: absolute;
  background: #eef;
  border: solid 1px black;
  display: none;
  padding: 5px;
  text-align: center;
  width: 8em;
}
  div#time-popup table {
    border-spacing: 0px;
    margin: 0px auto;
  }
  div#calendar-popup form {
    margin: 0px;
  }
  div#time-popup table td {
    text-align: center;
    padding: 2px;
  }
  div#time-popup table td.arrow-up {
    height: 7px;
    width: 8px;
    /* Path is realative the location of this css file */
    background-image: url('../../images/arrow_up.gif');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  div#time-popup table td.arrow-down {
    height: 7px;
    width: 8px;
    /* Path is realative the location of this css file */
    background-image: url('../../images/arrow_down.gif');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  div#time-popup table td input {
    width: 15px;
  }

  span.horizontal-link-spacing {
    margin:0px 8px;
  }
