﻿/* table style */
table.tablecloth-theme
{
    font-family:Arial,Helvetica,sans-serif;
    color:#555555;
    border-collapse:collapse;
    border-style:none;
    border-width:0px;
}

/* header cell style */
.tablecloth-theme th
{
    background:#328AA4 url(img/tablecloth/tr_back.gif) repeat-x;
    color:#FFFFFF;    
}  

/* the sort header link */
.tablecloth-theme th a 
{
    display:block;
    text-decoration:none;
    color:#FFFFFF;
}

/* common cell styles */
.tablecloth-theme th, .tablecloth-theme td
{
    border:1px solid #FFFFFF;
    padding-left:0.2em;
    text-align:left;
    font-size: 9.7pt;
}

/* alternating row style */
.tablecloth-theme .alt-data-row { background-color:#E5F1F4; }

/* mouseover row style */
.tablecloth-theme .row-over { background-color:#ECFBD4; }

/* mouseover row style */
.tablecloth-theme .row-select 
{ 
    background:#BCE774;
    color:#555;
}
/*================= YUI ================*/
/* table style */
table.yui-datatable-theme
{
	font-family: arial;
	font-size: small;
	border: solid 1px #7f7f7f;
}

/* the sort header link */
.yui-datatable-theme th a
{
    font-weight: normal;
	text-decoration: none;
	text-align: center;
    color: #000;
	display: block;
}

/* header cell styles */
.yui-datatable-theme th
{
    background: url(../images/sprite.png) repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

/* data data cell style */
.yui-datatable-theme td
{
    padding: 4px 10px 4px 10px;
   
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#edf5ff; }

/* mouseover row style */
.yui-datatable-theme .row-over { background-color:#b2d2ff; }

/* select row style */
.yui-datatable-theme .row-select
{ 
	background-color:#BCE774; 
	color:#fff;
}

.SmallTemplateField
{
  width:60px;
}
