
/* Navigation bar */
.navBar { 
    font-size: 10pt; 
    padding-bottom: 1px; 
    background-color: #EFEFEF; 
    border-top: solid #555555 1px; 
    border-bottom: solid #555555 1px;
}
.navBarClear { 
    font-size: 10pt; 
    padding-bottom: 1px; 
}

/* generic form button */
.formButton { 
    margin: 0;
    padding: 3;
    border-radius: 6px;
    padding-right: 14px;
    padding-left: 14px;
}

/* Text input/display */
#PushpinChooser {
    color: #3366CC;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 1px;
    font: 12px normal Verdana, Geneva, sans-serif;
    border-style: solid;
    border-color: #555588 #AAAABB #AAAABB #555588;
    background-color: #FFFFFF;
}
.textInput {
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 1px;
    font: 12px normal Verdana, Geneva, sans-serif;
    border-style: solid;
    border-color: #555588 #AAAABB #AAAABB #555588;
    height: 23px;
}
.textInput:focus {
    color: #3366CC;
    background-color: #F1F7FE;
    border-color: #555588 #AAAABB #AAAABB #555588;
}
.textReadOnly { 
    color: #165036;
    background-color: #ababab;
    border-radius: 4px;
    padding-left: 14px;
    padding-right: 14px;
    border-width: 1px;
    font: 12px normal Verdana, Geneva, sans-serif;
    border-style: solid;
    border-color: #a0a0a0 #AAAABB #AAAABB #555588;
    height: 23px;
}
.textReadOnly:focus { 
    color: #111111;
    background-color: #E7E7E7; 
}
.textOnClick { 
    border-width: 1px; 
    border-style: solid; 
    border-color: #444477 #9999AA #9999AA #444477; 
    /*
    border-width: 2px; 
    border-style: inset; 
    border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD; 
    */
    padding-left: 2px; 
    background-color: #FFFFFF; 
    cursor: pointer;
}

/* TextArea input/display */
.textAreaInput {
    border-width: 1px; 
    border-style: solid; 
    border-color: #444477 #9999AA #9999AA #444477; 
    /*
    border-width: 2px; 
    border-style: inset; 
    border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD; 
    */
    padding-left: 2px; 
    background-color: #FFFFFF; 
    font-family: monospace;
}
.textAreaReadOnly { 
    border-width: 1px; 
    border-style: solid; 
    border-color: #444477 #9999AA #9999AA #444477; 
    /*
    border-width: 1px; 
    border-style: inset; 
    border-color: #DDDDDD #EEEEEE #EEEEEE #DDDDDD; #3399CC
    */
    padding-left: 2px; 
    color: #555555;
    background-color: #EFEFEF; 
    font-family: monospace;
}
.textAreaReadOnly:focus { 
    color: #111111;
    background-color: #E7E7E7; 
}

/* menu */
.menuTitle {
    font-size: 16px;
    font-weight: bold;
    color: #FFCC33;
}
.menuInstructions {
    color: #3399CC;
    font-family: Verdana, Geneva, sans-serif;
    font-size:11px;
    font-weight:bold;
}
.menuDescription { 
    padding-top: 3px; 
    font-size: 9pt;
}

#SelectReport b{
    color:#FFF
}
#GetReport span b {
    color:#FFF;
}
#DeviceGroup div b, #DeviceGroup b{
    color:#FFF
}
/* General page content */
.contentTable {
    margin: 0 auto;
    padding-top: 10px;
}

.contentCell {
    padding: 15px;
    border: 0px;
    background-color:  #17202C;
    vertical-align: middle;
    border-radius: 15px;
    -moz-border-radius: 5px;
    border-collapse: separate;
    border-spacing: 0;
    -moz-box-shadow: 0 0 5px 5px #888;
    opacity: 0.95;
    color: #FFF;
    outline: none;
}
.contentCell table span{
    color:#fff;
    
}
.contentTopMenuCell { 
    padding: 5px; 
    border: solid #555555 2px; 
    background-color: #FBFBFB;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;;;;; 
}

.contentMessage {
    font-size: 11px;
    margin-top: 5px;
    font-style: oblique;
    text-align: center;
    color: #FC0;
}

/* Map page content */
.contentMapTable {
    width: 844px;
    height: 550px;
    max-height: 550px;
    margin-top: 10px;
}
.contentTrackMapCell {
    width: 100%;
    padding: 5px 5px 5px 5px;
    border: 2px solid #555555;
    background-color: #FBFBFB;
    font-size: 7pt;
    vertical-align: top;
}

/* Map page content full screen */
.contentMapTableFull {
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border-spacing: 0;
    overflow-x: auto;
}
.contentTrackMapCellFull {
    /* height: 100%;
    padding: 5px 0px 0px 5px;
    border: solid #555555 2px;
    background-color: #FBFBFB;
    font-size: 7pt;*/
}

/* simple message response */
.messageResponseTable {
    margin-top: 50px;
}
.messageResponseCell {
    padding: 10px;
    border: solid #555555 1px;
    background-color: #FBFBFB;
    text-align: center;
}

/* copyright */
.copyrightFooter {
    font-size: 7pt; 
    text-align: center; 
    padding-bottom: 2px;
    background-color: #EFEFEF; 
}
.copyrightFooterClear {
    font-size: 7pt; 
    text-align: center; 
    padding-bottom: 2px;
}

/* --------------------------------------------- */

TBODY.scrollExp {
    max-height: 380px;
    height: expression( this.scrollHeight > 379 ? "380px" : "auto" );
    /*height: 380px; /**/
    overflow-y: expression( this.scrollHeight > 379 ? "scroll" : "hidden" );
    overflow-x: hidden;
}

TBODY.scroll {
    max-height: 380px;
    height: 380px;
    overflow-y: scroll;
    overflow-x: hidden;
}

TBODY.noScroll {
}

/* --------------------------------------------- */

/* Admin/info controls */
H1.adminSelectTitle { 
    color: #3399CC;
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    font-weight:bold;
    text-align: left; 
    margin-top: 0px; 
    margin-bottom: 3px; 
}
SPAN.adminSelectTitle {
    font-family:Verdana, Geneva, sans-serif;
    font-size:13px;
    color: #336699;
    text-align: left; 
    margin-top: 0px; 
    margin-bottom: 3px; 
}
TABLE.adminSelectTable { 
    border: 1px solid black;
}
TABLE.adminSelectTable_sortable { 
    border: 1px solid black; 
}
TR.adminTableHeaderRow { 
    background-color: #0C233A;
    color:#FFF;
    border:1px solid #fff; 
}
TH.adminTableHeaderCol_sort { 
    white-space: nowrap;
    font-family:  "Open Sans Pro", Tahoma, Geneva;
    font-size: 11px;
    text-align: center; 
    padding: 3px 5px 3px 5px; 
    border-bottom: 3px double #2AE267;
}
TH.adminTableHeaderCol_sort:hover {
    white-space: nowrap;
    font-family:  "Open Sans Pro", Tahoma, Geneva;
    font-size: 11px;
    text-align: center;
    padding: 3px 5px 3px 5px;
    border-bottom: 3px double #770000;
    background-color: #333333;
    cursor: pointer;
}
TH.adminTableHeaderCol_nosort { 
    white-space: nowrap;
    font-family:  "Open Sans Pro", Tahoma, Geneva;
    font-size: 11px;
    text-align: center; 
    padding: 8px; 
    border-bottom: 3px double black; 
    cursor:pointer;
}

TR.adminTableBodyRowOdd {
    background-color: #FFF;
    height:30px;
    
}
TR.adminTableBodyRowOdd:hover {
    background-color: #BCE774;
    cursor:pointer;
}
TR.adminTableBodyRowEven { 
    background-color: #ECECEC;
    height:30px;
    cursor:pointer;
}
TR.adminTableBodyRowEven:hover { 
    background-color: #BCE774;
}
TD.adminTableBodyCol {
    font-family:  "Open Sans Pro", Tahoma, Geneva;
    font-size: 11px;
    text-align:center;
    padding: 0px 5px 0px 5px;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
}

TABLE.adminViewTable {
}
TD.adminViewTableHeader {
    color: #FFF;
    height: 30px;
    font: 13px bold Tahoma, Geneva, sans-serif;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
}
TD.adminViewTableData {
    height: 27px;
    color:#fff;
}
TD.adminViewTableTextArea {
    /*height: 23px;*/
}

SELECT.adminComboBox {
  font-size: 8pt;
  height: 25px;
  border-radius: 4px;
  padding-left: 5px;
  padding-right: 0px;
  width: 150px;
  outline: none !important;
}

