﻿        .title 
        {
            width: 100%; 
            text-align: center;
            margin-top: 5px;
			margin-bottom: 5px;
			font-size:20px;
        }
        .row 
        { 
            clear: both; 
            width: 100%; 
            overflow: hidden; 
            margin: 5px 0;
            height: 32px;
        } 
        .label 
             { 
            float: left; 
            text-align: right; 
            margin-right: 10px; 
            width: 50%;
            height: 25px;
        } 
        .value { 
			float: left; 
			text-align: left;
            height: 25px;
        }
		.statuslabel 
             { 
            float: left; 
            text-align: right; 
            margin-right: 10px; 
            width: 50%;
            height: 90px;
        } 
		.statusvalue { 
			float: left; 
			text-align: left;
            height: 90px;
        }
        .gridview 
           {
            width: 100%; text-align: center;

        }
        .buttonholder 
        { 
            width: 80%; 
			text-align: center;    
			clear: both;
            overflow: hidden; 
			margin-top: 10px;
			margin-bottom: 5px;
			margin-left:10%;
			margin-right:10%;
		 }
        .buttonalign
              {

			width: 15%;
            float: left;
            text-align: center;
            height: 30px;
            margin-left:4%;
        }
        .content
              {
            border: 1px solid black;
            width: 100%;
            text-align: center; 
            margin-top: 2%;
			position: absolute; width:80%; left:10%;
			
		}
        .pageversion
		{
             font-size:x-small;
             position:fixed;
             bottom:4px;
             right:10px;
             
        }
        .chartview
        {
            text-align: center; 
            position: fixed; width:80%; left:10%;
            width:80%;
        }
        
        .grmainformview
		{
             font-size:medium;
             font-family:Tahoma;
             position:absolute;
             top:350px;
             left:350px;
        }
        .rowgrid
        { 
            clear: both; 
            width: 76%; 
            overflow: hidden; 
            height: 155px;
        } 
        .labelgrid
             { 
            float: left; 
			text-align: left;
            height: 110px;
            width: 257px;
        } 
        .valuegrid
        { 
			float: left; 
			text-align: left;
            height: 150px;
            width: 392px;
        }
        .buttongrid
        {
            height: 104px;
            width: 361px;
        }
        .labeldisplay
        {
	        text-align: left;
            height: 200px;
            width: 200px;
            position:fixed;
            top:400px;
            left:300px;
        }
         .smallgrid
        {
	        text-align: left;
            height: 200px;
            width: 385px;
            position:fixed;
            top:350px;
            left:10px;
        }
         .rowbuttongrid
        { 
            clear: both; 
            width: 86%; 
            overflow: hidden;
            height: 68%;
        } 