﻿/* CSS Document */
/* category - News Styles */

/* -- Category Header -- */
.catHeaderBkgd {
	background-image:url(/images/news/catNews_headerR2.gif);
	background-position: top left;
	background-repeat:repeat-x;
}

p#nrTitle {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 40px;
	text-align: center;
}
p#nrTag {
	font-size: 1.4em;
	font-style: italic;
	margin-top: 0;
	text-align: center;
}

.catHeaderBkgd1 {
	background-image:url(/images/news/catNews_headerR1.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

/* -- Browse Box -- */
.catBrowseBkgd {
	background-color:#FFFFFF;
}

.catBrowseTop {
	background-image:   url("/images/news/catNews_browseTop.gif");
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	height:20px;
}

.catBrowseBottom {
	background-image:   url("/images/news/catNews_browseBtm.gif");
	background-position: bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	height:5px;
}

.catBrowseLeft {
	background-image:   url("/images/news/catNews_browseL.gif");
	background-position: top left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.catBrowseRight {
	background-image:   url("/images/news/catNews_browseR.gif");
	background-position: top left;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

.catBrowseHeader {
	font-size:1.4em;
	color:#C6940A;
	padding-left:5px;
	padding-top:3px;
}

/* -- related info box -- */
.catRelatedTop {
	background-image:   url("/images/news/catNews_relatedTop.gif");
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#C6940A;
	font-weight:bold;
	text-align:left;
	height:20px;
}

.catRelatedHeader {
	font-size:1.4em;
	color:#FFFFFF;
	padding-left:5px;
	padding-top:3px;
}

/* -- Do & Learn boxes -- */
.catDoTopLeft {
	background-image:   url("/images/news/catNews_DoTopL.gif");
	background-position: top left;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:5px;
}

.catDoTopRight {
	background-image:   url("/images/news/catNews_DoTopR.gif");
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:5px;
}

.catDoTop {
	background-image:   url("/images/news/catNews_DoTop.gif");
	background-position: top left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	height:20px;
}

.catDoHeader {
	font-size:1.4em;
	color:#C6940A;
	padding-left:5px;
	padding-top:3px;
}

.catDoHeader2 {
	font-size:1.4em;
	color:#FFFFFF;
	background-color:#C6940A;
	font-weight:bold;
	text-align:left;
	height:20px;
	padding-left:5px;
	padding-top:3px;
}

.catDoLeft {
	background-image:   url("/images/news/catNews_DoL.gif");
	background-position: left;
	background-repeat:repeat-y;
}

.catDoRight {
	background-image:   url("/images/news/catNews_DoR.gif");
	background-position: right;
	background-repeat:repeat-y;
}

.catDoBottomLeft {
	background-image:   url("/images/news/catNews_DoBtmL.gif");
	background-position: top left;
	background-repeat:no-repeat;
	width:5px;
}

.catDoBottomRight {
	background-image:   url("/images/news/catNews_DoBtmR.gif");
	background-position: top right;
	background-repeat:no-repeat;
	width:5px;
}

.catDoBottom {
	background-image:   url("/images/news/catNews_DoBtm.gif");
	background-position: top;
	background-repeat:repeat-x;
}

.newsBkgd {
	background-color:#C6940A;
        padding:0px;
}

.newsHeaderBkgd {
	background-color:#C6940A;
	padding-left:20px;
	padding-right:6px;
}

/* -- Publications Directory Boxes-- */
.publicationsLink, .publicationsLink:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.publicationsLink:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #F4F782;
	font-weight: bold;
	text-decoration: underline;
	cursor:pointer;
}

