.agenda {
	background: #539513;
	padding: 25px 25px 1px 25px;
	margin: 10px 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	}

.loading {
	background: url("../../templates/media/loading-green.gif") 50% 50% no-repeat;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	}
	
.article {
	background: black;
	border: 1px solid white;
	padding: 10px 10px 10px 15px;
	}
.article .float_right {
	padding-left: 10px;
	}
.article h1, .article h2, .article p {
	color: #ccc;
	}

#Pagination {
	text-align: center;
	font-size: 11px;
	padding: 5px 0 5px 0;
	color: white;
	margin: 0 auto 10px auto;
	}
#Pagination a {
	padding: 3px 4px;
	color: #ccc;
	margin: 3px;
	}
#Pagination a:hover {
	color: #000000;
	}
#Pagination .current {
	background: #080707;
	padding: 3px 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	}
#Pagination .prev {
	margin-left: 15px;
	margin-right: 10px;
	}
#Pagination .next {
	margin-left: 10px;
	margin-right: 15px;
	}
	
.detail {
	padding: 3px;
	overflow: hidden;
	margin-bottom: 10px;
	}
.detail a {
	float: right;
	color: white;
	font-size: 11px;
	}
.detail a:hover {
	text-decoration: underline;
	}
.txt_detail {
	display: none;
	padding-top: 10px;
	}
		
p.vide {
	color: white;
	padding: 20px;
	text-align: center;
	}