﻿/*
    This file is copyright DiagnosTechs, Inc.
    Date: July 2011
    Programmer(s): Dana Smolinski
 */

body {
}

#centerBlockBG
{
	background-image: url('../Images/Master/smallBox.jpg');
	display:inline;
	float: left;
	width: auto;
	height: auto;
	   
	border:1px solid black; 
}

#divBug {
    display: block;
    clear: left;
}

.gradBlock {
    width: 318px;
    height: 170px;
	margin-right: 2px;
	background: url("../Images/Master/dti-wave.png") no-repeat;
    background-size:100%;
    background-position-y: bottom;
    border: 1px solid;
	display: inline-block;
}

#centerBlock1
{
	margin-left: 20px;
}

#centerBlock2
{
	margin-left: 40px;
}

#centerBlock3
{
    margin-top: 20px;
	margin-left: 20px;
}

#centerBlock4
{
    margin-top: 20px;
	margin-left: 40px;
}

.blurbBox
{
	width: 225px;
	margin-top: 0px;
	margin-left: 25px;
	display: inline;
	float: left;
	z-index: 2;
}

.blubBox h2
{
	font: arial;
	font-size: 10.5pt,;
	color: #051d3c;
	text-indent: 5px;
}

.blurbBox p
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size:8.45pt;
	font-family: Arial;
	padding: 0 0 0 8px;
	z-index:1;
	float: left;
	display:inline;
	text-decoration: none !important;
}

#middleBerm
{
	width:100%;
	height: 8px;
	display: block;
	clear:left;
}

#paddedCell
{
	padding-left : 40px;
	padding-right : 40px;
}

InfoPanel
{
	color: #000000;
}    
   

#InfoPanel thead th
{}

#InfoPanel tbody th
{}

#InfoPanel tbody td
{
	padding-left : 40px;
	padding-right : 40px;
}

/*  we don't need this right now, but if we need text on a dark background,
	this is what the CSS would look like.
	Add class="dark" to any <tr> that has a dark background
*/
   
/* make text white on a dark background */
#InfoPanel tr.dark td
{
	color:White;
}     

/* dark background link */ 
#InfoPanel tr.dark a:link 
{ 
	color:White;
	text-decoration: none;
}

/* add other link states below */