<!--
/* $Id: other.css,v 1.1 2007/01/12 22:36:41 csands Exp $ */
/********************************
 Global Styles
*********************************/

/* h1, h2, h3, h4, h5, h6
{
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	margin: 0 0 4px 0;
} */

/* form
{
	display: inline;
	margin: 0;
} */


/********************************
 Search Results Styles
*********************************/

.titlelink
{
	font-size: 12px;
}

.hrule
{
	border-top: 1px solid #AAAAAA;
}
.relevancebars
{
	border: 1px solid #999999;
	background-color: #EEEEEE;
}


/********************************
 Story Styles
*********************************/

p.header
{
    font-size: 13px;
    font-weight: bold;
	color: #c0272d;
}
p.subhead
{
    font-size: 15px;
    line-height: 16px;
	color: #626366;
	margin: 0 0 6px 0;
}
p.byline
{
    font-style: italic;
}

p.pubdate
{
	font-size: 11px;
}

div.storyoutput table
{
	background-color: #AAAAAA;
	border: none;
	width: auto;
	border-color: #AAAAAA;
	border-width: 1px 0 0 1px;
	border-style: solid;
	margin
	clear: both;
}
div.storyoutput table td
{
	background-color: #FFFFFF;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-color: #AAAAAA;
	border-width: 0 1px 1px 0;
	border-style: solid;
}
div.storyoutput table th
{
	background-color: #CCCCCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-color: #AAAAAA;
	border-width: 0 1px 1px 0;
	border-style: solid;
}
div.storyoutput table td font
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.storyoutput pre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap;
}


/********************************
 Right Sidebar Styles
*********************************/

.rightSideBar
{
	margin: 0 0 9px 18px;
	width: 180px;
}
.toolbarBox
{
	border-color: #BDC7DE;
	border-width: 1px;
	border-style: solid;
	width: 180px;
}
.toolbarHeader
{
	background-color: #BDC7DE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 2px 6px 2px 6px;
}
a.toollinks:link, a.toollinks:visited
{
	color: #004685;
	background-color: #FFFFFF;
	display: block;
	padding: 3px 6px 3px 6px;
	border-top: 1px dotted #ABD0EA;
}
a.toollinks:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #FFFAEC;
}

/********************************
 Special class for hiliting
 Internal Links (iLinks)
*********************************/

a.iLinks
{
	padding: 0 1px 0 1px;
	background-color: #C3F7B9;
	text-decoration: none;
	color: black;
}
a.iLinks:hover
{
	text-decoration: none;
	background-color: #FFFF66;
}

.keywordHilite
{
	background-color: yellow;
}

/********************************
 Styles for formatting site map
*********************************/

.siteMapGroup
{
	margin-bottom: 6px;
}
.siteMapItem
{
	margin-top: 0;
	/* margin-bottom: 3px;
	padding-top: 2px; */
}
.siteMapItem#level0
{
	font-weight: bold;
	font-size: 14px;
	margin: 14px 0 0 0;
}
.siteMapItem#level1
{
	/* font-weight: bold;
	font-size: 12px; */
}
.siteMapGroup#level0 .siteMapItem#level0
{
	/* margin-top: 6px; */
}

.siteMapTitle
{
	/* font-weight: normal; */
}

a.siteMapTitle:link, a.siteMapTitle:visited 
{
	/* color: #004685; */
}

.siteMapDescription
{
	display: none;
	font-size: 10px;
}

.siteMapIndent
{
	background-image: url(/images/leader.gif);
	background-repeat: repeat-x;
}


/********************************
 Styles for formatting surveys/polls
*********************************/

.surveyTable
{
}
.message
{
	font-size: 11px;
	padding-bottom: 9px;
}
.question
{
	font-size: 11px;
	font-weight: bold;
}
.answer
{
	font-size: 11px;
}
.surveyDropList
{
	font-size: 11px;
}
.surveySubmitBtn
{
	font-size: 11px;
}
.pollResultsBar
{
	height: 9px;
	background-color: #BF272D;
}


-->