/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 * 
 * Adaptação: Sérgio Rossini, para o portal MME, modal de galerias de fotos.
 * 
 *
 */

/* Overlay */

#modalOverlay {
	background-color:#000; 
	cursor:default;
}

#simplemodal-overlay {
	background-color:#000; 
	cursor:default;
}

#simplemodal-container {
	left:20%; 
	top:1%; 
	background-color:#fff; 
	border:3px solid #ccc;
}

/* Container */
#modalContainer {
	left:20%; 
	top:1%; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modalContainer #basicModalContent {
	padding:8px;
	left:20%; 
	top:1%; 
	background-color:#fff; 
	border:3px solid #ccc;
	
}

.div_gallery_title {
	color: white; 
	font-family: sans-serif; 
	font-size: 27px; 
	font-weight: bolder; 
/*	margin-left: 36px; 
	margin-top: 32px; 
	position: fixed; */
}

.div_gallery_close {
	color: white; 
	font-family: sans-serif; 
	font-weight: bolder; 
	/* position: fixed; 
	margin-left: 661px; 
	margin-top: 3px;
	*/
	font-size: 12px; 
	text-align: right;
}

.table_div {
	background-image: url("../../../../mme/galerias/imagens/fundo_galeria.gif");
	/* padding-top: 75px; 
	padding-right: 35px; 
	padding-left: 37px; 
	padding-bottom: 30px; */
	width: 700px;
	height: 500px;
}

.table_gallery {
	width: 622px;
	height: 282px;
	background-color: white;
}

.td_gallery_picture {
	vertical-align: middle;
	text-align: center;
}

.td_gallery_name {
	width: 377px;
	height: 40px;
	text-align: right;
	padding-right: 15px; 
	color: #7F4F4F; 
	font-family: sans-serif; 
	font-weight: bold;
}

.td_gallery_time {
	padding-right: 15px; 
	color: #7F4F4F; 
	font-family: sans-serif; 
	font-weight: bold;
	width: 377px;
	height: 15px;
	text-align: right;
}

.td_thumbnail {
	color: #7F4F4F; 
	font-family: sans-serif; 
	font-size: 9px; 
	text-align: center;	
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 95px;
}

.td_thumbnail_selected {
	color: #7F4F4F; 
	font-family: sans-serif; 
	font-size: 9px; 
	text-align: center;	
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #A3C192;
	color: #FEFFFC;
	width: 95px;
}

.iframe_release {
	height: 202px;
	width: 392px;
	vertical-align: top;
}

.td_gallery_nav_next {
	width: 15px;
	padding-left: 15px;
}

.td_gallery_nav_previous {
	width: 15px;
}

.div_gallery_ministro_details {
}
