﻿/*//////////////////*/
/*/////links/////*/
/*//////////////////*/
.links_right_div
{
    margin: 5px;
    float: right;
    clear: right;
    width: 200px;
    overflow: hidden;
   
    border-top: #333333 4px solid;
    border-bottom: #333333 4px solid;
}
.links_left_div
{
	margin: 5px;
	float: left;
	
	clear: left;
	padding: 5px;
	
	 width:660px;
	 
	
	
	
	
	
}
.links_filters
{
    width: 200px;
    float: right;
    text-align: right;
    clear: both;
    color: gray;
    direction: rtl;
    text-decoration: none;
    font-family: Tahoma;
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
}
.links_filters:hover
{
    background-color: whitesmoke;
    color:#333333;
}
.links_filters_selected
{
    width: 200px;
    float: right;
    text-align: right;
    clear: both;
    background-color: gainsboro;
    color: #333333;
    direction: rtl;
    text-decoration: none;
    font-family: Tahoma;
    font-size: small;
    padding-bottom: 5px;
    padding-top: 5px;
}
.links_paging
{
            clear:both;
    text-align:left;
    padding-left:3px;
    border-top:darkred 1px solid;
    padding-top:5px;

}
.links_table
{
    direction: rtl;
    text-align: right;
    width: 100%;
    clear: both;
    
}
.links_link
{
    width: 100%;
    padding: 3px;
    clear: both;
    overflow: auto;
    text-align: right;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
    color: #333333;
    border-bottom: #333333 1px solid;
    direction: rtl;
    display: block;
    text-decoration: none;
}
.links_link_td
{
    background-image: url(../../images/link1.jpg);
    padding-right: 36px;
    background-repeat: no-repeat;
    background-position-x: right;
    height:32px;
}
.links_link_td:hover
{
           background-image: url(../../images/link2.jpg);

}
.links_text
{
    background-color: snow;
             color: #333333;
    font-family: 'Times New Roman';
    font-size: small;
    direction:rtl;
    text-align:justify;
    padding:5px;
 
}
