/* Common stylesheet for ASN and STS custom pages */
/* Includes selectors for WeatherView pages */
/* Last updated July 7 2007 */

/* Class selectors */

/* Use in-line with Anchors to match surrounding text*/
.normal {
	font: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
	font-size: 100%;
}

/* Draws user focus to selected class */
.attention {
	color: Maroon;
	font-weight: bold;
	text-decoration : underline;
	font-size : small;
}

/* Ordered lists and table data cells */
.clist {
	font : smaller;
	font-style : italic;
	font-weight : bold;
}

/* Lists within table data cells */
.tblist {
	font: xx-small;
	font-weight: bolder;
}

/* Good header for FAQs and lists needing high contrast */
.faqhdr {
	font-weight : bold;
}

/* Use with faqhdr for contrasting text */
.faquery {
	font-weight : bold;
	color : Red;
	font-size : smaller;
}

/* Copyright and trademark info at page end */
.footer {
	color : Maroon;
	font : bold italic x-small;
	text-align : center;
}

/* Common page header */
.header {
	color: Black;
	font-size: smaller;
	font-weight: bold;
}

/* Good for inline user focus change */
.highlight {
	color : Navy;
	font-weight : bold;
	font-style : normal;
}

/* Useful for sidebars and inactive links */
.lbar {
	font-style : italic;
	font-size : xx-small;
	color : Gray;
}

/* Useful for text links between last table cell and copyright info */
.pgfooter {
	color: Black;
	font: italic bold x-small;
	text-align: center;
}

/* Useful for links that open new mini-window */
.popup {
	color: Red;
	font-weight: bold;
	font-size: small;
	font-style: italic;
	font-variant: small-caps;
}

/* Useful for inactive or future links */
.soon {
	color : Gray;
	font : bold italic x-small;
	text-decoration : none;
}

/* Section header for data tables */
.tblhdr {
	color: Navy;
	font: normal bold x-small;
	text-decoration: none;
}

/* Page header under embedded page title */
.wvhdr {
        color : Black;
        font : bold italic x-small;
        text-decoration : none;
}

/* Use with wvhdr for WeatherView displays */
.wvquery {
	font-weight : bold;
	color : Red;
	font-size : smaller;
}

/* General Selectors */
A {
	color : Maroon;
	font : bold italic x-small;
	text-decoration : none;
}

A:HOVER {
	color : Green;
	font : bold;
}

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font : 2px;
}

