﻿* {
	margin: 0;
	padding: 0;
}

a {
	color: #a84327;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readMore {
	font-size: 13px;		/* it was 11px - JM - Feb 01, 2010 */
	font-weight: normal;	/* it was bold - JM - Feb 01, 2010 */
}

i {
	/*display: none;*/
	display:inline;
}


html {
	font-family: arial, tahoma, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #000;
}

body {
	text-align: center;
}

h1 {
	font-size: 23px;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 21px;
	line-height: 20px;
	font-weight: bold;		/* it was normal - JM - Feb 01, 2010 */
	margin-bottom: 15px;
	color: #000033;			/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
h2 a {
	color: #000033;
}

h2 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

h3 {
	font-size: 17px;
	font-weight: normal;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	
	/* added - JM - Feb 01, 2010 */
	color: #000033;
	font-style: italic;
	/* END OF added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
h4 a {
	color: #000033;
}

h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

/* added for subtitle - JM - Jan 25, 2010 */
h4.subTitle {
	margin-top: -10px;
	margin-bottom: 15px;
	
	/* added - JM - Feb 01, 2010 */
	color: #000033;
	font-style: italic;
	/* END OF added - JM - Feb 01, 2010 */
}
/* END OF added for subtitle - JM - Jan 25, 2010 */

/* added - JM - Feb 01, 2010 */
h4.subTitle a {
	color: #000033;
}

h4.subTitle a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

blockquote {
	margin-left: 30px;
	margin-right: 28px;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 15px;
}

#header {
	height: 150px;
}

#header img {
	border: none;
}

/*   Home content    */

#contentHome {
	width: 440px;
	padding-left: 15px;
	float: left;
}

#contentHome p {
	line-height: 18px;
	margin-bottom: 15px;
}

#contentHome p.announce {
	background-color: #a84327;
	text-align: center;
	line-height: 12px;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
}

#contentHome p.related,
#content p.related,
p.related {
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 2px;
}

.mainArticle {
	overflow: hidden;
}

.mainArticle img {
	float: right;
	margin: 10px 10px 0 8px;
}

/*   Main content   */

#content {
	width: 680px;
	float: left;
	overflow: hidden;
	padding-left: 15px;
}

#content p {
	margin-bottom: 20px;
	line-height: 18px;
}

#content p.details {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 0;
}

.articleRelated {
	height: 25px;
	padding-top: 9px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	font-size: 11px;
	color: #000033;
}

.articleRelated a {
	color: #000033;
	float: left;
}

.articleRelated img {
	border: none;
}

#content .articleRelated p {
	float: left;
	line-height: 10px;
	margin-bottom: 0;
}

#content .articleRelated p.textSize {
	float: right;
	padding-top: 4px;
}

#content .floatedRight {
	float: right;
	margin: 0 0px 5px 10px;
}

a.email {
	height: 12px;
	padding-top: 4px;
	padding-left: 20px;
	background: url(../images/email.gif) no-repeat left top;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin-right: 12px;
}

/*Remarked by wchandra 23 Nov, 2009*/
/*a.print {
	height: 12px;
	padding-top: 4px;
	padding-left: 20px;
	background: url(../images/print.gif) no-repeat left top;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin-right: 12px;
}
*/
/*----------------------------------------------*/

.share {
	float: left;
	padding-top: 4px;
	margin-right: 15px;
}

a.shareIcon {
	margin-right: 5px;
}

/*Remarked by wchandra 24 Nov, 2009*/
/*
a.normalSize {
	margin-left: 5px;
}

a.mediumSize {
	font-size: 13px;
	margin-left: 2px;
}

a.bigSize {
	font-size: 16px;
	margin-left: 2px;
}
*/
/*------------------------------------------------*/

/*   Sidebar styles   */

.sidebar {
	width: 220px;
	float: left;
	margin-left: 20px;
	line-height: 18px;
}

.sidebar p {
	margin-bottom: 20px;
}

.sidebar p.related {
	margin-bottom: 2px;
}

.grey {
	background-color: #e5e5e5;
	padding: 15px 12px 1px 12px;
	margin-bottom: 8px;
}

.cwf {
	background: #000032 url(../images/cwf-for-public.gif) no-repeat left top;
	padding: 100px 12px 1px 12px;
	color: #fff;
}

ul.socialMedia {
	list-style-type: none;
	margin-bottom: 20px;
}

ul.socialMedia li {
	/*height: 16px;*/
	height: auto; /*Added by wchandra 30 Nov, 2009*/
	margin-bottom: 5px;
	padding-left: 22px;
}

ul.socialMedia li.podcast {
	background: url(../images/podcast.gif) no-repeat left top;
}

ul.socialMedia li.twitter {
	background: url(../images/twitter.gif) no-repeat left top;
}

ul.socialMedia li.facebook {
	background: url(../images/facebook.gif) no-repeat left top;
}

ul.socialMedia li.rss {
	background: url(../images/rss.gif) no-repeat left top;
}

ul.socialMedia li.mylib { /*Added by AG Feb 23, 2010*/
	background: url(../images/mylib.gif) no-repeat left top;
}

ul.socialMedia li.search {
	background: url(../images/search-icon.gif) no-repeat left top;
}

.searchbox {
	.margin-top: -1px;
	height: 14px;
	width: 194px;
	font-size: 12px;
}

.withBorder {
	border: 1px solid #cccccc;
	padding: 12px 11px;
}

.floatedRight {
	float: right;
	margin: 0 10px 5px 5px;
}

.floatedLeft {
	float: left;
}

/*   Footer   */

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 20px 15px;
	/*color: #fff; - AG - Jan 06, 2009 - removed per MT rewuest*/
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	position:relative;
}

p.powered {
	position:absolute;
	right: 0px;
	bottom: 1px; /*Ag - Jan 06, 2009 - changed from top: 1px;*/
}

p.powered img {
	border: none;
}

/*   Main navigation styles   */

#menu {
	width: 920px;
	height: auto;
	padding: 0 15px;
	/*background: url(../images/bg-menu.gif) repeat-x left top;*/ /*Remarked by wchandra 23 Nov, 2009*/
	overflow: hidden;
	margin-bottom: 15px;
	position:relative;
	
}


#menu ul {
	list-style-type: none;
	padding-top:10px; /*Added by wchandra 23 Nov,2009*/
}

#menu ul li {
	float: left;
	display: block;
	position:relative;
	height: 50px;
}

#menu ul li a {
	float: left;
	display: block;
	position:relative;
	height: 50px;
	/*Added by wchandra 23 Nov,2009*/
	font-family: arial, tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 15px 13px 0px 13px; /* AG - Aug 30, 2010 - padding: 15px 15px 0px 15px;*/
	/*------------------------------------------*/
}

/*Added by wchandra 23 Nov,2009*/
#menu ul li a:hover {
	background-color:#ffffff;
}
/*------------------------------------------*/

#menu ul li.menuImg {
	padding-top: 10px;
}

#menu ul li.m01 {
	width: 117px;
}

#menu ul li.m01 a {
	width: 117px;
	background: url(../images/menu/hosted-by.gif) no-repeat left top;
}

#menu ul li.m02 a {
	width: 247px;
	background: url(../images/menu/email-the-box.gif) no-repeat left top;
}

#menu ul li.m03 a {
	width: 135px;
	background: url(../images/menu/media.gif) no-repeat left top;
}

#menu ul li.m04 a {
	width: 155px;
	background: url(../images/menu/prev-prog.gif) no-repeat left top;
}

#menu ul li.m05 a {
	width: 114px;
	background: url(../images/menu/join.gif) no-repeat left top;
}

#menu ul li a:hover {
	background-position: left bottom;
}

/*#menu ul li.selected a {
	background-position: left bottom;
}*/

#menu ul li a.selected {
	background-color: #fff;
	text-decoration: none;
}

/*   Secondary menu    */

ul.secMenu {
	list-style-type: none;
	background-color: #000;
	padding: 15px 10px;
	font-family: "Times New Roman", serif;
	font-size: 21px;
	line-height: 32px;
	margin-bottom: 8px;
}

ul.secMenu a {
	color: #fff;
}

/*Added by wchandra 23 Nov,2009*/
#articleRelated {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 1%;		
	padding-top: 8px;
	padding-bottom: 6px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}

ul.sendTo {
	list-style-type: none;
	overflow: hidden;
	float: left;
	height: 1%;
}

ul.sendTo li {
	float: left;
	padding-left: 12px;
	border-left: 1px solid #999;
	margin-right: 12px;	
}

* html ul.sendTo li {
	width: 55px;
}

ul.sendTo li.firstSend {
	border-left: none;
}

ul.sendTo li.share {
	font-size: 11px;
	color: #000033;
	height: 14px;
	display: block;
	padding-top: 2px;
}

ul.sendTo a {
	font-size: 11px;
	color: #000033;
	height: 14px;
	display: block;
	padding-top: 2px;
}

a.mail {
	background: url(../images/e-mail.gif) no-repeat left center;
	padding-left: 20px;
}

a.print {
	background: url(../images/print.gif) no-repeat left center;
	padding-left: 20px;
}

a.pdf {
	background: url(../images/pdficon_small.gif) no-repeat left center;
	padding-left: 20px;
	padding-bottom: 1px;
}

* html a.pdf {
	width: 70px;
}

ul.social {
	list-style-type: none;
	overflow: hidden;
	height: 1%;	
	float: left;
	padding-right: 10px; /* AG - Feb 18, 2010 - added for comment*/
}

* html ul.social {
	margin-left: -40px;
}

ul.social li {
	display: block;
	float: left;
	margin-left: 6px;
}

* html ul.social {
	margin-left: -40px;
}

ul.social li img {
	border: 0;
}

p.textSize {
	position: absolute;
	right: 0;
	top: 8px;
	font-size: 11px;
	color: #000033;
}

p.textSize a:hover {
	text-decoration: none;
}

a.normal {
	margin-left: 5px;
}

a.medium {
	font-size: 14px;
	margin-left: 2px;
}

a.big {
	font-size: 17px;
	margin-left: 2px;
}

.articleText {
	clear:both;
	padding-bottom:15px;
	.padding-bottom:15px; 
	.margin-bottom:10px;
	position: relative;  
	width: 680px;	
	overflow:hidden; 
}

.articleText p {
	margin-bottom: 15px;	
	line-height: 19px;
	text-align: left; 
}

.articleText hr {
	margin-bottom: 15px;
}

.articleText ol {	
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

.articleText ul {
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

.articleText a {   
	color: #990000;
}

/* Added by wchandra 24 Nov, 2009*/

p.subSectionTitlePolicy {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;	
}

p.subSectionTitlePolicy a {
	color: #000066;
}

a.noContent {  
	color: #000066;
}

.policyTopic {
	margin-top: 10px;	
}

p.articleTitle {
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
}

p.articleTitle a {
	color: #000066;
}

#browseBy {
	width: 200px;
	padding: 10px 10px;
	background: url(../images/bg-browse.gif) repeat-x left top;
	margin-bottom: 20px;
}

#browseBy p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

#browseBy select {
	width: 186px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #ffffcc;
	margin-bottom: 8px;
}


#browseByRight {
	width: 200px;
	padding: 10px 10px;
	background: url(../images/bg-browse.gif) repeat-x left top;
	margin-bottom:20px;
}


* html #browseByRight { 
	padding: 8px 10px;
}


#browseByRight p {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

#browseByRight select {
	width: 180px;
	height: 20px;
	border: 1px solid #ccc;
	background-color: #ffffcc;
	margin-bottom: 8px;
}

.rightSection {
	width: 200px;
	padding: 0 10px 12px 10px;
	background-color: #fff;
	margin-bottom: 20px;
	
}

* html .rightSection {
	padding-right: 0;
	width: 210px;
}

.rightSectionHL {
	width: 200px;
	padding: 0 10px 2px 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

* html .rightSectionHL {
	padding-right: 0;
	width: 200px;
}


.rightImgSection { 
	width: 200px;
	padding: 0 10px 0 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

* html .rightImgSection {
	padding-right: 0;
	width: 200px;
}


.rightSectionCO {
	width: 200px;
	padding: 12px 10px 2px 10px;
	background-color: #fff;
	margin-bottom: 20px;
}

* html .rightSectionCO {
	width: 200px;
}

.rightImgSection img{
	margin-left:-10px;
	margin-bottom:-1px;
	.margin-bottom:-3px;
}

.rightSection a.more ,rightSectionCO a.more ,rightSectionHL a.more{
	font-size: 13px;	
	color: #000066; 
}

.rightSection  a, .rightSectionHL  a,.rightSectionCO  a {
	color: #990000;
}

.rightSection p, .rightSectionHL p, .rightSectionCO p {
	margin-bottom: 10px;	
}

.rightSection img.imageHL, .rightSectionHL img.imageHL, .rightSectionCO img.imageHL {
	margin-bottom: 10px;
}

.rightSection img.imageHLTitle, .rightSectionHL img.imageHLTitle, .rightSectionCO img.imageHLTitle {
	margin: 0px 0px 0px -10px;
	width:220px;
}
.rightSection img.imageHLTitle2, .rightSectionHL img.imageHLTitle2, .rightSectionCO img.imageHLTitle2 {
	margin: 0px 0px 10px -10px;
	width:220px;
}

.rightSection img, .rightSectionHL img,.rightSectionCO img {
	clear: both;
}

.rightSection p.sectionHeader, .rightSectionHL p.sectionHeader {
	width: 200px;
	margin-left: -10px;
	background-color: #000033;
	color: #fff;
	padding: 15px 10px;
	margin-bottom: 10px;	
}

.rightImgSection p.sectionHeader {
	width: 266px;
	margin-left: -10px;
	background-color: #000033;
	color: #fff;
	padding: 12px;
	margin-bottom: 0px;
}

p.sectionHeader a {
	color: #fff;
}

.rightSectionCO ul,.rightSectionHL ul {
	list-style-position:outside;
	padding:0 0 10px 25px;
}

.rightSectionCO ol,.rightSectionHL ol {
	list-style-position:outside;
	padding:0 0 10px 25px;
}

.rightSection ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0; 
}

.rightSection ul li {
	border-top: 1px dotted #ccc;
	padding: 4px 0;
}

.rightSection ul li a {
	color: #000066;
}

.rightSection ul li.parent {
	border-top: 1px dotted #ccc;
	padding: 4px 0;
}

.rightSection ul li.parent a:hover {
	text-decoration: underline;
}

.rightSection ul li.childLi {
	border-top: none;
	padding: 0;
	margin-top: 0;	
	.margin-top: -15px;		
}

.rightSection ul li.childLi ul.child {
	border-top: none;
	padding: 0;
	margin: 0;	
}

.rightSection ul li.childLi ul.child li {
	border-top: 1px dotted #ccc;
	padding: 4px 0 4px 15px;
}

.rightSection ul li.childLi ul.child li  a:hover {
	text-decoration: underline;
}


ul li.childLi {
	border-top: none;
	padding: 0;
	margin-top: 0;	
	.margin-top: -15px;		
}

ul li.childLi ul.child {
	border-top: none;
	padding: 0;
	margin: 0;	
	list-style-type: none;
}

ul li.childLi ul.child li {
	
	padding: 4px 0 4px 15px;
}

ul li.childLi ul.child li  a:hover {
	text-decoration: underline;
}


ul li.childLi {
	border-top: none;
	padding: 0;
	margin-top: 0;	
	.margin-top: -15px;		
}

ul li.childLi ul.child {
	border-top: none;
	padding: 0;
	margin: 0;	
}

ul li.childLi ul.child li {
	padding: 4px 0 4px 15px;
}

ul li.childLi ul.child li  a:hover {
	text-decoration: underline;
}

.pageTitleImg {
	margin-bottom: 2px;	
	.margin-bottom: 0px;	
}


img.rightBigImg {
	float: right;
	margin-left: 12px;	
	margin-bottom: 10px;
	.margin-bottom: 3px;
}	
/*--------------------------------------------*/

/* Added by wchandra 02 Dec, 2009*/
.Items {
	clear: both;	
	padding-top: 15px;
	.padding-top: 13px;
	float: left;	
	/*width: 620px;*/
	width:680px; /*Edited by wchandra 26/01/2010*/
	position: relative;
}

.Items h3 {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;				/* added - JM - Feb 01, 2010 */
}

.Items h3 a {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
}

.Items h3 a:hover {
	color: #750000;					/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
.Items h4 {
	color: #000033;
	font-style: italic;
}

.Items h4 a {
	color: #000033;
}

.Items h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

#content .Items p {
	margin-bottom: 0px;
}

#content .Items p.date {
	line-height: 14px;		/* added - JM - Jan 25, 2010 */
}


/*Added by wchandra 26/01/2010*/
#content p.blogdate {
	font-size: 11px;
	margin-top:-14px;
	.margin-top:-13px;
	margin-bottom:10px;
}

#content p.researchdate {
	font-size: 11px;
	margin-top:-14px;
	.margin-top:-13px;
	margin-bottom:10px;
}
/*============================*/

.Items td ul {
	font-size: 13px;
	margin-left: 20px;
}

.articleImgPolicy {
	clear:both; 
	margin: 5px 5px 5px 0; 		
	float:left;	
}

a img.articleImgPolicy {
	border:none;
}

.linkView{
	clear: both;
	padding-top: 5px;	
}

a.more {
	background: url(../images/more.gif) no-repeat right center;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

p.date {
	font-size: 11px;
	margin-bottom: 0px;	
}

.articleImgLanding {
	clear:both; 
	border: 1px solid #2c355c; 
	margin: 5px 5px 0 0; 
	float:left;
}

.rssLink {
	clear:both;
	font-size:12px; 
	float:left;
}

.rssLink img {
	border:none;
	padding:0;
	margin:0;
	width:16px;
}

.ItemsBlog {
	clear: both;
	padding-top: 30px;
	.padding-top: 28px;
	float: left;	
	/*width: 620px;*/
	width:680px; /*Edited by wchandra 26/01/2010*/
	position: relative;
}

.ItemsBlog.firstItem {
	padding-top: 0px;
	.padding-top: 28px;
}

.ItemsBlog blockquote {
	margin-top: 15px;
}

.ItemsBlog blockquote p {
	margin-top: 15px;	
	line-height: 19px;
	text-align: left;
}

.ItemsBlog .itemObject {
	margin-top:15px;
}

.ItemsBlog h3 {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;				/* added - JM - Feb 01, 2010 */
}

.ItemsBlog h3 a {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
}

.ItemsBlog h3 a:hover {
	color: #750000;					/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
.ItemsBlog h4 {
	color: #000033;
	font-style: italic;
}

.ItemsBlog h4 a {
	color: #000033;
}

.ItemsBlog h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

#content .ItemsBlog p {
	margin-top: 15px;
	margin-bottom: 0px;
}


#content .ItemsBlog p.date {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ItemsBlog p.first {
	margin-top: 0px;
}

.ItemsBlog td ul {
	font-size: 13px;
	margin-left: 20px;
}

.articleRelatedSmall {
	float: right;
	position: absolute;
	margin-top: 0px;		/* it was margin-top: 15px; - JM - Jan 25, 2010 - fix: On the Today's News landing page, if the title is too long, it can run into the Share/E-mail/Print */
	.margin-top: -2px;
	/*margin-left: 317px;*/
	margin-left: 353px; /*edited by ag - feb 23, 2010*/
}

* html .articleRelatedSmall {
	/*margin-left: 281px;*/
	margin-left: 341px; /*edited by wchandra 26/01/2010*/
}

ul.sendToSmall {
	list-style-type: none;
	overflow: hidden;
	float: left;
	height: 1%;
}

ul.sendToSmall li {
	float: left;
	padding-left: 8px;
	border-left: 1px solid #999;
	margin-right: 8px;	
}

* html ul.sendToSmall li {
	width: 47px;
}

ul.sendToSmall li.firstSend {
	border-left: none;
}

* html ul.sendToSmall li.firstSend {
	width: 51px;
}

ul.sendToSmall li.share {
	font-size: 11px;
	color: #000033;
	height: 14px;
	display: block;
	padding-top: 0px;
	.padding-top: 2px;
}

ul.sendToSmall a {
	font-size: 11px;
	color: #000033;
	height: 14px;
	display: block;
	padding-top: 0px;
	.padding-top: 2px;
}

a.mailSmall {
	background: url(../images/e-mail_small.gif) no-repeat left bottom;
	padding-left: 16px;
}

a.printSmall {
	background: url(../images/print_small.gif) no-repeat left bottom;
	padding-left: 16px;
}

* html a.mailSmall {
	background: url(../images/e-mail_small.gif) no-repeat left center;
	padding-left: 16px;
}

* html a.printSmall {
	background: url(../images/print_small.gif) no-repeat left center;
	padding-left: 16px;
}

ul.socialSmall {
	list-style-type: none;
	overflow: hidden;
	height: 1%;	
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	.padding-top: 2px;
}

* html ul.socialSmall {
	margin-left: -28px;
}

ul.socialSmall li {
	display: block;
	float: left;
	margin-left: 4px;
}

* html ul.socialSmall li {
	padding-top: 2px;
}

ul.socialSmall li img {
	border: 0;
}

p.posted {
	clear:both;
	font-size: 12px;
	margin-bottom: 20px;	
}


.multi p {
	margin-bottom: 3px;
}


.articleIconVideo {
	clear:left; 	
	margin: 0 0 0 5px; 	
	width: 30px;
}

.rssLinkDetail {			
	clear: both;		
	font-size: 12px; 
	float: left;
	.margin-bottom: -15px;
}

.rssLinkDetail img {
	border: none;
	padding: 0;
	margin: 0;
	width: 16px;
}

/* added for message box - Feb 09, 2009 */
.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../images/info.gif);
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url(../images/success.gif);
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../images/warning.gif);
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/error.gif);
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url(../images/validation.gif) ;
}

.validation a {
	color: #D63301;
}
/* END OF added for message box Feb 09,2009 */


a.previous {
	background: url(../images/previous.gif) no-repeat left center;
	padding-left: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

.articleImg {
	clear:both; 
	border: none; 
	margin: 0 0 5px 5px; 
	float:right;
}

/*--------------------------------------------*/