<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CommonButton__IN
{
	FONT-WEIGHT:normal;
    FONT-SIZE: 15px;
    FONT-FAMILY:Nazanin, Golestan Nazanin;
    background-position:Right;
    border: grove;
    color : darkred;
    text-align :Left ;
    background-color : Transparent;
    background-repeat:no-repeat;
    background-attachment:none;
}
.CommonButton_OUT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    FONT-FAMILY:Nazanin, Golestan Nazanin;
    background-position:Right;
    border:none;
    text-align :Left;
    background-repeat:no-repeat;
    background-attachment:none;
    background-color : Transparent;

    
 }
 
.LinkButton__IN
{
	FONT-WEIGHT:bold;
    FONT-SIZE: 15px;
    FONT-FAMILY:Nazanin, Golestan Nazanin;
    background-position:Right;
    border-color:Black;
    border:grove;
    text-align :Left;
    background-repeat:no-repeat;
    background-attachment:none;
    cursor:hand;
    background-color : Transparent;
}
.LinkButton_OUT
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 15px;
    FONT-FAMILY:Nazanin, Golestan Nazanin;
    background-position:Right;
    border:none;
    text-align :Left;
    background-repeat:no-repeat;
    background-attachment:none;
    cursor:default;
    background-color : Transparent;
 }
 .searchBtn
{
	border-style: none;
    border-color: inherit;
    border-width: 0px;
    vertical-align: middle;
	cursor: pointer;
	height: 25px;
	width : 25px;
    background-color: transparent;
	background-image: url('/DL/Search/css/images/find.png');
	background-repeat: no-repeat;
	background-position: center;
}
 </pre></body></html>