@charset "utf-8";
/* CSS Document */

/* Main by blended simple */
*{
	padding : 0;
	margin : 0;
	border : 0;
}
body{
background-image : url(' bi-background-cubes.png ');
background-attachment : fixed;
background-size : 100% auto;
height: 100%;
/*margin:50px 0px; padding:0px; */
}

.blended_grid{
display : block;
width : 1000px;
overflow : auto;
margin : 5px auto 0 auto;
}
.pageHeader{
	background-color : #ABC1CF;
	background-image : url(imgs/processing-t.jpg);
	background-repeat: no-repeat;
	float : left
	clear : none;
	height : 200px;
	width : 1000px;
}
.pageLeftMenu{
	background-color : #CCC;
	float : left;
	clear : none;
	height : 600px;
	width : 160px;
}
.pageContent{
	background-color : #FFF;
	float : left;
	clear : none;
height: 100%;
	width : 680px;
}
.pageRightMenu{
background-color : #436F92;
float : left;
clear : none;
height : 600px;
width : 160px;
}
.pageFooter{
	background-color : #999;
	float : left;
	clear : none;
	height : 100px;
	width : 1000px;
}

/* ++++ LEFT MENU by Devin Rolsen ++++++++++++++++++++++++++++ */
#navigation { font-size:0.75em; width:150px; }
#navigation ul { margin:0px; padding:0px; }
#navigation li { list-style: none; } 
 
ul.top-level { background:#666; }
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}
 
#navigation a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
}
 
#navigation a:hover{
 text-decoration:underline;
}
 
#navigation li:hover {
	background: #f90;
	position: relative;
	background-color: #C30;
}

#navigation .sel {
	background: #2580a2;
	/*color: #039;*/
	/*padding-bottom: 8px;*/
}

ul.sub-level {
    display: none;
}
 
li:hover .sub-level {
    background: #999;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 75px;
    top: 5px;
}
 
ul.sub-level li {
    border: none;
    float:left;
    width:150px;
}

/*Seconda Level*/
#navigation .sub-level {
    background: #999;
}
 
/*Third Level*/
#navigation .sub-level .sub-level {
    background: #09C;
}

/*RESET STYLES*/
li:hover .sub-level .sub-level {
    display:none;
}
 
.sub-level li:hover .sub-level {
    display:block;
}

/* END LEFT MENU ++++++++++++++++++++++++++++ */


#Content {
	width:500px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px dashed #333;
	background-color:#eee;
	}
	
.txt1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-align:left;
	text-indent:0px;
	line-height:18pt;
	font-style:normal;
	font-weight:normal;
	color:#333;
	background-color:transparent;
	font-variant:normal;
	font-size:14px;
	vertical-align:0;
	margin-left: 12px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.txtTopic {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	color: #333;
	text-align: left;
	text-align:left;
	text-indent:0px;
	line-height:32pt;
	font-style:normal;
	font-weight:bold;
	color:#333;
	font-variant:normal;
	font-size:14px;
	vertical-align:0;
	margin-left: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 14px;
}

.txt00 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	text-align: right;
	margin:20px;
	text-indent:0px;
	line-height:6pt;
	font-style:normal;
	font-weight:normal;
	color:#333;
	background-color:transparent;
	font-variant:normal;
	font-size:24px;
	vertical-align:0;
	margin-left: 12px;
	margin-top: 0px;
	padding-top: 22px;
}

code {
	margin-left: 12px;
	margin-top: 12;
	color: #06C;
	font-size: 12px;
}

.codeTxt {
	color: #06C;
	font-size: 14px;
	line-height: 20px;
	font-family: "Lucida Console", Monaco, monospace;
}
