
/*
GENERAL TAGS
*/
.camImg
{
border: 1px solid #000000;
}
BODY, TABLE, SELECT
{
font-family: Tahoma, Verdana, sans-serif;
font-size: 10pt;
}
BODY
{
margin-top: 0px;
background: #f0f0f0;
color: black;
}
H1
{
font-size: 14pt;
margin: 0px;
}
H2
{
font-size: 13pt;
margin: 0px;
}
/*
TEXT STYLES
*/
.Alert, .idis250v
{
font-weight: bold;
color: #990000;
background: inherit;
}
.Footer
{
margin-top: 0px;
}
/*
MENU BAR
*/
TABLE.Menu
{
border-top: 1px solid #000080;
border-bottom: 1px solid #000080;
}
TD.MenuItem
{
background: #ffffff;
color: #000080;
text-align: center;
font-weight: bold;
width: 16%;
cursor: pointer;
}
TD.MenuCurrent
{
background: #000080;
color: #ffffff;
font-weight: bold;
text-align: center;
width: 20%;
}
A.MenuItem
{
background: #ffffff;
color: #000080;
text-decoration: none;
}
A.MenuItem:hover
{
color: #4040ff;
background: inherit;
}
A.MenuCurrent
{
background: #000080;
color: #ffffff;
text-decoration: none;
cursor: default;
}
A.MenuCurrent:hover
{
color: #ffffaf;
background: inherit;
}
/*
CONTROL PAGE SUBMENU
*/
TABLE.ControlMenu
{
}
TD.ControlMenuFiller
{
color: #000080;
text-align: center;
font-weight: bold;
width: 16%;
}
TD.ControlMenuItem
{
background: #ffffff;
color: #000080;
text-align: center;
font-weight: bold;
width: 10%;
cursor: pointer;
border: 1px solid #000080;
}
TD.ControlMenuCurrent
{
border-bottom: 1px solid #000080;
border-bottom: 1px solid #000080;
background: #000080;
color: #ffffff;
font-weight: bold;
text-align: center;
width: 10%;
}
A.ControlMenuItem
{
background: #ffffff;
color: #000080;
text-decoration: none;
}
A.ControlMenuItem:hover
{
color: #4040ff;
background: inherit;
}
A.ControlMenuCurrent
{
background: #000080;
color: #ffffff;
text-decoration: none;
cursor: default;
}
A.ControlMenuCurrent:hover
{
color: #ffffaf;
background: inherit;
}
/*
STANDARD DATA TABLE
*/
.ErrorString
{
color: #a00;
background: inherit;
font-weight: bold;
font-size: larger;
}
TABLE.DataTable
{
}
TH.DataTable
{
padding-right: 8px;
padding-left: 8px;
text-align: left;
}
TD.DataTable
{
padding-right: 8px;
padding-left: 8px;
}
tr.rcm_poa td, tr.rcm_cfg td { border-bottom: 1px solid #A0A0A0; padding: 2px 8px; }
tr.rcm_poa td { text-align: center; }
/*
NAME/VALUE TABLE
*/
TABLE.NameValue
{
/*border: 1px solid #808080;*/
}
TH.NameValueName
{
text-align: right;
}
TH.NameValueValue
{
}
TD.NameValueName
{
text-align: right;
}
TD.NameValueValue
{
}
/*
TABLE OF SENSORS
*/
TABLE.Sensors
{
border: 1px solid #c0c0c0;
margin-top: 1ex;
margin-bottom: 1ex;
}
TABLE.SensorList
{
margin-top: 1ex;
margin-bottom: 1ex;
margin-left: 4ex;
}
TD.SensorTitle
{
color: inherit;
background: #c0c0c0;
padding-left: 10px;
padding-right: 10px;
}
TD.SensorColor
{
width: 4ex;
padding-right: 10px;
border: 1px solid black;
}
TD.SensorName
{
padding-right: 10px;
width: 125px;
}
TD.SensorValue
{
}
IMG.SensorGraph
{
margin-top: 2ex;
margin-right: 2ex;
}
/*
CONFIGURATION PAGE
*/
.ConfigDescription
{
font-size: 8pt;
}
