/*
***************************************************************
Filename..: default.css
Author....: David Stein
Date......: 06/25/07
Purpose...: css stylesheet for vblife.net
***************************************************************
*/

A:link    {text-decoration: none;color: blue;}
A:active  {text-decoration: none;}
A:visited {text-decoration: none;color: blue;}
A:hover   {text-decoration: underline;color: blue;}

body {
	background: #fff;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

body.gray {
	background: #e1e1e1;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;}

table.t1 {
	table-layout:fixed;
	width:900px;
	border: none #7ecbfe 0px;
	background:#7ecbfe;}

table.t100 {
	width:100%;
	border: none #7ecbfe 0px;
	background:#7ecbfe;}

td.cell_h_white  {background:white;font-family:arial,helvetica;font-size:12pt;font-weight:bold;}
td.cell_h_ltblue {background:#efeff8;font-family:arial,helvetica;font-size:12pt;font-weight:bold;}
td.cell_h_mblue  {background:#e0e0f0;font-family:arial,helvetica;font-size:12pt;font-weight:bold;}

td.cell_m_white  {background:white;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_gray   {background:#e1e1e1;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_ltblue {background:#efeff8;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_mblue  {background:#e0e0f0;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_yellow {background:yellow;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_green  {background:green;font-family:verdana,helvetica;font-size:10pt;}
td.cell_m_orange {background:orange;font-family:verdana,helvetica;font-size:10pt;}

td.cell_s_white  {background:white;font-family:verdana,helvetica;font-size:8pt;}
td.cell_s_gray   {background:#e1e1e1;font-family:verdana,helvetica;font-size:8pt;}
td.cell_s_ltblue {background:#efeff8;font-family:verdana,helvetica;font-size:8pt;}
td.cell_s_mblue  {background:#e0e0f0;font-family:verdana,helvetica;font-size:8pt;}
td.cell_s_yellow {background:yellow;font-family:verdana,helvetica;font-size:8pt;}

td.cell_s_footer {background:white;font-family:verdana,helvetica;font-size:8pt;height:24px;}

td.theader550 {
	background: url("images/tb_top_550.jpg") no-repeat;
	text-align:center;
	width:550px;
	height:10px;}

td.tbottom550 {
	background: url("images/tb_bot_550.jpg") no-repeat;
	text-align:center;
	align:bottom;
	width:550px;
	height:10px;}

td.theader350 {
	background: url("images/tb_top_350.jpg") no-repeat;
	text-align:center;
	width:350px;
	height:10px;}

td.tbottom350 {
	background: url("images/tb_bot_350.jpg") no-repeat;
	text-align:center;
	align:bottom;
	width:350px;
	height:10px;}

tr {background-color:#ffffff;}
  .normal {background:#ffffff;font-family:verdana,helvetica;font-size:8pt;}
  .highlight {background:#efeff8;font-family:verdana,helvetica;font-size:8pt;cursor:pointer;}

tr.row_s_white {background:#ffffff;font-family:verdana,helvetica;font-size:8pt;}
tr.row_s_ltblue {background:#efeff8;font-family:verdana,helvetica;font-size:8pt;cursor:pointer;}

td.cell_mv {font-family:verdana,helvetica;font-size:10pt;}
td.cell_sv {font-family:verdana,helvetica;font-size:8pt;}

td.cell_white {background:white;}
td.cell_mainheading {background:white;font-family:arial,helvetica;font-size:18pt;}
td.cell_sidebar {background:white;width:20%;}
td.cell_panel {background:white;width:80%;}

td.cell_c_white {font-family:verdana;font-size:7pt;background:white;}
td.cell_c_ltgreen {font-family:verdana;font-size:7pt;background:lightgreen;}
td.cell_ol_orange {font-family:verdana;font-size:7pt;background:orange;}
td.cell_c_ltblue {font-family:verdana;font-size:7pt;background:#efeff8;cursor:pointer;}

td.banner1 {background: url("images/banner900.jpg") no-repeat; height: 140px;}
td.banner2 {background: url("images/banner900.jpg") no-repeat; height: 140px; cursor: pointer;}
