/* 
 * International Astronomical Union 
 * Copyright (c) 2007 ESA/Hubble & International Astronomical Union
 *
 * Developers: 
 *   Lars Holm Nielsen <lnielsen@eso.org>
 *   Hosam Hassan <hhassan@eso.org>
 *
 * $Id$
 */


html, body, #container, #containerbottom, #footermargin {
	background-color: #000000;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 100%; /* 100 % height */
	/*min-width: 880px;
	max-width: 1600px;*/
	background-image: url("../images/footerbg.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#footer, #header, #body, #container, #footermargin, #containerbottom {
	width: 960px;
}

/* LAYOUT SETUP */
#container, #containerbottom {
	float: left;
	background-image: url("../images/pagebg.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

#footermargin {
	float: left;
	height: 7px;
}

.content, .leftcolumn {
	float: left;
	margin-left: 7px;
	margin-right: 0px;
	display: inline;
}


.leftcolumn {
	width: 175px;
}

.content {
	width: 771px;
}

.date {
	color: #888888;
}

#header {
	height: 132px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header_link {
	display:block;
	width:520px;
	height:90px;
	float:left;
}
#header_link_unesco{
	display:block;
	margin-left:220px;
	width:110px;
	height:100px;
	float:left;

}
#header_link_iau{
	display:block;
	margin-left:10px;
	width:80px;
	height:100px;
	float:left;
}


#footer {
	float: left;
	padding-bottom: 25px;
}

#footercontent {
	margin-left: 7px;
}

.margin, #navigation {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

#copybar, #communityfooter, #webselector {
	float: left;
}

#copybar {
	width: 263px;
	text-align: center;
}

#communityfooter {
	width: 335px;
	text-align: right;
}

#webselector {
	width: 335px;
	text-align: left;
	border: 0;
	font-weight: bold;
}


#nmtext {
	float: left;
	padding-top: 8px;
}

#twocolummcontent, #singlecolumn {
	width: 751px;
}

#maincolumn {
	float: left;
	width: 555px;
	margin-right: 10px;
}

#rightcolumn {
	width: 176px; 
	float: right;
	margin-left: 10px;
	overflow: hidden;
}

#contentfooter {
	padding-top: 15px;
	width: 100%;
	clear: both;
}

hr {
	border-top: 1px solid #cdcdcd;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: 0 0 0 0;
	height: 1px;
	clear: both;
}

#contentfooter hr {
	margin-bottom: 0.5em;
}

#twocolummcontent {
	background-image: url("../images/contentbg.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float:left;
}

/* ITEM BOX */
#border_box, .pr_box {
	background-color:#f2f2f2;
	padding: 1px 9px 9px 9px;
	margin: 0em 1em 1em 0em;
}

/* BOX CORNERS */
span.cornertopright {
	display: block;
	height: 10px;
	font-size: 1px;
    background-image: url(../images/corners.png);
    background-repeat: no-repeat;
	background-position: 100% -10px;
}

span.cornertop, 
span.cornertop span, 
span.cornerbottom, 
span.cornerbottom span {
    display: block;
	height: 10px;
	font-size: 1px;
    background-image: url(../images/corners.png);
    background-repeat: no-repeat;
}

span.cornertop span {
	background-position: 100% -10px
}

span.cornerbottom {
	background-position: 0px -20px
}

span.cornerbottom span{
	background-position: 100% -30px;
}

span.cornertopgrey, 
span.cornertopgrey span, 
span.cornerbottomgrey, 
span.cornerbottomgrey span {
    display: block;
	height: 6px;
	font-size: 1px;
    background-image: url(../images/cornergrey.png);
    background-repeat: no-repeat;
}

span.cornertopgrey span {
	background-position: 100% -6px
}

span.cornerbottomgrey {
	background-position: 0px -12px
}

span.cornerbottomgrey span{
	background-position: 100% -18px;
}

/* TOP MENU */
#header {
	text-align: right;
}

#topbox {
	margin: 0;
	padding: 0;
	width: 960px;
	height:103px;
}

#topmenu {
	padding-top: 0px;
}

#topmenu, #topmenu div#tab {
	height: 29px;
}

#topmenu div#topmenuarea {
	background-color: #ffffff;
	min-width:410px;
	max-width: 708px;
	overflow: hidden;
    background-image: url(../images/cornerright.png);
    background-repeat: no-repeat;
	background-position: 100% 0px;
	padding-right: 10px;
	padding-top: 4px;
	height: 25px;
	color: #999999;
	font-size: 0.9em;
	font-weight: bold;
	padding-right:20px;
}

#topmenu div#tab, #topmenu div#topmenuarea {
	float: right;
}

#topmenu div#tab {
	background-image: url(../images/tabend.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 45px;
}

#searchbox {
	margin-left: 20px;
}

#topmenuarea a {
	color: #999999;
	text-decoration: none;
}

#topmenuarea a:hover {
	text-decoration: underline;
}


/* NAVIGATION */
#navigation {
	background-color: #ffffff;
	clear:both;
	margin-bottom: 10px;
}

#breadcrumb, #breadcrumb a {
	color: #555555;
	font-size: 11px;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

/* PAGE STYLE */
#singlecolumn, #maincolumn, #rightcolumn {
	line-height: 1.4em;
	margin: 0px 0px 10px 0px;
}

#singlecolumn h1, #maincolumn h1, #rightcolumn h1 {
	line-height: 1.3em;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
}

h3 {
	font-size: 13px;
}

#rightcolumn hr {
	margin-bottom: 1em;
}

h4 {
	font-size: 12px;
}

h3, h4 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}


.archive_image {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #cdcdcd;
}

.image_container {
	font-size: 0.9em;
}

.image_container a:hover {
	color: #bbb
}

.image_container p {
	padding: 0px;
	margin:  0px;
	text-align:center;
	color: #BBB;

}

div.credit p {
	color: #888888;
}

.archive_download, .pr_image_list {
	margin-top: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
}

.archive_image {
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-bottom: 1em;
	border: 1px solid #cdcdcd;
}



table.info_table {
	border-spacing: 0px;
}

table.info_table td {
	vertical-align: top;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

table.info_table tr {
}

.embargo_notice {
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	font-size: 13px;
}

/* ARCHIVES */

table.archive_normal {
	border-spacing: 0.5em;
}

table.archive_normal td.titlerow, table.archive_normal td.imagerow {
	margin-left: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

table.archive_normal td.imagerow {
	border: 1px solid #cdcdcd;
	vertical-align: middle;
}

table.archive_normal td.titlerow {
	border: 1px solid #cdcdcd;
	background-color: #eeeeee;
	vertical-align: top;
}


/* FONTS */
body {
	font-family: Arial, sans-serif;
}

body, #leftcolumn h1 {
	font-size: 12px;
}

#footercontent #copybar {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

a {
	color: #2d6db4;
	text-decoration: none;
}	

.extlink {
    background-image: url(../images/extlink-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    margin-left: 5px;
}

a:hover {
	text-decoration: underline;
}

#copybar a {
	color: #000000;
}

img {
	border: 0;
}

/* MENU */
.mitem, .mitem_expandable, .mitem_expanded {

	margin-bottom: 1px;
	font-weight: bold;
	overflow: hidden;

}

.mitem_expanded { 
	cursor:n-resize;
}



.mitem_expandable { 
	cursor:s-resize;
}

.menu { padding-left: 0px; }
.mgroup, .mgroup_selected { overflow: hidden; }
.mgroup { display: none; }

.mitem a, .mitem_expandable a, .mitem_expanded a {
		color: #000000;
}

.mitem a:hover, .mitem_expandable a:hover, .mitem_expanded a:hover {
	text-decoration: none;
}


.mlevel1, .mlevel2, .mlevel3, .mlevel4, .mlevel5 {

	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mselected {
	background-color: #B1D5FF;;
}

.mlevel1 { padding-left: 10px; background-color: #e4e4e4;}
.mlevel2 { padding-left: 20px; background-color: #f2f2f2; }
.mlevel3 { padding-left: 30px; background-color: #ffffff; }
.mlevel4 { padding-left: 40px; background-color: #ffffff; }

.mhover {
	background-color: #DCE6FF;
}

.mitem_expandable .arrow {

	background: url(../images/arrow_h.gif);

}
.mitem_expanded .arrow {

	background: url(../images/arrow_v.gif);

}

.arrow {
	display:block;
	width:10px;
	min-height:15px;
	margin:0px;
	padding:0px;
	float:left;
}

.mitem a {
	margin:0px;
	padding:0px;
	display:block;
}

.mitem_expanded .arrow, .mitem_expandable .arrow {
	background-repeat:no-repeat;
	background-position: 0px 3px;
}

/* SPONSORS */
#sponsors {
	float: left;
	width: 12%;
	text-align: right;
	font-size: 0.9em;
	padding-right: 2%;
}
#sponsors_imgs {
	float: left;
	width: 86%;
	text-align: left;
}

/* FRONTPAGE */
.featurebox {
	float: left;
	width: 100%;
	background-color: #e4e4e4;
	margin-bottom: 1em;
}

.init_hide {
	visibility:hidden;

}

.featurebox > div {
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	padding-bottom: 7px;
}


.subfeatureleft, .subfeatureright {
	width: 49%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.subfeatureleft {
	float: left;
}

.subfeatureright {
	float: right;
}

.boxheadline {
	font-weight: bold;
	font-size: 1.3em;
	padding-left: 4px;
	float: left;
}

.featurefade {
	position:relative;
}

.feature {
	width: 529px;	
	height:200px;
	overflow:hidden;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.feature .feature_image {
	width: 539px;
	height: 130px;
	border: 0px;

}


.feat_but_left {
	background-image: url(../images/feat-prev.png);
	left:10px;
}
.feat_but_right{
	right:20px;
	background-image: url(../images/feat-next.png);
}

.feat_but_left, .feat_but_right {
	position:absolute;
	top:50px;
	opacity:0.5;
	display:block;
	width:50px;
	height:40px;
}


.readmore {
	padding:0px;
	margin:0px;
	text-align: right;
}

.videoplaceholder {
	text-align: center;
	width: 276px;
	height: 175px;
	display:block;
	background-color: #e4e4e4;

}

#featuredvideobox {
	cursor: pointer;
}

.front_prel {
	float: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.front_prel_img {
	float: left;
	width: 69px;
	margin-left: 3px;
}

.front_prel_txt {
	float: right;
	width: 186px;
	margin-left: 10px;
}

.front_prel_txt_only {
	float: left;
}

.boxrightlink {
	float: right;
}

/* RIGHT COLUMN */
#gsponsor {
	width: 100%;
	text-align: center;
}

#countdownbox {
	text-align: center;
	padding: 2px;
	font-size: 0.8em;
	width: 146px;
	background-color: #efefef;
	height: 1.2em;
}



#rightbox {
	text-align: center;
	padding: 2px;
	font-size: 0.8em;
	width: 146px;
	background-color: #efefef;
	margin-top: 4px;
}



#flagsbutton {
	text-align: center;
	display:block;
	float: left;
	width: 155px;
	height: 30px;
	background-image: url('../images/flagsbutton.png');
}

#flagsbutton a {
	display:block;
	margin:4px;
	padding:4px;
	color:black;
}

/* PAGINATOR */
.paginator {
	text-align: center;
	width: 100%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	clear:both;
	float: left;
}

/* COUNTRY DISPLAY */

#map_open_button {
	display:block;
	text-align:center;
}

#map_close_button {
	font-size:8pt;
	display:block;
	text-align:center;
}

#embedded_map {
	display:none;
}

#nationalnodes-table{
width:100%;
}
#nationalnodes-table td {
vertical-align:top;
width:50%;
}


#nationalnodes-table .flags {
	border: solid black 1px;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	margin-right:10px;
	background-image:url(../images/flags.png);
	background-repeat:none;
	width:22px;

}

.flagcountry {
	margin:0px;
	padding:0px;
	display:block;
}

.graytext {
	color: #888888;
}

/* PAGINATOR */
.paginator {
	text-align: center;
	width: 100%;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	clear:both;
	float: left;
}

.paginator_previous {
	display:block;
	float: left;
	width: 10%;
	text-align: left;
}

.paginator_pages {
	display:block;
	float:left;
	width:80%;
	text-align:center;
}

.paginator_next {

	float: right;
	width: 10%;
	text-align: right;
}

.paginator_details {
	text-align: center;
	margin-top: 0.3em;
	clear: both;
	float: left;
	width: 100%;
}

.left {
	text-align: left;
	float: left;
	width: 33%;
}

.middle {
	text-align: center;
	float: left;
	width: 33%;
}

.right {
	text-align: right;
	float: right;
	width: 33%;
}


.prv {
	font-weight: normal;
	color: #ff0000;
}

.text_intro {
	font-weight: bold;
}

div.pr_lead {
	margin-top: 1em;
	float: left;
}

div.pr_list_image {
	float: left;
	clear: none;
	margin-right: 1em;
	margin-bottom: 2em;
	background-color: #eeeeee;
	text-align: center;
	height: 100%;
}

img.pr_list_image {
	border: 0;
}

div.pr_list_text {
}

div.pr_box {
	float: left;
}

.pr_headline {
	margin-top: 0px;
	font-size: 13px;

}

.pr_list_text a {
	color:black;	
}

.read_more_link a {
	color: #2D6DB4;
}


.pr_more_link {
	margin-top: 0.2em;
	text-align: right;
}

/* wraps with text */
.inline_image {
	float:left;
	font-size: 0.9em;
}

/* caption! */
.inline_image p {
	clear:all;
	padding: 0px;
	margin:  0px;
	text-align:center;
	color: #BBB;

}

.pr_image {
	float:left;
	width: 180px;
	margin-right: 1em;
	margin-bottom: 0.0em;
}

/* SMALLSEARCHBOX */
.smallsearch, .smallsearch_ready {
	padding:0px;
	width:90px;
	margin-bottom:20px;
}

.blog h2 a, .blog h2 a:visited {
  text-decoration: none;
  color: black;
}

.blog .entry {
  margin-bottom: 1.5em;
}

.blog .title {
}

.blog .author {
  color: gray;
  margin-bottom: 0.5em;
}

.pr_idtype {
	font-size: 10px;
	color: #888888;
}