/* 
	Clean and crisp table styles
	written by Mats Lindblad http://blogs.su.se/matlin/
*/

table {
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #f0f8ff;
	border-top: 0px double #87CEFA;
	border-bottom: 0px double #87CEFA;
}
th {
	padding: 1em;
	color: white;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0px;
}
thead th {
	border: 1px solid #bbb;
	white-space: nowrap;
}
tbody td ,tbody th {
	padding: 5px 5px;
	white-space: nowrap;
	background: #fff;
	color: #666;
}
tbody th {
	color: #047;
	/* font-weight: normal; */
	font-variant: normal;
	font-size: 0.9em;
}
tbody tr {
	border: 1px solid #dadada;
}
tbody tr td, tbody tr th {
	background: #ebebeb;
}
tbody tr.odd {
	border: none;
}
tbody tr.odd td, tbody tr.odd th {
	background: #fff;
}
tfoot td, tfoot th {
	border: none;
	padding-top: 10px;
}
caption {
	font-family: "Georgia", serif;
	letter-spacing: 5px;
	font-style: italic;
	text-align: left;
	text-indent: 2em;
	text-transform: uppercase;
	font-size: 150%;
	padding: 10px 0;
	color: #047;
}

table a {
	color: #2B961A;
	text-decoration: none;
}
table a:link {
	color: #2B961A;
	text-decoration: none;
}
table th a:link {
	color: white;
	text-decoration: none;
}
table a:hover{
	color: #44b031;
	text-decoration:none;
	/* font-weight:normal; */
}

.graf thead th {
	border: 1px solid #bbb;
	white-space: nowrap;
	background: url('../images/th-bg.png') repeat-x top;
}

.graf td{
	border: 1px solid #bbb;
	white-space: nowrap;
	background:#fff;
}


#graf2 td{
	border: 1px solid #bbb;
	white-space: nowrap;
	text-align:center;
	background:#fff;
}

#graf_inf a{
	padding:0px;
	margin:0px;
	}

#graf_inf{
	border: 1px solid #bbb;
	background: #eee;
	text-align:right;
	margin:0px;
	padding:2px;
	padding-right:10px;
	height:0px;
	white-space: nowrap;
}

#tabladosgraficos{
	padding:0px;
	margin:0px;
	text-align:left;
}

#graf_2{
	padding-left:0px;
	margin-left:0px;
	list-style:none;
}

#tabla_blank,#tabla_blank td,#tabla_blank tr{
	text-align:left;
	border:0px;
	/* font-size:small;
	color:#333; */
	background:#fff;
	padding:0px;
	margin:0px;
	/* font-family:verdana,sans-serif; */
}
#tabla_blank #little_msg{
	
	font-size:9px;
}

#toggle, #toggle a{
	
	padding:0px;
	margin:0px;
	list-style:none;
	
}

#tabla_blank2{
	
	border:1px solid #fff;
}

#tabla_blank2 td,tr,tbody{
	text-align:left;
	border:0px;
	font-size:12px;
	color:#333;
	background:#fff;
	border:1px solid #fff;
	
}

div.general-calls div.top-export {
	margin: 15px 0 0;
}

li.hidden {
	display: none;
}

li.more-li a{
	display: inline;
	padding: 0px;
}

.popup-html-link {
	background-color: #EAEAEA;
	box-shadow: 2px 2px 4px #999999;
	font-size: 12px;
	margin-top: 5px;
	max-width: 350px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	z-index: 100;
	text-align: left;
}

table.popups-data th.paises
{
	width: 65px;
}
table.agents-data th.popups
{
	width: 170px;
}
table.companies-data th.admins
{
	width: 300px;
}