/*
 * 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 $
 *
 */

body {
	padding:0; 
	margin:0; 
	height:100%; 
	width:100%;
}

/* Overlay */
#modalOverlay {
	background-color:#000; 
	cursor:wait;
}



/* Container */
/* Enviar senha */
#esqueci_senha {
	height:140px; 
	width:350px; 
	left:34%; 
	top:25%; 
	_top:20%; 
	*top:20%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#esqueci_senha a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#esqueci_senha #basicModalContent {
	padding:8px;
}

/* Entidade */
#modal_entidade {
	height:250px; 
	width:580px; 
	left:27%; 
	_left:25%; 
	*left:25%; 
	top:25%; 
	*top:20%; 
	_top:20%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_entidade a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_entidade #basicModalContent {
	padding:8px;
}

/* pessoa */
#modal_pessoa {
	height:250px; 
	width:380px; 
	left:33%; 
	_left:33%; 
	*left:33%; 
	top:25%; 
	*top:20%; 
	_top:20%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_pessoa a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_pessoa #basicModalContent {
	padding:8px;
}

/* arquivo */
#modal_arquivo {
	height:206px; 
	width:380px; 
	left:33%; 
	_left:33%; 
	*left:33%; 
	top:40%; 
	*top:40%; 
	_top:40%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_arquivo a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_arquivo #basicModalContent {
	padding:8px;
}

/* estatisticas */
#modal_estatistica {
	height:160px; 
	width:380px; 
	left:33%; 
	_left:33%; 
	*left:33%; 
	top:40%; 
	*top:40%; 
	_top:40%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_estatistica a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_estatistica #basicModalContent {
	padding:8px;
}

/* SEGMENTO */
#modal_segmento {
	height:190px; 
	width:600px; 
	left:25%; 
	_left:25%; 
	*left:25%; 
	top:35%; 
	*top:35%; 
	_top:35%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_segmento a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_segmento #basicModalContent {
	padding:8px;
}

/* FATOR */
#modal_fator {
	height:165px; 
	width:380px; 
	left:33%; 
	_left:33%; 
	*left:33%; 
	top:40%; 
	*top:40%; 
	_top:40%; 
	margin-left:0px; 
	background-color:#fff; 
	border:3px solid #ccc;
}

#modal_fator a.modalCloseImg {
	background:url(../img/basic/x.png) no-repeat; 
	width:25px; 
	height:29px; 
	display:inline; 
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-18px; 
	cursor:pointer;
}

#modal_fator #basicModalContent {
	padding:8px;
}