﻿.myhome-ta.GridHeaderBorderbles thead td{
	/*border-bottom:1px solid #ec545b;*/

}
.myhome-tables tbody td a, .myhome-tables tbody td a.active{
	text-decoration:none;
	color:#333;
	font-size:12px;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:20px;
    margin-left:10px;
	display:block;
	background: #FFF url(../images/arrow-red.gif) no-repeat 4px center;
	text-align:left;
}
.myhome-tables  tbody td a:hover{
	color:#FFF;
	background: #e31b23 url(../images/arrow-white.gif) no-repeat 4px center;
}

.tblHead{
	padding-left:5px;
	padding-bottom:10px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	display:block;
}

.pagetitleNew{
	border-bottom:1px solid #ec545b;
	padding-bottom:10px;
	padding-top:5px;
	margin-bottom:10px;
	text-align:left;
	clear:both;
	font-size:20px;
	font-weight:normal;
	color:#000000;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	
}

.button
{
  
border-width:2px;
border-color: #DEDFDE;
background-color:#EDEDED;
color: #000000;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
cursor:default;
}

/**** tooltip *****/
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/**** end of tooltip *****/