﻿/* 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(../../admin/images/tablecloth/tr_back.gif) repeat-x;
    color:#FFFFFF;    
}  

/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #FFFFFF;
    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; 
}
RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td /*Common Styles*/
{
    
   border-right: solid 0px #deaede;
     /*background-color:#FF99FF;*/
}
.RowStyle td
{
  background-color:#EFFBFB;
    color: #000000;
}
.AltRowStyle td
{
    /*background-color:#fcf5fd;*/
    background-color:white;
    color:#284775;
}
.SelectedRowStyle td
{
    /*background-color: #ffff66;*/
    background-color:#F5A9F2;
}

