/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/
/* CSS							*/
/*							*/
/* Site:		The Orion Project		*/
/* URL:			www.the-orion-project.com	*/
/*							*/
/* Date Created:	2/02/2004			*/
/* Date Edited:		5/25/2005			*/
/*							*/
/* By: 			JPH - The Orion Project		*/
/* Contact: 		TheOrionProject@Adelphia.net	*/
/*							*/
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/


    .rssxpresschannel {
      font-family : verdana;
      text-align : left;
	text-color:black;
	width:100%;
    }

    .rssxpresschtitle {
	font-family:verdana;
	font-size : 0px;
	color : black;
    }

    .rssxpresschdesc {
	font-family:verdana;
	font-size : 0px;	
	color :black;
      text-align : left;
    }

    .rssxpressittitle {
	font-family:verdana;
	font-size : 10px;
	color:black;
      background-color : #656565;
    } 

    .rssxpressittitle a{
	font-family:verdana;
	font-size : 0px;
	color:black;
	text-decoration:none;
	display: none;

    } 

    .rssxpressitdesc {
	font-family:verdana;
	font-size : 10px;
	color: black;
      background-color : #9f9f9f;
	height: 1px;
    }

    .rssxpresstable {
      text-align : left;
	font-color:white;
	letter-spacing: 0px;
    }

    /* rssxpressdivider is a special case - it is a single pixel, single column row on the rssxpress
       channel - to alter it's colour just change the background-color image. */

    .rssxpressdivider {
      background-color : darkred;
	height:1px;
    }