﻿/* table style #7f7f7f; */
table.sharepoint-theme
{
	font-family: arial;
	font-size: small;
	color: #666666;
	border: 1px solid #CCCCCC;
	width: 700px;
}

/* header cell style 
	border-right: solid 1px #7f7f7f;
	border-bottom: solid 1px #7f7f7f;

*/

/* alternating row style */
.sharepoint-theme .alt-data-row
{
	background-color: #FBFBFB;
}


.sharepoint-theme th
{
	background: url(img/hd_gray.gif) repeat-x;
	color: #666666;
	font-weight: normal;
	text-align: center;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}  

/* common cell styles */
.sharepoint-theme th, .sharepoint-theme td
{
	cursor: default;
	height: 20px;
	color: #666666;
}

.sharepoint-theme th
{
	font-weight: bold;
}

.sharepoint-theme td
{
	padding:2px 8px;
    	
}




/* Sorting Styles 
.sharepoint-theme TR TH.asc,
.sharepoint-theme TR TH.desc
{
    background:url(../img/hd_bg_sort.png) repeat-x;
}

.sharepoint-theme TH .sort { padding-right:21px; }
.sharepoint-theme TH.asc .sort
{
    background:url(../img/asc.gif) no-repeat center right;
}
.sharepoint-theme TH.desc .sort
{
    background:url(../img/desc.gif) no-repeat center right;
}

.sharepoint-theme .header
{
	background: url(img/hd_gray.gif) repeat-x;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	border-top: 1px solid #FFF;
	padding-left: 30px;
	padding-top: 8px;
	height: auto;
	cursor: pointer;
	cursor: hand;
}
.sharepoint-theme .headerSortUp {
		background-position: right 50%;
	background-image: url(img/hd_gray.gif) repeat-x (sort_img/arrowdown.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
}
.sharepoint-theme .headerSortDown {
background-position: right 50%;
	background-image: url(img/hd_gray.gif) repeat-x (sort_img/arrowup.gif);
	background-repeat: no-repeat;
		padding-left: 5px;
	padding-right: 5px;
}

*/






/* mouseover row style */


.sharepoint-theme .cell-over
{
	background-color: #FFF9F2;
}

.sharepoint-theme .row-over 
{ 
	background:url(img/sp_row_over.gif) repeat; 
}

.sharepoint-theme .row-over-no-img
{
	background-color: #DBF3FD;
}

.sharepoint-theme .row-over-blue
{
	background-color: #8AD8F9;
	color: #000000;
}
.sharepoint-theme .row-over-no-img-orange
{
	background-color: #FFEAD5;
}
.sharepoint-theme .row-over-no-img-ivory
{
	background-color: #FFFFC6;
}

.sharepoint-theme .row-over-no-img-orange2
{
	background-color: #FFAD5B;
	text-decoration: blink;
	color: #714400;
}


/* mouseover header style */
.sharepoint-theme .header-over2
{
    background:url(img/sp_hdr_over.gif) repeat-x;
    color: #714400;
}

.sharepoint-theme .header-over
{
    background:url(img/sp_hdr_over.gif) repeat-x;
}

.sharepoint-theme .header-over-purpal
{
    background:url(img/sp_hdr_over_purpal.gif) repeat-x;
}

.sharepoint-theme .header-over-blue
{
    background:url(img/hd_blue.gif) repeat-x;
}

.sharepoint-theme .header-over-orange
{
    background:url(img/sp_hdr_over_orange.gif) repeat-x;
}
