
#wrapper {
    display: inline-block;
    text-align:left;
    width: 100%;
    height:100%;
    min-width: 650px;
	margin: 0 auto;
    margin-bottom:10px;

}

#ReportLiveCustomCVPT_contentliquid {
    float: left;
    width: 100%;
}

#content {
    background: #FFFFFF;
    margin-left: 410px;
}

#ReportLiveCustomCVPT_leftcolumn {
    white-space: nowrap; overflow: hidden;
    display: inline-block;
    float: left;
    width: 400px;
    max-width:400px;
    margin-left: -100%;
}

table.DetailsTable

{
     border: 1px solid #777577;
}

    tr.DetailsTable
    {
             border: 1px solid #777577;
    }

    #container
{
          margin-left: auto;
    margin-right: auto;
    width: 6em;
	height: 170px;
    width:100%;
    position:relative;
}

#ReportLiveCustomCVPT_image
{    
    position:relative;
    left:0;
    top:20px;
}


#ReportLiveCustomCVPT_VentValve
{
    z-index:100;
    position:absolute;    
    color:black;
    font-size:15px;
    font-weight:bold;
    left:43px;
    top:0px;
}

#ReportLiveCustomCVPT_FlowValve
{
    z-index:100;
    position:absolute;    
    color:black;
    font-size:15px;
    font-weight:bold;
    left:268px;
    top:0px;
}

#ReportLiveCustomCVPT_Mode
{
    z-index:100;
    position:absolute;    
    color:black;
    font-size:15px;
    font-weight:bold;
    left:10px;
    top:140px;
}

#ReportLiveCustomCVPT_pressurereading
{
    z-index:100;
    position:absolute;    
    color:black;
    font-size:12px;
    font-weight:bold;
    left:111px;
    top:85px;
}

#ReportLiveCustomCVPT_pdreading
{
    z-index:100;
    position:absolute;    
    color:black;
    font-size:12px;
    font-weight:bold;
    left:270px;
    top:85px ;
}



#change-mode button,input[type=button] {
  background: #bababa;
  background-image: -webkit-linear-gradient(top, #bababa, #474747);
  background-image: -moz-linear-gradient(top, #bababa, #474747);
  /*background-image: -ms-linear-gradient(top, #bababa, #474747);*/
  background-image: -o-linear-gradient(top, #bababa, #474747);
  background-image: linear-gradient(to bottom, #bababa, #474747);
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 0px 10px 0px 10px;
  text-decoration: none;
}

#change-mode button:hover,input[type=button]:hover {
  background: #7d7d7d;
  background-image: -webkit-linear-gradient(top, #7d7d7d, #292929);
  background-image: -moz-linear-gradient(top, #7d7d7d, #292929);
  /*background-image: -ms-linear-gradient(top, #7d7d7d, #292929);*/
  background-image: -o-linear-gradient(top, #7d7d7d, #292929);
  background-image: linear-gradient(to bottom, #7d7d7d, #292929);
  text-decoration: none;
}



 .CVPTCustomTable {
	margin:0px;padding:0px;
	width:90%;
	box-shadow: 0px 0px 0px #888888;
	border:1px solid #aaa;
	
}
 .CVPTCustomTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}

 /*
 .CVPTCustomTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
}
 .CVPTCustomTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
}
 .CVPTCustomTable table tr:first-child td:last-child {
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
}
 .CVPTCustomTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
}
     */

 .CVPTCustomTable tr:hover td{
	
}
.CVPTCustomTable tr:nth-child(odd){ background-color:#e5e5e5; }
.CVPTCustomTable tr:nth-child(even)    { background-color:#fff; }.CVPTCustomTable td{
	vertical-align:middle;
	border:1px solid #aaa;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
.CVPTCustomTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}
.CVPTCustomTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}
.CVPTCustomTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

.CVPTCustomTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CVPTCustomTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}




.ReportLiveCustomCVPT_MainWindow {
	margin: 0px;
    padding: 0px;
	width: 100%;
	box-shadow: 0px 0px 0px #888888;
	border: 0px solid #000000;


	/*
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	border-bottom-left-radius:15px;
	
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-right-radius:15px;
	
	-moz-border-radius-topright:15px;
	-webkit-border-top-right-radius:15px;
	border-top-right-radius:15px;
	
	-moz-border-radius-topleft:15px;
	-webkit-border-top-left-radius:15px;
	border-top-left-radius:15px;
        */
}


.CVPTCustomTable #container {
    background-color: #fff;
}