﻿.gridView th, .gridView td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.gridViewLabel
{
	color: #000000;
}

.defaultTable
{
	background-color: White;
	font-family: Tahoma;
	font-size: 8pt;
}

.defaultTable td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}

.defaultTable th
{
	background-color: #fff3cb;
}

tr.header td
{
	background-color: #fff3cb;
	color:Black;
	font-weight:bold;
}

tr.title td
{
	background-color: White;
	font-weight:bold;
}

tr.d0 td
{
	background-color: #fafafa;
}

tr.d1 td
{
	background-color: #f3f3f3;
}

.titleLabel
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
}

.titleLabel a
{
	color: Black;	
}

.siteMapPath
{
	width: 100%;
	height: 30px;
	background-color: #FFD447;
	position: relative;
	padding-top:8px;
}

.siteMapPath a
{
	color: Black;
}

.selectedItem a
{
	color: #D39500;
}

.hyperLinkPreview
{
	padding: 3px;
	border:solid 1px #c1c1c1;
	background-color:#e8e8e8;
}

.hyperLinkPreview img
{
	width:64px;
	height:64px;
}

