/*
***************************
BN Soft bMachine
http://boastology.com

Developed by Kailash Nadh.
kailash@bnsoft.net
http://bnsoft.net

Default Style sheet
***************************
*/

/**** GENERAL STYLES ***/
a { font-family:Verdana; font-size:8pt; text-decoration:none; color:#666666; }
li { font-size:8pt; color:rgb(204,51,0); text-decoration:none; }
body { font-family:Verdana; font-size:8pt; }
font { font-family:Verdana; font-size:8pt; }
p { font-family:Verdana; font-size:8pt; }
a:hover { color:#FF6600; }

/********************/

/* Title on the the summaries page and the Full view page */
.title { font-family:Trebuchet MS,Verdana; text-decoration:underline; font-size:14pt; color:#FF6600; }

/* Category on the the summaries page and the Full view page */
.cat { font-family:Verdana;font-weight:normal; font-size:8pt; }

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

/* "Attached File" link */
.att_link { font-family:Verdana; font-size:8 pt; color:#979726; }

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

/* Attached file link */
.t_file { font-family:Verdana; font-size:8 pt; color:#6868A0; }

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

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

/* Search box style */
.search { font-family:Verdana; font-size:11; color:rgb(51,51,51); background-color:whitesmoke; border-width:1; border-color:rgb(103,103,143); border-style:solid; }

/* The main body's text content. i.e, the main article
   Please take care that this may override HTML articles */
.content { font-family:Trebuchet MS,Verdana; font-size:10 pt; color:#000000; }

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

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

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