/* country.css */

#country_title_bar 
{
	border-top: 5px solid #D4DFC7;
}

#country_intro #country_table
{
	width: 100%;
	margin-top: 5px;
	border: 1px solid #BFBFBF;
	border-bottom: 5px solid #BFBFBF;
	border-collapse: collapse;
}

#country_intro #country_table td
{	
	border: 1px dashed #BFBFBF;
}

#country_intro #country_table td#intro
{	
	width: 450px;
	height: 200px;
}

#country_intro #country_table td#random
{	
	width: 450px;
	height: 200px;
	/*background-color: #B2B2B2;*/
	text-align: center;
	border-left: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;	
}

#country_profile
{
	margin: 0; 
	margin-left: 20px;
	margin-right: 20px;
	font-size: 12px;
}

#country_profile h1
{
	color: darkred;
	font-size: 14px;
}

#threechoice
{
	border: 0px solid white;
	margin-left: 20px;
	margin-right: 20px;	
	margin-top: 20px;
	width: 100%;
}

#threechoice td#id1
{
	border: 0px solid white;
	border-bottom: 15px solid #C8C765;
	margin-right: 5px;
	width: 33%;
}

#threechoice td#id2
{
	border: 0px solid white;
	border-bottom: 15px solid #FBCC7A;
	margin-right: 5px;	
	width: 33%;	
}
#threechoice td#id3
{
	border: 0px solid white;
	border-bottom: 15px solid #C2C8E1;
	margin-right: 5px;	
	width: 33%;	
}

.countrycolumn
{
	border: 1px solid #BFBFBF;
	margin-top: 10px;
	padding: 4px 5px 4px 5px;
	width: 100%;
	text-align:left;
	
}

.countrycolumn .title
{
	border-right: 1px dashed #BFBFBF;
	width: 170px;
}

.countrycolumn .pcroom
{
	border-left: 1px dashed #BFBFBF;
	width: 170px;
}


.countrycolumn .data
{
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
}

#navlist 
{
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

.noindent  {  padding-left: 15px; margin-left: 0px; list-style-type:  circle; font-size: 12px; }

.font_green
{
	color: green;
}



