﻿body
{
    background-color: #FFFFFF;
}


#page
{
    margin: 0px;
}

#header
{
    background-position: bottom;
    padding: 10px;
    background-image: url('images/head.png');
    width: auto;
    position: relative;
    height: 30px;
    top: 0px;
    left: 0px;
    background-repeat: repeat-x;
}

#loggedUser
{
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-family: Arial;
}

#menu
{
    position: absolute;
    left: 200px;
    bottom: 5px;
    font-weight: bold;
}

#content
{
}

#innerContent
{
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    padding: 3px;
}

#footer
{
    width: auto;
    height: 100px;
    background-image: url('images/foot.png');
    text-align: center;
    font-size: 85%;
    background-repeat: repeat-x;
}


.hidden
{
    display: none;
}

h1
{
    color: #003399;
    font-family: Arial;
}
h2
{
    color: #1562FF;
    font-family: Arial;
}

p
{
    color: #000000;
    font-family: Arial;
    text-align: justify;
    text-indent: 1em;
}
.p
{
    color: #000000;
    font-family: Arial;
    text-align: justify;
    line-height: 30px;
}

.Form
{
    margin: 10px;
    font-family: Arial;
    font-size: larger;
    font-weight: bold;
    color: #3399FF;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 50px;
}
.leftColumn
{
    padding: 10px 20px;
}
.rightColumn
{
    padding: 10px 20px;
    color: #000000;
}
.textBox
{
    font-family: Arial;
    font-size: larger;
    vertical-align: middle;
}

#window
{
    width: 400px;
    margin: 200px auto;
    padding: 30px;
    background-color: #91BAFF;
    font-family: 'Arial';
    border: 5px solid #CDE6FE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#window table
{
    width: 100%;
}

#window .title
{
    font-size: xx-large;
    font-weight: bold;
    color: #00001A;
    font-family: 'Arial Black';
}

.modal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}

.buttonLogin
{
    background-position: center center;
    background-image: url('images/log_in.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.buttonLogout
{
    background-position: center center;
    background-image: url('images/log_out.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}
.buttonOK
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/okNew2.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
}
.buttonNOK
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/nok.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
}
.buttonAdd
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/add_list.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonSave
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/savefile.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonSaveSmall
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/savefile.png');
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    background-color: #FFFFFF;
}
.buttonAddSmall
{
    background-position: center center;
    background-image: url('images/icons20/add_list.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.buttonDelete
{
    background-position: center center;
    background-image: url('images/icons20/delete.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
}
.buttonEdit
{
    background-position: center center;
    background-image: url('images/icons20/setting3.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
}
.buttonEditBig
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/setting3.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonDeleteBig
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/delete.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
}
.buttonCalendarBig {
    margin: 10px;
    background-position: center center;
    background-image: url('images/calendar.png');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
}
.buttonStart
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/start.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonStop
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/stop.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonRestart
{
    margin: 10px;
    background-position: center center;
    background-image: url('images/icons50/restart.png');
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
}
.buttonRefresh
{
    background-position: center center;
    background-image: url('images/icons20/refresh.png');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}
.buttonMinus
{
    background-position: center center;
    background-image: url('images/icons20/minus.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.buttonPlus
{
    background-position: center center;
    background-image: url('images/icons20/plus.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.buttonLanguage {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
}
.buttonLanguageUK {
    background-image: url('images/uk.png');
}
.buttonLanguageSK {
    background-image: url('images/sk.png');
}

.categoryItem
{
    text-align: center;
    font-family: 'Arial';
    border-style: none none solid none;
    border-width: 1px;
    border-color: #8C8CFF;
    color: #232323;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
}

.categorySelected
{
    text-align: center;
    font-family: 'Arial';
    border-style: solid solid none solid;
    border-width: 1px;
    border-color: #8C8CFF;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    color: #0066FF;
}

.menuItem
{
    padding: 5px 0px;
    text-align: center;
    font-family: Arial;
    padding-right: 10px;
    padding-left: 10px;
}

.menuItemDynamic
{
    padding: 5px 0px;
    text-align: center;
    font-family: Arial;
    padding-right: 10px;
    padding-left: 10px;
}

.menuItemSelected a:hover
{
    background-color: #DBDBDB;
    padding-right: 11px;
    padding-left: 11px;
}

.grid
{
    border: 2px solid #CDE6FE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    font-family: Arial;
}
.grid th
{
    background-color: #CCE6FF;
    color: #000099;
    font-weight: bold;
    text-align: left;
}
.grid th, .grid td
{ 
     padding: 3px 10px;
}
.grid .r0
{
    background-color: #EDF5FE;
    font-family: Arial;
}
.grid .r1
{
    background-color: white;
    font-family: Arial;
}


.details
{
    padding: 10px;
    font-family: Arial;
}
.details td
{
     padding: 3px 10px;
}

.detailsHead
{
    background-color: #99CCFF;
    color: #000080;
    font-weight: bold;
    font-style: normal;
}
.detailsName
{
    font-weight: bold;
    background-color: #DBECFD;
    font-style: normal;
}



/* details view */
.mainColumn
{
    border: 2px solid #F0FAFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: large;
    font-weight: bold;
    background-color: #D7E7FF;
    color: #000080;
}



.detailColumn
{
    border: 2px solid #F0FAFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: medium;
    font-weight: normal;
    font-family: Arial;
}


.season
{
    margin: 5px;
    font-family: 'Arial';
    padding: 5px;
    width: 670px;
}

.seasonControl
{
    border-style: solid;
    margin: 5px;
    font-family: 'Arial';
    width: 120px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.seasonControl2
{
    border-style: none;
    margin: 5px;
    font-family: 'Arial';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.selectedItem
{
    border: 2px solid #CED3FF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #CED3FF;
}

.meterListL1
{
    font-size: small;
}
.meterListL2
{
    font-size: small;
}
.meterListL3
{
    font-size: medium;
    font-weight: bold;
}
.meterListL4
{
    font-size: small;
}


/* The main calendar widget.  DIV containing a table. */

v.c.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #556;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #778 url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #fff;
  color: #000;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #778;
  color: #fff;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #bdf;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #556;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #a66;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #aaf;
  color: #000;
  border: 1px solid #04f;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #77c;
  padding: 2px 0px 0px 2px;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  color: #456;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #bdf;
}

.calendar tbody .rowhilite td {
  background: #def;
}

.calendar tbody .rowhilite td.wn {
  background: #eef;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #def;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #cde;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fff;
  color: #000;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #a66;
}

.calendar tbody td.today { /* Cell showing selected date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #556;
  color: #fff;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #fff;
  color: #445;
  border-top: 1px solid #556;
  padding: 1px;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #aaf;
  border: 1px solid #04f;
  color: #000;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #77c;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #def;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #acf;
}

.calendar .combo .active {
  border-top: 1px solid #46a;
  border-bottom: 1px solid #46a;
  background: #eef;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

