/* ================================
    CSS STYLES FOR Module [!output PROJECT_NAME]
   ================================
*/
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
/* text style for big buttons and big link buttons used in the portal admin pages */
.BigCommandButton
{	
	FONT-WEIGHT: normal;
	FONT-SIZE: 15px; 
	FONT-FAMILY: ËÎÌå, Tahoma, Arial, Helvetica
} 
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.BigCommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.BigCommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.BigCommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.BigCommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/*Datagrid Table CSS Style  */
/*=============================================*/

.datagrid-main{
    width: 100%;
    background-color:#d5d5d5;
    font-family:Tahoma, Arial, Helvetica;
    font-size:12px;
}


.datagrid-Header{
	background-color:#E16156;
	font-weight: bold;
	BACKGROUND-IMAGE: url(../../DesktopModules/SearchCenter/backPic.gif);
	color: #ffffff; 
	height: 26;
  }
a.datagrid-Header:link{
background-color:#d5d5d5;
	font-weight: bold;
	BACKGROUND-IMAGE: url(../../DesktopModules/SearchCenter/backPic.gif);
	color:#000000; 
	height: 26;
}
a.datagrid-Header:visited{
background-color:#d5d5d5;
	font-weight: bold;
	BACKGROUND-IMAGE: url(../../DesktopModules/SearchCenter/backPic.gif);
	color:#000000; 
	height: 26;
}
.datagrid-Pager{
	border-color:#F7F7DE;
	background-color:#F7F7DE;

}

.datagrid-Item{
	background-color:#ffffff;
	
}

.datagrid-Alter{
        background-color:#fffdef;
}

.datagrid-Footer{
	background-color:#E9EFF3;
	height: 24;

}
.txtStyle
{
	border-style:groove;
}

