/*colors
yellow: #F8DC19
*/
html,body{
	margin:0px;
	padding:0px;
	}
body{
	background:#FFFFFF;
	font-size: 0.8em;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	color:#333;
	line-height:1.4;
	}
body.ja{	/* larger line height*/
	line-height:2;
font-size: 0.7em;
	}
table{
	font-size:100%;
	}
.left	{	text-align:left;	}
.right	{	text-align:right;	}
.center	{	text-align:center;	}
.justify{	text-align:justify;	}
h1{
	
}
strong{	font-weight:bold;}
em{
	font-style:italic;
	}
/* default standard markup tags*/
a	{	
	color : red;
	text-decoration: none;
	}
a:hover {	
	color : #000000;	
	text-decoration: underline;
	}
.warning{	
	color:red; 
	font-weight:bold;
	text-align:center;
	}
input,select{
	border: 1px solid #dddddd;
	}
.clear{
	clear:both;
	height:1px;
	}

/*
CONTENTS
***************/
div#wrapper{
	background:#eee;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 960px;
	height: 540px;
	margin-top: -260px; 
	margin-left: -480px; 
	padding-top:15px;
	padding-bottom:15px;
	}


#logo{
	float:left;
	padding-top:20px;
	padding-left:40px;
	height:110px;
	}
#logo img{
	/*height:70px;*/
	/*width:120px;*/
	}
#main{
	clear:both;

	/*border:1px dashed black;*/
	/*height:320px;*/
	}
div#contents{
	/*padding:10px;*/
	height:380px;
	height:expression("370px");
	/*border:1px dashed #33cc00;*/
	/*margin-left:160px;*/
	padding-right:38px;
	float:right;
	width:710px;
	position:relative;
	}

/*NAVIGATION*/
#menu{
	float:left;
	width:160px;
	/*width:expression("100px");*/
	padding-left:10px;
	/*border:1px dashed #33cc00;*/
	position:relative;
	}
div#header #nav{
	color:#000000;
	text-align:left;
	}
#nav ul {
	list-style: none;
	padding: 0;
	}
#nav li {
	list-style:none;
	height:24px;
	font-size:90%;
	}
body.ja #nav li{	/* smaller txt for jp version*/
	/*font-size: 90%;*/
	}
#nav a {
	display: block;
	color: #333;
	text-decoration: none;
	width:150px;
	padding-left:30px;
	/*border:1px dashed #33cc00;*/
	}
#nav a:hover,
#nav .selected a{
	color:#ff0000;
	background:url(/templates/v1/images/bg_menu.png) no-repeat;
	/*padding: 3px 10px 8px 10px;*/
	}


/******* flags ********/
#flags{
	text-align:left;
	margin-left:30px;
	margin-top:20px;
	}
#flags ul{
	list-style:none;
	padding: 0;
	}
#flags ul li{
	text-align:left;
	}


	

/***** submenu *********/
#submenu{
	/*padding-top:50px;*/
	width:270px;
	float:left;
	margin: 0px;
	font-size:85%;
	/*border:1px dashed red;*/
}
body.ja #submenu{	/* smaller txt for jp version*/
	/*font-size: 90%;*/
	}
#submenu ul{
	margin-top:expression("-20px");
	padding:0px;
	}
#submenu li{
	margin-bottom:10px;
	}
#submenu li a {
	padding-left: 2px;
	height: 16px;
	text-decoration: none;
	}	
	
#submenu li a{
	width:70px;
	color: #333333;
	display: block;
	/*background-position: top right;*/
	border:1px solid #FFFFFF;
	}

#submenu li a:hover, 
#submenu li .selected a{
	color: #ff0000;
	background:#FFFFFF;
	/*background-position: bottom right;*/
	}

#submenu li ul{
	margin-left:73px;
	margin-top:-18px;
	}
#page_informe #submenu li a{
	width:220px;
	}
#page_informe #submenu li ul{
	margin-top:-6px;
	}
#submenu li li {
	background-color:none;
	color: #333333;
	margin-bottom:0px;
	margin-top:-1px;
	}
#submenu li li a{
	width:200px;
	}
	
#footer{
	position:relative;
	clear:both;
	padding-left:40px;
	text-align:left;
	color:#666666;
	font-size:80%;
	
	/*border:1px dashed red;*/
	}
#footer a{
	color:#DDDDDD;
	}
#footer a:hover{
	color:#F8DC19;
	}
	
/*
pop up window - smoothboox
********/
