/* Default CSS Stylesheet for a new Web Application project */

.tblSearchBackground 
{
	background-image: url(../images/bgsearch.gif);
}
.tblSearchBackgroundDown 
{
	background-image: url(../images/bgsearchdown.gif);
}	
.tblNewsBackgroundLeft
{
	background-image: url(../images/headnewsleft.gif);
}
.tblNewsBackgroundCenter
{
	background-image: url(../images/headcenter.gif);
}	
.tblNewsBackgroundRight
{
	background-image: url(../images/headright.gif);
}	
.tblNewBackgroundLeft
{
	background-image: url(../images/headnewleft.gif);
}
.tblPrimaryBackgroundLeft
{
	background-image: url(../images/headleft.gif);
}
.DaneshyarLogo
{
	background-image: url(../images/daneshyar.gif);
	background-repeat:no-repeat;
	background-position: 15% 40%;
}
.JustifyAlign 
{
	text-align:justify;
}
.publicFont 
{
	font-family: Tahoma;
	font-size: xx-small;
}
a.publicLink
{
	color: #336699;
	font-size: xx-small;
	font-family: Tahoma;
	text-decoration: none;
}
a.publicLink:hover 
{
	color: "#000000";
	font-family: Tahoma;
	font-size: xx-small;
	text-decoration: none;
}
a.ActivitiesStyle
{
	color:"#FF6400";
	font-family: Tahoma;
	font-size: xx-small;
	text-decoration: none;
}

a.ActivitiesStyle:hover
{
	color:"#000000";
	font-family: Tahoma;
	font-size: xx-small;
	text-decoration: none;
}
.DisableLink 
{
	color: "#000000";
	font-family: Tahoma;
	font-size: xx-small;
	text-decoration: none;
}
.DefaultTopic 
{
	color:"#797261";
	font-family: Tahoma;
	font-size: xx-small;
	text-decoration: none;
}	
.GrayOff 
{
	filter:gray(enabled=1);
}
.GrayOn 
{
	filter:gray(enabled=0);
}

