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

@import url(website.css);
@import url(flags.css);

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

h1 {
		color:#FFFFFF;
		text-align:center;
}
p{
			color:#FFFFFF;
		text-align:center;
		padding:0px;
		margin:0px;
}

html,
body {

	padding: 2px;
	margin-left: auto; 
	margin-right: auto;
	width:590px;
	height: 280px; /* 100 % height */
	background-image:none;
}

a {
	color: #ffffff;
	text-decoration: none;
}


#country-table {
	margin:auto;
	border-style: none;
	border: solid  #333 1px;
}
#country-table #filler {
	width:100%;
}

#country-table tr td {
	padding:2px;
	margin:0px;	
}
#auto, #chosen_country  {
	padding:4px;
	text-align:center;
	display:block;


}
#auto {
	margin-top:10px;
	margin-bottom:10px;
	border: solid  #333 1px;
	width:40%;
	margin-left:30%;
	margin-right:30%;
}

#chosen_country {
	background: #333;
	width:80%;
	margin-left:10%;
	margin-right:10%;
}

#chosen_country a {
	margin-top:10px;
	margin-bottom:10px;
}

#auto a {

	display:block;
}


.flags {
	display:inline;
	float:left;
	background-image:url(../images/flags.png);
	background-repeat:none;
	height:13px;
	width:22px;
}



