@charset "utf-8";
/* CSS Document */

#legend {
	position:absolute;
	visibility:hidden;
	padding:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	z-index:1;
}

input {
	background:url(../images/outros/bg_input.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#AA9D60;
	border:solid 1px #F0EACE;
	padding-left:3px;
}

textarea {
	background:url(../images/outros/bg_input.jpg) repeat-x #FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#AA9D60;
	border:solid 1px #F0EACE;
	padding-left:3px;
}

.botao {
	background:url(../images/outros/bg_button.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	height:22px;
	font-weight:bold;
	border:solid 1px #F0EACE;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}
.botao2 {
	background:url(../images/jquery/title.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#999;
	font-weight:bold;
	border:solid 1px #D8D2BB;
	padding-left:3px;
	cursor:pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

select {
	background:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#AA9D60;
	border:solid 1px #F0EACE;
	padding-left:3px;
}

ul.lat_publicidade  {
	list-style:none;
	margin:0px;
	height:100px;
	margin-bottom:15px;
	padding:0px;
}
ul.lat_publicidade li  {
	display:none;
	height:100px;
}



/* PAGINACAO */
.paglin {
	background:url(../images/internas/pag_lin.gif) no-repeat;
	font-weight:bold;
	width:23px;
	height:23px;
	float:left;
	padding-top:5px;
	text-align:center;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	margin-top:10px;
}
.pagsel {
	background:url(../images/internas/pag_sel.gif) no-repeat;
	font-weight:bold;
	width:23px;
	height:23px;
	float:left;
	padding-top:5px;
	text-align:center;
	margin-right:5px;
	color:#FFFFFF;
	margin-top:10px;
}

/* THUMB FOTOS */
.thumbfotos {
	border: 0px;
	border: solid 2px #D8D2BB;
}

/* TEXTOS */
.amarelo {
	color: #FEC901;	
}

/* LINKS */
a.acesso:link {
	color:#E85505;
	text-decoration:none;
}
a.acesso:visited {
	color:#E85505;
	text-decoration:none;
}
a.acesso:hover {
	color:#666666;
	text-decoration:underline;
}

a.clique:link {
	font-family:verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
a.clique:visited {
	font-family:verdana;
	font-size:10px;
	color:#333333;
	text-decoration:none;
	font-weight:normal;
}
a.clique:hover {
	font-family:verdana;
	font-size:10px;
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}

a.clique2:link {
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
a.clique2:visited {
	font-family:verdana;
	font-size:10px;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}
a.clique2:hover {
	font-family:verdana;
	font-size:10px;
	color:#333333;
	text-decoration:underline;
	font-weight:normal;
}

a.deletar:link {
	font-family:verdana;
	font-size:10px;
	color:#cc3300;
	text-decoration:none;
	font-weight:bold;
}
a.deletar:visited {
	font-family:verdana;
	font-size:10px;
	color:#cc3300;
	text-decoration:none;
	font-weight:bold;
}
a.deletar:hover {
	font-family:verdana;
	font-size:10px;
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}
a.clique3:link {
	font-family:verdana;
	font-size:10px;
	color:#E85505;
	text-decoration:none;
	font-weight:bold;
}
a.clique3:visited {
	font-family:verdana;
	font-size:10px;
	color:#E85505;
	text-decoration:none;
	font-weight:bold;
}
a.clique3:hover {
	font-family:verdana;
	font-size:10px;
	color:#E85505;
	text-decoration:none;
	font-weight:bold;
}
/* EVENTOS E CONGRESSOS MEDICOS */
#conteudo #envieamigo {
	padding:3px;
	padding-bottom:8px;
	background:#f0f0f0;
	margin-bottom:3px;
	border: solid 1px #e5e5e5;
	margin-bottom:15px;
}

/* LIGHTBOX */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* MODAL WINDOWS */
.modal-overlay
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:102;
}
* html .modal-overlay
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window
{
	position:fixed;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	top:50%;
	left:50%;
	margin:0;
	padding:10px;
	z-index:102;
	background:#FFF;
	border:solid 2px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
* html .modal-window
{
	position:absolute;
}

.modal-overlay2
{
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background:#000;
	opacity:.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	z-index:101;
}
* html .modal-overlay2
{   
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.modal-window2
{
	position:fixed;
	top:0;
	left:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0;
	padding:10px;
	z-index:102;
	background:#FFF;
	border:solid 2px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
* html .modal-window2
{
	position:absolute;
}

/* ALERTS, CONFIRMS, PROMPTS */
#popup_container {
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 3px #D8D2BB;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	font-family: Arial, Geneva, sans-serif;
	background: #CCC url(../images/jquery/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #D8D2BB;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/important.gif);
	padding: 1em 1.75em;
	margin: 0em;	
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#666;
}
#popup_content input {
	background:url(../images/jquery/title.gif) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#666;
	height:22px;
	font-weight:bold;
	border:solid 1px #D8D2BB;
	padding-left:3px;
	cursor:pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_content.alert {
	background-image: url(../images/jquery/important.gif);
}

#popup_content.confirm {
	background-image: url(../images/jquery/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/jquery/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
