/* misc 

today, calendar, hospital, countries, greenpeace, opap, photoscope
*/

@import url("promos/greenpeace/greenpeace.css");


/* Country profiles
----------------------------------------------- */
.tiles	{
	margin: 0;
	padding: 0;
	}
.tiles li	{
	float: left;
	width: 240px;
	}
.tiles li h2	{
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding-bottom: 5px;
	border-bottom: 1px solid #eee;
	}
.tiles li h2 a:visited	{ color: #0C346E !important; }
.tiles select	{ 
	width: 220px; 
	margin-bottom: 30px;
	}
	
.simple-flags	{
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
.simple-flags li	{
	padding: 0;
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	height: 100px;
	}
.simple-flags img	{ margin-bottom: 5px; }

.flags {
	margin: 0;
	padding: 0;
	}		
.flags li	{
	margin: 0 0 15px 15px;
	float: left;
	width: 100px;
	_width: 99px;
	height: 100px;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	overflow: hidden;
	}
.flags li:hover	{
	background: #ffc;
	border-color: #999;
	}
.flags li a	{
	display: block;
	font-size: 12px;
	margin: 5px;
	outline: none;
	}
.flags li a:hover	{ text-decoration: none; }

#country-profile blockquote	{
	margin: 15px 0 20px;
	padding: 0;
	font-size: 14px;
	color: #202020;
	line-height: 1.4em;
	overflow: hidden;
	padding: 12px;
	border: 1px solid #DDD;
	background: #F9F9F9;
	}
#country-profile blockquote	img { 
	border: 1px solid #CCC;
	padding: 3px;
}
#country-profile h3	{
	margin: 20px 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #eee;
	color: #555;
	}
#country-profile li	{
	margin: 0;
	padding: 5px 0 5px 10px;
	}
#country-profile dl	{ overflow: hidden; }
#country-profile dt	{
	margin: 10px 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	float: left;
	clear: left;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	}		
#country-profile dd	{
	margin: 10px 0 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eee;
	float: left;
	width: 280px;
	}	
#country-profile .bottom	{
	border-bottom: none !important;
	}

#country-selector 				{ margin-bottom: 20px; }	
#country-selector .countries,
#area-selector .countries		{ margin-bottom: 10px; }
#country-selector .countries dt,
#area-selector .countries dt	{ margin-bottom: 10px; }	
#country-selector .countries dd,
#area-selector .countries dd	{
	padding: 5px 0 5px 15px;
	float: left;
	width: 130px;
	background-position: 5px 50%;
	}
#country-selector .countries dd			{ 
	width: 150px; 
	background: none; 
	padding: 5px 0; 
	overflow: hidden;
	white-space: nowrap;
	}
#country-selector .countries dd a:hover	{ text-decoration: none; }
#country-selector p			{ margin-bottom: 10px; }
#country-selector select	{ 
	width: 300px; 
	}		
#area-selector dd.active	{ 
	font-weight: bold; 
	color: #555;
	background-color: #ffc;
	}
#area-selector a:visited	{ color: #0C346E !important; }
#country-profile section.tabs h2 {
	background-color: #eee;
	margin-bottom: 5px;
	padding: 5px;
	font-weight: bold;
	color: #333!important;
	font-size: 13px;
}
#country-profile section.tabs h2:hover {
	background-color: #ddd;
}
#country-profile section.tabs span:before{
	content : "\f054 " ;
	display: inline-block;
	width: 20px;
	text-align: center;
	font-family: awesome;
}
#country-profile section.tabs span { 
	display: block; 
	cursor: pointer;
}
#country-profile section.tabs h2.active span:before{
	content: "\f078 ";
	font-family: awesome;
}
#country-profile section.tabs h2.active { 
	background: #555; 
	color: #fff!important;
}
#box-general, #box-info, #box-leaders, #box-media {
	padding: 12px;
	border: 1px solid #555;
	margin-top: -6px;
	margin-bottom: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
	opacity: 1;
}

/* Today
----------------------------------------------- */
.today h6	{
	margin: 20px 0 10px;
	background: none;
	border-bottom: 1px solid #ccc;
	}
.today h6 a	{
	color: #0C346E;
	text-decoration: none;
	}
.today h6 a:hover	{	
	color: #202020 !important;
	text-decoration: underline;
	}

#content.today 	{
	width: 780px;
	}
.today .calendar	{
	overflow: hidden;
	border: 1px solid #ccc;
	border-width: 1px 2px 2px 1px;
	width: 80px;
	float: left;
	margin: 0 20px 20px 0;
	}
.today .calendar span	{
	display: block;
	text-align: center;
	padding: 5px;
	}
.today .day,
.today .month	{
	background: #F0F0F0;
	color: #202020;
	}
.today .mday	{
	font-size: 24px;
	font-weight: bold;
	}

.today .misc	{	
	float: left;
	}
.today .misc p	{
	margin: 0 0 5px 0;
	}

.today .weather	{
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
	_height: 1%;
	}
.today .weather h6 a	{
	float: left;
	}
.today .weather form	{
	float: right;
	margin-top: 0;
	}
.today .weather ol	{ clear: both; }
.today .weather li	{
	float: left;
	margin-right: 23px;
	text-align: center;
	max-width: 17%;
	}
.today .weather li p	{
	margin: 5px 0;
	}
	
.today-facts	{
	overflow: hidden;
	_height: 1%;
	}
.today-facts strong	{
	color: #CC0000;
	}
.today-facts em	{
	font-size: 11px;
	color: #6f6f6f;
	}
.today h2 {
	font-size: 18px;
	color: #000;
	}
.today form.pharmacies	{
	margin-bottom: 20px;
	background: #fafafa;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	}
.today form.pharmacies label {
	font-weight: bold;
	margin-right: 10px;
	color: #555;
	}
.today form.pharmacies select { margin-right: 10px; }
.hospitals .hours {
	padding-left: 12px;
	background: url("img/clock.gif") no-repeat center left;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	}
.hospitals li:hover	{
	background: #FAFAFA;
	}
.hospitals li	{
	padding: 10px 0 10px 4px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	}
.hospitals h3	{
	font-size: 14px;
	}
.hospitals p	{
	margin: 5px 0 0;
	color: #6f6f6f;
	position: relative;
	}
.hospitals strong { font-size: 14px; }
.bottom {
	margin-bottom: 0 !important; 
	border-bottom: none !important;
	padding-bottom: 0 !important;
	background-image: none !important;
	}

/* Rater */	
#rater {
	overflow: auto;
	margin: 10px auto;
	padding: 4px;
	text-align: center!important;
	}
* html #rater {
	height: 1%;
	overflow: visible;
}

#rater img 			{ padding: 1px;}	
#rater p {
	font-size: 11px;
	color: green;
	text-align: center;		
	margin: 0 0 2px 0!important;
	padding: 0!important;
}
#rater p.null { color: #888; }
#rater p em { font-style: normal; }
#rater .rater-avg{
	float: left;
}
#rater-my {
	font-size: 11px;
	position: relative;
	float: right;
}	

/* Modules | this css hosts all the news modules
----------------------------------------------- */

/* Kiosk
----------------------------------------------- */



.photos-table p	{ 
	margin: 2px 0 0 0;
	padding: 0;
	line-height: normal;
	}
.photos-table a	{ outline: none; }
#media-img-container	{ 
	height: 500px; 
	}
#media-img-descr	{ margin-top: 20px; }
#kiosk #content div.center {
	padding: 10px 0px;
	text-align: center;
	}
#kiosk #content div.center img {
	background: #fff url("img/tile.gif");
	}
#kiosk #content table td img {
	margin-bottom: 5px;
	}
#kiosk #content table tfoot td {
	text-align: right;
	font-size: 13px;
	background: #F1F4F9;
	}
#kiosk #content table tfoot form, #kiosk #content table tfoot select {
	float: none;
	}	
#kiosk #right form {
	padding: 4px;
	border: 1px solid #eee;
	background: #FAFAFA;
	}
#kiosk-quick {
	margin: 10px 0px;
	height: 600px;
	overflow: auto!important;
	}
#kiosk-quick li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#kiosk-quick li a {
	display: block;
	padding: 3px 0px;
	font-size: 11px;
	border-bottom: 1px solid #eee;
	}
#kiosk-quick li a:visited {
	color: #ddd;
	}
#kiosk-quick li a.hi {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}
	
#kiosk #kiosk-quick h4,
.photoscope-pop h4 {
	padding: 5px 5px;
	background: #7CA0C4;
	font-style: normal;
	text-align: left;
	margin: 0;
	color: #fff;
	}	
	
.photoscope-pop	{
	border: 1px solid #ccc;
	overflow: hidden;
	_height: 1%;
	margin-bottom: 20px;
	}
#kiosk .photoscope-pop ul	{ 
	overflow: hidden; 
	margin: 0;
	padding: 0;
	}
.photoscope-pop	li	{
	float: left;
	margin-left: 15px;
	_margin-left: 12px;
	padding: 10px 0;
	}
.photoscope-pop h4	{
	background-color: #eee;
	color: #333;
	}
	
/* Fun
----------------------------------------------- */
#fun #content table caption span {
	float: left;
	}	
#fun  #content table caption form {
	float: right;
	}
#fun #content p.center { margin: 20px 0px; }
#fun #content td p {
	margin: 0px;
	margin-top: 10px;
	}

#fun2day #content {width: 602px;}

/* This css is to be used with opap and automoto games and all alike tables
----------------------------------------------- */
#grid.ratings #content {
	width: 780px;
	}
#grid #content table {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #DCDCC1;
	width: 100%;
	text-align: left;
	}

#grid #content table th,#grid #content table td {
	padding:5px;
	border-width: 0px 1px 1px 0px;
	border-color: #DCDCC1;
	border-style:solid;
	}
#grid #content tbody th {font-weight:bold;text-align:center;color:#cc0000;}	
#grid #content table tbody tr {background:#fff;}
#grid #content table tbody tr.hi {background:#F8FAFD;}
#grid #content table tbody tr.w {background:#fff;}
#grid #content table thead th, #grid #content table thead td ,table tfoot th {
	background:#FFFFF2;
	color:#505050;
	font-weight: bold;
	}	
#grid #content table tfoot tr th {text-align:center;}

/* Captions
----------------------------------------------- */
#fun #content table caption , 
#kiosk #content table caption,
.photos-table caption,
#grid #content table caption {
	caption-side: top;
	text-align: left;
	padding: 5px;
	background: #7CA0C4;
	font: normal bold 13px "Open Sans", arial,serif;
	color: #fff;
	border-bottom: 6px solid #fff;
	border-top: 10px solid #fff;
	overflow: auto;
	}
#fun #content table caption a, 
#kiosk #content table caption a,
.photos-table caption a {
	color: #fff;
	}


/* Popular
----------------------------------------------- */
#main.pop #content dl dt span {
	display:block;
	float:left;
	background:url(img/pop_back.gif) no-repeat left top;
	color:#fff;
	font:normal bold 10px "Open Sans", verdana,serif;
	padding:2px 0px 75px 0px;
	width: 20px;
	text-align: center;
	height: 42px;
	}
html > #main.pop #content dl dt span	{margin-right:5px;}
#main.pop #content dl dd  				{margin-left: 22px;}
html>#main.pop #content dl dd			{margin-left: 25px!important;}

/* my ----------------------------------------------- */

#my #content ul li dt {
	display: block;
	padding: 0 0 5px 15px;
	color: #1C2745;
	background: url(img/comment.gif) no-repeat 0px 2px;
	}
#my #content ul li em	{ color: #808080; font-size: 11px; }
#my #content ul li		{
	padding: 0px;
	background: none;
	position: relative;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #eee;
	height: 18px;
	}
html>#my #content ul li {height: auto;}

#my #content ul li p	{ margin: 0; }
#my #content ul li span {
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	margin-right:5px;
	}

#my #content ul li span a {
	text-decoration: none;
	display: block;
	font: normal normal 10px verdana,serif;
	width: 10px;
	height: 12px;
	background: url(img/delIt.gif) no-repeat 0px 2px;
	}

#my #content ul li address {
	font: normal normal 11px arial,serif;
	color: #808080;
	display: block;
	padding-left: 15px;
	margin: 1px 0px 3px;
	}
	
/* XML Service
----------------------------------------------- */
#xml #content ul li {
	padding: 3px 0px 3px 10px;
	background: none;
	border-width: 0px 0px 1px 1px;
	border-color: #eee;
	border-style: solid;
	}
#xml #content ul li a	{font-weight: bold;}
#xml #content ul li img {
	margin-right: 10px;
	float: left;
	}
#xml #content ul li.sub {
	padding-left: 45px;
	}
#xml #content ul li.sub a	{font-weight: normal;}
#xml #content ol li, #alerts #content ol li {
	padding: 3px 0px 3px 5px;
	list-style-type: circle;
	margin-left: 15px;
	}

/* .text 
====================================================================== */
input.text,
input.txt,
textarea,
.text			 {
	font: normal 13px Arial Arial, Helvetica, sans-serif;
	border: 1px solid #bbb;
	border-color: #6f6f6f #ccc #ccc #ccc;
	padding: 3px;
	background-color: #FAFAFA;
	outline: none;
	vertical-align: middle;
	}
textarea.text 	{ overflow: auto;		}
select.text	{ padding: 2px; 		}
.text-focus 	{  background-color: white; 	}
.text:focus,
textarea:focus,
.txt:focus 	{ background-color: white; 	}

/* Generic Forms
----------------------------------------------*/	
#form #content form dl dt {
	background: #7CA0C4;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px 0px;
	color: #fff;
	border-bottom: 1px solid #587FA7;
	height: 23px;
	position: relative;
	}
#form #content form dl dt span {
	float: left;
	padding: 2px;
	display: block;
	width: 40px;
	color: #fff;
	background: #587FA7;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	}
#form #content form dl dt label {
	float: left;
	display: block;
	padding: 4px 0px 4px 10px;
	margin: 0px;
	}
#form #content form dl dd.center {
	margin: 10px 0px 0px;
	border-top: 1px solid #eee;
	}
#form #content form dl dd blockquote a {
	font-size: 11px;
	}
#form #content form dl dd blockquote ul li {
	padding: 2px 0px 2px 0px;
	margin-left: 15px;
	list-style-type: disc;
	font: normal normal 11px arial,serif;
	}
#form #content form dl dd {
	padding: 5px 0px;
	margin: 0px;
	}
#form #content form dl dd textarea {
	margin-top: 5px;
	height: 250px;
	width: 100%;
	display: block;
	}
#form #content form dl dd select {
	width: 205px;
	float: left;
	}
#form #content form dl dd blockquote {
	margin: 5px 0px 0px 0px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: #F0F0E7;  
	background: #F5F5EF;
	padding: 5px;
	}
#form #content form dl dd blockquote.right {
	margin: 0px;
	width: 190px;
	}
#form #content form dl dd blockquote p {
	margin: 5px 0px;
	}

/* Feedback Form
-----------------------------------------*/
#aform #content #feedbackForm textarea {
	width: 100%;
	}

/* Autocomplete
----------------------------------------------- */
.autocomplete {
	border: 1px solid #ccc!important;
	z-index: 99999;
	background: #fff!important;
	max-height: 200px;
	overflow: auto;
	zoom: 1;
	}
*+html .autocomplete	{ position: relative; }
.autocomplete li {
	position: relative;
	overflow: hidden;
	padding: 3px 5px!important;
	cursor: pointer;
	text-align: left;
	font-size: 12px;
	}
* html .autocomplete li { height: 1%; }	
.autocomplete li span {
	position: absolute;
	right: 5px;
	color: green;
	top: 1px;
	display: block;
	}	
.autocomplete li.autocomplete-highlight {
	background: #3366CC;
	color: #fff;
	}	
.autocomplete-container	{
	margin: 10px 0 20px;
	padding: 0;
	text-align: center;
	}	
.autocomplete-container .field	{ width: 250px; }	
