@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/roboto/RobotoCondensed-Regular-webfont.eot');
    src: url('../fonts/roboto/RobotoCondensed-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/RobotoCondensed-Regular-webfont.woff') format('woff'),
         url('../fonts/roboto/RobotoCondensed-Regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/opensans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background-color: #999;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #999;
	color: #333;
	line-height: normal;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "open_sansregular", Arial,sans-serif;
	font-weight: normal;
}

a {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "open_sansregular", Arial,sans-serif;
	font-weight: normal;
	color: #5d5e68;
	text-decoration: none;
}
ul, li {
	line-height: 1.5rem !important;
}
select {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "open_sansregular", Arial,sans-serif;
	font-weight: normal;
	padding: 0;
	width: 100px;
	height: 20px;
}
select option {
	padding-left: 5px;
	padding-left: .5rem;
}

body.ie6_8 #wrapper {
	background-image: url(../img/background_ie6_8.png);
	background-repeat: no-repeat;
}
#wrapper {
	max-width: 100%;
	background-color: white!important;
	background: url(../img/background_fullwidth.png) left top no-repeat,
				url(../img/background_fullwidth_right.png) left top repeat-x;
	margin: 10px auto;
	padding: 0;
	position: relative;
}
#heading {
	overflow: hidden;
	margin: 0 20px 5px 20px;
	margin: 0 2rem 0.5rem 2rem;
}
#heading #signin {
	text-align: right;
	height: 25px;
}
#heading #links {
	overflow: hidden;
	text-align: right;
}
#heading #links ul {
	list-style-type: none;
	margin: 0;
}
#heading #links ul li {
	display: inline-block;
	vertical-align: middle;
}
body.ie6_8 #links ul li {
	zoom: 1;
    display: inline;
}
#heading #links ul li:first-child {
	width: 50%;
	margin-right: 5px;
	margin-right: 1.5rem;
}
#heading #title {
	float: left;
}
#heading #title #env {
	margin-left: 220px;
	margin-left: 22rem;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "roboto_condensedregular", Arial,sans-serif;
	font-weight: normal;
	color: red;
}
#heading #title h1 {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: "roboto_condensedregular", Arial,sans-serif;
	font-weight: normal;
	color: #67676f;
	margin: 0;
	padding: 3px 0 0 0;
	text-rendering: auto;
	line-height: normal;
}

body.ie6_8 #breadcrumbs {
	background-image: url("../img/breadcrumbs_bg_ie6_8.png");
	background-repeat: repeat-x;
	background-position: right top;
}
#breadcrumbs {
	margin-bottom: 10px;
	margin-bottom: 1rem;
	-webkit-box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
	-moz-box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
	box-shadow: inset 0 3px 4px -3px #696867,inset 0 -3px 4px -3px #696867;
}
#breadcrumbs ul.breadcrumb {
	list-style-type: none;
	padding: 2px 0;
	padding: .2rem 0;
	background-color: transparent;
	margin: 0 20px 0px 20px;
	margin: 0 2rem 0 2rem;
}
#breadcrumbs ul.breadcrumb li {
	display: inline-block;
	margin-left: 3px;
	margin-left: .3rem;
}
body.ie6_8 #breadcrumbs ul.breadcrumb li {
	zoom: 1;
    display: inline;
}
#breadcrumbs ul.breadcrumb li a {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "open_sansregular", Arial,sans-serif;
	font-weight: normal;
}
#breadcrumbs ul.breadcrumb li:before {
	content: "\3E";
	margin-right: 3px;
	margin-right: 0.3rem;
}
#breadcrumbs ul.breadcrumb li:first-child {
	margin-left: 0;
}
#breadcrumbs ul.breadcrumb li:first-child:before {
	content: none;
}
#breadcrumbs ul.breadcrumb li:first-child a {
	font-weight: bold;
	font-family: "open_sansbold", Arial,sans-serif;
}
#content {
	margin: 0 20px 5px 20px;
	margin: 0 2rem 0.5rem 2rem;
}


/* old fullscreen */


#global {
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	width: 100%;
	min-width: 1000px;
	/* IE5/IE6 Hack to simulate min-width property 
	width:expression(document.body.clientWidth < 1001 ? "1000px" : "100%");*/
}
#top {
	background-image: url("../img/bg.png");
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 107px;
	width: 100%;
}
#topLeft {
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	float: left;
	margin: 0;
	padding: 0;
	height: 87px;
	width: 358px;
}
#topRight {
	background-image: url("../img/bgTopRight.png");
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0;
	height: 87px;
	width: 641px;
}
#topRightContent {
	float: right;
	margin: 1px 2px 0 0;
	padding: 0;
	height: 17px;
}
#topBottom {
	clear: both;
	margin: 0;
	padding: 3px 0 3px 10px;
	height: 14px;
}
#menu {
	margin: 5px 10px;
}
#menuLeft {
	float:left;
}
#menuLeft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menuLeft ul li {
	display: inline;
	margin-right: 20px;
}
#menuRight {
	float:right;
}
#content {
	margin: 5px 10px 0px 10px;
}
#footer { padding-top: 5px; padding-bottom: 5px; padding-right: 10px; color: gray; }
#e4_helplink { padding-left: 10px; float: left; width: 200px; white-space: nowrap; }
#e4_helplink img { border: 0px; vertical-align:middle; }
#e4_footersources { text-align: right; }

#content-table { width: 100%; border: 0px; }
#content-table td { white-space: nowrap; }
#content-table-menu { text-align: right; } 



* {
	margin:0; 
	padding:0;
}

#modal_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#modal_modal {
	position:absolute;
	background:url(../img/tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
	padding:8px;
}

#modal_content {
	border-radius:8px;
	background:#fff;
	padding:20px;
	/*width: 400px;*/
}
#modal_content ul { margin-left: 15px; }

#modal_close {
	position:absolute;
	background:url(../img/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
}
#infobuttondiv { padding-top: 4px; }  
#infobutton, .infobutton:link, .infobutton:visited { 
background-color: #043f81;
color: #ffffff;
padding: 2px 6px;
border-radius: 4px;
}
#rsil_URSI_h2 { float: left; margin-right: 30px; } 
#modal_content_temp, .modal_content_temp { display:none; }

/* old head stuff */


			#content-table-title { width: 60%; } 
			#content-table-level, #content-table-menu { text-align: right; height: 26px;} 
			#rsil_StatLevel, #rsil_StatDomains {  font-size: 11px;  }
			#e4rsi_level_select, #e4rsi_vislet_select { margin-right: 10px; font-size: 12px;font-weight: bold; padding: 2px; height: 24px;}
			#e4rsi_vislet_select { width: 210px; }
			#content-table { border-spacing: 0px; border: 0px;}
			#content-table-title div.content-table-titles { display: block;padding: 3px 5px 2px 5px;margin: 0px 5px 0px 0px; 
						box-sizing: border-box; height: 28px; float: left; border-top: 1px solid #eee; border-right: 1px solid #eee; 
						background-color: #f5f5f5; color: #999; cursor: hand; cursor: pointer;  }
			#content-table-title h2 { font-size: 1.2em; } 
			div#rsil_RSIh2_div.content-table-titles, #content-table-title div.content-table-titles.active-table-title {   background-color: #043f81;  color: white;  } 
			#content-table-title div.content-table-titles.not-active-table-title { background-color: #f5f5f5; color: #999; } 
			#content-table-level label { margin-left: 3px; }
			#content-table-level input[disabled] + label  { color: #aaa; }
			#urb_typology_left, #urb_typology_right { width: 49%; float: left;}
			#urb_typology_left .typoTitle, #urb_typology_right .typoTitle { padding: 5px 0px 0px 5px; font-weight: bold; font-size: 8pt; }
			#urb_typology_clear { clear: both; } 
			.visinfo_content_temp { width: 443px; }
			div#modal_content div, .modal_content_temp { margin-bottom: 7px; } 
			#modal_overlay { z-index: 2; }
			#modal_modal { z-index: 3; }
			.modal_cover {
				border: none;
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				background-color: #000;
				z-index: -1;
				opacity:0.5;
				filter:alpha(opacity=50);
			}
			#vislet_iframe { 			
				position: relative;
				z-index: 1;
			}
			#modal_close {
				top:0px;
				right:0px;
			}
			