﻿/* table style */
table.extjs-theme
{
    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;
}

