﻿/* table style */
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;
}

