﻿/*//////////////////*/
/*////  search  ////*/
/*//////////////////*/
.search_table
{
    direction: rtl;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
   
}
.searchHighLight
{
    color: maroon;
    background-color: linen;
    font-weight: bold;
    font-style: italic;
}

.right_search_div
{
    margin: 5px;
    float: right;
    clear: right;
    padding: 5px;
    width: 230px;
    border-style: solid;
    border-color: lightgrey;
    border-width: 1px;
    border-width: 1px;
    overflow: hidden;
    background-image: url(../../images/search2.jpg);
    background-repeat: no-repeat;
    height: 400px;
    background-color: #fcfcfc;
    background-position: left bottom;
}
.left_search_div
{
	margin: 5px;
	float: left;
		clear: left;
	
		 width:630px;
	position:relative;
}

.div_Result
{
    clear: both;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-right: saddlebrown 1px solid;
    border-top: saddlebrown 1px solid;
    border-left: saddlebrown 1px solid;
    border-bottom: saddlebrown 1px solid;
}
.search_result_title_div
{
    font-weight: bold;
    font-size: medium;
    color: dimgray;
    
    border-bottom: darkred 1px solid;
    background-color: gainsboro;
    text-align: right;
     margin-right:0px;
    
     cursor:pointer;
   
     
}
.div_Status
{
    clear: both;
    width: 100%;
    font-family: Tahoma;
    font-size: small;
    direction: rtl;
    text-align: right;
    border-top: dimgray 2px solid;
    border-bottom: dimgray 2px solid;
    color: dimgray;
    background-color: ghostwhite;
}
.search_checkbox
{
    direction: rtl;
    text-align: right;
    clear: both;
    float: right;
    width: 100%;
    font-size: small;
    font-family: tahoma;
    color: dimgray;
    border-bottom: dimgray 1px solid;
        border-top: dimgray 1px solid;
        margin-top:10px;

}
.btnSearch
{
    clear: both;
    font-family: Tahoma;
    font-size: x-small;
    border-right: slategray 1px solid;
    border-top: slategray 1px solid;
    border-left: slategray 1px solid;
    color: black;
    border-bottom: slategray 1px solid;
    background-color: gainsboro;
    margin-top:5px;
    
    
}
.txt_Search
{
    clear: both;
    width: 200px;
    background-color: white;
    border-right: darkgray 1px solid;
    border-top: darkgray 1px solid;
    border-left: darkgray 1px solid;
    border-bottom: darkgray 1px solid;
     
       background-image: url(../../images/search.jpg);
 padding-right:20px;
 
 
 
    background-repeat: no-repeat;
    background-position: right 10%;
}
.txt_Search:hover
{
    background-color: ghostwhite;
}
.btn_Search_div
{
    clear:both;
     text-align:right;
     width:100%;
     

}
.txt_Search_div
{
    direction:rtl;
    clear: both;
    text-align: right;
    width: 100%;
}

.div_Re_cont
{
     clear:both;
    
     width:100%;
   
}
.div_Re_paging
{
   
    
    text-align:left;
    padding-left:3px;
    border-top:darkred 1px solid;
    padding-top:5px;
    
    padding-left:5px;

}