﻿/* table style */
table.tablecloth-theme
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
	width:700px;
}

/* header cell style */
.tablecloth-theme th
{
    background:#328AA4 url(img/tablecloth/tr_back.gif) repeat-x;
    color:#fff;    
}  
.header-row
{
    background:#328AA4 url(img/tablecloth/tr_back.gif) repeat-x;
    color:#fff;
    font-style:oblique;
}  
/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #fff;
    padding:0.5em;
    text-align:left;
    font-size: 9.7pt;
    cursor:default;
}

/* alternating row style */
.tablecloth-theme .alt-data-row { background-color:#E5F1F4; }

/* mouseover row style */
.tablecloth-theme .row-over, .tablecloth-theme .column-over, .tablecloth-theme .cell-over { background-color:#ECFBD4; }

/* mouseover row style */
.tablecloth-theme .row-select, .tablecloth-theme .column-select, .tablecloth-theme .cell-select
{ 
    background:#BCE774;
    color:#555;
}

/* mouseover row style */
.tablecloth-theme .header-over a
{
	text-decoration: underline; 
}
