﻿body, td
{
	font-family:Tahoma;
	font-size:small;
}



.Title
{
	height: 24px;
	font-weight: bold;
	color: White;
	cursor: default;
	padding-top: 7px;
}

.td1
{
	width: 24px;
	height: 68px;
	background-image: url('../images/1.png');
}

.td2
{
	height: 68px;
	background-image: url('../images/2.png');
}

.td3
{
	width: 24px;
	height: 68px;
	background-image: url('../images/3.png');
}

.td4
{
	width: 24px;
	background-image: url('../images/4.png');
}

.td5
{
	width: 24px;
	background-image: url('../images/5.png');
}

.td6
{
	width: 24px;
	height: 38px;
	background-image: url('../images/6.png');
}

.td7
{
	height: 38px;
	background-image: url('../images/7.png');
}

.td8
{
	width: 24px;
	height: 38px;
	background-image: url('../images/8.png');
}


/******************************** Table layout***************************************/


td.helpHed
{ border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;

background-color: #FFF7E7;
text-align: center;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #404040;

 }

td.helpF
{
	border-top: 1px solid #9CF;
	 font-weight:bold;
	 font-family: Verdana;
	 font-size: 11px;
	 border-collapse: collapse;
	 color: #404040;
}
/*style='border-top: 1px solid #9CF; font-weight:bold;'*/

table.sofT
{ 
text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa;
border: 1px #6699CC solid;
/*border-collapse: collapse;*/

} 

.Plus
{
	background-image:url('../images/plus.gif');
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
.Minus
{
	background-image:url('../images/minus.gif');
	background-repeat:no-repeat;
	cursor:pointer;
}
	
.tbFirstDescendant
{
	text-align:left;
	width:100%;
}
			
.tbFirstDescendant tr.AppliedHover:hover { background-color: #e4d4be; } 
	
.tbFirstDescendant tr td
{
	font-size:11px;
	font-weight:lighter;
}
.RowAlternate
{
	background-color:#eee8aa;
	}
	
.RowHeader
{
	background-image:url('../images/bgButton.png');
	font-weight:bold;
	color:White;
	}
	.AppliedHover
	{
		}

.Level1
{
	height: 25px; /*background-color: #b1ccf7 ;*/
	background-image: url('../images/mnbg.png');
	border: 1px solid #975b5b;
	color: Black;
	padding-left: 3px;
	padding-right: 2px;
}

.Over
{
	border-top: 1px solid #975b5b;
	border-left: 1px solid #975b5b;
	border-right: 1px solid #975b5b;
	border-bottom: 1px solid #975b5b;
	background-color: #e3efff;
}
table.tbClient tr:hover{background-color:#beb773;cursor:default;}

table.tbClientDetails tr:hover{background-color:#d0cfcf;cursor:default;}
.RowAlternateClientDetails
{
	background-color:#f5f5f5;
	}
	
div.DashboardH1 h1{font-size:12px;font-weight:bold;border-bottom:solid 1px #ababab;height:15px;padding:3px;margin:0px;background-repeat:repeat-x;}
div.Dashboard {height:215px;width:100%;overflow-y:scroll;overflow-x:hidden;}


