/* Photo Site v2.0
- Lucene based website 2009
- Needs cleanup because is radio + photo stylesheet put together
*/

/* http://www.unmultimedia.org/GUI/css/unradio.css *************** */
/* html elements */

body {
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #bed1f1;
}

body#print {
	font-family: Arial,sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: white;
}

body#multimedia {
	background-color: #cccccc;
}

body.ch, body.zh {
	font-family: simsong;
	color: #555;
}

body#print.ch, body#print.zh {
	font-family: simsong;
	line-height: 1.3;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.normal {
	list-style: circle;
	padding: 0 0 0 1.25em;
}



img {
	border: 0;
}

.rc .detail_item img {
	border: 1px solid #000000;
	text-align: center;
}


form {
	margin: 0;
}

/* ids */

#page {
	width: 60em;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}

.ch #page, .zh #page {
	width: 56em;
	font-family: simsong;
}

.en #page {
	width: 56em;
}

.fr #page {
	width: 53.75em;
}

#printpage {
	background-color: #ffffff;
}

#masthead {
	clear: both;
	background-color: #0099cc;
	height: 4.0625em;
	padding: 0.1875em 0.1875em 0.1875em 0.1875em;
}

#multimedia #masthead {
        background-color: #203d88;
}

.ar #masthead {
}

#masthead ul {
	text-align: right;
}

.ar #masthead ul {
	text-align: left;
}

#masthead ul li {
	display: inline;
	font-size: 70%;
}

.ch #masthead ul li, .zh #masthead ul li {
 	font-size: 75%;
 	font-family: Arial, Helvetica, sans-serif;
}

.ar #masthead ul li {
}

.ar #masthead ul li.current {
	font-size: 110%;
}

#masthead ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0.625em 0 0.625em;
}

#masthead ul li a:hover {
	color: #000000;
}


#topNav ul {
}

#topNav ul li, .extraTopNav ul li {
	float: left;
	/* padding:5px 20px 5px 20px; */
	padding: 0.3125em 1em 0.3125em 1em;
	font-size: 80%;
}

.ar #topNav ul li, .ar .extraTopNav ul li {
	float: right;
	font-size: 90%;
}

.fr #topNav ul li, .fr .extraTopNav ul li {
	float: left;
	/* padding:5px 20px 5px 20px; */
	padding: 0.3125em 0.9375em 0.3125em 0.9375em;
	font-size: 70%;
}

.ch #topNav ul li, .zh #topNav ul li, .extraTopNav ul li {
	font-size: 85%;
}

.sw #topNav ul li, .sw .extraTopNav ul li {
        padding: 0.3125em 0.9375em 0.3125em 0.9375em;
        font-size: 70%;
}


#topNav ul li a, #breadcrumbNav ul li a, .footer ul li a {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ch #topNav ul li a, .ch #breadcrumbNav ul li a, .ch .footer ul li a, .zh #topNav ul li a, .zh #breadcrumbNav ul li a, .zh .footer ul li a {
	font-family: simsong;
}

#topNav ul li a:hover, #breadcrumbNav ul li a:hover, .footer ul li a:hover {
	color: #0099CC;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ch #topNav ul li a:hover, .ch #breadcrumbNav ul li a:hover, .ch .footer ul li a:hover, .zh #topNav ul li a:hover, .zh #breadcrumbNav ul li a:hover, .zh .footer ul li a:hover {
	font-family: simsong;
}

#breadcrumbNav ul li {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ch #breadcrumbNav ul li, .zh #breadcrumbNav ul li {
	font-family: simsong;
}

.extraTopNav {
	background-color: #ff9900;
	height: 2em;
	margin: 0 0 0.3125em 0 ;
	font-size: 90%;
	font-weight: bold;
}

.extraTopNav ul li {
	float: left;
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
}

.ar .extraTopNav ul li {
	float: right;
}


.extraTopNav ul li a {
	color: #336699;
	text-decoration: none;
}

.extraTopNav ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.extraTopNav ul li.current a, .extraTopNav ul li.current a:hover{
	color: #FFFFFF;
	text-decoration: none;
}




#breadcrumbNav  {
	clear: both;
/*	height: 2em; */
	height: 2.1875em;
	background-color: #CCCCCC;
/*	background-image:url(http://www.un.org/av/multimedia/GUI/BGS/bgs_BreadCrumbsBar.gif); */
	background-image:url(http://downloads.unmultimedia.org/radio/GUI/BGS/bgs_BreadCrumbsBar.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 70%;
	position: relative; /* establish containing block */
}

.ch #breadcrumbNav, .zh #breadcrumbNav  {
	height: 2.6em;
}

.ar #breadcrumbNav  {
	font-size: 100%;
}


#breadcrumbNav ul li {
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
}

#breadcrumbNav ul li.group1 {
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto ;
	left: 0;
}

.ch #breadcrumbNav ul li.group1, .zh #breadcrumbNav ul li.group1 {
	top: 0;
	font-size: 130%;
}

.ar #breadcrumbNav ul li.group1 {
	right: 0;
	left: auto;
}

.ch #breadcrumbNav ul li.group1 a, .zh #breadcrumbNav ul li.group1 a {
	font-size: 80%;
}

#breadcrumbNav ul li.group2 {
	float: right;
	position: relative;
	top: auto;
	right: 0;
	bottom: auto ;
	left: auto;
}

.ch #breadcrumbNav ul li.group2, .zh #breadcrumbNav ul li.group2 {
        top: 0;
        font-size: 130%;
}

.ar #breadcrumbNav ul li.group2 {
	float: left;
	right: auto;
	left: 0;
}

.ch #breadcrumbNav ul li.group2 a, .zh #breadcrumbNav ul li.group2 a {
        font-size: 80%;
}


#sideNav {
	clear: both;
	float: left;
	/* width: 8.125em; */
	width: 7.8125em;
	background-color: #EAEAEA;
	border-right: 1px solid #cccccc;
	/* padding: 0em 0.625em 1.25em 0.625em; */
	padding: 0 0.3125em 1.25em 0.3125em ;
}

.fr #sideNav {
        height: 80em;
}

.es #sideNav {
	height: 50em;
}

.ar #sideNav{
	float: right;
	border-right: 0;
	border-left: 1px solid #cccccc;
}

.al #sideNav, .library #sideNav {
	width: 8.125em;
}

.ch #sideNav, .zh #sideNav {
	width: 10em;
	padding: 0.5em 0.3125em 1.25em 0.3125em ;
}

#multimedia #sideNav {
	width: 13.75em;
}

#search_form form {
	margin: 0.625em 0 0 0 ;
}

#sideNav h2 {
	display: none;
}

.al #sideNav h2, .library #sideNav h2 {
	display: block;
}


#sideNav h2.browseheader {
	color: #800000;
	/* from parent h2 header */
	display: block;
	font-size: 75%;
	text-transform: uppercase;
	color: #696969;
	font-weight: bold;
	padding: 0;
	margin: 1.25em 0em 0.6250em 0em;
	/* / from parent h2 header */
}

.ru #sideNav h2.browseheader {
	color: #000000;
}

.ar #sideNav h2.browseheader {
	font-size: 110%;
}

.ch #sideNav h2.browseheader, .zh #sideNav h2.browseheader {
	font-weight: normal;
}


.fr ul.browse {
	margin: 0 0 0.625em 0;
}
/*
.browse li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	padding:0.1875em 0em 0em 0.1875em;
}
*/

.ch .browse li, .zh .browse li {
	font-family: simsong;
	font-size: 80%;
	font-weight: normal;
	padding: 0.1875em 0em 0em 1em;
}

.pt .browse li {
	border-bottom-width: 0.0625em;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.ru #services.browse li {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	padding:0.1875em 0em 0em 0.1875em;
}

.ar .browse li {
	font-size: 100%;
}

#multimedia .browse li {
        font-size: 100%;
}

/*
.browse  li a, #archives a{
	font-family: Arial, Helvetica, sans-serif;;
	color: #191970;
	text-decoration: none;
}

.browse  li a:hover, #archives a:hover{
	font-family: Arial, Helvetica, sans-serif;;
	color: #800000;
	text-decoration: underline;
}
*/

.ch .browse  li a, .zh .browse  li a, #archives a{
	font-family: simsong;
}

.ch .browse  li a:hover, .zh .browse  li a:hover, #archives a:hover{
	font-family: simsong;
}

#content {
/*
	marging 0.3125em 0em 0.625em 10em;
	width: 36.875em;
*/
	margin: 0.3125em 0em 0.625em 9.0625em;
	width: 37.8125em;
	position: relative;
}

.ar #content {
	margin: 0.3125em 9.0625em 0.625em 0;
}

.al #content, .library #content{
	margin: 0.3125em 0em 0.625em 10em;
	width: 36.875em;
}

.rc #content {
	margin: 0.3125em 0em 0.625em 0.625em;
	width: 36.875em;
	position: relative;
}

.ch #content, .zh #content {
	margin: 0.3125em 0.3em 0.625em auto;
	width: 44.8em;
	position: relative;
}

.en #content {
	width: 46em;
}

.fr #content {
        width: 44.0625em;
}

#multimedia #content {
        margin: 0.3125em 0em 0.625em 15em;
        width: 32em;
        position: relative;
}



.footer {
/*
	font-size: 75%;
	background-color: #FFFFFF;
*/
	clear: both;
	/* border-top: 1px solid #cccccc; */
	border-top: 0.0625em solid #CCCCCC ;
	height: 2em;
	background-color: #CCCCCC;
/*	background-image:url(http://www.un.org/av/multimedia/GUI/BGS/bgs_BreadCrumbsBar.gif); */
	background-image:url(http://downloads.unmultimedia.org/radio/GUI/BGS/bgs_BreadCrumbsBar.gif);
	background-position: bottom;
	background-repeat:repeat-x;
	font-size: 70%;
}

.ar .footer {
	font-size: 100%;
}

#prefooter.footer {
	height: 6.25em;
	background-color: #FFFFFF;
}


.footer ul li {
	float: right;
	/* padding:5px 10px 5px 10px; */
	padding: 0.3125em 0.625em 0.3125em 0.625em;
}

.ar .footer ul li {
	float: left;
	padding: 0.3125em 0.625em 0.3125em 0.625em;
}


.invisible {
	display: none;
}

#topNav .current {
	font-weight: bold;
/*	background-color: #bed1f1; */
	background-color: #bed1f1;
	color: #000000;
}

#topNav .current a {
	color: #000000;
}

#topNav .current a:hover {
/*	color: #FFFFFF; */
	color: #191970;
}

.ch #topNav .current a, .zh #topNav .current a {
	color: #003399;
}

.ch #topNav .current a:hover, .zh #topNav .current a:hover {
	color: #191970;
}

#masthead ul li.current a {
	color: #000000;
	font-weight: bold;
}

#masthead ul li.current a:hover {
	color: #FFFFFF;
}



.ch #masthead ul li.current a, .zh #masthead ul li.current a {
	color: #ffff99;
}

.ch #masthead ul li.current a:hover, .zh #masthead ul li.current a:hover {
	color: #ffffff;
}

.printlink {
	font-style: italic;
}

/* mixed */


h3.title {
	background-color:#EAEAEA;
	font-size: 90%;
	padding: 0.1875em 0.1875em 0.1875em 0.1875em;
	margin: 0.3125em 0em 0em 0em;
}


h3.title a {
	color: #000000;
	text-decoration: none;
}

h3.title a:hover {
	color: #0099cc;
	text-decoration: underline;
}

h3.title a:visited {
	color: #000000;
	text-decoration: none;
}

ul.item_attributes {
	/* border: 1px solid #cccccc; */
	border: 0.0625em solid #cccccc;
	text-align: left;
}

.ar ul.item_attributes {
	text-align: right;
}


ul.item_detail_attributes li {
	font-size: 80%;
}

ul.item_detail_attributes li.audiolink a {
	color: #0099cc;
	text-decoration: none;
}

ul.item_detail_attributes li.audiolink a:hover {
	color: #0099cc;
	text-decoration: underline;
}

ul.item_detail_attributes li.folder a {
	color: #000000;
	text-decoration: none;
}

ul.item_detail_attributes li.folder a:hover {
	color: #0099cc;
	text-decoration: underline;
}


ul.item_attributes li {
	display: inline;
	font-size: 80%;
	margin: 0em 0.1875em 0em 0.1875em;
	padding: 0.1875em 0em 0.1875em 0em;
}

ul.item_attributes li.audiolink {
	display: block;
	text-align: right;
}

.ar ul.item_attributes li.audiolink {
	text-align: left;
}

ul.item_attributes li.audiolink a {
	color: #0099cc;
	text-decoration: none;
}

ul.item_attributes li.audiolink a:hover {
	color: #0099cc;
	text-decoration: underline;
}

ul.item_attributes li.folder a {
	color: #000000;
	text-decoration: none;
}

ul.item_attributes li.folder a:hover {
	color: #0099cc;
	text-decoration: underline;
}

#content h2.title {
	color: #000000;
}


#archives {
	font-size: 75%;
	margin: 0em 0em 2em 0em;
}

#partnerships li /*, #help li */ {
	font-size: 70%;
	/* padding:3px 0px 0px 3px; */
	/* padding:0.1875em 0em 0em 0.1875em;*/
}

#partnerships li a /*, #help li a */ {
/*	font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	text-decoration: none;
}

#partnerships li a:hover /*, #help li a:hover */{
/*	font-family: Verdana,Arial,Helvetica,sans-serif; */
	font-family: Arial,Helvetica,sans-serif;
	color: #800000;
	text-decoration: underline;
}


.al #help li, .library #help li {
	font-size: 70%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
}



h3 a {
	color: #000000;
	text-decoration: none;
}

h3 a:hover {
	color: #800000;
	text-decoration: underline;
}


#main_column {
	width: 24.375em;
	float: left;
}

.al #main_column, .rc #main_column, .rns #main_column, .library #main_column {
	width: 34.5em;
	float: left;
}

.ar #main_column {
	float: right;
}

.ch #main_column, .zh #main_column {
	width: 30.5em;
	margin-left: 0.5em;
	padding-top: 0.5em;
}

.en #main_column {
	width: 30em;
}

.fr #main_column {
        width: 27.5em;
}

#multimedia #main_column {
        width: 28.125em;
        margin-left: 0.5em;
        padding-top: 0.5em;
}

/*
.main_news_grouping {
	background-color: #FFFFFF;
	border: 1px solid #3399FF;
	margin: 0 0 1.25em 0 ;
}
*/

.main_news_grouping h2 {
	clear: both;
	color: #3399FF;
}



#right_column {
	/* width: 11.5em; */
	width: 12.5em;
	float: right;
}

.ar #right_column {
	float: left;
}

.ru #right_column {
/*	margin: 1.5625em  0 0 0;  */
}

.al #right_column, .library #right_column {
	width: 11.5em;
}

.en #right_column {
        width: 15em;
}

.fr #right_column {
        width: 15.625em;
}

#full_column {
	width: 35.625em;
	float: left;
}

.ar #full_column {
	float: right;
}

.rc #full_column {
	width: 46.25em;
	float: left;
}

.ch #full_column, .zh #full_column {
	width: 44em;
	float: right;
	margin-right: 0.2em;
}

.en #full_column {
	width: 44em;
}

#headline_date {
	display: none;
}

.main_item {
/*	padding: 0 0 0 0;  */
	margin: 0 0 1em 0;
	min-height: 10em;
	padding: 0.125em 0.125em 0.125em 0.125em;
}


.rc .main_item {
	padding: 0 0 0 0;
	margin: 0.125em 0.125em 0.125em 0.125em;
	border: 1px solid #cccccc;
	height: 13.75em;
}


#RAFRNI01.main_item {
	background-color: #FFFFFF;
	min-height: 13em;
	margin: 0 0 0.3125em 0;
}

#RACHNI01.main_item, #RAZHNI01.main_item {
	background-color: #eaeaea;
	border-top: 1px solid #CCCCCC;
	padding: 0.3em 0.3em 0.3em 0.3em;
}

#RAESNI01.main_item {
	background-color: #eaeaea;
	height: 10.9375em;
}

#RAPTNI01.main_item {
	background-color: #eaeaea;
	height: 10.625em;
}

#RAARNI01.main_item {
	background-color: #eaeaea;
	/*height: 10.625em; */
}

#RAENNI01.main_item {
	background-color: #eaeaea;
	/*height: 10.625em; */
}


.main_item .storylead {
	font-size: 80%;
}

.ar .main_item .storylead {
	font-size: 120%;
}

.ch .main_item .storylead, .zh .main_item .storylead {
	/* font-size: 85%;*/
	font-size: 80%;
	line-height: 1.3;
}

.main_item h2 {
	color: #000000;
	font-size: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0.625em 0;
}

.ru .main_item h2 {
	color: #000000;
	font-size: 90%;
	padding: 0 0 0 0;
	margin: 0 0 0.625em 0;
}

.ar .main_item h2 {
	font-size: 160%;
}

.ch .main_item h2, .zh .main_item h2 {
	color: #003399;
	font-size: 90%;
}

#item img {
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
	float: left;
}

.ar #item img {
	float: right;
}


.main_item_image {
	margin: 0.3125em 0.3125em 0.3125em 0.3125em;
	float: left;
	border: 1px solid #000000;
}

.ar .main_item_image {
	float: right;
}

.ch .main_item_image, .zh .main_item_image {
	border: 0;
	margin: 0 0.6em 0.6em 0;
}

.fr .main_item_image {
        border: 0;
}

.main_item a {
	color: #000000;
	text-decoration: none;
}

.ar .main_item a {
	color: #203d88;
	text-decoration: none;
}

.ch .main_item a, .zh .main_item a {
	color: #003399;
}

.main_item a:hover {
	color: #191970;
	text-decoration: underline;
}

.ch .main_item a:hover, .zh .main_item a:hover {
        color: #993300;
}


/*
#RAFRNI01.main_item a {
	color: #336699;
	text-decoration: none;
}

#RAFRNI01.main_item a:hover {
	color: #191970;
	text-decoration: underline;
}
*/

.storydate {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #800000;
}

.fr .storydategray {
/*	display: none;*/
	color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.ch .storydate, .zh .storydate {
	font-family:simsong;
	font-size: 80%;
	text-align: left;
	line-height: 1.3;
}

.ar .storydate {
	font-size: 80%;
}

#RAALFC01 .storydate {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 75%;
	display: inline;
	margin: 0 0 0 1.25em;
}


.item_row .storydate, .item_row .storydate_grey {
	clear: both;
}

.browse_item .storydate {
	padding: 0 0.3125em 0 0.3125em;
	color: #000000;
}

.ch #RACHNB .item .storydate, .zh #RAZHNB .item .storydate {
	width: 7.5em;
	float: left;
}


.newsbox .folder {
	text-align: left;
	font-size: 70%;
	margin: 0.3125em 0 0.3125em 0;
}



.toolbox {
	text-align: right;
	font-size: 70%;
	margin: 0.3125em 0 0.3125em 0;
}

/*
.toolbox {
	font-size: 75%;
	margin: 0.1em 0 0.1em 0;
	clear:both;
}
*/

.ar .toolbox {
	text-align: left;
	font-size: 90%;
}

.sw .toolbox {
	font-size: 70%;
}

.rc .toolbox {
	text-align: left;
	font-size: 70%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#RAALFC01 .toolbox {
	margin: 0.125em 0 0.125em 0;
	font-weight: normal;
}


.detail_item .toolbox {
	text-align: left;
	font-size: 90%;
}


.rc .detail_item .toolbox, .ar .detail_item .toolbox {
	text-align: right;
}


.toolbox_image {
	float: none;
	vertical-align: middle;
	margin: 0 0 0 0em;
}

.toolbox a {
	color: #000000;
	text-decoration: none;
}

.toolbox a:hover {
	color: #0099cc;
	text-decoration: underline;
}

.fr .toolbox a {
	color: #0099cc;
}

.rc .toolbox a {
        color: #000000;
        text-decoration: none;
	font-weight: bold;
}

.rc .toolbox a:hover {
        color: #0099cc;
        text-decoration: underline;
	font-weight: bold;
}


.ch .toolbox a, .zh .toolbox a {
        color: #000000;
        text-decoration: none;
}

.ch .toolbox a:hover, .zh .toolbox a:hover {
        color: #0099cc;
        text-decoration: underline;
}


.toolbox_w_flash_player {
	text-align: left;
	font-size: 70%;
	margin: 1em 0 1em 0;
}

.toolbox_w_flash_player a {
	color: #000000;
	text-decoration: none;
}

.toolbox_w_flash_player a:hover {
	color: #0099cc;
	text-decoration: underline;
}


.item {
	clear: both;
}

.fr .item {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.al .story_grouping .item, .library .story_grouping .item {
/*	font-size: 90%; */
}

.al .story_grouping .item a, .library .story_grouping .item a {
	color: #000000;
	text-decoration: none;
}

.al .story_grouping .item a:hover, .library .story_grouping .item a:hover {
	color: #191970;
	text-decoration: underline;
}


.right_column_group .item {
	padding: 0.1875em 0.1875em 0.1875em 0.1875em;
}

#RACHNI02.item, #RAZHNI02.item {
	border-right: 1px solid #CCCCCC;
}

#RARUNI02.item, #RARUNI04.item {
	border-right: 1px solid #CCCCCC;
}

#RAFRNI02.item {
        border-right: 1px solid #CCCCCC;
}

#multimedia #RACHNI02.item, #multimedia #RAZHNI02.item, #multimedia #RARUNI02.item, #multimedia #RARUNI04.item, #multimedia #RAFRNI02.item {
	border-right: 0;
}

.item_image {
	float: left;
	margin: 0 0.3125em 0.3125em 0;
	border: 1px solid #000000;
}

.ar .item_image {
	float: right;
	margin: 0 0 0.3125em 0.3125em ;
}

.ch .item_image, .zh .item_image {
	border: 0;
}

.fr .item_image {
        border: 0;
}


.photo_library_item_image {
	margin: 0 0.3125em 0.3125em 0;
	border: 1px solid #000000;
}

.ar .photo_library_item_image {
	margin: 0 0 0.3125em 0.3125em ;
	border: 1px solid #000000;
}

.ch .photo_library_item_image, .zh .photo_library_item_image {
	border: 0;
	float: left;
}


.photo_library_item {
	font-size: 70%;
	color: #696969;
	font-weight: normal;
}

.item .storylead {
	font-size: 80%;
	padding: 0.125em 0.125em 0.125em 0.125em;
}

.ar .item .storylead {
	font-size: 120%;
}


.item h3, .item h4 {
	font-size: 80%;
	padding: 0.125em 0.125em 0.125em 0.125em;
	margin: 0 0 0 0;
}

.fr .item h3, .fr .item h4 {
	font-size: 80%;
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

#multimedia.fr .item h3, #multimedia.fr .item h4 {
	padding: 0.125em 0.125em 0.125em 0.125em;
}

#RAFRRN .item h3, #RAFRON .item h3 {
	font-weight: normal;
}

#RAFRNBborder div.item h4 {
	padding: 0 0 0 0.9375em ;
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_ArrowBullet.jpg);
	background-repeat: no-repeat;
	background-position: 0.0625em 0.125em ;
}

.ar .item h3, .ar .item h4 {
	font-size: 110%;
}

.ch .item h3, .ch .item h4, .zh .item h3, .zh .item h4 {
	font-size: 85%;
	color: #003399;
}

/*
.en .newsbox .item h4 {
	font-weight: normal;
}
*/

#RAFRFC02.story_grouping .item h3 {
	font-size: 70%;
	color: #006699;
}

.fr .newsbox .item h3 {
        font-size: 70%;
        color: #006699;
}

.fr #RAFRNBborder.newsbox h3 {
        font-size: 80%;
        color: #006699;
	padding: 0.125em 0.125em 0.125em 0.125em;
	margin: 0;
	clear: both;
}


.item h3 a, .item h4 a, .item .storylead a {
	color: #000000;
	text-decoration: none;
}

.zh .item h3 {
        font-size: 0.95em;
        color: #003399;
        font-weight: normal;
}

.zh #RAZHFC15 .item h3 {
	font-size: 80%;
	color: #696969;
}


.item h3 a:hover, .item h4 a:hover, .item .storylead a:hover {
	color: #191970;
	text-decoration: underline;
}

.ch .item h3 a, .ch .item h4 a, .ch .item .storylead a, .zh .item h3 a, .zh .item h4 a, .zh .item .storylead a {
	font-size: 0.95em;
	color: #003399;
	font-weight: normal;
}

.ch .item h3 a:hover, .ch .item h4 a:hover, .ch .item .storylead a:hover, .zh .item h3 a:hover, .zh .item h4 a:hover, .zh .item .storylead a:hover {
	color: #993300;
}



#RAFRNG .item h3 a, .fr .item h4 a, .fr .item .storylead a {
/*	color: #336699; */
	text-decoration: none;
	color: #000000;

}

#RAFRNG .item h3 a:hover, .fr .item h4 a:hover, .fr .item .storylead a:hover {
	color: #191970;
	text-decoration: underline;
/*	font-weight: normal; */
}

#RAFRFC03 .item h3 a, #RAFRFC04 .item h3 a, #RAFRFC07 .item h3 a, #RAFRFC10 .item h3 a, .fr .item h4 a, .fr .item .storylead a {
/*	color: #336699; */
	text-decoration: none;
	color: #000000;
/*	font-weight: normal; */
}

#RAFRFC03 .item h3 a:hover, #RAFRFC04 .item h3 a:hover, #RAFRFC07 .item h3 a:hover, #RAFRFC10 .item h3 a:hover, .fr .item h4 a:hover, .fr .item .storylead a:hover {
	color: #191970;
	text-decoration: underline;
}



#RAALFC01 .item h3 {
	background-color: #eaeaea;
}


.item .storylead a {
	font-weight: bold;
}

.item .storylead a:hover {
	font-weight: bold;
}


.smalllabel {
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 65%;
	/* text-transform: uppercase; */
	color: #696969;
	font-weight: bold;
	padding: 0.125em 0.125em 0.125em 0.125em
}

.ar .smalllabel {
	text-align: left;
	font-size: 100%;
}

.ch .smalllabel, .zh .smalllabel {
	font-family: simsong;
	font-size: 75%;
	color: #990000;
}

#RARUNI01 .smalllabel, #RARUNI02 .smalllabel, #RARUNI03 .smalllabel, #RARUNI04 .smalllabel, #RARUNI05 .smalllabel {
	display: inline;
}

.smalllabel a {
	text-decoration: none ;
	color: #696969;
	padding: 0.125em 0.125em 0.125em 0.125em
}

.ch .smalllabel a, .zh .smalllabel a {
	color: #990000;
}

#RARUNI01 .smalllabel a {
	text-decoration: none ;
	color: #000000;
}

#RARUNI01 .smalllabel a:hover {
	text-decoration: underline ;
	color: #191970;
}

.en #full_column .smalllabel a {
	color: #000000;
}

.ru #full_column .smalllabel a {
	color: #000000;
}


.smalllabel a:hover {
	text-decoration: underline;
	color: #0099cc ;
}


.right_column_group {
	margin: 0 0 1em 0;
	border: 1px solid #CCCCCC;
	border-top: none;
	background-color: #FFFFFF;
}

.ch .right_column_group, .zh .right_column_group, #RAPTRN.right_column_group, #RAPTON.right_column_group, #RAESRN.right_column_group, #RAESON.right_column_group, #RASWFC01.right_column_group {
	border: 0;
}

#RASWFC02.right_column_group {
	background-color: #fdfcdf;
}

#RARUFC02.right_column_group {
	background-color: #ddeedf;
}

#RAPTFC10.right_column_group {
	background-color: #fdfcdf;
}

#RAESFC02.right_column_group {
	background-color: #ddeedf;
}

#RAENFC02.right_column_group {
	background-color: #ddeedf;
}

/*
#RAENFC04.right_column_group {
	background-color: #fdfcdf;
}
*/

#RACHFC02.right_column_group, #RAZHFC02.right_column_group {
	background-color: #ddeedf;
	border: 1px solid #CCCCCC;
}

#RACHFC03.right_column_group, #RAZHFC03.right_column_group {
	background-color: #fdfcdf;
	border: 1px solid #CCCCCC;
}

/*
#RAFRFC04.right_column_group {
	border: 0;
	background-color: #ddeedf;
}
*/

#RAFRFC07.right_column_group {
/*	border: 1px solid #800000; */
	border: 0;
	background-color: #fdfcdf;
}

#RAFRFC03.right_column_group {
	border: 1px solid #cccccc;
}

#RAESFC03.right_column_group {
	background-color: #fdfcdf;
}

#RAESFC04.right_column_group {
	background-color: #E7E9F8;
}

.item_row {
	clear: both;
	background-color: #FFFFFF;
}

.sw .item_row {
	height: 15.625em;
}


.item_row_item1 {
	float: left;
	margin: 0 0 0.3125em 0 ;
}

.ar .item_row_item1 {
	float: right;
}

.item_row_item2 {
	float: right;
	margin: 0 0 0.3125em 0 ;
}

.ar .item_row_item2 {
	float: left;
}


.item_row_item1, .item_row_item2 {
	width: 12em;
	background-color: #FFFFFF;
}

.fr .item_row_item1, .fr .item_row_item2 {
	width: 13.5em;
}

.ch .item_row_item1, .ch .item_row_item2, .zh .item_row_item1, .zh .item_row_item2 {
        width: 15em;
}


.newsbox {
	clear: both;
	background-color: #FFFFFF;
	margin: 0 0 1em 0;
	border: 0.0625em solid #cccccc;
	padding: 0.125em 0.125em 0.125em 0.125em;
}

.ch .newsbox, .zh .newsbox {
	padding: 0.3em;
}

.newsbox .item {
	margin: 0 0 0.3125em 0;
}

.newsbox .item:hover {
	background-color: #C4E1FF;
}

.newsbox .item a:hover {
	background-color: #C4E1FF;
}

#RAENNB00.newsbox .item:hover {
	background-color: #FFFFFF;
}

#RAENNB00.newsbox .item a:hover {
	background-color: #FFFFFF;
}

.fr .newsbox .item:hover {
	background-color: #FFFFFF;
}

.fr .newsbox .item a:hover {
	background-color: #FFFFFF;
}

.rns .newsbox {
	border: 0;
}



.ru #newsbox {
	border: 0.0625em solid #cccccc;
}

.fr .newsbox {
	border: 0;
	overflow: auto;
}

.fr #RAFRNBborder.newsbox {
        border: 0.0625em solid #cccccc;
	padding: 0.125em 0.125em 0.125em 0.125em;
}


#RACHNB.newsbox .item:hover, #RAZHNB.newsbox .item:hover {
	background-color: #ddeedf;
}

#RACHNB.newsbox .item a:hover, #RAZHNB.newsbox .item a:hover {
	background-color: #ddeedf;
}

.largelabel {
	border-bottom: 1px solid #cccccc;
}

.fr .largelabel{
	clear: both;
}

#multimedia .largelabel {
	margin: 0 0 0.625em 0;
}


.largelabel h2 {
	font-size: 80%;
	/* text-transform: uppercase; */
	font-weight: bold;
	display: inline;
	color: #800000;
	padding: 0 0 0 0.3125em;
}

.ar .largelabel h2 {
	padding: 0 0.3125em 0 0;
	font-size: 120%;
}


.ru .largelabel h2 {
	font-size: 80%;
	text-transform: uppercase;
}

.pt .largelabel h2 {
	text-transform: uppercase;
}

.ch .largelabel h2, .zh .largelabel h2 {
        /* font-size: 85%; */
	font-size: 75%;
}

.es .largelabel h2 {
        font-size: 75%;
}

.fr .largelabel h2 {
	clear: both;
}


.fr #dailyprogram.largelabel {
	text-align: right;

}

.largelabel h2 a {
	color: #800000;
	text-decoration: none;
}

.largelabel h2 a:hover {
	color: #800000;
	text-decoration: underline;
}

#RAFRFC02 .largelabel h2 a {
/*	color: #696969; */
	text-decoration: none;
}

#RAFRFC02 .largelabel h2 a:hover {
/*	color: #696969; */
	text-decoration: underline;
}

#RAFRFC04 .largelabel h2 a {
/*	color: #ff9900; */
	text-decoration: none;
}

#RAFRFC04 .largelabel h2 a:hover {
/*	color: #ff9900; */
	text-decoration: underline;
}

#RAFRFC07 .largelabel h2 a {
	color: #800000;
	text-decoration: none;
}

#RAFRFC07 .largelabel h2 a:hover {
	color: #800000;
	text-decoration: underline;
}

#RAFRFC03 .largelabel h2 {
/*	color: #90a23a; */
	text-decoration: none;
}




#RAFRFC03.right_column_group h3 {
	font-size: 70%;
	padding: 0.125em 0.125em 0.125em 0.125em;
	margin: 0 0 0 0;
	color: #90a23a;
}

#RAFRFC03.right_column_group h3 a {
/*	color: #90a23a; */
	color: #000000;
/*	color: #006699; */
	text-decoration: none;
}

#RAFRFC03.right_column_group h3 a:hover {
/*	color: #90a23a; */
	color: #000000;
/*        color: #006699; */
	text-decoration: underline;
}

.fr .right_column_group h3.green {
        font-size: 80%;
        padding: 0.125em 0.125em 0.125em 0.125em;
        margin: 0 0 0 0;
        color: #90a23a;
}

.fr .right_column_group h3.green a {
      color: #90a23a;
        text-decoration: none;
}

.fr .right_column_group h3.green a:hover {
      color: #90a23a;
        text-decoration: underline;
}



#item_full h2 {
	font-size: 100%;
}

.ch #item_full h2, .zh #item_full h2 {
	color: #003399;
}

.ar #item_full h2 {
	font-size: 150%;
}

.storybody {
	font-size: 80%;
}

.ar .storybody {
	font-size: 120%;
}


.date_group {
	background-color: #FFFFFF;
}

.cat_group {
	background-color: #FFFFFF;
	padding: 0 0 0 0.625em;
}

.ar .cat_group {
	padding: 0 0.625em 0 0;
}


.date_group h3 {
	font-size: 80%;
	background-color: #CCCCCC;
	margin: 1em 0 0 0;
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
	/* text-transform: uppercase; */
}

.cat_group h4 {
	font-size: 80%;
	font-weight: normal;
	background-color: #EAEAEA;
	margin: 1em 0 0 0;
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
	/* text-transform: uppercase; */
}

.cat_group h4 a {
	color: #000000;
	text-decoration: none;
}

.cat_group h4 a:hover {
	color: #191970;
	text-decoration: underline;
}

.ru .cat_group h4 {
	font-weight: bold;
}


.browse_item {
	clear: both;
	background-color:#FFFFFF;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/* position: relative;  establish containing block */
}

.rns .browse_item {
	border: 0;
}


.browse_item h4, .browse_item h5 {
	font-size: 80%;
	margin: 0 0 0 0;
	padding: 0.3125em 0.3125em 0.3125em 0.3125em;
	font-weight: normal;
}

.ar .browse_item h4, .ar .browse_item h5 {
	font-size: 120%;
}

.browse_item h4 a, .browse_item h5 a {
	color: #000000;
	text-decoration: none;
}

.browse_item h4 a:hover, .browse_item h5 a:hover {
	color: #191970;
	text-decoration: underline;
}

.browse_item .toolbox {
	margin: 0 0.3125em 0 0;
	padding: 0 0 0 0;
	text-align: right;
}

.ar .browse_item .toolbox {
	text-align: left;
}


input {
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
}

input.button {
	background-color: #000000;
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-size: 10px; */
	font-weight: bold;
	color: #FFFFFF;
}

.ar input#email {
	direction: ltr;
}


.story_grouping {
	border: 1px solid #CCCCCC;
	border-top: none;
	padding: 0.3125em 0 0.3125em 0;
	margin: 0 0 1em 0;
}

.fr .story_grouping {
	border: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.al .story_grouping, .library .story_grouping {
	border-top: 1px solid #CCCCCC;
	margin: 1em 0 0 0;
	padding: 0 0 0 0;
}



#RASWFC03.story_grouping {
	background-color: #ddeedf;
}

#RAPTFC08.story_grouping {
	background-color: #ddeedf;
}

#RAFRFC02.story_grouping {
/*
	border: 0.0625em solid #696969;
*/
	margin: 0.625em 0 0 0 ;
	height: 18.75em;
}

.story_grouping .item{
	margin: 0 0 0.3125em 0 ;
	padding: 0.125em 0.125em 0.125em 0.125em;
}


.largelabel_mainitem_w_audio_links {
	height: 1.5625em;
	clear: both;
	position: relative;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}


.largelabel_mainitem_w_audio_links h2 {
	font-size: 80%;
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #800000;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	right: auto;
	bottom: auto ;
	left: 0;
}

.ar .largelabel_mainitem_w_audio_links h2 {
	right: 0;
	left: auto;
	font-size: 120%;
}

.pt .largelabel_mainitem_w_audio_links h2 {
	text-transform: uppercase;
}



.daily_program_full_column {
	height: 1.5625em;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0 0 0.625em 0 ;
	border-bottom: 1px solid #cccccc;
}

.daily_program_full_column h2 {
	font-size: 80%;
	/* text-transform: uppercase; */
	font-weight: bold;
	color: #800000;
	padding: 0;
	margin: 0;
	text-align: left;
	display: inline;
}

.daily_program_full_column .toolbox {
/*	margin: -1.5625em 0 0 0 ; */
	margin: 0 0 0 0.625em;
	padding: 0;
	display: inline;
}



.largelabel_mainitem_w_audio_links h2 a {
	color: #800000;
	text-decoration: none;
}

.largelabel_mainitem_w_audio_links h2 a:hover {
	color: #800000;
	text-decoration: underline;
}


.largelabel_mainitem_w_audio_links .toolbox {
	float: right;
	position: relative;
	top: 0;
	right: auto;
	bottom: auto ;
	left: auto;
	padding: 0;
	margin: 0;
}

.ar .largelabel_mainitem_w_audio_links .toolbox {
	float: left;
}



#right_column .toolbox {
/*	background-color: #9966CC;  */
	margin: 0 0 0.625em 0;
	padding: 0;
}


.banner {
	margin: 0.625em 0 0.625em 0;
}

.folder, .storycountry, .storylength, .storysize {
	display: inline;
	font-size: 75%;
	margin: 0 0 0 1.25em;
}

.ar .folder, .ar .storycountry, .ar .storylength, .ar .storysize {
	margin: 0 1.25em 0 0 ;
}


.rc .storylength, .rc .storysize {
	display: block;
	font-size: 70%;
	text-align: right;
}



.detail_item {
/*	height: 31.25em;  */
}

.detail_item .storycreated, .detail_item .folder, .detail_item .storycountry, .detail_item .storylength, .detail_item .storysize, .detail_item .storykeywords {
	display: block;
	font-size: 90%;
	margin: 0 0 0 0;
}

.detail_item h2 {
	margin: 0.625em 0 0.625em 0;
	font-size: 100%;
}

.rc .detail_item .caption {
	font-size: 70%;
}

.rc .detail_item .synopsis {
	margin: 1.25em 0 0 0;
}


.folder a {
	color: #000000;
	text-decoration: none;
}

.folder a:hover {
	color: #191970;
	text-decoration: underline;
}



.calendar {
	font-size: 70%;
	margin: 0.625em 0.625em 0 0;
}

.ch .calendar, .zh .calendar {
	font-size: 80%;
	margin: 0;
	text-align: center;
	margin-top: 0.5em;
}

.ar .calendar {
	font-size: 70%;
	margin: 0.625em 0 0 0;
}

.es .calendar, .fr .calendar {
	margin: 1.25em 0.625em 1.25em 0;
}

.calendar .monthyear_header  {
	text-align: center;
}

.calendar .prev_month, .calendar .monthyear, .calendar .next_month {
	display: inline;
}

.calendar .monthyear  {
	margin: 0 0.0625em 0 0.0625em;
	font-weight: bold;
	color: #000000;
}

.ch .calendar .monthyear, .zh .calendar .monthyear  {
	color: #003399;
}

.calendar .prev_month, .calendar .next_month {
	margin: 0 0.3125em 0 0.3125em;
}

.calendar .calendar_table {
	border: 0.0625em solid #696969;
	background-color: #FFFFFF;
}

.ch .calendar .calendar_table, zh .calendar .calendar_table {
	border-top-color: #ebebeb;
	border-left-color: #ebebeb;
	border-right-color: #999999;
	border-bottom-color: #666666;
}

.calendar .prev_month a, .calendar .next_month a {
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	color: #800000;
}

.calendar .prev_month a:hover, .calendar .next_month a:hover {
	text-decoration: underline;
	color: #800000;
}

.calendar .header_week, .week {
}

.calendar .header_day, .day {
}

.calendar .day {
	color: #696969;
	background-color: #FFFFFF;
	padding: 0.125em 0.125em 0.125em 0.125em;
}

.ch .calendar .day, .zh .calendar .day {
	padding: 0.2em;
}


.calendar .day a {
	color: #191970;
	text-decoration: none;
}

.ru .calendar .day a {
	color: #191970;
	text-decoration: none;
	font-weight: bold;
}

.calendar .day a:hover {
	color: #191970;
	text-decoration: underline;
	background-color: #bed1f1;
}

.calendar #current_day {
	background-color: #bed1f1;
}

/* link page */

.fr #full_column ul li a {
	font-size: 80%;
}

.fr #full_column ul li a {
	color: #000000;
	text-decoration: none;
}

.fr #full_column ul li a:hover {
	color: #191970;
	text-decoration: underline;
}


/* English to highlight regional programmes in region pages*/

h4.RAENTY6 a, h4.RAENTY7 a {
/*	font-weight: bold; */
/*	color: #191970; */
}

.rns_audio_reports h5 {
	background-color: #eaeaea;
	margin: 0 ;
	padding: 0.125em 0.125em 0.125em 0.125em;
}

.rns_audio_reports {
	margin: 0.625em 0 0 0 ;
}


/* Static Pages Classes */
.disclaimer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-style:italic;
}

.ch .disclaimer, .zh .disclaimer {
        font-family: simsong;
        color: #696969;
	font-size: 100%;
	font-style: normal;
}


.ch #masthead, .zh #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_CH.gif); */
	 background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_CH.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.ru #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_RU.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_RU.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.en #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_EN.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_EN.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.es #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_ES.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_ES.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.pt #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_PT.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_PT.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.fr #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_FR.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_FR.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.sw #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_SW.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_SW.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.ar #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_AR.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_AR.gif);
	background-position: right;
	background-repeat:no-repeat;
}

.al #masthead, .library #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNAULIB_EN.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNAULIB_EN.gif);
	background-position: left;
	background-repeat:no-repeat;
}

.rc #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_RC.jpg); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_RC.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

.rns #masthead{
/*	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_ns.gif); */
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/LBL/lgo_UNRADIO_ns.gif);
	background-position: left;
	background-repeat:no-repeat;
}

#multimedia #masthead {
	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNMULTI_EN.jpg);
}


/* English background images */

/*
#RAENFC06{
	background-color: #fdfcdf;
}

#RAENFC07{
	background-color: #e7e9f8;
}

#RAENFC08{
	background-color: #e9e9d1;
}
*/


/*
	top: auto;
	right: auto;
	bottom: auto ;
	left: 0;
*/

/* radio-classics */

.rc .intro_text {
	float: right;
	width: 29.0625em;
	font-size: 95%;
	height: 15.625em;
}

.rc .intro_text p a {
        font-weight: bold;
}

.rc .intro_photo {
	height: 15.625em;
}

.rc .detail_image {
	 float: left;
	 margin: 0em 1em 2em 0em;
}

.rc .detail_text .caption {
	/* margin: 10em 0em 0em -10em; */
}

.rc .intro_text p.first {
	margin: 0 0 0 0 ;
}

.rc .intro_text p a {
	color: #000000;
	text-decoration: none;
}

.rc .intro_text p a:hover {
	color: #191970;
	text-decoration: underline;
}


.rc .story_panel_item {
	float: left;
	width: 10.625em;
	margin: 0.125em 0.125em 1.25em 0.125em;
	padding: 0.125em 0.125em 0.125em 0.125em;
	border: 0.0625em solid #cccccc;
	height: 26.25em;
}

.rc .story_panel_item h2 {
	padding: 0 0 0 0;
	margin: 0.3125em 0 0.3125em 0;
	font-size: 90%;
}

.rc .story_panel_item h2 a {
	color: #000000;
	text-decoration: none;
}

.rc .story_panel_item h2 a:hover {
	color: #191970;
	text-decoration: underline;
}

/* .rc .story_panel_item .storylead { */
.rc .storylead {
	font-size: 80%;
	margin: 0.625em 0 0 0;
}

.rc .largelabel {
	margin: 0.625em 0 0.625em 0;
}

.rc .smalllabel {
	font-size: 80%;
}

.rc .caption {
	font-size: 60%;
	height: 2.5em;
}

.rc .storylang {
	font-size: 70%;
	color: #000000;
	text-align: right;
	margin: 0.3125em 0 0 0 ;
}

.rc .storydate {
	font-size: 70%;
	color: #000000;
	text-align: right;
}

.rc h4 {
	font-size: 90%;
	background-color: #eaeaea;
	margin: 0.3125em 0 0.3125em 0 ;
}

/*
.rc #masthead {
	background-image: url(http://www.unmultimedia.org/GUI/lbl/lgo_UNRADIO_RC.jpg);
}
*/

.rns .toolbox img {
	margin: 0 0.3125em 0 0.3125em;
}

.rns .toolbox object {
	margin: 0 0.625em 0 0.625em;
}

/* search form prev/next buttons */

#search_prev_next {
	padding: 1.25em 0 2.5em 0;
}

#prev {
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: 0;
}

#next {
	position: relative;
	float: right;
}

.Warning {
	color: #ff0000;
}

li.Warning {
	list-style: disc;
	margin: 0.625em 0.625em 0.625em 1.25em;
}

.ch #printpage h1, .zh #printpage h1 {
	font-size: 1.5em;
}

.ch #printpage .storydate, .zh #printpage .storydate {
	margin-bottom: 1em;
	text-align:right;
}

.ch #announcement, .zh #announcement {
        font-family: simsong;
	font-size: 80%;
	margin: 0 0 0.625em 0;
}

/* ordering of form elements */



.form_label {
	float: left;
	width: 30%;
}

.ch .form_label, .zh .form_label {
        width: 20%;
}

.ru .form_label {
        width: 35%;
}


.ar .form_label {
        float: right;
	width: 25%;
}


form div {
	clear: both;
	margin: 0 0 0.3125em 0 ;
}

/* flash player for portuguese */

.pt .toolbox object#movie {
	margin: 0 0.625em 0 0.625em;
}

/* wordpress override */
.fr .wp-caption p.wp-caption-text {
	color: #696969;
}

.library #right_column {
	display: none;
}

/* social bookmarking */

.sn_hidden {
        display: none;
}

.sn {
        display: inline;
        border: solid #CCCCCC 1px;
        padding: 0.3125em;
}

#sn_toolbox_de {
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_De.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.625em;
	padding-left: 1.25em;
}

#sn_toolbox_di {
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Di.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 0.9375em;
	margin-left: 0.9375em;
	padding-left: 1.5625em;
}

#sn_toolbox_fb {
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Fb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.625em;
	padding-left: 1.5625em;
}

#sn_toolbox_yb {
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Yb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.625em;
	padding-left: 1.5625em;
}

#sn_toolbox_me {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Me.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_so {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_So.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.875em;
}

#sn_toolbox_tw {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Tw.png);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_go {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Go.gif);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_my {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_My.gif);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_wi {
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Wi.gif);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}


#sn_toolbox_lj {
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_lj.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_me {
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_me.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

#sn_toolbox_ya {
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_ya.jpg);
        background-repeat: no-repeat;
        background-position: left center;
        margin-left: 0.625em;
        padding-left: 1.5625em;
}

/* http://216.33.110.21/en/photo/newPhoto.css *************** */

/*
#page {
	width: 60em; padding: 0.3125em;
}

#masthead {
	background-image:none; background-color:#000000;
}
*/

#photo.en #page, #tv.en #page {
	width: 60em; 
}

#photo.en #masthead {
/*
	height: 8.125em;
*/
/*
	height: 5em;
*/
	height: 5.75em;
	background-image: url(http://www.unmultimedia.org/GUI/ban/UNPHOTO_v2.0_EN_banner.jpg);
	background-color:#FFFFFF;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#tv.en .masthead {
        height: 5.75em;
        background-color:#FFFFFF;
        padding: 0;
        margin: 0;
        overflow: hidden;
	background-position: left center;
	background-repeat: no-repeat;
}

#tv.en #unia_masthead.masthead {
	background-image: url(http://www.un.org/av/unfamily/images/banner_unia.jpg);
}

#tv.en #twentyfirstcentury_masthead.masthead {
        background-image: url(http://www.un.org/av/unfamily/images/banner_21stcentury.jpg);
}


#photo.en #breadcrumbNav, #tv.en #breadcrumbNav {
	background-image: none;
	background-color: #4189DD;
/*
	border: solid 1px #e0e0e0;
*/
	height: 1.875em;
	margin: 0;
	padding: 0 0.625em 0 0.625em;
}

#photo.en #breadcrumbNav ul li, #tv.en #breadcrumbNav ul li {
	padding: 0.125em 0.3125em 0.125em 0.3125em;
	color: #FFFFFF;
}

#breadcrumbNav ul li.group1 {
	left: 0.625em;
}

#photo.en #topNav ul li, #tv.en #topNav ul li {
	font-size: 70%;
	padding: 0.1875em 1em 0.1875em 1em;
	background-color: #4189DD;
}
#photo.en #topNav, #tv.en #topNav {
	background-color: #4189DD;
	height: 1.25em;
}

#photo.en #topNav ul li a, #tv.en #topNav ul li a {
	color: #FFFFFF;
}

#photo.en #breadcrumbNav ul li a, #tv.en #breadcrumbNav ul li a {
        color: #FFFFFF;
}

#photo.en #page #adv_search_box{
	clear: both;
	height: 3em;
	margin: 2em;
}


.photo_view_download_link {
	text-align: center;
	font-size: 75%;
	margin: 1.25em 0.625em 1.25em 0.625em;
}

.spotlightPhotoJInnerContainerHidden {
	display: none;
}

.spotlightPhoto {
	/*background-color:#E5E5E5;*/
	margin: 0 0.625em 0 0.625em;
	padding: 0 0.625em 0 0.625em;
	vertical-align: middle;
	text-align: center;
/*
	height: 26.25em;
*/
}

#spotlightPhotoJCropped {
	height: 25em;
/*
	height: 24.375em;
*/
	width: 57.5em;
	overflow: hidden;
}

#spotlightPhotoJCropped img {
	margin-top: -6em;
}

.spotlightPhotoJInnerContainer {
	/* background-color: pink; */
}

.spotlightCaption {
	text-align: right;
	font-size: 70%;
}

.spotlightPhotoMenu {
	position: relative;
	/*background-color: #e5e5e5;*/
	margin: 0 0.625em 0 0.625em;
	padding: 0.3125em 0.625em 0 0.625em;
	height: 1.25em;
	/* background-color: purple; */
}

.spotlightPhotoCaption {
	float: left;
        margin-top: 0;
        padding-top: 0;
	font-size: 80%;
}

.spotlightPhotoNav {
	float: right;
        margin-top: 0;
        padding-top: 0;
	font-size: 70%;
}

.spotlightPhotoNavNumLinkCurrent {
	font-weight: bold;
}

.linksSection {
	clear: both;
	background-color: #cccccc;;
	margin: 0.625em;
	padding: 0.3125em 0.625em 0.625em 0.625em;
/*
	height: 12.5em;
*/
}

p.links {
	margin: 0;
	padding: 0;
	font-size: 70%;

}

p.links strong {
	margin: 0.625em 0.625em 0.625em 0em;
}

p.links .link {
	margin: 0.625em;
}

.galleryTabs {
	/* min-height: 9.375em; */
	margin: 0.625em 0.625em 1.25em 0.625em;
	/*
	background-color:#E5E5E5;
	vertical-align: middle;
	text-align: center;
	*/
}

.photoCell {
	margin: 0.3125em;
	padding: 0.3125em;
	float: left;
	width: 8.125em;
}

.photo_view_main_col .photoCell {
	margin: .3125em;
	padding: 0;
	width: auto;
}


.photo_view_main_col .photoCell a {
}


.photo_view_main_col .photoCell img {
}


.photoCellPhoto {
	text-align: center;
        margin: 0;
        padding: 0;
}

.photo_view_main_col .photoCellPhoto {
}

.photoCellCaption {
	font-size: 70%;
	text-align: center;
}


ul.links {
	clear: both;
	margin: 0;
	padding: 0;
}

li.link {
	float: left;
	position: relative;
	padding: 0 0.625em 0 0 ;
	margin: 0;
	text-decoration: none;
	font-size: 70%;
}
/*
li.link a {
	text-decoration: none;
	color: #000000;
}
*/
.photo_view_header {
	clear: both;
	position: relative;
	height: 2.1875em;
}


.photo_view_cat_title, .photo_view_slideshow_link, .photo_view_gallery_link {
}

.photo_view_cat_title {
	/*font-size: 110%;*/
	font-size: 100%;
	color: #FF6600;
	margin: 0.625em 0.625em 0.625em 0.625em;
	position: absolute;
	clear: both;
	/*left: 0em;*/
}

.photo_view_slideshow_link, .photo_view_gallery_link {
	float: right;
	font-size: 90%;
	position: relative;
	right: 0em;
	margin: 0.9375em 8.25em 0 0.625em;
}

.photo_view_slideshow_link_n {
	margin-right: 2.5em;
}

.photo_view_slideshow_link_n a {
        color: #4189dd;
        text-decoration: none;
	/*padding-left: 1.75em;*/
}

 .photo_view_slideshow_link_n a:hover{
        text-decoration: underline;
}

.photo_view_slideshow_link_n a.started {
        /* background-image: url(ypv_sprite_main3_pause.gif); */
}

.photo_view_gallery_link_n, .photo_view_photo_link_n {
        margin-left: 2.5em;
}

.photo_view_gallery_link_n a {
        color: #4189dd;
        text-decoration: none;
        /*padding-left: 2.375em;*/
}

.photo_view_gallery_link_n a:hover{
        text-decoration: underline;
}

.photo_view_photo_link_n a {
        background-color: transparent;
        /* background-image: url(ypv_sprite_main3_photo.gif); */
        background-repeat: no-repeat;
        /*padding-left: 2.375em;*/

	color: #4189dd;
	text-decoration: none;
}

.photo_view_photo_link_n a:hover {
	text-decoration: underline;
}



/*
a {
        color: #000000;
        text-decoration: none;
}

a:hover {
        color: #0099cc;
        text-decoration: underline;
}
*/
.photo_view_gallery_link {

}

.photo_view_slideshow_link {
}


.photo_view_main_col {
	clear: both;
/*
	height: 87.5em;
*/
	background-color: #FFFFFF;
}

.photo_view_photo {
        float: left;
        margin: 0.625em;
	padding: 0.625em;
	background-color: #e5e5e5;
/*
	height: 26.25em;
*/
	width: 26.25em;
	text-align: center;
}

.photo_view_photo img {
/*
	padding: 0.625em;
*/
}

.photo_view_photo_caption {
	text-align: right;
	font-size: 70%;

}

.photo_view_prev_next {
	text-align: center;
	margin: 0.625em 0.625em 1em 0.625em;
	font-size: 80%;
	
}

.photo_view_toolbox {
	text-align: center;
	margin: 0.625em 0.625em 1em 0.625em;
	font-size: 80%;
}

.photo_view_toolbox a{
	color: #4189dd;
        text-decoration: none;
}

.photo_view_toolbox a:hover{
        text-decoration: underline;
}

.photo_view_toolbox img{
	margin-bottom: -0.625em;
}

.photo_view_prev_next img {
	margin-bottom: -0.625em;
}

.next, .prev {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 23px;
/*
	padding-top: 23px;
*/
	background-color: transparent;
	background-image: url(ypv_sprite_main3.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -337px -59px;
	overflow-x: hidden;
	overflow-y: hidden;
/*	cursor: pointer; */
	margin: 0 0.625em 0 0.625em;
}

.next {
	background-position: -375px -59px;
}

#inactive.next, #inactive.prev {
	opacity: 0.5;
}

.prev_inactive, .next_inactive {
        font-weight: normal;
}

.photo_view_title {
	font-size: 100%;
	margin-top: 1.25em;
	margin-bottom: 0.3125em;
}

.photo_view_caption {
	font-size: 80%;
	margin-right: 0.625em;
}

.photo_view_location, .photo_view_number, .photo_view_date {
	font-size: 70%;
	margin: 0.625em 0.625em 0 0;
}

.gallery_view_row {
	clear: both;
	margin-left: 3.125em;
}

.gallery_view_main_col {
/*
	height: 50em;
*/
}

.gallery_view_item {
	float: left;
/*
	height: 8.75em;
*/
	height: 10em;
	width: 9em;
	background-color: #f5f4f4;
	text-align: center;
	border: solid 1px #e0e0e0;
}

.gallery_view_item:hover {
	background-color: #ecf1fb;
}


.gallery_view_item img {
	padding: 0.625em 0 0 0;

}

.gallery_view_item_date {
	font-size: 65%;
}

.gallery_view_item_title{
	font-size: 65%;
	font-weight: bold;
}

/* sliding panels */

#newsTicker {
	width: 500px;
	border: solid 1px #999999;
	float: left;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	background-color: #DDD;
}
#newsTicker .SlidingPanels {
	width: 500px;
	height: 120px;
	float: left;
}
#newsTicker .SlidingPanelsContentGroup {
	width: 8000em;
	float: left;
}
#newsTicker .SlidingPanelsContent {
	float: left;
	width: 250px;
	height: 120px;
}

#newsTicker img {
	float: left;
	margin-right: 4px;
}

#newsTicker .SlidingPanelsContent .content {
	margin: 4px auto;
	float: left;
}
#item1 .content, #item2 .content, #item3 .content {
	border-right: dashed 1px #999999;
}
#newsTicker .content {
	height: 80px;
	padding: 0px 4px;
}

#newsTicker p {
	margin: 4px 4px;
}

#newsTicker .prev {
	text-align: left;
	padding: 4px 4px;
	clear: both;
}

#newsTicker .next {
	text-align: right;
	padding: 4px 4px;
	clear: both;
}

.SlidingPanelsAnimating * {
	overflow: visible !important;
}

#newsTicker .navLinks {
	clear: both;
	text-align: center;
	border-top:  solid 1px #CCC;
	padding-top: 4px;
	padding-bottom: 4px;
	border: solid 1px #999;
}

.photo_view_toolbox_download_link a.download_link {
        /*background-color: transparent;
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_DownloadSave.gif);
        background-repeat: no-repeat;
	padding-left: 2.1875em;
        background-position: left;	
	margin: 0.625em;
	height: 1.5em;*/
}

.photo_view_toolbox_download_link{
	/*
        background-color: transparent;
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_UNPH_v2.0_download.gif);
        background-repeat: no-repeat;
        padding-left: 2.85em;
        background-position: left;
	height: 1.5em;
	*/	
}

.photo_view_toolbox_rss_link {

        background-color: transparent;
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_UNPH_v2.0_rss.gif);
        background-repeat: no-repeat;
        padding-left: 2.85em;
        background-position: left;
	height: 1.5em;

}

.photo_view_toolbox_share_link {
	/*
        background-color: transparent;
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_UNPH_v2.0_share.gif);
        background-repeat: no-repeat;
        padding-left: 2.85em;
        background-position: left;        
	height: 1.5em;
	*/
}

.photo_view_toolbox_permanent_link{
	/*
        background-color: transparent;
        background-image: url(http://www.unmultimedia.org/GUI/btn/btn_UNPH_v2.0_permalink.gif);
        background-repeat: no-repeat;
        padding-left: 2.85em;
        background-position: left;        
	height: 1.5em;
	*/
}

.sn {
	font-size: 85%;
}

#sn_toolbox_em {
	background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_Em.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0.625em;
	padding-left: 1.25em;
}

.photo_view_metadata_col {
	margin-left: 27.5em;
	padding:0.625em;
}

.photo_view_photo {
	clear: both;
	float: left;
	width: 26.25em;
}

.photo_view_featured_slideshow_box {
	clear: both;
        margin: 0.625em 0.625em 1.875em 0.625em;
/*
	margin: 0.625em 0.625em 1.25em 0.625em;
	height: 14.375em;
*/
}

#photo_view_newest_slideshow_box.photo_view_featured_slideshow_box {
	height: 12.5em;
}

#photo_view_special_slideshow_box.photo_view_featured_slideshow_box {
        height: 13.125em;
}

#photo_view_newest_slideshow_box.photo_view_featured_slideshow_box .photo_view_featured_slideshow_header {
	 height: 1.25em;
}

.photo_view_featured_slideshow_header {
	padding: 0.3125em 0.625em 0 0.625em;
/*
	height: 1.875em;
*/
/*
	height: 0.9375em;
*/
	height: 1.5625em;
	position: relative;
	background-color: #aac7e4;
	margin: 0 1.125em 0.3125em 0.625em;
	
	text-align: center;

	
}

.photo_view_featured_slideshow_header a{
	color: #000000;
	text-decoration: none;
}

.photo_view_featured_slideshow_header a:hover{
	text-decoration: underline;
}

.photo_view_featured_slideshow_footer {
	float: right;
	font-size: 70%;
	margin-right: 1.5625em;
}

#photo_view_newest_slideshow_box .photo_view_featured_slideshow_see_more {
	float: right;
/*
	font-size: 80%;
*/
	font-size: 70%;
	text-align: center;
}

.photo_view_featured_slideshow_see_more a{
	margin-top: -0.25em;
}

.photo_view_featured_slideshow_title {
	float: left;
	font-weight: bold;
/*
	vertical-align: top;
*/
	vertical-align: middle;
	font-size: 90%;
}

#photo_view_featured_slideshow_form, #photo_view_special_slideshow_form {
	float: right;
/*
	font-size: 80%;
*/
	vertical-align: top;
}

#photo_view_featured_slideshow_form label, #photo_view_special_slideshow_form label {
	font-size: 75%;
}

#photo_view_featured_slideshow_form select, #photo_view_special_slideshow_form select {
	font-size: 75%;
}

.photo_view_featured_slideshow_row {
	margin-left: 0.625em;
	text-align: center;
}

.photo_view_featured_slideshow_cell {
	height: 8.125em;
	width: 8.125em;
	background-color: #f5f4f4;
	float:left;
	padding: 0.625em;
	border: solid 1px #e0e0e0;
}

.photo_view_featured_slideshow_cell_sm {
        height: 9.375em;
        width: 8.125em;
        background-color: #f5f4f4;
        float:left;
        padding: 0.625em 0.25em 0.625em 0.25em;
        border: solid 1px #e0e0e0;
}


.photo_view_featured_slideshow_cell_title {
	font-size: 80%;
	color: #ff6600;
	font-weight: bold;
	margin-bottom: 0.625em
}

#photo_view_newest_slideshow_box .photo_view_featured_slideshow_cell_title {
	font-size: 65%;
	color: #000000;
}

#photo_view_newest_slideshow_box .photo_view_featured_slideshow_cell_date {
        font-size: 65%;
}


.photo_view_prev_next_slideshow_box {
	margin-top: 2.5em;
	border: solid 1px #e0e0e0;
	padding: 0.3125em;
	margin-left: 1.875em;
	margin-right: 1.25em;
	height: 8.125em;
/*
	height: 8.75em;
*/
}

.photo_view_prev_next_slideshow_box_prev, .photo_view_prev_next_slideshow_box_next, .photo_view_prev_next_slideshow_box_prev_inactive, .photo_view_prev_next_slideshow_box_next_inactive {
	float: left;
	margin-top: 1.875em;
	margin-left: 0.3125em;
	margin-right: 0.3125em;
}

.photo_view_prev_next_slideshow_box_prev, .photo_view_prev_next_slideshow_box_next {
	cursor: pointer;
}

.photo_view_prev_next_slideshow_box_next_hidden {
	display: none;
}

.home_view_prev_next_slideshow_box_prev, .home_view_prev_next_slideshow_box_next {
	cursor: pointer;
}


/*
#spotlightJ .home_view_prev_next_slideshow_box_prev, #spotlightJ .home_view_prev_next_slideshow_box_next, #spotlightJ .home_view_prev_next_slideshow_box_prev_inactive, #spotlightJ .home_view_prev_next_slideshow_box_next_inactive {
     	margin-bottom: -0.3125em;
	margin-left: 0.3125em;
        margin-right: 0.3125em;
}
*/

.spotlightPhotoNav img {
	margin-bottom: -0.9375em;
}

.spotlightPhotoNav {
        margin-top: -0.3125em;
}


#spotlightJ .home_view_prev_next_slideshow_box_prev, #spotlightJ .home_view_prev_next_slideshow_box_next {
	cursor: pointer;
}

.photo_view_prev_next_slideshow_box_cell {
	float: left;
	width: 7.5em;
	height: 5em;
	text-align: center;
	vertical-align: middle;
	background-color: #f5f4f4;
	border: solid 1px #e0e0e0;
	padding-top: 0.3125em;
}

.photo_view_prev_next_slideshow_box_img_preload {
	display: none;
}

.home_view_prev_next_slideshow_box_cell {
        float: left;
        width: 26.25em;
/*
        height: 26.25em;
*/
        text-align: center;
        vertical-align: middle;
        background-color: #f5f4f4;
        border: solid 1px #e0e0e0;
        padding-top: 0.3125em;
	margin-left: 1.25em;
}


.photo_view_prev_next_slideshow_box_cell_active {
        float: left;
        background-color: #aac7e4;
        width: 7.5em;
	height: 5em;
        text-align: center;
	vertical-align: middle;
	border: solid 1px #e0e0e0;
	padding-top: 0.3125em;
}

.home_view_prev_next_slideshow_box_cell_active {
        float: left;
        background-color: #aac7e4;
        width: 26.25em;
/*
        height: 26.25em;
*/
        text-align: center;
        vertical-align: middle;
        border: solid 1px #e0e0e0;
        padding-top: 0.3125em;
}




.photo_view_prev_next_slideshow_box_label {
	margin-top: 8.75em;
	text-align: center;
	font-size: 70%;
}

.home_view_prev_next_slideshow_box_label {
	clear: both;
        margin-top: 1.25em;
        text-align: right;
        font-size: 70%;
}

.loading {
	background-color: transparent;
        /* background-image: url(http://216.33.110.21/en/photo/loader1.gif);*/
        background-repeat: no-repeat;
	background-position: center center;
	height: 8.75em;
}

#photo_view_prev_next_slideshow_box_containerJ .loading {
	height: 10.625em;
}


#spotlightJ .loading {
/*
	height: 28.125em;
*/
/*
	height: 25.9375em;
*/
	height: 26.5625em;
}

#spotlightJ {
	margin-top: 0.125em;
/*
	margin-top: 0.625em;
	height: 40em;
	background-color: red;
*/
}
/*
.photo_bottom_nav_bar {
	clear: both;
	margin-left: 1.5625em;
	padding-left: 1.25em;*/
	/*
	margin-top: 10em;
	margin-left: 5em;
	*/
/*}*/

.photo_bottom_nav_bar_column {
	float: left;
	margin-top: 0.625em;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-bottom: 0.625em;
	width: 11em;
	/*
	margin: 0.625em;
	width: 13.125em;
	*/
}
/*
.photo_bottom_nav_bar_column h3 {
	border-bottom: solid 0.3125em #e0e0e0;
	font-size: 90%;
	padding: 0 0 0 0.3125em  ;
	margin: 0 0 0.3125em 0;
}

.photo_bottom_nav_bar_column ul li {
	font-size: 80%;
	padding-left: 0.3125em;
}
*/
.photo_footer {
	clear: both;
	text-align: center;
	font-size: 70%;
	margin-top: 2.5em;
}

.photo_bottom_nav_bar_column_sublist_hidden {
	display: none;
}

.photo_bottom_nav_bar_column_sublist_hidden li {
        display: none;
}


.photo_bottom_nav_bar_column_sublist {
	font-size: 110%;
	padding-left: 0.625em;
}

.photo_view_special_slideshow_metadata_col {
	float: left;
	margin: 0 0.3125em 0 1.25em;
	width: 15.625em;
}

.photo_view_special_slideshow_metadata_col h3 {
	margin: 0;
	padding: 0;
	font-size: 80%;
}

.photo_view_special_slideshow_metadata_col .photo_view_special_slideshow_metadata_col_desc_text {
	font-size: 70%;
}


.photo_view_special_slideshow_photo_col {
        float: left;
        margin: 0 0.625em 0 0.625em;
}

.photo_view_special_slideshow_cell {
	float: left;
/*	padding: 0.125em;
*/
	height: 3.0em;
	width: 3.0em;
	background-position: center center; 
	margin: 0.125em;	
/*
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
*/
	cursor:  pointer;
}


.photo_view_special_slideshow_row {
	clear: both;
/*
	background-color: red;
*/
}

.rss_link {
/*
        background-color: transparent;
        background-image: url(http://downloads.unmultimedia.org/radio/GUI/BTN/btn_RSSicon.gif);
        background-repeat: no-repeat;
	background-position: middle left;
        padding-left: 1.25em;
*/
}

.photo_view_toolbox .rss_link {
	margin-right: 0.9375em;
}

.photo_view_prev_next .rss_link {
	/*margin-left: 2.5em;*/
/*
	background-position: bottom left;
*/
}

.photo_view_prev_next a.rss_link, .photo_view_prev_next a.sort_by_link {
	color: #4189dd;
	text-decoration: none;
}

.photo_view_prev_next a.rss_link:hover, .photo_view_prev_next a.sort_by_link:hover {
	text-decoration: underline;
}

.photo_view_prev_next_sort_by {
        margin-right: 2.5em;
}


.static_text {
}

.static_text p {
	padding: 0 0.625em 0 0.625em;
	font-size: 80%;
}

.static_text h3 {
	font-size: 75%;
	padding: 0 0.9375em 0 0.9375em;
}

.static_text h2 {
        font-size: 85%;
        padding: 0 0.625em 0 0.625em;
}

.static_text .static_text_a, .static_text .static_text_q {
	padding: 0 0.625em 0 0.625em;
	font-size: 80%;
}

.static_text .static_text_q {
	font-weight: bold;
}

.static_text .static_text_a {
	margin-bottom: 1.25em;
}

.static_text .static_text_ul {
	font-size: 80%;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: circle;
	margin: 1.25em 1.25em 1.25em 2.5em;
	padding:0;
}

.static_text pre {
	margin: 0.625em 2.5em 0.625em 2.5em;
	background-color: #e5e5e5;
	padding: 0.3125em;
}

.toggle {
/*
        background-color: transparent;
        background-image: url(btn_crosshair3.jpg);
        background-repeat: no-repeat;
        padding-left: 1.25em;
*/
}

.toggle1 {
}

.photo_view_featured_slideshow_row_hidden {
	display: none;
}

.photo_view_prev_next_slideshow_box_hidden {
	display: none;
}

/*CSS-Style Definitons for whole document*/
/*
body {
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#666666;
}**/

p.block {
	text-align:justify;
}

/*additional font-size setting*/
.xsmall {
	font-size: x-small;
}



/* BEGIN test - not in use yet */
td.photos {
	background-color:#DFDFDF;
/*	border-color:#555555;
	border-style:solid;
	border-width:1px;*/
}
/* END test - not in use yet */



/*BORDERLINE FOR CONTENT TABLES*/
table.border {
	border: 2px solid #333333;
}

/*BORDERLINE FOR CONTENT TABLE CELLS AND CONTENT ALIGNMENT*/
table.border td {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align:center;
}


/*adding some space between the pictures and the captions*/
.captions {
	font-size:x-small;
	position:relative;
	top:5px;
}


/*Setting the font-size and color for the left menu (does not effect links)*/
.leftmenu {
	font-size: x-small;
	color: #333333;
}

.H1 {
	font-size: medium;
	text-align:center;
}

.Warning {
	color: #FF0000;
}

/*Background-Image of top menu*/
.topbg {
	background-image:url('css.gifs/top.banner.gif');
	background-repeat:repeat;
	color:#dddddd;
	text-align:center;
	vertical-align:middle;
}

/*devision line between left menu elements*/
.devider {
	position:relative;
	top:1px;
	left:-1px;
	background-image:url('css.gifs/devider.gif');
	background-repeat:repeat;
}

/*adding some space after 'advanced search' in firefox*/
.spacer {
	background-image:url('css.gifs/spacer.gif');
	background-repeat:repeat;
	width:209px;
	height:3px;
}

/*indent for 'In the news'-items in left menu*/
.indent {
	position:relative;
	top:0px;
	left:10px;
}

/*cell aligning*/
.c-align {
	vertical-align:middle;
	text-align:center;
}

/*CSS-Style for left menu headers*/
/*Search Menu Header*/
.MenuHeader-SBG {
	background-image:url('css.gifs/searchheader.gif');
	background-repeat:repeat;
	width:209px;
	height:23px;
}

/*Search Menu Header Style*/
.SearchHeader-Style {
	position:relative;
	top:-4px;
}

/*General Menu Header*/
.MenuHeader-BG {
	background-image:url('css.gifs/menuheader.gif');
	background-repeat:repeat;
	width:209px;
	height:16px;
}

/*General Menu Header Style*/
.MenuHeader-Style {
	position:relative;
	left:12px;
	font-style:normal;
	font-weight:normal;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


/*CSS-Styles for <a>-tags*/

/*header*/
/* links not yet visited */
a.head:link {
	text-decoration:none;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #dddddd;
	}

/* visited links */
a.head:visited {
	text-decoration:none;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #dddddd;
}

/* links on "MouseOver" */
a.head:hover {
	text-decoration:underline;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
}

/*body*/
/* links not yet visited */
a.body:link {
	text-decoration:none;
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #365381;
	}

/* visited links */
a.body:visited {
	text-decoration:none;
	font-size:x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #365381;
	}

/* links on "MouseOver" */
a.body:hover {
	text-decoration:underline;
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003063;
	}

/*content*/
/* links not yet visited */
a.content:link {
	text-decoration:underline;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #0052A3;
	}

/* visited links */
a.content:visited {
	text-decoration:underline;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #005EBD;
}

/* links on "MouseOver" */
a.content:hover {
	text-decoration:none;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #005EBD /*#006BD6; #003063;*/
}

/* ADDED BY TPJ */

#photo_bottom_nav_bar{
	clear: both;
	margin-left: 1.1em;
	/*padding-left: 1.25em;*/
}

#photo_bottom_nav_bar h3.browseheader{
  	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	background-color: #aac7e4;
	/*font-weight: bold;*/
	/*color: #011e49;*/
	margin: 0.8em 0em 0em 0em;
	padding-top: 0.2em;
	padding-right: 0.4em;
	padding-bottom: 0.2em;
	padding-left: 0.7em;
	font-size: 0.75em;
}


#photo_bottom_nav_bar .browse li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	/*font-weight: bold;*/
	/*padding-top:0.1875em;*/
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0.1875em;
	margin: 0em 0em 0em 0em;
	color: #000000;

}


#photo_bottom_nav_bar .browse li a{
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #b8c2dc;
	font-size: 0.85em;
	padding-right: 0.7em;
	padding-bottom: 0.4em;
	padding-left: 0.7em;
	padding-top: 0.3em;
	color: #000000;
}

#photo_bottom_nav_bar .browse li a:active{
	color: #00275b;
	background-color: #d6def5;
}

#photo_bottom_nav_bar .browse li a:hover
	background-color: #d6def5;
	text-decoration: underline;
}


/* */

#tv.en .spotlight {
	clear: both;
	height: 20em;
}

#tv.en #twentyfirstcentury_spotlight.spotlight {
        clear: both;
        height: 22.5em;
}


#tv.en .spotlight .player {
	float: left;
	margin: 0.625em;
	width: 20em;
}

#tv.en .spotlight .metadata_col {
        float: left;
	width: 23em;
	margin: 0.625em;
}

#tv.en .spotlight #twentyfirstcentury_metadata_col.metadata_col {
	width: 20em;
}


#tv.en .spotlight .about_col {
        float: left;
	width: 12.5em;
	margin: 0.625em 0 0.625em 0.625em;
	border-left: 1px solid #cccccc;	
	padding-left: 0.625em;
}

#tv.en .spotlight #twentyfirstcentury_about_col.about_col {
        width: 15em;
}


#tv.en .spotlight .about_col h2, #tv.en .spotlight .about_col .description {
        font-size: 70%;
}

#tv.en .spotlight .about_col h2 {
	border-bottom: 1px solid #cccccc;
}

#tv.en .spotlight .metadata_col .label {
	font-size: 70%;
	border-bottom: 1px solid #cccccc;
}

#tv.en .spotlight .metadata_col h3.title {
	background-color: #FFFFFF;
	font-size: 90%;
	padding: 0;
	margin: 0.3125em 0 0.3125em 0.3125em;
}

#tv.en #twentyfirstcentury_spotlight.spotlight .metadata_col h3.title {
}

#tv.en .spotlight .metadata_col .trt, #tv.en .spotlight .metadata_col .program_num {
        float: left;
	margin: 0.3125em;
	font-size: 70%;
}

#tv.en .spotlight .metadata_col .description {
	margin: 0.3125em 0 0.3125em 0.3125em;
	font-size: 75%;
}

#tv.en .spotlight .metadata_col .transcript {
	clear: both;
        margin: 0.3125em;
	font-size: 70%;
}

#tv.en .spotlight .metadata_col .play_link {
	float: left;
	font-size: 70%;
	margin: 0.3125em;
	padding: 0 0 0.625em 0;
}

#tv.en .spotlight .metadata_col .story {
        clear: both;
}


#tv.en .spotlight .metadata_col a, #tv.en .featured_box_item a, #tv.en .featured_box_footer a {
	color: #4189dd;
	text-decoration: none;
}

#tv.en .spotlight .metadata_col a:hover, #tv.en .featured_box_item a:hover, #tv.en .featured_box_footer a:hover {
	text-decoration: underline;
}

#tv.en .featured_box_label {
        clear: both;
	font-size: 70%;	
	margin: 0.625em;
	padding: 0 0 0 0.3125em; 
}

#tv.en .featured_box_footer {
        clear: both;
        font-size: 70%;
	text-align: right; 
	padding: 0 0.3125em 0 0;
	margin: 0.3125em 0.625em 0.625em 0.625em;	
}

#tv.en .featured_box {
        clear: both;
/*
       	border: 1px solid #cccccc;
*/
	margin: 0.625em ;
	padding: 0.3125em 0.3125em 0.3125em 0.9735em ;
	background-color: #ebebeb;
}

#tv.en .featured_box_row {
	clear: both;
	height: 12.5em;
}

#tv.en .featured_box_item {
        float: left;
	width: 9.375em;    
	height: 10.625em;
        margin: 0.3125em;
        padding: 0.625em;
	background-color: #ffffff;
}


#tv.en #twentyfirstcentury_featured_box.featured_box .featured_box_item {
	width: 11.25em;
	margin: 0.3125em 0.625em 0.3125em 0.625em;
}

#tv.en .featured_box_item .title {
	font-size: 75%;
	margin: 0.3125em 0 0 0;
}

#tv.en .featured_box_item .description {
        font-size: 70%;
}

#tv.en .featured_box .featured_box_row .programme_label_item {
	float: left;
        margin: 0.3125em;
        padding: 0.625em;
	font-size: 70%;
	border: 1px solid #cccccc;
}
