
body {
	color: #000000;
	background-color: #ffffff;
}
body.hindi{
	background-color: #d2decc;
}	
td, p, ul  { 
	color: #000000; 
}
th {
	color: #333333;
	font-weight: bold;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-top: .5em;
}

h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}

/* ads */
.title {
	font-size: 80%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.hindi .title {
	font-size: 16px;
	font-weight: normal;
}
.blurb {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 10px;
}
/* current topics */
#ctarticlesources {
	font-size: 80%;
}


/* defaults right bar link boxes */
.list {
	font-size: 11px;
	margin-right: 5px;
	margin-left: 1px;  /*fixes letter cropping problem in IE */
	margin-top: 0;
	margin-bottom: 0;
}
.rightbar th {
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.rightbar div {
	margin-bottom: 5px;
}



/* lang specific changes for right bar */
/* Roman languages, use generic roman if possible */
body#roman, 
#roman td, #roman th, #roman p,
#roman h1, #roman h2, #roman ul,
body#danish, 
#danish td, #danish th, #danish p,
#danish h1, #danish h2, #danish ul,
body#dutch,
#dutch td, #dutch th, #dutch p,
#dutch h1, #dutch h2, #dutch ul,
body#finnish, 
#finnish td, #finnish th, #finnish p, 
#finnish h1, #finnish h2, #finnish ul,
body#norwegian,
#norwegian td, #norwegian th, #norwegian p, 
#norwegian h1, #norwegian h2, #norwegian ul
body#greek,
#greek td, #greek th, #greek p, 
#greek h1, #greek h2, #greek ul
 {
	font-family: arial, helvetica, sans-serif;
}

/* Chinese ids */
#chinesesimp .list,
#chinesetrad .list {
	font-size: 90%;
}
#chinesesimp .title,
#chinesetrad .title {
	font-size: 95%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
#chinesesimp .blurb,
#chinesetrad .blurb {
	font-size: 95%;
	margin-bottom: 0px;
}
#chinesesimp .rightbar th,
#chinesetrad .rightbar th {
	font-size: 95%;
}
#chinesetrad #ctarticlesources {
	font-size: 90%;
}

/* Hindi */
#hindi {
	font-family: "Arial Unicode MS", "Lucida Sans Unicode";
}


/* Arabic styles */
#arabic {
	direction: rtl;
}
#arabic td, 
#arabic p,
#arabic ul  { 
	color: #000000; 
	font-family: "Simplified Arabic";
}
#arabic th {
	padding-right: 5px;
	font-family: "Simplified Arabic";
	text-align: right;
}
#arabic.rightbar {
	padding-right: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}

#arabic h1 {
	padding-right: 5px;
	margin-top: .5em;
	margin-bottom: 2px;
	font-family: "Simplified Arabic";
}
#arabic h2  {
	margin-left: 0px;
	margin-top: .5em; 
	margin-bottom: 2px; 
	width: 580px;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-right: 5px;
	font-family: "Simplified Arabic";
}
#arabic .title {
	font-size: 90%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
}
#arabic .blurb {
	font-size: 90%;
	margin-top: 0px;
	padding-right: 5px;
}

#arabic .list {
	font-size: 90%;
	padding-right: 5px;
}
#arabic #ctarticlesources {
	font-size: 90%;
	padding-right: 7px;
}
.leftbar div {
	margin-bottom: 5px;
}

/* Arabic footer */
#arabic #footer {
	width: 600px;
	font-size: 80%;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	border: none;
 	direction: rtl;  /*	aligns div correctly  */
}

#arabic #navtext p {
	margin-top: 0px;
	direction: rtl;  /* needed when mixing english and rtl */
	text-align: right;
	margin-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
}


/***************************/
/* for RTL languages */
.rtl #copyright { direction: ltr; }


/***************************/
/* cannot find where class .ads is used??? */
.ads {
	width: 600px;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #FFFFFF;
}

/* lists on archives pages */
ul { 
	margin-top: 0px;
}
ul li { 
	padding-bottom: 3px;
} 

/* for archives pages */
#archsubjects td {
	font-weight: bold;
}
#archlinks {
	width: 600px;
}
#archlinks h2  {
	margin-left: 0px;
	margin-top: .5em; 
	margin-bottom: 2px; 
	width: 599px;
	border-bottom-color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

/* footer */
#footer {
	font-size: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	direction: ltr;
} 


/* hyperlinks */
a { color: #0129bf; 
	text-decoration: none;
}
a:link { 
	color: #0129bf; 
	text-decoration: none;
}
a:visited { 
	color: #0129bf; 
}
a:hover { 
	color: #0033ff;
	text-decoration: underline; 
}
a:active { 
	color: #0129bf; 
}
.hindi a,
.hindi a:link,
.hindi a:visited { color: #0000CC; 
	text-decoration: underline;
}
.hindi a:hover,
.hindi a:active	 {
	color: #0000ff;
	text-decoration: underline;
}

/* archives pages */
#archsubjects a:visited {
	color: #0129bf;
}
#archlinks ul {margin-top: 0px;}
#archlinks ul li {
	padding-bottom: 3px;
}
#archlinks a:visited { 
	color: #666666; 
}


