/*
***************************
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; 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:Verdana;
	font-size: 10pt;
	line-height: 15px;
	font-weight: bold;
}

/* 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:8pt; 
		color:#999999; }

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

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

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

/* "Total Votes", "Rating", "Rate now" */
.rating { font-family:Verdana; font-size:8pt; 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:Verdana; font-size: 9pt; color:#000000; }

/* The full message text content. i.e, the main article on the full article page
   Please take care that this may override HTML articles */
.message { font-family:Verdana; font-size: 110%; color:#000000; }

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

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

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

/* my addittions */

#events {
	background-color: #EEEEEE;
	width: 116px;
	text-align: left;
	border: 3px solid;
	border-color: #CCCCCC;
	margin: 0px 10px 10px 8px;
}
#events h4	{margin: 4px 6px 6px 6px;
			text-align: center;
			color: #003366;
			font-size: 9pt;
			}

#events p 	{	margin: 0px 4px 6px 4px;
				color: #666666;
				font-size: 8pt;
			}
				

#categorylist {
	background-color: #EEEEEE;
	width: 109px;
	text-align: left;
	border: 2px solid;
	border-color: #CCCCCC;
	margin: 10px 10px 10px 17px;
}
#categorylist h4	{margin: 4px 6px 6px 10px;
			text-align: left;
			color: #003366;
			font-size: 8pt;
			}

#categorylist p 	{	padding: 0px 0px 0px 10px;
				color: #003366;
				font-size: 8pt;
				border-top: 2px solid;
				border-color: #CCCCCC;
				clear: padding;
				padding-top: 4px;
			}

#archivelist {
	background-color: #EEEEEE;
	width: 109px;
	text-align: left;
	border: 2px solid;
	border-color: #CCCCCC;
	margin: 10px 10px 10px 17px;
}
#archivelist h4	{margin: 4px 6px 6px 10px;
			text-align: left;
			color: #003366;
			font-size: 8pt;
			}

#archivelist p 	{	padding: 0px 0px 0px 10px;
				color: #003366;
				font-size: 8pt;
				border-top: 2px solid;
				border-color: #CCCCCC;
				clear: padding;
				padding-top: 4px;
			}

