﻿body 
{
    margin:0px;
    text-align:center;
    background:#4a3cc4;
    width:100%;
}

td 
{
    font-family:Arial,verdana,helvetica;
    font-size:12px;
}

a 
{
    text-decoration:none;
    color:Blue;
}

a.hover 
{
    text-decoration:underline;
    color:Blue;
}

a.visited 
{
    color:Blue;
}

.mainTable 
{
    width:748px;
    border:0px solid #000000;
}


.navBar 
{
    height:20px;
    width:100%;
    text-align:left;
    background-image:url('../../images/navBarBGrev.gif');
    border-top:1px solid #7692c5;
}

.titleBar
{
    height:57px;
    width:100%;
    background:url('../../images/title_bg.gif');
    vertical-align:top;
    padding-top:3px;
    padding-left:15px;
}

.contentTable
{
    background:#ffffff;
    width:100%;

}

.tabTable 
{
    width:700px;
}

.tab 
{
    border-bottom:1px solid #0d6db3;
}

.tabCurrent
{
    border-bottom:1px solid #ffffff;
}

.content 
{
    text-align:left;
    font-size:11px;
    font-family:arial;
    border:1px solid #0d6db3;
    border-top:0px;
    padding:7px;
    width:100%;
}

.dropdownTop 
{
    font-size:10px;
    color:#0d6db3;
    text-align:left;
    padding-left:10px;
}

.dropdownTopLess
{
    font-size:10px;
    color:#0d6db3;
    text-align:left;
    padding-left:2px;
}

.selectBar 
{
    padding-left:2px;
    padding-bottom:30px;
}

.selectBarLess
{
    padding-left:2px;
    padding-bottom:2px;
}

.calendarShow 
{
    top:200px;
    position:absolute;
    z-index:50;
}

.headerStyle 
{
    border-bottom:1px solid #000000;
    font-size:13px;
    color:#0d6db3;
    vertical-align:top;
    background:#e8e8e8;
    padding:3px;
}

.calibrationFlag
{
	vertical-align: super;
	color: Red;
}
TD.lyoLeftSpacer {
	BACKGROUND-IMAGE: url(images/lspacer.gif); WIDTH: 10px; BACKGROUND-REPEAT: repeat-y
}
div.LabeledMarker_markerLabel  
{
    color: Blue;
    background-color: White;
	border: outset 1px black;
    font-size:xx-small;
    font-family: Arial;
    font-weight: bold; 
    width: 100px;  
    padding: 2px;
    text-align: center;
    }
    
div.InfoPaneIntro 
{
    text-align:center;
    width: 150px;
    height: 220px;
    background-color: White;
    padding: 20px;
}

div.InfoPane
{
    font-family: Arial;
    font-size:small;
    text-align:center;
    width: 170px;
    height: 240px;
    background-color: White;
    padding: 10px;
}

div.InfoPaneData
{
    border:1px solid silver;
    margin-top:5px;
    text-align:left;
    overflow:auto;
    width:170px;
    height:190px;
}

