body {
	background-color: #c0c0c0;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

img{
	border-width: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: lighter;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	padding: 0;
	margin: 0px 0px 0px 0px;
}

a{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

/* Layouts Classes */
#body_container{
	position: relative;
	width: 740px;
	background-color: white;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	min-height: 50px;
}

#body_masthead{
	position: relative;
	width: 740px;
	height: 149px;
}

#body_logo_irfi{
	position: absolute;
}

#body_logo{
	position: absolute;
	left: 637px;
}

#body_strip{
	position: absolute;
	left: 382px;
	top: 118px;
}

#body_sernavbar{
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
	top: 130px;
	width: 358px;
	height: 19px;
	text-align: left;
	padding-left:9px;
	padding-top: 3px;
	background-color: #CC6601;
}

#body_highlights{
	position: relative;
	width: 376px;
	height: 20px;
	top: 9px;
	color: white;
}

#body_highlights a{
	color: white;
}

#body_highlights div.text{
	position: absolute;
	top: 3px;
	left: 80px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 10px;
	
}

#body_highlights div.left{
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;

}

#body_highlights div.right{
	float: right;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 2px;
}

#body_highlights div.hightext{
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 1px;
	left: 50px;
	
}


#body_navbar{
	position: relative;
	width: 740px;
	height: 20px;
	background-color: #666666;
}

#body_header{
	position: relative;
	width: 740px;
	height: 202px;
	background-color: #CC6601;
}

#body_header_department{
	position: absolute;
	top: 10px;
	left: 11px;
	z-index: 1;
}

#body_header_department h3{
	font-size: 11pt;
	color: white;
}

#body_header_title{
	position: absolute;
	width: 400px;
	margin-top:13px;
	top: 40px;
	left: 11px;
	/*z-index: -1;*/
}

/* tmp to change */
#body_header_title div#title h2{
	width:100%;
	display: none;
	font-size: 0pt;
}

#body_header_title div#title img{
	margin-left: -1px;
	margin-bottom: 5px;
}

#body_header_title div#titleservice img{
	margin-left: -8px;
	margin-bottom: 5px;
}

#body_header_title div#titleservice h1{
	display: none;
	font-size: 0pt;
}

#body_header_title div#subtitle h2{
	display: none;
	font-size: 0pt;
}

#body_header_title div#subtitle img{
	margin-left: -3px;
	margin-bottom: 5px;
}

#body_header_title div#subsubtitle h3{
	display: none;
	font-size: 0pt;
	/*color: white;*/
}

#body_header_title div#subsubtitle img{
	margin-left: -3px;
	margin-bottom: 5px;
}

#body_header_title div#subsubtitleservice img{
	margin-left: -2px;
	margin-bottom: 5px;
}

#body_header_title div#subsubtitleservice h3{
	display: none;
	font-size: 0pt;
	color: white;
}

#body_header_menu{
	position: absolute;
	z-index: 1;
	top: 169px;
	left: -29px;
}

#body_header_menu li{
	float: left;
	list-style-type: none;
	border-left: 4px solid white;
	font-size: 8pt;
	padding: 5px;
}

#body_header_menu a{
	color: white;
	text-decoration: none;
	font-weight: lighter;
}
/***********************/

/* body site definition */
#body_site_left{
	position: relative;
	margin-right: 225px;
	top: -11px;
	min-height: 440px;
	background-color: white;
}

#body_site_left div#primary{
	position: relative;
	float: left;
	width: 253px;
	margin-left: 11px;
}

#body_site_left div#primary p{
	margin: 2px;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

#body_site_left div#primary h1{
	color: #333333;
}

#body_site_left div#primary h3{
	font-size: 11pt;
}

#body_site_left div#primary div.hr{
	height: 12px;
	background-image: url(../img/hbar.gif);
	margin: 12px 0 12px 0;
}

#body_site_left div#primary div.hr hr{
	display: none;
}

#body_site_left div#secondary{
	position: relative;
	margin-left: 279px;
	margin-top: 14px;
	
}

#body_site_left div#secondary p{
	margin: 2px;
	padding: 0;
	color: #666666;
}

#body_site_left div#secondary h1{
	color: #333333;
}

#body_site_left div#secondary div.hr{
	height: 12px;
	background-image: url(../img/hbar.gif);
	margin: 12px 0 12px 0;
}

#body_site_left div#secondary div.hr hr{
	display: none;
}

#body_site_left div#contextualleft{
	position: relative;
	float: left;
	width: 175px;
	top: -36px;
	margin-left: 0px;
	border-top: 6px solid white;
	border-right: 7px solid white;
	font-size: 8pt;
}

#body_site_left div#contextualleft ul{
	margin: 0;
	padding: 0;
}

#body_site_left div#contextualleft li{
	list-style-type: none;
	border-top: 2px solid white;
}


#body_site_left div#contextualleft p{
	margin: 0;
	padding: 7px;
	color: white;
	height:11px;
	font-size: 11px;
}

#body_site_left div#contextualleft a.father{
	color: white;
	background: url(../img/arrow/arrow-bottom.gif) no-repeat right center;
	padding-right: 15px;
	text-decoration: none;
}

#body_site_left div#contextualleft a.father:hover{
	color: white;
	cursor: default;
	text-decoration: none;
}



#body_site_left div#contextualleft a.nohover{
	color: white;
	text-decoration: none;
}

#body_site_left div#contextualleft a.nohover:hover{
	color: white;
	text-decoration: none;
}

#body_site_left div#content{
	position: relative;
	margin-left: 179px;
	margin-top: 14px;
	
}

#body_site_left div#content p{
	margin: 2px;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

#body_site_left div#content h1{
	color: #333333;
}

#body_site_right{
	position: relative;
	float: right;
	width: 225px;
	top: -159px;
	min-height: 300px;
	background-color: white;
	
}

#body_site_right div#contextualright{
	position: relative;
	width: 218px;
	top: -21px;
	background-image: url(../img/hbar.gif);
	border-top: 6px solid white;
	border-left: 7px solid white;
	font-size: 8pt;
}

#body_site_right div#contextualright p{
	margin: 0;
	padding: 7px;
	border-top: 3px solid white;
	color: #414141;
}

#body_site_right div#contextualright p.info{
	padding: 0;
	margin: 0;
	border-top: 2px solid white;
}

#body_site_right div#contextualright p.download{
	margin-right: 60px;
	background: url(../img/arrow/arrow-bottom-right.gif) no-repeat center center;
}

#body_site_right div#contextualright p.download label{
	background: url(../img/download.png) no-repeat center center !important; 
	background: url(../img/download.gif) no-repeat center center;
}

#body_site_right div#contextualright p.links{
	color: white;
	border-top: 6px solid white;
}

#body_site_right div#contextualright a{
	color: #414141;
	text-decoration: none;
	font-weight: normal;
	font-size: 8.5pt;
}

#body_site_right div#thoughts{
	position: relative;
	width: 218px;
	top: -24px;
	border-top: 7px solid white;
	border-left: 7px solid white;
	font-size: 8pt;
}

#body_site_right p{
	margin: 0;
	padding: 7px;
	color: white;
}

#copyright{
	float:right;
	font-size: 6pt;
	margin-right: 2px;
	margin-bottom: 2px;
}

#body_footer{
	position: relative;
	clear: both;
	width: 740px;
	height: 120px;
	background-color: #C0C0C0;
	
}

#body_footer p{
	padding: 0;
	margin: 4px 0 0 1px;
	font-size: 7pt;
	
}

#body_footer div.hr{
	height: 17px;
	background-image: url(../img/barfooter.gif);
}

#body_footer div.hr hr{
	display: none;
}

#body_footer div.homehr{
	height: 17px;
	background-image: url(../img/home-hbar.gif);
}

#body_footer div.homehr hr{
	display: none;
}


/* HOME PAGE definition */
#home_container{
	position: relative;
	width: 740px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	min-height: 50px;
}


#home_header{
	position: relative;
	width: 740px;
	height: 260px;
	top: 0px;	
}


#home_header_fillin{
	display: none;
}

#home_header_fillin_show{
	position: absolute;
	top: 226px;
	left: 0px;
	width: 392px;
	background-image: url(../img/hbar.gif);
}

#home_header_gallery{
	position:absolute;
	left: 0px;
	top: 24px;
	width: 390px;
	z-index: 1;
}

#home_header_gallery div#left{
	position: absolute;
	z-index: 2;
	left: 12px;
	top: 101px;
}

#home_header_gallery div#right{
	position: absolute;
	z-index: 2;
	left: 369px;
	top: 101px;
}

#home_info{
	position: relative;
	z-index: 0;
	background-color: white;
	width: 300px;
	height: 25px;
	top: 235px;
	left: 440px;
	font-size: 10px;
	color: #333333;
}

#home_info label{
	position: absolute;
	margin-top: 6px;
	margin-left: 10px;
}

#home_info label.flag{
	position: absolute;
	top: -1px;
	left: 200px;
}

#home_info label.flag a{
	margin-left: 20px;
}

#home_news{
	position: absolute;
	z-index: 0;
	background-color: white;
	height: 236px;
	width: 440px;
	left: 300px;
}

#home_news div#home_calendar{
	position: absolute;
	background-image: url(../img/hbar.gif);
	width: 176px;
	height: 182px;
	left: 264px;
	top: -66px;
}


#home_calendar div#calendar_header{
	padding: 0;
	margin: 0;
	margin: 10px; 
}

#home_calendar div#calendar_header div.top{
	font-weight: bold;
	font-size: 10px;
	color: #333333;
	margin-bottom: 2px;
}

#home_calendar div#calendar_header label.month{
	margin-left: 5px;
	margin-right: 20px;
	color: #537600;
	font-weight: bold;
}

#home_news div#home_calendar table.calendar{
	width: 161px;
	height: 125px;
	margin: 5px;
}

#home_news div#home_calendar table.calendar td{
	text-align: center;
	font-size: 11px;
}

#home_news div#home_calendar table.calendar td.weekday{
	text-align: center;
	color: #333333;
}

#home_news div#home_calendar table.calendar td.today{
	text-align: center;
	color: #537600;
}

#home_news div#home_calendar table.calendar td.newsday{
	color: white;
	font-weight: lighter;
}

#home_news div#home_calendar table.calendar td.newsday a{
	color: white;
	font-weight: lighter;
}

#home_news div#home_calendar table.calendar td.newsday a:hover{
	text-decoration: none;	
}


#home_news div#header{
	margin-left: 100px;
	width: 165px;
	font-size: 10px;
	font-weight: lighter;
}

#home_news div#header p{
	margin: 0;
	padding: 0;
	margin-top: 21px;
}

#home_news div#header h3{
	margin: 0;
	padding: 0;
	margin-top: 5px;
	font-size: 12px;
}

#home_news div#content{
	margin-left: 100px;
	margin-top: 23px;
	font-size: 10px;
	color: #333333;
	width: 321px;
}

#home_news div#content p{
	margin: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 4px;
}

#home_news div#content h2{
	margin: 0;
	padding: 0;
	font-size: 13px;
}

#home_news div#content h3{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#home_news div#content a.hide{
	display: none;
}

#home_news div#content a:hover{
	text-decoration: none;
}

#home_news div#content_full{
	display: none;
}

#home_news div#content_full a.hide{
	display: none;
}

#home_news a:hover{
	text-decoration: none;
}

#home_news div#content_full_show{
	margin-left: 100px;
	font-size: 10px;
	color: #333333;
	width: 321px;
}

#home_body{
	position: relative;
	height: 228px;
	top: -33px;
	background-image: url(../img/homebg.gif);
}

#home_body_navbar{
	position: relative;
	width: 740px;
	height: 20px;
	top: 0px;
	background-color: #666666;
}

#home_navbar{
	position: relative;
	top: 0px;
	padding: 0 0 0 11px;
	z-index: 3;
}

#home_navbar li{
	float: left;
	width: 145px;
	list-style-type: none;
}

#home_navbar li ul.show{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 145px;
	top: 15px;
	left: 0; 
}


#home_element_navbar{
	position: relative;
	height: 20px;
	width: 740px;
	top: -28px;
	font-size: 8pt;
	font-weight: bold;
}

#home_element_navbar img{
	vertical-align: text-bottom;
}

#home_footer{
	position: relative;
	clear: both;
	width: 740px;
	height: 120px;
	top: -44px;
	background-color: #c0c0c0;
	
}

#home_footer p{
	padding: 0;
	margin: 4px 0 0 1px;
	font-size: 8pt;
	
}

#home_footer div.hr{
	height: 17px;
	background-image: url(../img/home-hbar.gif);
}

#home_footer div.hr hr{
	display: none;
}

/* NAVBAR definition */

#navbar{
	position: relative;
	top: 7px;
	padding: 0 0 0 11px;
	z-index: 3;
	
}

#navbar li{
	float: left;
	width: 145px;
	list-style-type: none;
}

#navbar li ul.show{
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 160px;
	top: 18px;
	left: 0; 
}

#navbar li ul.hide{
	display: none;
}


#element_navbar{
	position: relative;
	height: 20px;
	width: 740px;
	top: -23px;
	font-size: 8pt;
	font-weight: bold;
}

#element_navbar img{
	vertical-align: text-bottom;
}

/* Layout class style */
a.sernavbar{
	color: white;
	font-weight: normal;
	/*font-weight: bold;*/
	text-decoration: none;
}

a:hover.sernavbar{
	color: white;
	text-decoration: none;
}

a.lang{
	color: white;
	font-weight: normal;
	/*font-weight: bold;*/
	text-decoration: none;
}

a:hover.lang{
	color: white;
	/*font-weight: bold;*/
	text-decoration: none;
}

a.linkNavbar{
	text-decoration: none;
	font-weight: lighter;
	color: #b3b3b3;
}

a:hover.linkNavbar{
	text-decoration:none;
	color: white;
}

a.linkNavbarHome{
	text-decoration:none;
	font-weight: lighter;
	color: white;
}

a:hover.linkNavbarHome{
	text-decoration:none;
	color: white;
}

.title_highlights{
	position: relative;
	padding: 0px 0px 0px 11px;
}

.subNavbar{
	width: 144px;
	min-height: 13px;
	background-color: #666666;
	padding: 2px 0 0 2px;
}

.subNavbarHome{
	width: 145px;
	min-height: 13px;
	background-color: #666666;
	padding: 2px 0 0 10px;
	margin: 0;
}

.subMenu{
	position: relative;
	width: 134px;
}


/************************** TEXT CLASSES ********************************/

.image{
    text-align: left;
    margin-bottom: 15px;
}

.image img{
    padding: 0px 0px 0px 0px;
    margin: 5px 0px 5px 0px;
}

.image label{
	display: block;
	margin-top: 3px;
}

.noimage{
    text-align: left;
	/*padding-left:1px;*/
	margin-top: 30px;
    margin-bottom: 15px;
}

.noimage h2.highlights{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #333333;
}

.noimage img{
	margin-bottom: 5px;
	margin-top: 5px;
}

.noimage h1, .image h1{
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

.noimage h2{
	font-size: 18px;
	margin-bottom: 29px;
}

.noimage h3.highlights{
	font-size: 12px;
	color: #333333;
}

.noimage h3{
	font-size: 10px;
	margin-bottom: 7px;
}

.noimage ul{
	margin: 15px 11px 0;
	padding: 0;
}

.noimage li{
	margin-bottom: 10px;
	list-style-type: none;
}

.noimage div.didascalia{
	margin-top: 2px;
	margin-bottom: 5px;
}

.noimage ul.hide{
	display: none;
}

.noimage ul.show{
	display: block;
}

.noimage label{
	display: block;
	margin-top: 3px;
}

.noimage label.highlights{
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.noimage div.hr{
	height: 1px;
	width: 300px;
	border-top: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

.noimage div.hr hr{
	display: none;
}

.noimage fieldset{
	border: 0px;
	padding: 0;
	margin: 0;
	width: 300px;
}

.noimage legend{
	font-size: 9px;
	font-weight: bold;
}

.noimage div.title h2{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-left: 2px;
	font-size: 14px;
	font-weight: bold;
}

.noimage div.label{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
}

.noimage div.label label{
	float: left;
	margin-left: 2px;
	margin-right: 30px;
	width: 300px;
}

.noimage div.master label{
	float: left;
	margin-left: 2px;
	margin-right: 30px;
	width: 245px;
}


.noimage div.label label.question{
	width: 270px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.noimage div.label label.text{
	width: 300px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 5px;
}

.noimage div.label label.textfinal{
	width: 330px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-size: 9px;
}

.noimage input{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	width: 175px;
}
.noimage input.radio{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	margin-right: 5px;
	width: 15px;
}

.noimage input.checkbox{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	width: 15px;
}


.noimage input.send{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 8pt;
	color: #666666;
	margin-top: 10px;
	margin-left: 200px;
	width: 100px;
}

.noimage textarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	width: 300px;
	height: 100px;
}

.noimage select.dateofbirth{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	margin-right: 5px;
	width: 56px;
}

.noimage select.nation{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	width: 178px;
}

.noimage select.master{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	font-size: 9pt;
	color: #666666;
	width: 292px;
}

.noimage img.text{
	margin:0;
	margin-left: -9px;
	margin-top: -5px;
}


