/*------ formatting of background and wrapper ------*/

html
	{
	height: 100%;
	width: 100%;
	}
		
body
	{
	margin: 0px;
	background-color: #E6E6FA;
	background-repeat: repeat-y;
	background-position: center;
	z-index: -1;	
	}

#wrapper 
	{
	background-color: #E6E6FA;
	width: 1050px; 
	height: auto; 
	padding: 0px; 
	margin: auto;
	background-position:center; 
	z-index: 1;
	margin-top: 15px;
	}

	
/*------ formatting of header ------*/
	
#wrapper #header
	{
	background-color: #002060; 
	width: 1050px;
	padding: 0px;	
	height: 108px;
	border-bottom: 3px solid #c6591e;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	}
	
#wrapper #header #sitename
	{
	position: relative;
	top: 17px;
	width: 300px; 
	height: 60px;
	margin-left: 30px;
	z-index: 1;	
	}

h1.name
	{
	font-family: "Segoe UI semibold", Segoe UI;
	color: #BFBFBF; 
	font-size: 30px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

h1.name2
	{
	font-family: "Segoe UI semibold", Segoe UI;
	color: #BFBFBF; 
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

span.firstletter
	{
	color: #FF0000;
	}

#wrapper #header #login
	{
	position: relative;
	width: 500px; 
	height: 80px;
	right: -550px;
	text-align: center;
	font-family: "Segoe UI semibold", Segoe UI;
	color: #1F4E78; 
	font-size: 25px; 
	bottom: 30px;
	top: -40px;
	z-index: 1;
	}

#wrapper #header #sharing
	{
	position: relative;
	right: -760px;
	}
		
#login a, #login a:link, #login a:visited
	{
	color: #c6591e;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
	padding-bottom : 5px;
	}
		
#login a:hover 
	{
	color: #BFBFBF;
	}
	
#wrapper #header #banner
	{
	position: relative;
	top: -95px;
	floating: right;
	}

.white_content_login1
	{
   	display: none;
    	position: absolute;
    	top: 130%;
    	right: 40%;
    	width: 130%;
    	height: 500%;
    	padding-left: 20px;
    	border: 0px solid #959f9f;
    	background-color: white;
	}

fieldset 
	{
	background-color: #EFEFEF;
	border: 1px solid #959f9f;
	font-weight:thick;
	width: 500px;
	font-family: "Times New Roman", Century;
	color: #000000; 
	font-size: 14px;
	}

label.contact
	{
	width: 70px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Times New Roman", Century;
	color: #000000; 
	font-size: 14px;
	}

p.contact
	{
	width: 30px;
	float: left;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-family: "Times New Roman", Century;
	color: #000000; 
	font-size: 12px;
	}

label.area
	{
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 10px;
	}
				
legend.format
	{
	background-color:#00519e;
	padding: 5px;
	border: 1px solid #959f9f;
	border-radius: 5px;
	color: #FFFFFF;
	}	

label.contactmail
	{
	width: 80px;
	float: left;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-family: "Times New Roman", Century;
	color: #000000; 
	font-size: 14px;
	}

.black_overlay
	{
    	display: none;
    	position: absolute;
    	top: -300%;
    	left: -300%;
    	width: 2000%;
    	height: 2500%;
    	background-color: black;
    	z-index:1001;
    	-moz-opacity: 0.8;
    	opacity:.80;
    	filter: alpha(opacity=80);
	z-index: -1;
	}

/*------ formatting of content on homepage ------*/	
/*------ formatting of menu on home page ------*/	

table.table_menu
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	}
	
table.table_menu tr td.table_menu_column
	{
	border-left: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 240px;
	height: 50px;
	padding: 0px;
	text-align: center;
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;
	vertical-align: middle;
	}
	
table.table_menu tr td.table_menu_column_right
	{
	border-left: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	width: 238px;
	height: 50px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Segoe UI", Segoe UI;
	color: #002060; 
	font-size: 18px;
	}

table.table_menu tr td.table_menu_column a, table.table_menu tr td.table_menu_column a:visited, table.table_menu tr td.table_menu_column a:link
	{
	color: #002060; 
	text-decoration: none;
	display: block;
	width: 261px;
	height: 39px;
	padding-top: 11px;
	background-color: #FFFFFF;
	font-family: "Segoe UI", Segoe UI;
	}

table.table_menu tr td.table_menu_column a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 261px;
	height: 39px;
	padding-top: 11px;
	background-color: #002060;
	}

table.table_menu tr td.table_menu_column_right a, table.table_menu tr td.table_menu_column_right a:visited, table.table_menu tr td.table_menu_column_right a:link
	{
	color: #002060; 
	text-decoration: none;
	display: block;
	width: 262px;
	height: 39px;
	padding-top: 11px;
	background-color: #FFFFFF;
	font-family: "Segoe UI", Segoe UI;
	}

table.table_menu tr td.table_menu_column_right a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 262px;
	height: 39px;
	padding-top: 11px;
	background-color: #002060;
	}
		
/*------ formatting of menu on home page ------*/	

.table_examples
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 15px;
	}
	
.table_examples_column
	{
	border: 3px solid #c6591e;
	width: 240px;
	height: 100px;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	font-family: "Segoe UI", Segoe UI;
	color: #002060; 
	font-size: 18px;
	}
	
/*------ formatting of main1 on home page ------*/	

#wrapper #content
	{
	margin: auto;
	width: 1050px;
	background-color: #E6E6FA;
	}

#wrapper #content #main1
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height: 0px;
	width: 670px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main2
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 50px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	min-height: 340px;
	width: 710px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	visibility : hidden;
	}

#wrapper #content #main3
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 50px;
	background-color: #9BC2E6;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	min-height: 340px;
	width: 710px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	visibility : visible;
	}

#wrapper #content #main4
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	min-height: 0px;
	width: 680px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main5
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height: 0px;
	width: 800px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main6
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	min-height: 0px;
	width: 1048px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main7
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height: 0px;
	width: 750px;
	height: auto;
	position: relative;
	float: right;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}
			
#wrapper #content #sidebar
	{
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-top: 0px;
	height: auto;
	width: 320px;
	position: relative;
	border-radius: 5px;
	text-align: justify;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#wrapper #content #sidebar2
	{
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-top: 0px;
	height: auto;
	width: 320px;
	position: relative;
	border-radius: 5px;
	text-align: justify;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

#sep
	{
	height: 24px;
	background-color: #C00000;
	text-align: center;
	font-family: "Segoe UI", Segoe UI;
	color: #FFFFFF; 
	font-size: 16px;
	padding-top: 2px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}
		
.articlecontent
	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 670px;
	border-bottom: 1px dotted #9BC2E6;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	font-size: 14px;
	}

#art
	{
	text-overflow: ellipsis;
	overflow: hidden;
	height: 100px;
	}


.articletime
	{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5E6961;
	border-top: 1px dotted #9BC2E6;
	font-family: "Segoe UI", Segoe UI;
	}
	
.articlesource
	{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-top: 0px;
	border-top: 1px dotted #9BC2E6;
	font-family: "Segoe UI semibold", Segoe UI;
	}

.articlesource a, .articlesource a:visited, .articlesource a:link
	{
	display: block;	
	text-decoration: none;
	color: #5E6961;
	}

.articlesource a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #5E6961;
	}

.articlefrench
	{
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0px;
	font-family: "Segoe UI semibold", Segoe UI;
	}
	
.articlefrench a, .articlefrench a:visited, .articlefrench a:link
	{
	display: block;	
	text-decoration: none;
	color: #FFA500;
	}

.articlefrench a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #FFA500;
	}

#articlefrench
	{
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: right;
	margin-top: 0px;
	font-family: "Segoe UI semibold", Segoe UI;
	float: right;
	}
	
#articlefrench a, #articlefrench a:visited, #articlefrench a:link
	{
	display: block;	
	text-decoration: none;
	color: #FFA500;
	}

#articlefrench a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #FFA500;
	}

.articletitle
	{
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 50px;
	padding-bottom: 10px;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 18px;
	}

.articletitle a, .articletitle a:visited, .articletitle a:link
	{
	display: block;	
	text-decoration: none;
	color: #002060;
	}

.articletitle a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #002060;
	}

span a, span a:visited, span a:link
	{
	color: #FFFFFF;
	background-color: #C00000;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	border-radius: 15px;
	margin: 0px;
	}
		
span a:hover
	{
	color: #C00000;
	background-color: #FFFFFF;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	border-radius: 15px;
	margin: 0px;
	}

#bar
	{
	height: 24px;
	background-color: #C00000;
	text-align: center;
	font-family: "Segoe UI", Segoe UI;
	color: #FFFFFF; 
	font-size: 16px;
	padding-top: 2px;
	width: 300px;	
	margin-left: 250px;
	border-radius: 15px;
	}

.separation
	{
	min-height: 25px;
	color: #FFFFFF;
	}

/*------ formatting of single article page ------*/

#singlearticle
	{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	}

#singlearticlecontent
	{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	width: 800px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	border-bottom: 1px dotted #9BC2E6;
	float: left;
	font-size: 16px;
	}

#singlearticletitle
	{
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 20px;
	color: #002060;
	text-align: left;
	float: left;
	width: 800px;
	padding-bottom: 2px;
	}

#singlearticlebanner
	{
	border-top: 1px solid #5E6961;
	border-bottom: 1px solid #5E6961;
	float: left;
	width: 800px;
	}

#singlearticlebanner2
	{
	border-top: 1px solid #5E6961;
	border-bottom: 1px solid #5E6961;
	float: left;
	width: 670px;
	}

#singlearticletime
	{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 35px;
	color: #5E6961;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	float: left;
	}

#singlearticlesource
	{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;
	float: left;	
	}		

#singlearticlesource a, #singlearticlesource a:visited, #singlearticlesource a:link
	{
	display: block;		
	text-decoration: none;
	color: #5E6961;
	}

#singlearticlesource a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #5E6961;
	}

#sharelinkedin
	{
	float: right;
	margin-top: 5px;
	}

iframe.noscrolling
	{
        width: 300px; 
        height: 300px; 
        overflow: hidden;
        }

/*------ formatting of menu on home page ------*/	

.titregraphe
	{
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	font-size: 20px;
	padding-left: 0px;
	}

.greytext
	{
	color: #5E6961;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	padding-left: 10px;
	}

.redtext
	{
	color: #b5030d;	
	}

.bluetext
	{
	color: #0352b5;	
	}

/*------ formatting of mainmenu ------*/

/*Initialize*/
ul#menu, ul#menu ul.sub-menu 
	{
    	padding: 0px;
    	margin-right: 0px;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-bottom: 20px;
	}

ul#menu li, ul#menu ul.sub-menu li 
	{
	text-decoration: none;

	}

ul#menu, ul#menu ul.sub-menupays 
	{
    	padding: 0px;
    	margin-right: 0px;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-bottom: 20px;
	}

ul#menu li, ul#menu ul.sub-menupays li 
	{
	text-decoration: none;
    	display: inline-block;
	}

/*Link Appearance*/

ul#menu li a.mainmenu
	{
    	text-decoration: none;
    	color: #002060;
    	background-color: #FFFFFF;
    	display: inline-block;
	text-align: center;
	height: 39px;	
	padding-top: 11px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;	
	}

ul#menu li ul.sub-menu li a
	{
    	text-decoration: none;
    	color: #002060;
    	background-color: #FFFFFF;
    	display: inline-block;
	text-align: center;
	height: 25px;	
	padding-top: 5px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 16px;	
	}

ul#menu li ul.sub-menupays li a
	{
    	text-decoration: none;
    	color: #002060;
    	background-color: #FFFFFF;
    	display: inline-block;
	text-align: center;
	height: 25px;	
	padding-top: 5px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 16px;	
	}

.sub-menupays
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px dotted #9BC2E6;
    	width: 174px;
	height: 30px;
	}

ul#menu li a.mainmenu:hover 
	{
    	color: #FFFFFF;
    	background-color: #002060;
	}

ul#menu li ul li a:hover 
	{
  	color: #FFFFFF;
    	background-color: #002060;	
	}

.mainmenu
	{
	border-left: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 130px;
	}

.mainmenuright
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 131px;
	}

ul#menu li a.mainmenuright
	{
    	text-decoration: none;
    	color: #FFFFFF;
    	background-color: #002060;
    	display: inline-block;
	text-align: center;
	height: 39px;	
	padding-top: 11px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;	
	}

ul#menu li a.mainmenuright:hover 
	{
    	color: #002060;
    	background-color: #FFFFFF;
	}

.submenu
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px dotted #9BC2E6;
    	width: 130px;
	height: 30px;
	}

.submenupays
	{
    	width: 172px;
	height: 50px;
	opacity:0.0;
	}

.submenubottom
	{
	border-left: 1px solid #002060;
	border-right: 1px solid #002060;
	border-bottom: 1px solid #002060;
    	width: 130px;
	height: 30px;
	}

.submenuright
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px dotted #9BC2E6;
    	width: 120px;
	height: 30px;
	}

.submenurightbottom
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
    	width: 131px;
	height: 30px;
	}

.mainmenuhome
	{
	border-left: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 54px;
	}

ul#menu li a.mainmenuhome
	{
    	text-decoration: none;
    	color: #002060;
    	display: inline-block;
	text-align: center;
	height: 39px;	
	padding-top: 11px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;
	background-image:url('home.jpg');
	background-repeat:no-repeat;	
	}

ul#menu li a.mainmenuhome:hover 
	{
    	color: #FFFFFF;
    	background-color: #002060;
	}

/*Make the parent of sub-menu relative*/
ul#menu li 
	{
   	position: relative;		
	}

/*sub menu*/
ul#menu li ul.sub-menu 
	{
    	position: absolute;
    	top: 51px;
    	left: 0px;
    	width: 130px;
	height: 30px;
	z-index:+1;
	}

ul#menu li ul.sub-menupays 
	{
    	display: none;
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	width: 130px;
	height: 50px;
	z-index:+1;
	}

ul#menu li:hover ul.sub-menupays 
	{
    	display: block;
	}

/*------ formatting of menu on country page ------*/

ul#menucountry, ul#menucountry ul.sub-menucountry
	{
    	padding: 0px;
    	margin-right: 0px;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-bottom: 20px;
	}

ul#menucountry li, ul#menucountry ul.sub-menucountry li 
	{
	text-decoration: none;
    	display: inline-block;
	}

.mainmenucountry
	{
	border-top: 1px solid #002060;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 261px;
	}

.mainmenucountryright
	{
	border-top: 1px solid #002060;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 262px;
	}

ul#menucountry li a
	{
    	text-decoration: none;
    	color: #FFFFFF;
    	background-color: #002060;
    	display: inline-block;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Segoe UI", Segoe UI;
	font-size: 16px;
	}

ul#menucountry li a:hover 
	{
    	color: #002060;
    	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	}

.submenucountry
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px dotted #FFFFFF;
    	width: 261px;
	height: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	}

.submenucountrybottom
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    	width: 261px;
	height: 20px;
	}

.submenucountryright
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px dotted #FFFFFF;
    	width: 262px;
	height: 20px;
	}

.submenucountryrightbottom
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    	width: 262px;
	height: 20px;
	}

ul#menucountry li 
	{
   	position: relative;		
	}

ul#menucountry li ul.sub-menucountry 
	{
    	display: none;
    	position: absolute;
    	top: 31px;
    	left: 0px;
    	width: 238px;
	height: 20px;
	z-index:+1;
	}

ul#menucountry li:hover ul.sub-menucountry
	{
    	display: block;
	}

/*------ formatting of menu on map page ------*/

ul#menumap, ul#menumap ul.sub-menumap
	{
    	padding: 0px;
    	margin-right: 0px;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-bottom: 20px;
	}

ul#menumap li, ul#menumap ul.sub-menumap li 
	{
	text-decoration: none;
    	display: inline-block;
	}

.mainmenumap
	{
	border-top: 1px solid #002060;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 174px;
	}

.mainmenumapright
	{
	border-top: 1px solid #002060;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	width: 173px;
	}

ul#menumap li a
	{
    	text-decoration: none;
    	color: #FFFFFF;
    	background-color: #002060;
    	display: inline-block;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Segoe UI", Segoe UI;
	font-size: 16px;
	}

ul#menumap li a:hover 
	{
    	color: #002060;
    	background-color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	}

.submenumap
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px dotted #FFFFFF;
    	width: 174px;
	height: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	}

.submenumapbottom
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    	width: 174px;
	height: 20px;
	}

.submenumapright
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px dotted #FFFFFF;
    	width: 173px;
	height: 20px;
	}

.submenumaprightbottom
	{
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
    	width: 174px;
	height: 20px;
	}

ul#menumap li 
	{
   	position: relative;		
	}

ul#menumap li ul.sub-menumap 
	{
    	display: none;
    	position: absolute;
    	top: 31px;
    	left: 0px;
    	width: 174px;
	height: 20px;
	z-index:+1;
	}

ul#menumap li:hover ul.sub-menumap
	{
    	display: block;
	}

/*------ formatting of company page ------*/

#companyname
	{
	border-top: 1px solid #5E6961;
	border-bottom: 1px solid #5E6961;
	color: #FFFFFF;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 24px;
	margin-bottom: 20px;
	background-color: #F7230C;
	text-align: middle;	
	border-radius: 5px;
	padding-left: 10px;
	}


#companyactivitymarket
	{
	border-bottom: 1px solid #5E6961;
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	float: left;
	}

#companyactivitymarket #sectiontitle
	{
	float: left;
	text-align: left;
	}

#companyactivitymarket #linktographs
	{
	float: right;
	padding-left: 10px;
	color: #F7230C;
    	text-decoration: none;
	}

#companyactivitymarket #linktographs a, #companyactivitymarket #linktographs a:visited, #companyactivitymarket #linktographs a:link
	{
	float: right;
	color: #F7230C;
    	text-decoration: none;
	}

#companyactivitymarket #linktographs a:hover
	{
	float: right;
	color: #682145;
    	text-decoration: none;
	}

#companysection
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;
	color: #002060;
	padding-top: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	}

#companyactivity
	{
	margin-bottom: 20px;
	width: 670px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	float: left;
	font-size: 16px;
	}

table.swottable
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	}

.tableswot1
	{
	vertical-align: top;
	background-color: #FF866A;
	height: 250px;
	}

.tableswot2
	{
	vertical-align: top;
	background-color: #8EA2C6;
	height: 250px;
	}

.tableswot3
	{
	vertical-align: top;
	background-color: #87E990;
	height: 250px;
	}

.tableswot4
	{
	vertical-align: top;
	background-color: #F7E269;
	height: 250px;
	}

table tr td.swottitle1
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 24px;
	width: 280px;
	background-color: #F7230C;
	height: 30px;
	}

table tr td.swottitle2
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 24px;
	width: 280px;
	background-color: #318CE7;
	height: 30px;
	}

table tr td.swottitle3
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 24px;
	width: 280px;
	background-color: #00FF00;
	height: 30px;
	}

table tr td.swottitle4
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 24px;
	width: 280px;
	background-color: #FFE436;
	height: 30px;
	}

table tr td.boxnumber
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;
	vertical-align:text-top;
	padding-top: 10px;
	}

table.swotbox
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: top;
	}

table tr td.boxarticle
	{
	padding-top: 10px;
	padding-right: 10px;
	}

table.mainnumbers
	{
	margin: 5px;
	margin-bottom: 30px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-family: "Segoe UI", Times New Roman;
	font-size: 14px;
	}

table tr td.mainnumberstitle
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 14px;
	width: 67px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #5E6961;
	}

table tr td.mainnumberstitleflag
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 14px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #5E6961;
	}

table tr td.numberstitlealt1
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 14px;
	width: 67px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #5E6961;
	background-color: #FFFACD;
	}

table tr td.numberstitlealt2
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 14px;
	width: 67px;
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #5E6961;
	}

table tr td.mainnumbersaliases
	{
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 14px;
	width: 99px;
	height: 30px;
	border-bottom: 1px solid #5E6961;
	}

table tr.mainnumbersfirstrow
	{
	height: 30px;
	}

table tr td.mainnumbersbox
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	}

table tr td.mainnumbersboxflag
	{
	width: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	}

table tr td.numbersboxsubalt1
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	background-color: #FFFACD;
	font-style:italic;
	font-size: 12px;
	}

table tr td.numbersboxsubalt2
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	font-style:italic;
	font-size: 12px;
	}

table tr td.numbersboxtopalt1
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #5E6961;
	background-color: #FFFACD;
	}

table tr td.numbersboxtopalt2
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #5E6961;
	}

table tr td.numbersboxalt1
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	background-color: #FFFACD;
	}

table tr td.numbersboxalt2
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	}

table tr td.mainnumbersboxtitle
	{
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	}

table tr td.numbersboxsubtitle
	{
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #5E6961;
	font-style:italic;
	font-size: 12px;
	}

table tr td.numbersboxtoptitle
	{
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #5E6961;
	}

#sidebarmaintitle
	{
	border-bottom: 1px solid #5E6961;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

#sidebarsubtitle
	{
	border-bottom: 0px solid #5E6961;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

/*------ formatting of all company page ------*/

#wrapper #content #main1_companies
	{
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 340px;
	width: 770px;
	height: auto;
	position: relative;
	float: right;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main2_companies
	{
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 340px;
	width: 1030px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main3_companies
	{
	margin-right: 0px;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 800px;	
	width: 270px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #main4_companies
	{
	margin-right: 0px;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 340px;
	width: 454px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #sidebar_companies
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-top: 0px;
	height: auto;
	width: 220px;
	position: relative;
	border-radius: 5px;
	text-align: justify;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	padding: 10px;
	float: left;
	}


span.lettermenu a, span.lettermenu a:visited, span.lettermenu a:link
	{
	color: #5E6961;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	}
		
span.lettermenu a:hover
	{
	color: #002060;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	}

span.companymenu
	{
	margin-bottom: 20px;
	}

span.companymenu a, span.companymenu a:visited, span.companymenu a:link
	{
	color: #5E6961;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #5E6961;
	border-right: 1px solid #5E6961;
	border-radius: 0px;
	}
		
span.companymenu a:hover
	{
	color: #FFFFFF;
	background-color: #5E6961;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #5E6961;
	border-right: 1px solid #5E6961;
	border-radius: 0px;
	}

p.sectormenu
	{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	}

p.sectormenu a, sp.sectormenu a:visited, p.sectormenu a:link
	{
	color: #5E6961;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #5E6961;
	border-right: 0px solid #5E6961;
	border-radius: 0px;
	display: inline-block;
	}
		
p.sectormenu a:hover
	{
	color: #FFFFFF;
	background-color: #5E6961;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 1px solid #5E6961;
	border-right: 0px solid #5E6961;
	border-radius: 0px;
	display: inline-block;
	}

p.companymenu a, p.companymenu a:visited, p.companymenu a:link
	{
	color: #5E6961;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	}
		
p.companymenu a:hover
	{
	color: #002060;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	}

#sidebar #sidebargreytitle
	{
	border-bottom: 1px solid #5E6961;
	width: 320px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

/*------ formatting of all company page ------*/

#wrapper #content #countryname
	{
	border-top: 0px solid #513140;
	border-bottom: 3px solid #513140;
	color: #778899;
	font-family: "Segoe UI", Segoe UI;
	font-size: 36px;
	margin-bottom: 0px;
	background-color: #B0C4DE;
	text-align: middle;	
	border-radius: 0px;
	padding-left: 10px;
	}

#wrapper #content #listingname
	{
	border-top: 0px solid #513140;
	border-bottom: 3px solid #513140;
	color: #778899;
	font-family: "Segoe UI", Segoe UI;
	font-size: 30px;
	margin-bottom: 0px;
	background-color: #B0C4DE;
	text-align: middle;	
	border-radius: 0px;
	padding-left: 10px;
	}

#wrapper #content #countrynamespace
	{
	min-height: 20px;	
	}

#wrapper #content #countrysection #countrydata
	{
	background-color: #b1a0c7;
	border-top: 3px solid #513140;
	width: 450px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	float: left;
	}

#wrapper #content #countrysection #countrygdp
	{
	background-color: #FFF48D;
	border-top: 3px solid #E73E01;
	width: 450px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	}

#wrapper #content #countrysection #countrygdp #countrygdptitle
	{
	border-bottom: 1px solid #5E6961;
	width: 450px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

#wrapper #content #countrysection #countrystockmarket
	{
	background-color: #FBF2B7;
	border-top: 3px solid #303030;
	width: 450px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-bottom: 20px;
	float: left;
	}

#wrapper #content #countrysection #countrydescription
	{
	background-color: #FFFFFF;
	width: 530px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	border-left: 3px solid #513140;
	min-height: 850px;
	}

#wrapper #content #countrysection #countrydescription2
	{
	background-color: #E6E6FA;
	width: 530px;
	padding: 10px;
	min-height: 800px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	margin-right: 0px;
	float: right;
	border-left: 0px solid #513140;
	}

#wrapper #content #countrysection #countrydescription3
	{
	background-color: #FFFFFF;
	width: 530px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	text-align: justify;
	margin-right: 0px;
	float: right;
	margin-bottom: 700px;
	border-left: 3px solid #513140;
	}

table.countrydata
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	}

td.countrydatacell_1lineleft
	{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
	}

td.countrydatacell_1linemid
	{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	padding-left: 20px;
	text-align: right;
	}

td.countrydatacell_1lineright
	{
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	}

td.countrydatacell_toplineleft
	{
	border-top: 2px solid #FFFFFF;
	text-align: left;
	}

td.countrydatacell_toplinemid
	{
	border-top: 2px solid #FFFFFF;
	padding-left: 20px;
	text-align: right;
	}

td.countrydatacell_toplineright
	{
	border-top: 2px solid #FFFFFF;
	text-align: center;
	}

td.countrydatacell_middlelineleft
	{
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-align: left;
	}

td.countrydatacell_middlelinemid
	{
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 20px;
	text-align: right;
	}

td.countrydatacell_middlelineright
	{
	border-top: 1px dotted #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	}

td.countrydatacell_bottomlineleft
	{
	border-bottom: 2px solid #FFFFFF;
	text-align: left;
	}

td.countrydatacell_bottomlinemid
	{
	border-bottom: 2px solid #FFFFFF;
	padding-left: 20px;
	text-align: right;
	}

td.countrydatacell_bottomlineright
	{
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	}

td.countrydatacell_interline
	{
	color: #b1a0c7;
	}

td.countrydatatitle
	{
	text-align: center;
	width: 60px;
	}

#wrapper #content #stockmarket
	{
	background-color: #FFFFFF;
	color: #513140;
	width: 530px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-bottom: 20px;
	margin-top: 20px;
	clear:both;
	}

p.stockmarkettitle
	{
	margin-top: 0px;
	font-size: 24px;	
	}

table.stockmarket
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	margin-bottom: 20px;
	}

td.stockmarkettop
	{
	border-top: 2px solid #513140;
	border-bottom: 1px dotted #513140;
	}

td.stockmarketmid
	{
	border-bottom: 1px dotted #513140;
	}

td.stockmarketbottom
	{
	border-bottom: 2px solid #513140;
	}

td.stockmarkettopright
	{
	border-top: 2px solid #513140;
	border-bottom: 1px dotted #513140;
	text-align: center;
	}

td.stockmarketmidright
	{
	border-bottom: 1px dotted #513140;
	text-align: center;
	}

td.stockmarketbottomright
	{
	border-bottom: 2px solid #513140;
	text-align: center;
	}

#wrapper #content #GDP
	{
	background-color: #FFFFFF;
	color: #513140;
	width: 790px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-bottom: 20px;
	margin-top: 0px;
	float: left;
	}

#wrapper #content #bar_companies
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height: 0px;
	width: 1028px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

/*------ formatting of menu box ------*/

.white_content_1
	{
   	display: none;
    	position: absolute;
    	top: 90%;
    	left: -80%;
    	width: 290%;
    	height: 470%;
    	padding: 10px;
    	border: 0px solid #959f9f;
    	z-index:1002;
    	overflow: auto;
	background-color:#FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content 
	{
	font-family: "Exotc350 Lt BT Light";
	color: #5E6961;
	font-size: 18px;
	font-weight: bold;
    	}

#light1 table.menuboxtable tr td.popup_format1
	{
	font-family: "Exotc350 Lt BT Light";
	color: #575756;
	font-size: 18px!important;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 140px;
	height: 50px;
	}

#light1 table.menuboxtable tr td.popup_format2
	{
	width: 40px;
	height: 50px;
	}
	
#light1 table.menuboxtable
	{
  	table-layout: fixed;
  	width: 60px;
	}

#light1 table.menuboxtable tr td a, #light1 table.menuboxtable tr td a:visited, #light1 table.menuboxtable tr td a:link
	{
	font-family: "Exotc350 Lt BT Light";
	color: #575756;
	font-size: 18px!important;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	width: 140px;
	height: 20px;
	text-decoration: none;
	text-align: left;
	}

#light1 table.menuboxtable tr td a:hover
	{
	font-family: "Exotc350 Lt BT Light";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 18px!important;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 140px;
	height: 20px;
	text-decoration: underline;
	padding: 0px;
	}

/*------ formatting of menu box 2 ------*/

.white_content_2
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -305%;
    	width: 598%;
    	height: 1200%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_2 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable2
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light2 table.menuboxtable2 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light2 table.menuboxtable2 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light2 table.menuboxtable2 tr td.popup_format2
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light2 table.menuboxtable2 tr td a, #light2 table.menuboxtable2 tr td a:visited, #light2 table.menuboxtable2 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light2 table.menuboxtable2 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light2 table.menuboxtable2 tr td.popup_format1ALL
	{
	font-family: "Calibri";
	color: #FFD700;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	width: 135px;
	height: 30px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light2 table.menuboxtable2 tr td.popup_format1ALL a, #light2 table.menuboxtable2 tr td.popup_format1ALL a:visited, #light2 table.menuboxtable2 tr td.popup_format1ALL a:link
	{
	font-family: "Calibri";
	color: #FF0000;
	font-size: 16px;
	margin-left: 0px;
	padding: 0px;
	width: 135px;
	height: 30px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light2 table.menuboxtable2 tr td.popup_format1ALL a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	margin-left: 0px;
	width: 135px;
	height: 30px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of menu box 3 ------*/

.white_content_3
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -152.5%;
    	width: 597.5%;
    	height: 700%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_3 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable3
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light3 table.menuboxtable3 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 135px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td.popup_format1titre
	{
	font-family: "Calibri";
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	width: 135px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td.popup_format1ALL
	{
	font-family: "Calibri";
	color: #FFD700;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	width: 135px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 135px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light3 table.menuboxtable3 tr td.popup_format2
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light3 table.menuboxtable3 tr td a, #light3 table.menuboxtable3 tr td a:visited, #light3 table.menuboxtable3 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 135px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 135px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td.popup_format1ALL a, #light3 table.menuboxtable3 tr td.popup_format1ALL a:visited, #light3 table.menuboxtable3 tr td.popup_format1ALL a:link
	{
	font-family: "Calibri";
	color: #FFD700;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 135px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light3 table.menuboxtable3 tr td.popup_format1ALL a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #FFD700;
	font-size: 12px;
	margin-left: 0px;
	width: 135px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of menu box 4 ------*/

.white_content_4
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -229%;
    	width: 598%;
    	height: 250%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_4
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable4
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light4 table.menuboxtable4 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light4 table.menuboxtable4 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light4 table.menuboxtable4 tr td.popup_format2
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light4 table.menuboxtable4 tr td a, #light4 table.menuboxtable4 tr td a:visited, #light4 table.menuboxtable4 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light4 table.menuboxtable4 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of menu box 5 ------*/

.white_content_5
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -381%;
    	width: 597.5%;
    	height: 400%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_5 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable5
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light5 table.menuboxtable5 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light5 table.menuboxtable5 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light5 table.menuboxtable5 tr td.popup_format5
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light5 table.menuboxtable5 tr td a, #light5 table.menuboxtable2 tr td a:visited, #light5 table.menuboxtable5 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light5 table.menuboxtable5 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of menu box 6 ------*/

.white_content_6
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -534%;
    	width: 603.5%;
    	height: 100%;
    	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-left: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_6 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable6
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light6 table.menuboxtable6 tr td.title
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 20px;
	margin-left: 0px;
	width: 340px;
	height: 15px;
	vertical-align: bottom;
	text-align: center;
	padding-top: 5px;
	}

#light6 table.menuboxtable6 tr td a, #light6 table.menuboxtable2 tr td a:visited, #light6 table.menuboxtable6 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 20px;
	padding-top: 0px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	text-align: center;
	}

#light6 table.menuboxtable6 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 20px;
	padding-top: 0px;
	text-decoration: underline;
	vertical-align: bottom;
	text-align: center;
	}

/*------ formatting of menu box 7 ------*/

.white_content_7
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -457%;
    	width: 597.5%;
    	height: 1150%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_7 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable7
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light7 table.menuboxtable7 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light7 table.menuboxtable7 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light7 table.menuboxtable7 tr td.popup_format5
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light7 table.menuboxtable7 tr td a, #light7 table.menuboxtable7 tr td a:visited, #light7 table.menuboxtable7 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light7 table.menuboxtable7 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}
/*------ formatting of menu box 8 ------*/

.white_content_8
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -229%;
    	width: 597.5%;
    	height: 1150%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_8
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable8
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light8 table.menuboxtable8 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light8 table.menuboxtable8 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light8 table.menuboxtable8 tr td.popup_format5
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light8 table.menuboxtable8 tr td a, #light8 table.menuboxtable8 tr td a:visited, #light8 table.menuboxtable8 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light8 table.menuboxtable8 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of menu box 9 ------*/

.white_content_9
	{
   	display: none;
    	position: absolute;
    	top: 144%;
    	left: -305%;
    	width: 598%;
    	height: 1200%;
    	padding: 10px;
    	border: 1px solid #9BC2E6;
    	z-index:1002;
    	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 5px 5px 5px #959f9f;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

a.white_content_9 
	{
	font-family: "Calibri";
	color: #5E6961;
	font-size: 16px;
	font-weight: bold;
	vertical-align: bottom;
    	}

table.menuboxtable9
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	vertical-align: bottom;
	}

#light9 table.menuboxtable9 tr td.popup_format1
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light9 table.menuboxtable9 tr td.popup_format3
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 16px;
	font-weight: bold;
	margin-left: 0px;
	width: 145px;
	height: 20px;
    	border-bottom: 1px solid #575756;
	vertical-align: bottom;
	padding-bottom: 5px;
	}
	
#light9 table.menuboxtable9 tr td.popup_format2
	{
  	table-layout: fixed;
  	width: 40px;
	}

#light9 table.menuboxtable9 tr td a, #light9 table.menuboxtable9 tr td a:visited, #light9 table.menuboxtable9 tr td a:link
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	padding: 0px;
	width: 145px;
	height: 15px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light9 table.menuboxtable9 tr td a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #575756;
	font-size: 12px;
	margin-left: 0px;
	width: 145px;
	height: 15px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light9 table.menuboxtable9 tr td.popup_format1ALL
	{
	font-family: "Calibri";
	color: #FFD700;
	font-size: 14px;
	font-weight: bold;
	margin-left: 0px;
	width: 135px;
	height: 30px;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light9 table.menuboxtable9 tr td.popup_format1ALL a, #light9 table.menuboxtable9 tr td.popup_format1ALL a:visited, #light9 table.menuboxtable9 tr td.popup_format1ALL a:link
	{
	font-family: "Calibri";
	color: #FF0000;
	font-size: 16px;
	margin-left: 0px;
	padding: 0px;
	width: 135px;
	height: 30px;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
	padding-top: 5px;
	}

#light9 table.menuboxtable9 tr td.popup_format1ALL a:hover
	{
	font-family: "Calibri";
	background-color: #FFFFFF;
	color: #FF0000;
	font-size: 16px;
	margin-left: 0px;
	width: 135px;
	height: 30px;
	text-decoration: underline;
	vertical-align: bottom;
	padding-top: 5px;
	}

/*------ formatting of graph pages ------*/

#wrapper #content #countrysection #countrygraph
	{
	background-color: #FFF48D;
	border-top: 3px solid #E73E01;
	width: 495px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-top: 20px;
	margin-right: 20px;
	float: left;
	}

#wrapper #content #countrysection #countrygraph #countrygraphtitle
	{
	border-bottom: 1px solid #5E6961;
	width: 485px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

#wrapper #content #countrysection #countrygraphright
	{
	background-color: #FFF48D;
	border-top: 3px solid #E73E01;
	width: 495px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-top: 20px;
	float: left;
	}

#wrapper #content #countrysection #countrygraphright #countrygraphtitle
	{
	border-bottom: 1px solid #5E6961;
	width: 485px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

#wrapper #content #countrysection #countrygraphlong
	{
	background-color: #FFF48D;
	border-top: 3px solid #E73E01;
	width: 1005px;
	padding: 10px;
	font-family: "Segoe UI", Times New Roman;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	float: left;
	}

#wrapper #content #countrysection #countrygraphlong #countrygraphtitle
	{
	border-bottom: 1px solid #5E6961;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #5E6961;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;	
	}

#wrapper #content #countrygraphsectiontitle
	{
	border-bottom: 0px solid #5E6961;
	width: 1050px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #002060;
	background-color: #FFFFFF;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;
	float: left;	
	}

#wrapper #content #countrygraphsectionsepar
	{
	border-bottom: 0px solid #5E6961;
	width: 1050px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #002060;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 16px;
	float: left;	
	min-height: 10px;
	}

/*------ formatting of all countries page ------*/

#regiontitle
	{
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 20px;
	color: #002060;
	text-align: left;
	float: left;
	width: 1050px;
	padding-bottom: 2px;
	}

#allcountrylist
	{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 400px;
	}

/*------ formatting of footer ------*/

.footer 
	{
	width: 1050px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	text-align: center;
	float: left; 
	padding-top: 20px;
	padding-bottom: 20px;
	}

a.footer:link, a.footer: visited 
	{
	color: #5E6961;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	}
	
a.footer:hover 
	{
	color: #FFF; 
	background-color: #5E6961;
	text-decoration: none;
	}

.footer2 
	{
	width: 1050px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em; 
	text-align: center;
	float: left; 
	padding-top: 0px;
	padding-bottom: 20px;
	}

a.footer2:link, a.footer: visited 
	{
	color: #5E6961;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFF;
	}
	
a.footer2:hover 
	{
	color: #FFF; 
	background-color: #5E6961;
	text-decoration: none;
	}

span.disclaimer
	{
	font-weight: bold;
	}

/*------ formatting of home page ------*/

#wrapper #content #barometermegabox
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	border: 0px solid #9BC2E6;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	min-height: 0px;
	width: 1038px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #barometerbox
	{
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-top: 0px;
	height: auto;
	width: 323px;
	position: relative;
	float: left;
	border-radius: 5px;
	text-align: justify;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	}


p.marketbarometer
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 24px;
	margin-bottom: 0px;
	}

p.top100title
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 24px;
	margin-bottom: 20px;
	}

p.marketbarometersub
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	margin-top: 0px;
	}

span.barometertitle
	{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	font-family: "Segoe UI semibold", Segoe UI;
	font-size: 18px;
	background-color: #FFFFFF;
	}

span.barometertitle a, span.barometertitle a:visited, span.barometertitle a:link
	{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: block;	
	text-decoration: none;
	color: #002060;
	background-color: #FFFFFF;
	text-align: center;
	}

span.barometertitle a:hover
	{
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	display: block;	
	text-decoration: underline;
	color: #002060;
	}

/*------ formatting of whoarewe page ------*/

#contactsection
	{
	background-color: #FFFFFF;
	padding: 20px;
	min-height: 400px;
	}

span.contact
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	}

span.contactemail
	{
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	}

/*------ formatting of votation ------*/

fieldset.votation 
	{
	background-color: #90EE90;
	border: 1px solid #959f9f;
	font-weight: thick;
	width: 293px;
	font-family: "Segoe UI", Century;
	color: #000000; 
	font-size: 14px;
	}

label.votation
	{
	width: 70px;
	float: center;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: "Segoe UI", Century;
	color: #000000; 
	font-size: 14px;
	}

legend.votation
	{
	background-color: #FFD700;
	padding: 5px;
	border: 1px solid #959f9f;
	font-family: "Segoe UI semibold", Century;
	border-radius: 5px;
	color: #FFFFFF;
	}	

span.votation
	{
	display: inline-block;
	width: 50px;
	}

span.votationmarket
	{
	color: #FFD700;
	font-weight: bold;
	}

span.ratingcomment
	{
	color: #FFD700;
	font-size: 12px;
	}

#wrapper #content #topbar
	{
	margin-right: 0px;
	margin-left: 10px;
	margin-top: auto;
	margin-bottom: 20px;
	padding: 0px;
	height: auto;
	width: 1028px;
	position: relative;
	text-align: justify;
	font-family: "Segoe UI", Times New Roman;
	font-size: 16px;
	}

fieldset.votationmarket 
	{
	background-color: #90EE90;
	border: 1px solid #959f9f;
	font-weight: thick;
	width: 1000px;
	font-family: "Segoe UI", Century;
	color: #000000; 
	font-size: 14px;
	padding: 0px;
	padding-left: 20px;
	}

legend.votationmarket
	{
	background-color: #FFD700;
	padding: 5px;
	border: 1px solid #959f9f;
	font-family: "Segoe UI semibold", Century;
	border-radius: 5px;
	color: #FFFFFF;
	margin-bottom: 5px;
	}

table.sector
	{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	}


/*------ formatting of registration ------*/

#wrapper #content #registration
	{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 450px;
	width: 1030px;
	height: auto;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

#wrapper #content #registration #registrationleftsection 
	{
	width: 530px;
	float: right;
	}


#regtitle
	{
	width: 450px;
	min-height: 100px;
	padding-top: 0px;
	float: left;
	}

#regstatement
	{
	width: 450px;
	min-height: 300px;
	padding-top: 10px;
	}

#wrapper #content #registration #registrationrightsection 
	{
	width: 450px;
	float: left;
	margin-right: 40px;
	}

#reglogin
	{
	width: 530px;
	min-height: 100px;
	}

#regsubscription
	{
	width: 530px;
	min-height: 300px;
	}

input.button
	{
	font-family: "Segoe UI", Century;
	font-size: 26px;
   	border: 0px solid;
   	background-color: #FFC000;
	width: 424px;
	min-height: 40px;
	}

input.registrationfield
	{
	font-family: "Segoe UI", Century;
   	border: 1px solid #BFBFBF;
   	background-color: #FFFFFF;
	width: 200px;
	min-height: 25px;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 5px;
	}

fieldset.registration
	{
	font-family: "Segoe UI", Century;
	padding: 0px;
   	background-color: #FFFFFF;
	width: 400px;
	border: 1px solid #FFFFFF;
	}

legend.formtitle
	{
	font-family: "Segoe UI";
	padding: 0px;
   	background-color: #FFFFFF;
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	}

input.loginfield
	{
	font-family: "Segoe UI", Century;
   	border: 1px solid #BFBFBF;
   	background-color: #FFFFFF;
	color: #000000;
	width: 200px;
	min-height: 40px;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 5px;
	}

input.loginbutton
	{
	font-family: "Segoe UI", Century;
	font-size: 16px;
   	border: 0px solid;
   	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 0px;
	}

fieldset.login
	{
	font-family: "Segoe UI", Century;
	padding: 0px;
	margin-top: 0px;
   	background-color: #FFFFFF;
	width: 530px;
	border: 1px solid #FFFFFF;
	}

/*------ formatting of registration ------*/

#wrapper #content #companyupdate
	{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	width: 1030px;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	position: relative;
	float: left;
	}

#wrapper #content #companyupdate #companyidupdate
	{
	position: relative;

	}

#wrapper #content #companyupdate #companyactivity
	{
	position: relative;
	float: left
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	}

label.companyidcard
	{
	width: 150px;
	height: 25px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

p.companyidcard2
	{
	width: 150px;
	height: 25px;
	background-color: #B4C6E0;
	}

input.companyidcard
	{
	width: 200px;
	height: 25px;
	}

input.buttonvalidation
	{
	font-family: "Segoe UI", Century;
	font-size: 26px;
   	border: 0px solid;
   	background-color: #FFC000;
	width: 365px;
	min-height: 40px;
	}


/*------ formatting of automotive ------*/

span.automenu
	{
	margin-bottom: 20px;
	}

span.automenu a, span.automenu a:visited, span.automenu a:link
	{
	color: #5E6961;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 0px solid #5E6961;
	border-right: 0px solid #5E6961;
	border-radius: 0px;
	}
		
span.automenu a:hover
	{
	color: #FFFFFF;
	background-color: #5E6961;
	text-decoration: none;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 0px solid #5E6961;
	border-right: 0px solid #5E6961;
	border-radius: 0px;
	}

/*------ formatting of portfolio ------*/

#wrapper #content #mainportfolio
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 0px;
	width: 1030px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

table.portfolio
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-family: "Segoe UI", Century;
	font-size: 11px;

	}

table.portfolio td.portfoliotop1
	{
	text-align: center;
	background-color: #C65911;
	font-weight: bold;
	}

table.portfolio td.portfoliotop2
	{
	text-align: center;
	width: 50px;
	background-color: #C65911;
	border-bottom: 3px solid #C00000;
	font-weight: bold;
	}

table.portfolio td.portfoliotop4
	{
	text-align: center;
	background-color: #FFFFFF;
	font-weight: bold;
	}

table.portfolio td.portfoliotop5
	{
	text-align: center;
	width: 50px;
	background-color: #CFFFFFF;
	border-bottom: 3px solid #C00000;
	font-weight: bold;
	}

table.portfolio td.portfoliotop3
	{
	text-align: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfolio td.portfoliotop3left
	{
	text-align: left;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfolio td.portfoliotop3center
	{
	text-align: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfolio td.portfoliotop3centerrc
	{
	text-align: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfolio td.portfoliomiddle1
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddleform1
	{
	text-align: right;
	background-color: #FFFFFF;
	}

table.portfolio td.portfoliomiddle1date
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	width: 40px;
	}

table.portfolio td.portfoliomiddle1rc
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddle1left
	{
	text-align: left;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	height: 20px;
	}

table.portfolio td.portfoliomiddle1center
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddle1centerrc
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddle2
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddleform2
	{
	text-align: right;
	background-color: #F8CBAD;
	}

table.portfolio td.portfoliomiddle2date
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	width: 40px;
	}

table.portfolio td.portfoliomiddle2rc
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddle2left
	{
	text-align: left;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	height: 20px;
	}

table.portfolio td.portfoliomiddle2center
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfolio td.portfoliomiddle2centerrc
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	}

table.portfolio td.portfoliobottom
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-bottom: 3px solid #C00000;
	}

table.portfolio td.portfoliobottomrc
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	border-bottom: 3px solid #C00000;
	}

table.portfolio td.portfoliobottomleft
	{
	text-align: left;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-bottom: 3px solid #C00000;
	}

table.portfolio td.portfoliobottomcenter
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-bottom: 3px solid #C00000;
	}

table.portfolio td.portfoliobottomcenterrc
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	border-right: 1px dotted #C00000;
	border-bottom: 3px solid #C00000;
	}

table.portfolio td.portfolioempty
	{
	width: 10px;
	background-color: #FFFFFF
	}

fieldset.portfoliomanagementdiv
	{
	font-family: "Segoe UI", Century;
	padding: 0px;
   	background-color: #FFFFFF;
	width: 1020px;
	border: 1px solid #FFFFFF;
	}

label.portfoliomanagementwhite
	{
	width: 80px;
	height: 25px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Segoe UI", Century;
	background-color: #FFFFFF; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

fieldset.portfoliomanagement
	{
	font-family: "Segoe UI", Century;
	padding: 0px;
   	background-color: #FFFFFF;
	width: 850px;
	border: 1px solid #FFFFFF;
	}

label.portfoliomanagement
	{
	width: 80px;
	height: 25px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

input.portfoliomanagement
	{
	width: 80px;
	height: 25px;
	}

input.portfoliomanagementlarge
	{
	width: 200px;
	height: 25px;
	}

input.portfoliomanagementsmall
	{
	width: 100px;
	height: 25px;
	margin-left: 10px;
	}

input.portfoliomanagementsmall2
	{
	width: 80px;
	height: 25px;
	margin-left: 10px;
	}

label.portfoliomanagementfirst
	{
	width: 80px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Century;
	background-color: #FFFFFF; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

label.portfoliomanagementlarge
	{
	width: 204px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

label.portfoliomanagementsmall
	{
	width: 104px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

label.portfoliomanagementsmall2
	{
	width: 84px;
	height: 40px;
	float: left;
	text-align: center;
	margin-right: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 14px;
	vertical-align: middle;
	padding-top: 5px;
	}

legend.portfoliomanagement
	{
	font-family: "Segoe UI";
	padding: 0px;
   	background-color: #FFFFFF;
	width: 850px;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	}

input.buttonportfolio
	{
	font-family: "Segoe UI", Century;
	font-size: 16px;
	font-weight: bold;
   	border: 0px solid;
   	background-color: #FFC000;
	width: 100px;
	min-height: 30px;
	margin-left: 380px;
	}

input.buttonportfoliobottom
	{
	font-family: "Segoe UI", Century;
	font-size: 26px;
   	border: 0px solid;
   	background-color: #FFC000;
	width: 365px;
	min-height: 40px;
	margin-left: 230px;
	}

#portfoliographtitle
	{
	width: 1030px;
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	}

#portfoliographtitle #titlegraphsales
	{
	float: left;
	margin-right: auto;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #9BC2E6;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	width: 490px;
	position: relative;
	color: #000000;
	text-align:justify;
	}

#portfoliographtitle #titlegraphpat
	{
	float: right;
	margin-right: 18px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-bottom: 3px solid #9BC2E6;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
	width: 490px;
	position: relative;
	color: #000000;
	text-align:justify;
	}

p.long
	{
	width = 800px;
	}

#comment
	{
	width: 505px;
	height: 265px;
	float: right;
	padding: 10px;
	padding-top: 20px;
	}

#portfoliograph
	{
	width: 505px;
	height: 265px;
	float: left;
	padding: 5px;
	padding-top: 0px;
	margin-top: 20px;
	}

/*main menu logged*/

ul#menu li#mainmenurightlogged
	{
	border-left: 1px solid #9BC2E6;
	border-right: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 131px;
	}

ul#menu li a.mainmenurightlogged
	{
    	text-decoration: none;
    	color: #FFFFFF;
    	background-color: #002060;
    	display: block;
	text-align: center;
	height: 39px;	
	padding-top: 11px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;	
	}

ul#menu li a.mainmenurightlogged:hover 
	{
    	color: #002060;
    	background-color: #FFFFFF;
	}

ul#menu li#mainmenulogged
	{
	text-decoration: none;
    	display: inline-block;
	border-left: 1px solid #9BC2E6;
	border-bottom: 1px solid #9BC2E6;
	width: 130px;
	}

ul#menu li#mainmenulogged a.mainmenulogged
	{
    	text-decoration: none;
    	color: #FFFFFF;
    	background-color: #002060;
    	display: block;
	text-align: center;
	height: 39px;	
	padding-top: 11px;	
	font-family: "Segoe UI", Segoe UI;
	font-size: 18px;	
	}

ul#menu li#mainmenulogged a.mainmenulogged:hover 
	{
    	color: #002060;
    	background-color: #FFFFFF;
	}

/*------ formatting of mypage ------*/

#wrapper #content #mypage
	{
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 450px;
	width: 1030px;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	float: left;
	}

#wrapper #content #mypage #mypageleft
	{
	width: 450px;
	float: left;
	margin-right: 40px;
	position: relative;
	}

#wrapper #content #mypage #mypageright
	{
	width: 530px;
	float: right;
	position: relative;
	}

#usercompanylist
	{
	width: 450px;
	padding-top: 10px;
	}

.postarticle
	{
	text-align: center;
	padding-left: 70px;
	font-family: "Segoe UI semibold", Segoe UI;
	}

.postarticle a, .postarticle a:visited, .postarticle a:link
	{
	display: block;	
	color: #002060;
	background-color: #FFFFFF;
	}

.postarticle a:hover
	{
	display: block;	
	text-decoration: underline;
	color: #5E6961;
	}

/*------ formatting of all industries page ------*/

#wrapper #content #indicatorsection
	{
	border-top: 0px solid #513140;
	border-bottom: 3px solid #513140;
	color: #FFFFFF;
	font-family: "Segoe UI", Segoe UI;
	font-size: 25px;
	margin-bottom: 0px;
	background-color: #002060;
	text-align: middle;	
	border-radius: 0px;
	padding-left: 10px;
	}

/*------ formatting of stat tables ------*/

#wrapper #content #stattables
	{
	margin-right: 0px;
	margin-left: 20px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 340px;
	width: 300px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

p.indicatortitle
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 24px;
	margin-bottom: 0px;
	}

p.indicatorsubtitle
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 20px;
	margin-bottom: 5px;
	}

/*------ formatting of starring page ------*/

#wrapper #content #main1_starring
	{
	margin-right: 0px;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding: 10px;
	min-height: 340px;
	width: 770px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}



td.actionval
	{
	font-family: "Calibri";
	color: #575756;
	font-size: 10px;
	padding-top: 0px;
	text-align: center;
	border: 1px solid #9BC2E6;
	}

/*------ formatting of portfolio update page ------*/

input.loginfield
	{
	font-family: "Segoe UI", Century;
   	border: 1px solid #BFBFBF;
   	background-color: #FFFFFF;
	color: #000000;
	width: 200px;
	min-height: 40px;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 5px;
	}

input.loginbutton
	{
	font-family: "Segoe UI", Century;
	font-size: 16px;
   	border: 0px solid;
   	background-color: #FFFFFF;
	font-weight: bold;
	padding-left: 0px;
	}

fieldset.portfolioupdate
	{
	font-family: "Segoe UI", Century;
	padding: 0px;
	margin-top: 0px;
   	background-color: #FFFFFF;
	width: 730px;
	border: 1px solid #FFFFFF;
	}

label.portfolioupdate
	{
	width: 170px;
	height: 30px;
	float: left;
	text-align: center;
	margin-right: 10px;
	font-family: "Segoe UI", Century;
	background-color: #B4C6E0; 
	font-size: 16px;
	vertical-align: middle;
	padding-top: 12px;
	}

label.portfolioupdateblank
	{
	width: 170px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 10px;
	font-family: "Segoe UI", Century;
	background-color: #FFFFFF; 
	font-size: 16px;
	vertical-align: middle;
	padding-top: 12px;
	}

label.portfolioupdatetitle
	{
	width: 207px;
	height: 50px;
	float: left;
	text-align: center;
	margin-right: 14px;
	margin-bottom: 20px;
	font-family: "Segoe UI", Century;
	background-color: #FFFFFF; 
	font-size: 16px;
	vertical-align: middle;
	padding-top: 12px;
   	border-bottom: 5px solid #BFBFBF;
	}

/*------ formatting of portfolio ------*/

#wrapper #content #mainportfoliosummary
	{
	margin-right: auto;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #9BC2E6;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	min-height: 0px;
	width: 1030px;
	height: auto;
	position: relative;
	float: left;
	border-radius: 5px;
	color: #000000;
	font-family: "Segoe UI", Times New Roman;
	text-align:justify;
	}

table.portfoliosummary
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-family: "Segoe UI", Century;
	font-size: 16px;
	}

table.portfoliosummary td.portfoliosummarytop1
	{
	text-align: center;
	background-color: #C65911;
	font-weight: bold;
	padding: 10px;
	}


table.portfoliosummary td.portfoliosummarytop3
	{
	text-align: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfoliosummary td.portfoliosummarytop3center
	{
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfoliosummary td.portfoliosummarytop3left
	{
	text-align: left;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfoliosummary td.portfoliosummarymiddle1
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle1center
	{
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle1left
	{
	text-align: left;
	background-color: #FFFFFF;
	width: 120px;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2center
	{
	text-align: center;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2left
	{
	text-align: left;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

#wrapper #content #graphresult
	{
	margin-top: 25px;
	margin-bottom: 300px;
	width: 505px;
	height: auto;
	float: right;
	font-family: "Segoe UI", Times New Roman;
	padding-left: 10px;
	border-left: 2px solid #C00000;
	}

table.performancesummary
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-family: "Segoe UI", Century;
	font-size: 16px;
	}

table.performancesummary td.performancesummarytop1
	{
	text-align: middle;
	font-weight: bold;
	border-bottom: 2px solid #C00000;
	}

table.performancesummary td.performancesummarytop2
	{
	text-align: right;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.performancesummary td.performancesummarytop2left
	{
	text-align: left;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.performancesummary td.performancesummarymiddle
	{
	text-align: right;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #FF0000;
	}

table.performancesummary td.performancesummarymiddleleft
	{
	text-align: left;
	background-color: #FFFFFF;
	border-bottom: 1px dotted #FF0000;
	padding-left: 20px;
	}

table.table_adr
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	}

#countryadr
	{
	font-weight: bold;
	font-family: "Segoe UI", Times New Roman;
	font-size: 50px;
	margin-bottom: 0px;
	}










table.financials
	{
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	font-family: "Segoe UI", Century;
	font-size: 10px;
	}

table.financials tr.financialscolumntitle
	{
	text-align: center;
	font-weight: bold;
	padding: 10px;
	}


table.financials tr.financialscolumntitle td.financialscolumntitle1
	{
	text-align: center;
	background-color: #C65911;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Segoe UI", Century;
	font-size: 10px;
	}

table.financials tr.financialscolumntitle td.financialscolumntitle2
	{
	text-align: center;
	background-color: #C65911;
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Segoe UI", Century;
	font-size: 10px;
	}

table.portfoliosummary td.portfoliosummarytop3center
	{
	text-align: center;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfoliosummary td.portfoliosummarytop3left
	{
	text-align: left;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	}

table.portfoliosummary td.portfoliosummarymiddle1
	{
	text-align: right;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle1center
	{
	text-align: center;
	background-color: #FFFFFF;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle1left
	{
	text-align: left;
	background-color: #FFFFFF;
	width: 120px;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2
	{
	text-align: right;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2center
	{
	text-align: center;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

table.portfoliosummary td.portfoliosummarymiddle2left
	{
	text-align: left;
	background-color: #F8CBAD;
	border-left: 1px dotted #C00000;
	}

