/* =========================================================================================	*/
/* TO USE:                                                                                 	*/
/* link or import the style sheet into your articles.asp & view_article.asp pages           	*/
/* to link e.g. <link rel="stylesheet" href="aspvirtualnews/virtualnews.css" type="text/css">*/
/* to import e.g. <style type="text/css">@import url(styles.css);</style>                  	*/
/* =========================================================================================	*/

/* =================================== HEADLINES ===========================================	*/
/* The following styles can be used to control the appearance of the news headlines  	     	*/
/* =========================================================================================	*/

/* the article headline */
.headline-title {
	FONT: 11pt Arial; COLOR: #254994; FONT-WEIGHT: bold; TEXT-DECORATION: none;
}
A.headline-title:link {
	COLOR: #254994; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
A.headline-title:visited {
	COLOR: #254994; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
A.headline-title:hover {
	COLOR: #254994; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}

/* the article publish date */
.headline-date {
	FONT: 8pt Arial; COLOR: #000000; FONT-WEIGHT: normal; 
}

/* article summary */
.headline-summary { 
	FONT: 10pt Arial, Verdana; COLOR: #000000; FONT-WEIGHT: normal; 
}

/* the article category */
.headline-category { 
	FONT: 8pt Arial; COLOR: #000000; FONT-WEIGHT: normal;  
}

/* the articles author */
.headline-author {
	FONT: 8pt Arial; COLOR: #000000; FONT-WEIGHT: normal;
}
.headline-author:link {
	COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.headline-author:visited {
	COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.headline-author:hover {
	COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* the headline row counter */
.headline-rowcount {
	FONT: 10pt Arial; COLOR: #333333; FONT-WEIGHT: normal; 
}

/* the [read article], [visit website] links */
.headline-link {
	FONT: 10pt Arial; COLOR: #333333; FONT-WEIGHT: normal; 
}
.headline-link:link {
	COLOR: #333333; FONT-WEIGHT: normal;  TEXT-DECORATION: underline;
}
.headline-link:visited {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.headline-link:hover {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* article hits */
.headline-hits {
	FONT: 9pt Arial; COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}

/* control headline image placement */
IMG.headline-image { 
	
}

/* [next] | [prev] paging links */
.headline-paging {
	FONT: 8pt Verdana; COLOR: #333333; 
}
.headline-paging:link {
	COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
.headline-paging:visited {
	COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}
.headline-paging:hover {
	COLOR: #333333; FONT-WEIGHT: bold; TEXT-DECORATION: underline;
}

/* =================================== ARTICLE ============================================ */
/* Use the following styles to control the appearance of your article body page elements	  */
/* Used in: view_article.asp, email_article.asp, print_article.asp                          */
/* ======================================================================================== */

/* the article body text (will use this if not pre-formatted) */
.article-body { 
	FONT: 11pt Arial; COLOR: #000000; FONT-WEIGHT: normal; 
}

/* the article headline */
.article-headline {
	FONT: 12pt Verdana; COLOR: #000000; FONT-WEIGHT: bold; 
}

/* the article published date */
.article-date {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; 
}

/* the article category text */
.article-category { 
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: bold;
}

/* the articles author */	
.article-author {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; 
}
/* author link */	
.article-author:link {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.article-author:visited {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.article-author:hover {
	COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* email to a friend link */	
.article-email:link, .article-print:link {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.article-email:visited, .article-print:visited {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
.article-email:hover, .article-print:hover {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* article hit counter */
.article-hits {
	FONT: 8pt Verdana; COLOR: #333333; FONT-WEIGHT: normal; TEXT-DECORATION: none;
}

/* =================================== MODULES ============================================ */
/* The following styles can be used to control the appearance of your article searchbox,    */
/* category list, category listbox and archive listbox.                                     */
/* ======================================================================================== */

/* ------------------------------------------------------ */
/* vn_categorylist.asp module                             */
/* ------------------------------------------------------ */

/* format category names (list of hypertext links) */
.categoryList {
	FONT: 10pt/14pt Arial; COLOR: #000000; FONT-WEIGHT: normal;
}
A.categoryList:link {
	FONT: 10pt/14pt Arial; COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
A.categoryList:visited {
	FONT: 10pt/14pt Arial; COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}
A.categoryList:hover {
	FONT: 10pt/14pt Arial; COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline;
}

/* ------------------------------------------------------ */
/* used by vn_categorydropdown.asp module                 */
/* ------------------------------------------------------ */

/* dropdown listbox */
.categoryListbox {
	FONT: 10pt Arial; COLOR: #333333; 
}
/* submit button */
.categoryButton {
	/* FONT: 9pt Arial; COLOR: #333333; */
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #666666; 
	background-color: #e9e9e3; border-style: outset; border-color: #DDDDDD; 
}

/* ------------------------------------------------------ */
/* vn_searchform.asp module                               */
/* ------------------------------------------------------ */

/* search form dropdown listbox */
.searchListbox {
	FONT: 10pt Arial; COLOR: #333333; 
}
/* the search keyword textbox */
.searchTextbox {
	FONT: 10pt Arial; COLOR: #333333; 
}
/* search form submit button */
.searchButton {
	/* FONT: 9pt Arial; COLOR: #333333; */
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #666666; 
	background-color: #e9e9e3; border-style: outset; border-color: #DDDDDD; 
}

/* ------------------------------------------------------ */
/* vn_archive.asp module                                  */
/* ------------------------------------------------------ */

/* dropdown listbox */
.archiveListbox {
	FONT: 10pt Arial; COLOR: #333333; 
}
/* submit button */
.archiveButton {
	/* FONT: 9pt Arial; COLOR: #333333; */
	font-family: Verdana; font-size: 10px; font-weight: bold; color: #666666; 
	background-color: #e9e9e3; border-style: outset; border-color: #DDDDDD; 
}

