*
{
	margin: 0;
	padding: 0;
}

html, body, form, div.wrapper
{
	color: #666;
    height: 100%;
}


body
{
	background: #0a3576 url(images/bg-header3.jpg) no-repeat center top;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

h2
{
	border-bottom: none;
	background: #148F2d url(images/h2title-background.jpg) repeat-x;
	color: #fff;
	font-size: 15px;
	height: clear;
	margin: 0 0 15px 0;
	padding: 6px 10px 6px 10px;
	text-align: left;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

h3
{
	background: transparent url(images/title-underline2.jpg) repeat-x 0 18px;
	color: #326d25;
	font-size: 14px;
	font-weight: bold;
	height: 36px;
    margin: 30px 0 -5px 0;
}

h4
{
	color: #439131;
	background: transparent url(images/title_bullet.gif) no-repeat 0 4px;
    font-size: 14px;
    padding: 0 0 0 14px;
    margin: 15px 0 5px 0;
}

p
{
	margin: 0 0 20px 0;
}

ul,ol
{
    margin: 0 0 20px 26px;
}

b, strong
{
	color: #326d25;
}

a:link, a:visited
{
	color: #326d25;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/*-------- Default Style --------*/
body,th,td,div,p,table,h1,h2,h3,h4,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead,.NormalBold,.NormalRed,.NormalTextBox, input
{
	font-family: Arial, Helvetica, Sans-Serif;
}

td,p,li
{
	font-size: 12px;
}

img
{
	/*behavior: url(/iepngfix.htc);*/
	border: 0;
}

/*----- Admin stuff ------*/
.Head
{
	color: #152e79;
	font-size: 16px;
	font-weight: bold;
}

.SubHead 
{
	color:#666;
	padding-right: 8px;
	/*text-align: right;*/
}

.WorkPanel td
{
	padding-top: 8px;
}

.SubSubHead{color:#6e8aa0;}
.NormalRed {color:#f00;}

/*-------ControlPanel changes ---------------*/
div.controlpanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
div.controlpanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
div.controlpanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}


/* Page style */
div.wrapper
{
    height: auto;
    min-height: 100%;
    position: relative;
}

div.header-wrapper
{
	height: 207px;
	position: relative;
	width: 100%;
}

div.header-content-wrapper
{
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 936px;
}

div.header-content-wrapper h1
{
	background: transparent url(images/logo-cneg-pt.png) no-repeat left bottom;
	height: 187px;
	margin: 0;
	padding: 0 19px;
	position: absolute;
	width: 351px;
}

div.header-content-wrapper h1 a
{
	float: left;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}

div.header-content-wrapper div.localepane
{
	background-color: #fff;
	height: 20px;
	left: 0;
	padding: 0 19px;
	position: absolute;
	top: 0;
	width: 351px;
}

div.header-content-wrapper h2
{
	background: transparent url(images/nw-maintitle-bullet.gif) no-repeat 0 7px;
	color: #fff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px !important;
	font-weight: bold;
	left: 210px;
	margin: 0;
	padding: 0 0 0 20px;
	position: absolute;
	top: 47px;
}

div.content-wrapper
{
	min-height: 300px;
	padding-bottom: 94px;
	width: 100%;
}

div.content-wrapper:after
{
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.content-wrapper 
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div.content-wrapper
{ 
    height: 1%;
}

div.content-wrapper 
{
    display: block;
	height: 100%;
}
/* End hide from IE-mac */

div.content-content-wrapper 
{
	height: 100%;
	margin: 0 auto;
	width: 936px;
}

/* Clearfix */
div.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.clearfix 
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html div.clearfix
{ 
    height: 1%;
}

div.clearfix 
{
    display: block;
	height: 100%;
}
/* End hide from IE-mac */


div.content-content-wrapper  div.breadcrumbs
{
	color: #666;
	font-size: 12px;
	padding: 0 0 20px;
}

.panes
{
	float: left;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.leftpane
{
	-moz-border-radius: 7px 0 0 0;
	-webkit-border-top-left-radius: 7px;
	-khtml-border-radius: 7px 0 0 0;
	border-radius: 7px 0 0 0;
	
	background: transparent url(images/bg-menu.png);
	height: 100%;
	left: 0;
	min-height: 100%;
	position: absolute;
	top: 0;
	width: 179px;
}

.contentpane, .homecontentpane
{
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-khtml-border-radius: 0 7px 0 0;
	border-radius: 0 7px 0 0;
	
	background-color: #fff;
	float: left;
	margin: 0 0 0 179px;
	min-height: 700px;
	padding: 20px 20px 20px 30px;
	top: 0;
	width: 707px;
}

.homecontentpane
{
	padding-top: 20px;
}

div.footer-wrapper
{
	margin-top: -94px; /* negative value of footer height */    
	background-color: #fff;
	clear: both;
	height: 94px;
	position: relative;
}

div.footer-content-wrapper
{
	height: 100%;
	margin: 0 auto;
	padding: 0 20px 0 209px;
	position: relative;
	text-align: right;
	width: 707px;
}

div.bottompane
{
	text-align: center;
}

div.bottompane a:link, div.bottompane a:visited
{
	color: #6a6e75;
	text-decoration: none;
}

div.bottompane a:hover
{
	text-decoration: underline;
}

div.authentication
{
	position: absolute;
	right: 20px;
	bottom: 15px;
}

/* Reusable divs */
div.logoslist
{

}

div.logoblock
{
	float: left;
	margin: 0 12px 10px 12px;
	text-align: center;
}

div.latestnews
{
}

div.newsbox
{
	background: #ddd url(images/bg-newsbox.jpg);
	float: left;
	margin-bottom: 20px;
	min-height: 105px;
	padding: 15px;
	width: 310px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

div.newsbox-featured
{
	background: #ddd url(images/bg-newsbox-featured.jpg);
	float: left;
	margin-bottom: 20px;
	min-height: 70px;
	padding: 15px;
	width: 670px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px; 
}

div.newsbox div.picture, div.newsbox-featured div.picture
{
	float: right;
	padding-left: 15px;
}

div.newsbox div.text p.title
{
	margin: 0;
	font-weight: bold;
}

div.newsbox-featured div.text p.title
{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

a.homelink:link, a.homelink:visited
{
	color: #0a3576;
	text-decoration: none;
}

a.homelink:hover
{
	text-decoration: underline;
}

div.newsbox div.text p.summary, div.newsbox-featured div.text p.summary
{
	margin: 0;
}

div.newsbox div.text p.morelink, div.newsbox-featured div.text p.morelink
{
	margin: 0;
}

/* Tabbed program page */
#simpleTabs, #simpleTabs2, #simpleTabs3, #simpleTabs4
{
	background: #888;
	width: 100%;
}

.simpleTabs-nav ul
{
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #d9d9d9;
}

.simpleTabs-nav li
{
	float: left;
	padding: 5px;
	color: #000;
	cursor: pointer;
}

.simpleTabs-nav li:hover
{
	background: #888;
}

.simpleTabs-nav li.close
{
	float: right;
}

.simpleTabs-nav li.actif
{
	color: #fff;
	font-weight: bold;
	background: #888;
}

.simpleTabs-content{
	clear: both;
	padding: 15px;
	color: #fff;
}

/* Archive items */
div.archivelistitem
{
	color: #439131;
	background: transparent url(images/title_bullet.gif) no-repeat 0 4px;
    font-size: 14px;
    padding: 0 0 0 14px;
    margin: 15px 0 5px 0;
}

div.archivelistitem p
{
	margin: 0;
}

/* Text */
p.bullet {
	margin: 5px 0 5px 0;
	padding-left: 10px;
	background-image: url(images/breadcrumb_green.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}

a.specialLink:link, a.specialLink:visited
{
    color: #0654ae;
    text-decoration: none;
}

a.specialLink:hover
{
    color: #0654ae;
    text-decoration: underline;
}

p.titulo_programacao {
	font-size: 14px;
	font-weight: bold;
	color: #036;
}

p.titulo_tema
{
	color: #036;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 5px 0 !important;
}

p.titulo_tema_download
{
	background: transparent url(images/arrow-download-button.png) no-repeat top left;
	color: #036;
	font-size: 13px;
	font-weight: normal;
	margin: 5px 0 5px 0 !important;
	min-height: 25px;
	padding: 5px 0 0 28px;
}

p.titulo_tema_download_box
{
	background: transparent url(images/arrow-download-button.png) no-repeat top left;
	color: #ffc;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 25px 0 !important;
	min-height: 25px;
	padding: 5px 0 0 28px;
}

p.titulo_tema_download_box a
{
	color: #ffc;
}

/* Tables */
table.peoplelist td, table.peoplelist th
{
	padding: 5px;
}

table.peoplelist th
{
	border-bottom: solid 2px #036;
}

table.peoplelist td.alternate-cell
{
	background-color: #DCE9FC;
}

table.novaprogramacao
{
	width: 100%;
}

table.novaprogramacao th
{
	background-color: #87AEBA;
	color: #fff;
	font-size: 22px;
	text-align: center;
}

table.novaprogramacao th.date
{
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}

table.novaprogramacao th.maincontent
{
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}

table.novaprogramacao tr
{
	background-color: #dce9fc;
}

table.novaprogramacao td, table.novaprogramacao th
{
	border-bottom: solid 1px #a8c4cc;
	padding: 8px 0 16px 0;
	vertical-align: top;
}

table.novaprogramacao tr.break
{
	background-color: #c5dafa;
}

table.novaprogramacao tr.break td, table.novaprogramacao tr.break h2
{
	color: #999 !important;
	text-align: center;
}

table.novaprogramacao td.time
{
	color: #87aeba;
	font-size: 26px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 16px;
	text-align: right;
	width: 140px;
}

table.novaprogramacao td.date
{
	color: #87aeba;
	font-size: 22px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 16px;
	text-align: right;
	width: 220px;
}

table.novaprogramacao td.room
{
	color: #87aeba;
	font-size: 26px;
	font-weight: normal;
	padding-right: 8px;
	padding-left: 16px;
	text-align: left;
	width: 140px;
}

table.novaprogramacao td.maincontent
{
	color: #87aeba;
	font-size: 22px;
	font-weight: bold;
	padding-right: 8px;
}

table.novaprogramacao h2
{
	color: #3c5a62;
	margin-top: 8px;
}

table.calendar
{
	width: 100%;
}

table.calendar
{
	width: 100%;
}

table.calendar td
{
	border-bottom: solid 1px #a8c4cc;
	color: #466d79;	
	padding: 8px 0 16px 0;
	vertical-align: top;
}

table.calendar tr
{
	background-color: #e0eaed;
}

table.calendar tr.break
{
	background-color: #ddd;
}

table.calendar td.time
{
	color: #87aeba;
	font-size: 26px;
	font-weight: normal;
	padding-left: 8px;
	padding-right: 6px;
	text-align: right;
	width: 140px;
}

table.calendar td.content
{
	padding-left: 8px;
	padding-right: 8px;
}

table.calendar td strong
{
	color: #466D79;
}

table.calendar h2
{
	background: none;
	color: #87aeba;
	font-size: 18px;
	margin-top: 8px;
	padding: 0;
}

table.calendar tr.break td, table.calendar tr.break h2
{
	color: #999 !important;
}

/* Lists */
ol.areastematicas ol li
{
	list-style-type: none !important;
}

ol .pseudo-num
{
	display: none
}

ol.pseudo-processed
{
	list-style: none;
	padding-left: 0
}

ol.pseudo-processed .pseudo-num
{
	display: inline;
	font-weight: bold
}

/* Formulário */

.table_pre-inscricao
{
}

.Pre-InscricaoFormLabel
{
font-size: 11px;
font-weight: Bold;
color: #036;
}

.Pre-InscricaoFormTitle
{
font-family: Arial;
font-size: 11px;
font-weight: Bold;
color: #fff;
}

.Pre-InscricaoFormCellSeparator
{
border-bottom: solid 1px #ddd;
border-top: solid 10px white;
background-color: #036;
padding: 8px 12px 3px 12px;
color: white;
}

.Pre-InscricaoFormCellField
{
background-color: #ddd;
border-bottom: solid 1px #ddd;
padding: 5px 5px 10px;
text-align: left;
}

.Pre-InscricaoFormCellSubmit
{
	border-top: solid 2px #aaa;
	color: #036;
	font-size: 11px;
	font-weight: Bold;
	text-align: center;
}

.Pre-InscricaoFormCellField input.NormalTextBox
{
	border: 0;
	height: 20px;
}

.Pre-InscricaoFormCellFieldRightAlign
{
background-color: #ddd;
border-bottom: solid 1px #ddd;
padding: 5px 0 10px 8px;
text-align: right;
}

.Pre-InscricaoFormCellSubmit
{
background-color: #fff;
padding: 5px 12px 10px 12px;
}

/* Menu */

.MainMenu_MenuContainer {
	width: 159px;
}

.MainMenu_MenuBar {
   	background: transparent url(images/nw-bg-menuitem.jpg) no-repeat;
}

.MainMenu_MenuItem
{
   	color: #6a6e75;
   	font-family: Arial, Helvetica, Sans-Serif !important;
	font-size: 11px;
   	height: 22px;
}

.MainMenu_MenuItemAct
{
}

.MainMenu_MenuItemSel
{
   	color: #6a6e75;
   	font-family: Arial, Helvetica, Sans-Serif !important;
	font-size: 11px;
    height: 22px;
}

.MainMenu_RightSeparator {
	cursor: hand;
	background-color: transparent;
	padding-right: 1px;
}

.StandardButton {
   background: #aaaaaa none;
   color: #ffffff;
   font-family: Verdana, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}

/* Créditos */
h3.powered-by
{
	background: transparent url(images/logo-powered-by-spel.png) no-repeat;
	border: 0;
	bottom: 10px;
	height: 56px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 19px;
	width: 142px;
}

h3.powered-by a
{
	float: left;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}