﻿/*//////////////////////////*/
/*/////// ARTICLE PAGE STYLES //////*/
/*//////////////////////////*/
/*//////////////////////////*/

.path
{  
   width:99%;
}
.path .arrow 
{    
    display:inline-block;
    width:11px;
    height:10px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(arrow_path.gif);
    background-position:top;
    vertical-align:middle;
    margin-right:3px;
    margin-left:3px;
}
.path .title_link
{  
	color:gray;
	font-family:tahoma;
	font-size:9pt;
	text-decoration:none;
	font-weight:normal;
}
.path .title_link:hover
{
	color:Orange;
}
.path .title_unlink
{  
	color:gray;
	font-family:tahoma;
	font-size:9pt;
	text-decoration:none;
}
/*///////////////////////////*/
/*///////////////////////////*/
.articles
{  
   width:100%;
   direction:rtl;
}
.articles .writer
{
	padding:2px;
    font-family:Tahoma; 
    font-size:8pt; 
    font-weight:normal;
    color:gray;
}
.articles .article_date
{   
	padding:2px;
    font-family:Tahoma; 
    font-size:8pt; 
    font-weight:normal;
    color:gray;
}
.articles .arrow 
{    
    display:inline-block;
    width:8px;
    height:11px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(arrow_article.gif);
    background-position:top;
    vertical-align:middle;
}
.articles .header
{  
    font-family:Arial; 
    font-size:14pt; 
    font-weight:bold; 
    color:#0c3d5a;
}
.articles .text
{    
	padding-top:2px;
    font-family:Arial; 
    font-size:12pt; 
    font-weight:bold; 
    color: #000000;
}
.articles .img
{
    border: solid 1px white;
    margin:3px;
    margin-left:6px;
    padding:6px;
    float: right;
    width:90px;
    height:70px;
    BACKGROUND-IMAGE:url('frame.gif');
}
.articles .separator
{
}
/*///////////////////////////*/
/*///////////////////////////*/
/*///////////////////////////*/
/*///////////////////////////*/
.sections
{  
   width:100%;
   direction:rtl;
}
.sections .arrow 
{    
    display:inline-block;
    width:8px;
    height:11px;
    BACKGROUND-IMAGE:url(arrow_article.gif);
    background-position:top;
    vertical-align:baseline;
}
.sections .header
{
	height:20px;
}
.sections .title
{ 
    font-family:Sans-Serif;
    font-size:14pt; 
    font-weight:bold; 
    color:#0c3d5a;
    padding-bottom:5px; 
}
.sections .text
{    
	padding:5px;
    font-family:Arial; 
    font-size:12pt; 
    font-weight:bold; 
    color: #000000;
    clear:both;
}
.sections .img
{
    border: solid 1px white;
    margin:3px;
    margin-left:6px;
    padding:6px;
    float: right;
    width:90px;
    height:70px;
    BACKGROUND-IMAGE:url('frame.gif');
}
.sections .separator
{
}
/*///////////////////////////*/
/*///////////////////////////*/
.sections .sub_sections
{  
   width:100%;
   direction:rtl;
   margin-right:3px;
   padding-top:5px;
   padding-bottom:5px;
}
.sections .sub_sections .arrow 
{    
    display:inline-block;
    width:3px;
    height:5px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(arrow_sections_subitems.gif);
    background-position:top;
    vertical-align:middle;
}
.sections .sub_sections .header
{  
	 height:10px;
	 padding-right:3px;
	 border-style:none;
}
.sections .sub_sections .title_link
{  
    font-family:Tahoma; 
    font-size:11px; 
    font-weight:bold; 
    color:#5169DD;
    text-decoration: none;
}
.sections .sub_sections .title_link:hover
{
	text-decoration:underline;
	color:Orange;
}
.sections .sub_sections .text
{    
    font-family:Arial; 
    font-size:8pt; 
    font-weight:normal; 
    color: #646464;
    text-align: justify;
    clear:both;
}
.sections .sub_sections .separator
{
}
/*///////////////////////////*/
/*///////////////////////////*/
.book_links
{  
   width:98%;
   direction:rtl;
}
.book_links .arrow_selected
{    
    display:inline-block;
    width:9px;
    height:10px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(arrow_selected.gif);
    background-position:top;
    vertical-align:middle;
}
.book_links .arrow_unselected
{    
    display:inline-block;
    width:3px;
    height:5px;
    vertical-align:baseline;
    BACKGROUND-IMAGE:url(arrow_unselected.gif);
    background-position:top;
    vertical-align:middle;
}
.book_links .title_selected
{
	font-size: 8pt;
	font-family: tahoma;
	color: #3552D9;
	text-decoration: none;
	padding-right: 3px;
	background-color: #FFFF66;
}
.book_links .title_unselected
{
    font-size: 8pt;
    font-family: tahoma;
	color: #3552D9;
    text-decoration: none;
    padding-right:3px;
}
.book_links .title_unselected:hover
{
    color:Orange;
}



