
@font-face {
font-family: roboto;
src: url('roboto-regular-webfont.eot');
src: url('roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-regular-webfont.woff2') format('woff2'),
	url('roboto-regular-webfont.woff') format('woff'),
	url('roboto-regular-webfont.ttf') format('truetype'),
	url('roboto-regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
}

@font-face {
font-family: roboto;
src: url('roboto-bold-webfont.eot');
src: url('roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('roboto-bold-webfont.woff2') format('woff2'),
	url('roboto-bold-webfont.woff') format('woff'),
	url('roboto-bold-webfont.ttf') format('truetype'),
	url('roboto-bold-webfont.svg#robotobold') format('svg');
font-weight:bold;
}

body,html{
	height:100%;
	width:100%;
	margin:0;
	background-color: #F0F6F0;
		
}

#e_logo {
	position: absolute;
	width: 400px;
	height: 462px;
	right: 0px;
	bottom: 0px;
	margin-left: 0px;
	background-image: url("/common.etic_cgi_portal/e_light.png");
	z-index: 1;
}

#content{
	position:relative;
	background-color: #FFFFFF;
	box-shadow: 1px 2px 8px #D3D3D3;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	top: 15px;
	width: 1200px;
	height:95%;
}

#menu {
	position: absolute;
	width: 220px;
	top: 130px;
	left: 0px;
	overflow: auto;
	bottom: 0px;
	font-family: roboto,Arial,Helvetica,sans-serif;
}

#header {
	position: absolute;
	width: 100%;
	height: 125px;
	left: 0px;
	top: 0px;
	margin: 0;
}

#reference {
	position: absolute;
	display: block;
	top: 25px;
	right: 20px;
	font-family: roboto,Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 20px;
}

#site_name {
	position: absolute;
	display: block;
	top: 55px;
	right: 20px;
	font-size: 18px;
	font-family: roboto,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

#main_logo {
	cursor: pointer;
	position:absolute;
	height:120px;
	top:0px;
	left:0px;
	margin-left: 20px;
}

#view {
	position: absolute;
	right: 0px;
	top: 130px;
	left: 230px;
	bottom: 0px;
}

#view_frame {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border: 0px;
	border-collapse: collapse;
}

.menu a {
/*color:#FFFFFF;*/
cursor:pointer;
margin-left:0px;
}

.level1 a{
margin-left:5px;
}

.menu a:link {
text-decoration: none;
cursor:pointer;
}

.menu a:visited {
text-decoration: none;
cursor:pointer;
}

.menu a:hover {
text-decoration: underline;
}

ul {
margin-left:10px;
padding-left:0px;
list-style-type:none;
}

.level0 {
color:#1CAB7A;
font-size:13px;
font-weight:bold;
}

.level0 li {
        padding-left:0;
        margin-top:3px;
        margin-bottom:3px;
}

.level1 li {
        padding-left:15px;
}

.level0 ul {
        margin-left:0px;
        padding-left:0;
}

.arrow_level {
        border-width:0px;
        padding:0px;
        margin:0px;
        cursor: pointer;
        height:13px;
        width:13px;
        top:0;
        top:0;
        left:0;
        left:0;
}

.arrow_level0 {
        display:none;
}

.level1 {
color:#1CAB7A;
}

.level2 {
color:#1CAB7A;
font-family:roboto, Arial,Helvetica,sans-serif;
font-size:13px;
font-style:normal;
font-weight:normal;
line-height:normal;
text-decoration:none;
text-transform:none;
}

.level3 {
color: #3C3C3C;
}

.level4 {
color: #3C3C3C;
}

.level5 {
color: #3C3C3C;
}

.spacer.level1{
	height:30px;
}

.spacer.level2{
	height:15px;
}

#top_menu {
        position: absolute;
        right: 0px;
        width: 1000px;
        top: 90px;
        height: 25px;
	border-top: 5px solid #1CAB7A;
        padding-top: 4px;
        padding-bottom: 0px;
        font-weight: normal;
	z-index: 2;
}

#top_menu span{
        display: inline;
        color: #3C3C3C;
        font-family: roboto,Arial,Helvetica,sans-serif;
}

#top_menu a:link, #top_menu a:visited, #top_menu a:active, #top_menu a:hover {
        color: #3C3C3C;
	text-decoration: none;
        font-family: roboto,Arial,Helvetica,sans-serif;
}
#top_menu .active {
        color: #1CAB7A;
}

.title {
        margin-left: 30px;
}

#logout{
	cursor:pointer;
}

#top_bar {
        font-size:12px;
        position: absolute;
        left: 15px;
}

#copyright {
        position: absolute;
        text-align: right;
        bottom: 13px;
        right: 20px;
        color: #D0D0D0;
	font-family: roboto,Arial,Helvetica,sans-serif;
	font-size: 14px;
	z-index: 2;
}

#page_title{
        position: absolute;
        left: 225px;
        top: 8px;
        font-family: roboto,Arial;
        color: #1CAB7A;
        font-size: 30px;
        font-style: normal;
        font-weight: bold;

}


.disabled {
        color:#BBB;
}

.highlight {
        color:#1CAB7A;
}
 #en_button, #fr_button{
	cursor: pointer;
}
