/*
BN Soft EZ-Article
Default Style sheet
*/

/* Title on the the summaries page and the Full view page */
.title { font-family:Tahoma; text-decoration:underline; font-weight:normal; font-size:8 pt; color:red; }

/* Date text on all the pages */
.date { font-family:Tahoma; font-size:8 pt; color:black; }

/* "Attached File" link */
.att_link { font-family:Tahoma; font-size:8 pt; color:navy ; }

/* Author Name */
.aname { font-family:Tahoma; font-size:8 pt; color:#333333 ; }

/* "Total Votes", "Rating", "Rate now" */
.rating { font-family:Tahoma; font-size:8 pt; color:#5E5E88; }

/* The dropdown menu's stlye [VOTING]  */
.trate { border:1px solid rgb(104,100,113); font-family:Tahoma; font-size:8pt; color:rgb(51,51,51); background-color:#EBEBEB;  }

/* Search box style */
.search { border:1px dashed skyblue; font-family:Tahoma; font-size:10; color:black; background-color:#F7F7F7 ;  }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content { font-family:Simplified Arabic; font-size:12 pt; color:black; 
           line-height: 180%; text-align: justify ;
}

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content1 { font-family:Tahoma; font-size:8 pt; color:black; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content2 { font-family:Simplified Arabic; font-size:14 pt; font-weight:bold ; color:#666666 ; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content3 { font-family:Times New Roman; font-weight:bold ;
font-size:15 pt; color:#666666 ; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content4 { font-family:Times New Roman; font-size:8 pt; font-weight:bold ; color:gray ; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content5 { font-family:System ; color: #333333 ; }

/* Miscellanious small sized text */
.t_small { font-family:Tahoma; font-size:8 pt; color:#888888 ; }

/* Error messages style */
.t_err { font-family:Arial; font-size:8 pt; color:red; }

/* Remove the underlining of the links */
/*a { text-decoration:none; }*/