@charset "iso-8859-1";


/*******************************************************************************
JMC2009
NATO Medical Conference 2009
 */

/*******************************************************************************
*  skidoo_too.css : 2005.08.29
* -----------------------------------------------------------------------------
*  A remake of the skidoo layout with the middle column appearing first in
*  source ordering.
*******************************************************************************/

/* begin with generic selectors so that they can be overridden if needed
 * by classes deeper in the stylesheet
 */
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide
{
	display: none !important;
}
.inside
{
	/* glitch in IE caused by vertical padding in this class, so 0 padding is
	 * set here and those blocks that need the vertical padding must be 
	 * applied to the parent element. the purpose of this class is to provide
	 * horizontal padding without using hacks to get around IE's broken box 
	 * model. so it's okay to apply vertical padding to the parent element, 
	 * just not horizontal padding.
	 */
	padding: 0 0 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 140%;
	color: #3399cc; /* azul mais claro */
	line-height: 1.1em;
}
h2
{
	margin-top: 40px;
	font-size: 120%;
}
h3
{
	font-size: 110%;
}
h4
{
	font-size: 100%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}


a, a:link, a:visited, a:active
{
	text-decoration: none;
	color: #2E579E; /* azul */
}
a:hover
{
	text-decoration: underline;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

/* now we craft the core layout of the page. this includes positioning and
 * gutter space. colors and fonts should not come into play at this point.
 * when defining a border, default its color to white which is probably
 * the safest thing to do.
 */
body
{
	margin-top: 0;
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
	background-color: #4d4948;
	background-image: url(/jmc/imagens/fundo.gif);
	
}
#pageWrapper
{
	border: solid 0px #fff;
	border-width: 0 0px;
	min-width: 40em;	/* IE doens't understand this property. EMs are used
				   so that as the font size increases, the proportional
				   limitations (min-width) increase with it, rather
				   than creating a middle column that can only fit
				   3 or 4 characters in it. */
	/*width: 970px; para resolucão de 1024x780 */
	width: 760px;
}

* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}

#mastheadPT /* parte de cima, banner de topo */
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 120px;
	background-color: #4d4948;
	background-image: url(/jmc/imagens/fundoheaderPT.jpg);
}

#mastheadEN /* parte de cima, banner de topo */
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 120px;
	background-color: #4d4948;
	background-image: url(/jmc/imagens/fundoheaderEN.jpg);
}


#mastheadFR /* parte de cima, banner de topo */
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 120px;
	background-color: #4d4948;
	background-image: url(/jmc/imagens/fundoheaderFR.jpg);
}

#header2
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0px;
	height: 20px;
	background-color: #4d4948;
	background-image: url(/jmc/imagens/fundobarraesq.jpg);
}

#header3 
{
	border: solid 0px #fff;
	margin: 0;
	padding: 0;
	height: 22px;
	background-color: #4d4948;
}

#headeresq 
{
	float: left;
	width: 170px;
	height: 22px;
	background-color: #153351;
	background-image: url(/jmc/imagens/fundoheaderesq.jpg);
	background-repeat: repeat-y;
	text-align:center;
	color: #fff;
	font-family: Verdana;
	font-size: 0.8em;
	margin-top: 0px;
	}
	
#headerdir
{
	float: right;
	width: 590px;
	height: 22px;
	background-color: #d1d2d4;
	/* background-image: url(/jmc/imagens/fundoheaderdir.jpg);
	background-repeat:no-repeat; */
		color: #fff;
		font-family: Verdana;
	font-size: 0.8em;
	margin:0; margin:0;
	}


#headerdir ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#headerdir li  {display: inline;  margin: 0px; padding:  2px 6px 4px 6px;}
#headerdir ul li a {text-decoration:none;  color: #fff;  }

.n1
{ background-color: #000; height: 22px; }
.n2
{ background-color: #555; height: 22px;}
.n3
{ background-color: #777; height: 22px;}
.n4
{ background-color: #999; height: 22px;}
.n5
{ background-color: #bbb; height: 22px;}
.n6
{ background-color: #ddd; height: 22px;}

.desc 
{
	padding-top: 2px;
}





#masthead h1
{
	padding: 0;
	margin: 0;
}



#outerColumnContainer
{
	/* 
?
	 */
	border-left: solid 14em #fff;  /* espaço para a coluna do lado esquerdo  */
	border-right: solid 16em #fff; /* espaço para a coluna do lado direito  */
}
#innerColumnContainer
{
	border: solid 0px #fff;
	border-width: 0 0px;
	margin: 0 -1px;		/* compensate for the borders because of 100% width declaration */
	width: 100%;
	z-index: 1;
	
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	/* para corrigir depois de colocada a imagem de topo dos canais */
	

}

#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
	
}
#middleColumn
{
	float: right;
	margin: 0 0 0 0px;
	width: 100%;
	z-index: 5;
	background-image: url(/jmc/imagens/fundologodir.gif);
	background-repeat: no-repeat;
	margin-top: -10px;
	padding-top: 120px;
}
#leftColumn
{
	float: left;
	margin: 0  0px 0 -170px; /* fixed width era -185px */
	width: 170px; /* fixed width */	
	margin-top: -10px;
	background-image: url(/jmc/imagens/fundologoesq.gif);
	background-repeat: no-repeat;
	height: 200px;
}



p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}





#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #fff;
}
html, body
{
	background-color: #4d4948;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 1.0em;
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}
#masthead
{
	background-color: #fff;
	color: #fff;
}


/* Cores de fundo */
#outerColumnContainer
{
	border-left-color: #fff;	        /* left column background color */
	border-right-color: #fff;	/* right column background color */
	background-color: #fff;		    /* set the background color for the middle column here */
}






#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;

}
#rightColumn .inside .vnav
{
	font-size: 110%;
}

#middleColumn .inside
{
	color: #525152; 	/* cor do corpo principal */
}






/******************************************************************************/

/* aqui começa o novo código css */

#headerleft
{
	border: solid 0px #fff;
	border-width: 0px 0;
	padding: 0.5em;
	height: 65px;
	background-color: #4d4948; /* cor de fundo do top da pagina */
}




#breadcrumb  
{
	background-color: #fff;
	color: #000;
	text-align: left;
	font-size: 0.9em;

}







.foto 
{
	border: solid 1px #000;
}







/* fixed width */
* html .HNAV
{

	width: 760px; /* fixed width*/
	height: 30px;
}

#outerColumnContainer
{
	border-left: solid 173px #fff;  /* espaço para a coluna do lado esquerdo  */
	border-right: solid 40px #fff; /* espaçamento à direita do conteúdo central */

}





/* ------- footer ------------------ */

#footer
{
	border-width: 0px 0;
	border-top: solid 2px #ee1c23;
	
	padding-right: 1em;
	margin: 0;
	margin-top:0;
	text-align: center;	

	height: 42px;
	background-color: Transparent;
	background-image: url(/jmc/imagens/fundofooter3.gif);


}

#copyright
{
	padding: 0;
	padding-top: 3px;
	font-size: 0.9em;
	text-align: center;
	padding-left: 170px;
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
	color: Gray;
}











* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	/* width: 970px;  PARTE DE CIMA */
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}



#outerColumnContainer
{
	text-align: left;	/* keep the content left-aligned */
	font-family: verdana, Arial;
	font-size: 0.8em;
	color: #444;
	
}

#center
{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	
}

	
	BR { clear: left }
	



	
#outerColumnContainer, #homepage
{
	padding-top: 10px;
	
}



	
	
/* ---------------------------- JMC2009 ------------------------------------------   */


#navigation_oben
{ text-align: left; padding: 10px; height: 30px; margin: 0;}

 #navigation_oben a:link, #navigation_oben a:visited 
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
 	color: #666;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	padding: 10px;
	margin: 0;
	margin-right: 10px;
	margin-left: 10px;
 }

 #navigation_oben a:hover {
 	color: #fff;
 	background: #666;
	text-decoration: none;
	border: 0;
	margin-right: 10px;
	margin-left: 10px;
 }
 
 #fundobot
 {
	padding: 0;
	padding-top: 10px;
	height: 22px;
	background: #fff;
	background-position: right bottom;
	background-repeat:no-repeat;
	border-top: #solid 1px #ee1c23;
	text-align: right;
	font-family: Arial;
	font-size: 0.7em;
	color: #fff;
	}

#fundobot ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#fundobot li  {display: inline;  margin: 0px; padding: 3px 8px 0 12px; }
#fundobot ul li a {text-decoration:none;  color: #fff; }
	
.fbaixo1 
	{
			height: 22px;
	background-image: url(/jmc/imagens/fbaixo1.gif);
	background-repeat:no-repeat;
	}
	.fbaixo2
	{
	height: 22px;
	background-image: url(/jmc/imagens/fbaixo2.gif);
	background-repeat:no-repeat;
	}
	.fbaixo3
	{
	height: 22px;
	background-image: url(/jmc/imagens/fbaixo3.gif);
	background-repeat:no-repeat;
	}
	

	
	
#hosted 
{ 	float: left; margin: 0; padding: 0; }


#flags 
{ margin: 3px 0 0 0; padding: 0;
	float: right; margin-right: 0px; padding-right: 50px;
	}
#flags img
{ margin: 0; padding: 0; border: solid 0px #444;	}
#flags ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#flags li {display: inline;  margin: 0px; padding:0;}
#flags ul li a {text-decoration:none;  margin: 0px;
	padding: 0px; color: #fff;
	background: #fff;}
#flags ul li a:hover {}	
	
	
/* ---------- HOMEPAGE --------- */
#homepage 
{
	background-color: #fff;
	border: 0; padding: 0;
	margin-left: -173px;
		font-family: verdana, Arial;
	font-size: 0.8em;
	color: #444;
}

#teste 
{
	background-color: #fff;
	border: 0; padding: 0;
		font-family: verdana, Arial;
	font-size: 0.8em;
	color: #444;
}


/* vertical navigation stuff. mostly exactly as seen in the vnav.css styleheet
 * in the original skidoo layout.
 */
.vnav
{
	/* margin: 1em 0; */
/*	margin-left: -12px;
	margin-right: -12px;*/
	margin-top: 160px;
	margin-left: -10px;
	padding: 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 0px #fff;
	border-bottom-width: 0;
	font-weight: normal;
	margin-right: 0px;

}
.vnav ul li
{
	border-bottom: solid 1px #fff;
	margin-left: 0;
	
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	display: block;
/*	padding: 2px; */
	line-height: normal;
	padding-left: 10px;
}


/* primeiro nível */
.vnav ul li a
{
	display: block;
	padding:  2px  2px 2px 6px;
	margin:  0px 0 4px 0;


}

.vnav li H1
{
	text-transform: none;
	font-size: 0.8em;
	background-color: #eee;
	margin-bottom: 2px;	
}

/* segundo nivel */
.vnav ul ul li a
{
	padding:  3px 2px 3px 10px;
	margin:  2px 0 2px 0;
	border: 0;
}

.vnav ul li, .vnav ul ul li
{
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

/* terceiro nivel */
.vnav ul ul ul li a
{
	padding-left: 20px;
	margin: 0px;
}

/* quarto nivel */
.vnav ul ul ul ul li a
{
	padding-left: 30px;
	margin: 0px;
}

.vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active
{
	text-decoration: none;
	font-weight:normal;
	color: #000; /* azul mto escuro - cor das letras do menu vertical esquerdo */
}

.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}

.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

* html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */
{/	height: 0.01%;
}
* html .vnav ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
	margin: 0;
}

#pageWrapper, #masthead, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .hnav, .hnav ul li a
{
	border-color: #fff;
}


/* DESCE */

.desce a:link, .desce a:visited, .desce a:active
{
	text-decoration: none;
	font-weight:normal;
	color: #fff;
}