/*
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:8pt; color:brown; }

/* 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:rgb(249,249,249);  }

/* Search box style */
.search { border:1px solid rgb(103,103,143); font-family:Tahoma; font-size:11; color:rgb(51,51,51); background-color:whitesmoke;  }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content { font-family:Tahoma; font-size:8 pt; color:#000000; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content1 { font-family:Times New Roman; font-size:8 pt; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content2 { font-family:Times New Roman; font-size:8 pt; color:red ; }

/* Miscellanious small sized text */
.t_small { font-family:Tahoma; font-size:8 pt; color:#383838; }

/* Error messages style */
.t_err { font-family:Tahoma; font-size:8 pt; color:red; }

/* Remove the underlining of the links */
/*a { text-decoration:none; }*/
