/**************** NEWS TITLES*****************/
ul.rsnmListNewsTitles {
    list-style-type: none;
    list-style-position: outside;
    padding: 0px;
    margin: 0 0 0 0px;
}

ul.rsnmListNewsTitles ul,li {
    list-style-type: circle;
    list-style-position: outside;
    padding: 0px;
    margin: 0 0 0 0px;
    font-family: Arial; /* font name */
    font-size: 12px; /* font size */    
    font-weight: bold;
}
/******************* END NEWS TITLES ****************/
/********************** LIST NEWS ********************/
.rsnmListNewsTABLE
{

}
.rsnmListNewsSeparater
{
    
}

.rsnmListNewsMoreTD
{
    
}

.rsnmListNewsImage
{
    padding: 4px;
}

.rsnmListNewsTitleTD
{
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
}
.rsnmListNewsBody
{
    vertical-align: top;
    font-size: 12px;
    
}
.rsnmListNewsSource     /*Span*/
{
    
}

  .rsnmListNewsTitles
  {
	font-family: Arial;
	font-size: 12px;
    font-weight: bold;
	}


a.rsnmListNewsTitles:link {color: blue; text-decoration: none; }
a.rsnmListNewsTitles:visited {text-decoration: none; }
a.rsnmListNewsTitles:hover {color: red; text-decoration: underline; }
a.rsnmListNewsTitles:active {color: blue; }

/*News title link style */
a.rsnmListNews:link {color: blue; text-decoration: none; }
a.rsnmListNews:visited {text-decoration: none; }
a.rsnmListNews:hover {color: red; text-decoration: underline; }
a.rsnmListNews:active {color: blue; }

a.rsnmListNewsDetailsLabel:link {color: blue; text-decoration: none; }
a.rsnmListNewsDetailsLabel:visited {text-decoration: none; }
a.rsnmListNewsDetailsLabel:hover {color: red; text-decoration: underline; }
a.rsnmListNewsDetailsLabel:active {color: blue; }

a.rsnmListNewsMore:link {color: blue; text-decoration: none; }
a.rsnmListNewsMore:visited {text-decoration: none; }
a.rsnmListNewsMore:hover {color: red; text-decoration: underline; }
a.rsnmListNewsMore:active {color: blue; }
/******************* END LIST NEWS ****************/

/****************** NEWS DETAILS ******************/
/*Table based layout */
.rsnmNewsDetailsTABLE
{
    width:95%;
}
.rsnmNewsDetailsTitleTD
{
    vertical-align: top;
}

.rsnmNewsDetailsBodyTD
{
    vertical-align: top;
	font-size: 12px;
}

.rsnmNewsDetailsBottomTD
{
    vertical-align: top;
}

.rsnmNewsDetailsImageTD
{
    text-align:center;
    vertical-align: top;
}

/*Custom layout */
.rsnmNewsDetailsTitle
{
    font-size: 12px;
    font-weight: bold;
    
}
.rsnmNewsDetailsDate
{
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}

.rsnmNewsDetailsLastUpdated
{
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}

.rsnmNewsDetailsSource
{
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}
.rsnmNewsDetailsDescription
{
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}
.rsnmNewsDetailsImage
{
    
}
/**************** END NEWS DETAILS ****************/

/************************** READ NEWS **************/
.rsnmMainImage
{
    
}
.rsnmDetailsIcon
{
    border:0;
}
/*Details label result title links*/
a.rsnmDetailsLabel:link {color: blue; text-decoration: none; }
a.rsnmDetailsLabel:visited {color: blue; text-decoration: none; }
a.rsnmDetailsLabel:hover {color: red; text-decoration: underline; }
a.rsnmDetailsLabel:active {color: blue; }

/*********************** READ NEWS END **************/
/****************** SEARCH ***********************/
.rsnmSearchForm
{
    margin: 0;
    padding: 0;
}
.rsnmSearchTable
{
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    empty-cells: show;
    font-family: Arial; /* font name */
    font-size: small; /* font size */            
}

.rsnmKeywordInput
{
    width: 200px;
}

.rsnmSearchButton
{
    width: 60px;
}

.rsnmSearchResultText
{
    color: #1E1E1E;
    font-family: Arial; /* font name */
    font-size: small; /* font size */            
}

.rsnmSearchResultPageInfo
{
    color: green;
    font-family: Arial; /* font name */
    font-size: 10px; /* font size */            
}

/*Search result title links*/
a.rsnmSearchResult:link {color: blue; text-decoration: none; }
a.rsnmSearchResult:visited {color: blue; text-decoration: none; }
a.rsnmSearchResult:hover {color: red; text-decoration: underline; }
a.rsnmSearchResult:active {color: blue; }
/*Search result navigation links.*/
.rsnmPagerNumbers
{
    font-family: tahoma, arial;
    font-size: 10pt;
}
a.rsnmPagerNumbers:link {color: blue; text-decoration: none; }
a.rsnmPagerNumbers:visited {color: purple; text-decoration: none; }
a.rsnmPagerNumbers:hover {color: red; text-decoration: underline; }
a.rsnmPagerNumbers:active {color: blue; text-decoration: none;}
/******************** SEARCH END ***********************/

/***** Links ******/
/*News List */
a.rsnmNewsList:link {color: red; text-decoration: none; }
a.rsnmNewsList:visited {color: purple; text-decoration: none; }
a.rsnmNewsList:hover {color: orange; text-decoration: underline; }
a.rsnmNewsList:active {color: blue; }

/*related news */
a.rsnmRelated:link {color: red; text-decoration: none; }
a.rsnmRelated:visited {color: purple; text-decoration: none; }
a.rsnmRelated:hover {color: orange; text-decoration: underline; }
a.rsnmRelated:active {color: blue; }

