﻿/* yui-datatable-theme */
table.yui-datatable-theme
{
	font-family:arial;
	font-size:small;
	border:solid 1px #7f7f7f;
	width:700px;    
}

/* common cell styles */
.yui-datatable-theme th, .yui-datatable-theme td
{
    cursor:default;
}

/* header cell styles */
.yui-datatable-theme th
{
    background: url(img/yui-datatable/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;
    border-right:solid 1px #cbcbcb;	
}

/* alternating row style */
.yui-datatable-theme .alt-data-row { background-color:#edf5ff; }

/* mouseover row style */
.yui-datatable-theme .row-over, .yui-datatable-theme .cell-over { background-color:#b2d2ff; }

/* select row style */
.yui-datatable-theme .row-select
{ 
	background-color:#426fd9; 
	color:#fff;
}

 

/* tablecloth-theme */
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:#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; 
}


/* sharepoint-theme */
table.sharepoint-theme
{
	font-family:arial;
	font-size:small;
    color:#555555;
	border:solid 1px #7f7f7f;
	width:700px;
}

/* header cell style */
.sharepoint-theme th
{
	border-right:solid 1px #7f7f7f;
	border-bottom:solid 1px #7f7f7f;
    background:url(img/sharepoint/calnumBttn_obsidian.gif) repeat-x;
    color:#000;
    font-weight:normal;
    text-align:center;    
}  

/* common cell styles */
.sharepoint-theme th, .sharepoint-theme td
{
	cursor:default;
	height:20px;
	color:#000;
}

.sharepoint-theme td
{
	padding:2px 8px;
    border-bottom:solid 1px #d0d0d0;	
}

/* mouseover row style */
.sharepoint-theme .row-over 
{ 
	background:url(img/sharepoint/calnumBttnover.gif) repeat-x; 
}

/* mouseover header style */
.sharepoint-theme .header-over
{
    background:url(img/sharepoint/calnumBttntoday_obsidian.gif) repeat-x;
}

/* extjs-theme */
table.
{
    font-family:arial;
	border:solid 1px #7f7f7f;
	color:#555555;
	width:700px;
    font-size:small;
}

/* common cell styles */
.extjs-theme th, .extjs-theme td
{
	padding:3px 8px;	
    vertical-align:middle;
    cursor:default;
	color: #000;
}

/* header cell style */
.extjs-theme th
{
	color: #000;
	border-right:solid 1px #7f7f7f;
	border-bottom:solid 1px #7f7f7f;
    background:url(img/extjs/header.gif) repeat-x;
}  

/* header cell hover style */
.extjs-theme .header-over 
{ 
	background:url(img/extjs/header-hover.gif) repeat-x; 
	text-decoration:underline;
}

/* regular cell style */
.extjs-theme td
{
    border-bottom:solid 1px #d0d0d0;
}

/* mouseover/select row style */
.extjs-theme .row-over
{ 
	background-color:#efefef; 
	color: #000;
}

