﻿/* ================================================================================
   == General
   ================================================================================ */
#SK001,#SK002,#SK003,#SK004,#SK005,#SK006,#SK007,#SK008,#SK010,#SK101,#SK102,#SK103,#SK104,#SK105,#SK106,#SK107,#SK108,#SK109,#SK110 {display:none;}
body
{
	background-color: #fff;
}

#entirediv
{
	position: relative;
	width: 953px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px; 
	min-height: 820px;
}

#header
{
    margin-top:40px;
	position: relative;
	background-image:url('../img/Logo.gif');
	background-repeat: no-repeat;
	height: 85px;
	width: 569px;
}

#tagline
{
	position: absolute;
 	top: 70px;
 	right:10px;
	height: 20px;
	width: 275px;
	background-image:url('../img/Tag_Line.gif');
	background-repeat: no-repeat;
}


#mainblock
{	 		
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 800px;
	height: auto !important;
	height: 800px;	
	width: 954px;
	background-image:url('../img/bg_tracker.png');
	background-repeat: repeat-y;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
	
}

#datablock
{
	
	position: relative;	
	padding: 20px;	
	margin-right: 100px;
	left: 180px;
	width: 700px;
	height: auto;
	min-height: 600px;	
	z-index: 0;
}

/* ================================================================================
   == BP Data Table Cell Classes
   ================================================================================ */

.hrow									{   text-align: center; }
.hdate									{   text-align: right; }
.htime									{   text-align: right; }
.hloc									{   text-align: center; }
.hnote									{   text-align: center; }
.hsys									{   text-align: right; }
.hdia									{   text-align: right; }
.hpulse									{   text-align: right; }

.drow									{   text-align: center; }
.ddate									{   text-align: right; }
.dtime									{   text-align: right; }
.dloc									{   text-align: left; font-size: 0.9em; }
.dnote									{   text-align: left; color: #f00; font-size: 0.9em; }
.dsys									{   text-align: right; }
.ddia									{   text-align: right; }
.dpulse									{   text-align: right; }




#blocktable table {
	font-size:1em;
	font-family: "trebuchet ms", "lucidia grande", verdana, arial, sans-serif;
	color: #333;
	background-color:#FFFFE0;
	border-collapse:collapse; 
	text-align: left;		
	width: 610px;	
	border-left: 2px solid #009;
	border-right: 2px solid #009;
	border-bottom: 2px solid #009;
}

#blocktable caption 
{
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;	
	width: 610px;
	text-transform: capitalize;
	color: #333;
	background: #7F9fbF;
	border: 2px solid #009;
}

#blocktable strong
{
	font-weight: bold;
}

#blocktable td
{
	padding: 6px 10px;
	font-weight: normal;
    font-size: 0.8em;
	vertical-align: top;		
}

/* ================================================================================
   == CSS Buttons: 'button'
   ================================================================================ */
   
#but-close	{	position: absolute;	width: 115px;	top: 150px;	left: 40px;	 z-index: 10;	}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}


a.button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 0.75em arial, sans-serif;
    height: 24px;
    width: 100%;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    text-align: center;
    
}

a.button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;    
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

 
#privpol {
  font-family: calibri, times, sans-serif;
  font-size: 12;
}

#privpol p { padding-top: 10px; padding-bottom: 10px; }

#privpol h1 { 
  font-size: 18;
  font-weight: bold;
  padding: 1em 0em;
}

#privpol h2 {
  font-size: 13.5;
  font-weight: bold;
  padding: 1em 0em;
}

#privpol strong {
  font-weight: bold;
}

#privpol ul  {
  list-style-type: disc;
  padding-bottom: 15px; 
}

#privpol li  
{
	margin-left: 30px;
}
#privpol em {
  font-style: italic
}