html {
	height:100vh;
	width:100vw;
}
body {
	height:100vh;
	width:100vw;
	font-size:12px;
	line-height:15px;
	font-family:Lucida Sans, Helvetica, Arial, Verdana;
	background-color:#fefefe;
	color:#3344DD;
	margin:0px;
	overflow-y:auto;
	overflow-x:hidden;
}

.pageStartContainer {
    background: url("../../images/sedocs_start.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

.pageBgContainer {
    background: url("../../images/sedocs_content.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

a {
	text-decoration:none;
	cursor:pointer;
}

a:hover {
	color:#56d;
}

#logo {
    position: absolute;
    top: 10px;
    width: 300px;
    height: 86px;
    left:30px;
    font-size:0.8em;
    color:#fff;
    text-shadow:0px 0px 5px #444;
    z-index:9999;
}

#logo:hover {
	text-shadow:0px 0px 10px #000;
	cursor:pointer;
}

#pagesel{
	position:relative; 
	top:-22px; 
	width:200px; 
	height:32px; 
	padding:6px;
	background-color:#3344CC;
	font-family:Lucida Sans, Helvetica, Arial, Verdana;
	font-size:15px;
	color: #fff;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(243,197,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,197,243,1) 0%, rgba(87,108,232,1) 50%, rgba(3,40,234,1) 51%, rgba(0,102,255,1) 75%, rgba(0,34,199,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,197,243,1)), color-stop(50%,rgba(87,108,232,1)), color-stop(51%,rgba(3,40,234,1)), color-stop(75%,rgba(0,102,255,1)), color-stop(100%,rgba(0,34,199,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc5f3', endColorstr='#0022c7',GradientType=0 ); /* IE6-8 */	
}

#navleft{
	position: absolute; 
	top:85px; 
	width:210px; 
	left:30px; 
	height: 83vh; 
	padding:15px; 
	color: #ACADFE;
	background-color:#1122DD; 
	opacity:0.85; 
	font-size:18px; 
	line-height:24px; 
	border:1px solid #3333ff;
	overflow:auto;
}

#navleft a{
	color: #DDDDFF;
}
#navleft a:hover{
	color: #fff;
}

#navleft a.active {
	color:#FFFFFF;
	font-weight:bold;
}

#content{
	position: absolute;
	float:right; 
	top:85px;
	right:30px;
	width: calc(100% - 360px);
	height: 83vh;  
	padding:15px; 
	color: #1122DD;
	background-color:#FFFFFF; 
	opacity:0.9; 
	font-size:18px; 
	line-height:24px; 
	border:1px solid #3333ff;
	overflow:hidden;
}

#content1{
	position: absolute;
	float:right; 
	top:85px;
	right:30px;
	width: calc(100% - 360px);
	height: 80vh; 
	padding:15px; 
	color: #1122DD;
	background-color:#CCDDFF; 
	font-size:18px; 
	line-height:24px; 
	border:1px solid #3333ff;
	overflow:hidden;
}

.finp {
	background-color:transparent; 
	font-size:20px; 
	font-family:Lucida Sans, Helvetica, Arial, Verdana;
	color:#1122DD;
		
} 

.folder {
	border:1px solid #666666; 
	background-color:#CCDDFF; 
	font-size:15px; 
	padding-left:5px;
	padding-right:15px;
	font-family:Lucida Sans, Helvetica, Arial, Verdana;
	color:#1122DD;		
} 

.activefolder {
	border:1px solid #666666; 
	background-color:#FFCCCC; 
	font-size:15px; 
	padding-left:5px;
	padding-right:15px;
	font-family:Lucida Sans, Helvetica, Arial, Verdana;
	color:#1122DD;		
} 

#nav_wrap{
	position: relative;
	float:right;
	top:27px;
	right:40px;
	width:700px;
	height:30px;
	margin:0 auto;		
}

#navigation {
	position: relative;
	text-align: right;
	align: right;
	float: right;
	top:0;
	right:0;
	height:100%;
	width:100%;
	font-family : Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:18px;
	z-index: 30000;
}

.dropmenu {
	float:right;
	position: relative;
	top:0;
	right:0;
	cursor:pointer;
	color:#FFF;
}

.dropmenu li{
	float:left;
	position:relative;
	top:0;
	right:0;
	color: #fff;
	list-style: none none outside;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	width:120px;
	margin-left:5px;
	height:30px;
	padding: 4px 10px;
}
.dropmenu{
	display:block;
	margin:0;
	margin-top:4px;
	padding:0;
}

.dropmenu a{
	float:left;
	width:120px;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	padding: .48em 0.8em;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(25,48,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(25,48,255,1) 0%, rgba(4,4,207,1) 50%, rgba(0,0,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,48,255,1)), color-stop(50%,rgba(4,4,207,1)), color-stop(100%,rgba(0,0,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1930ff', endColorstr='#0000cc',GradientType=0 ); /* IE6-8 */
	color: #fff;
}

#navigation a:hover, .dropmenu li a:hover, .dropmenu li.open > a{	
	color: #fff;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(243,197,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,197,243,1) 0%, rgba(87,108,232,1) 50%, rgba(3,40,234,1) 51%, rgba(0,102,255,1) 75%, rgba(0,34,199,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,197,243,1)), color-stop(50%,rgba(87,108,232,1)), color-stop(51%,rgba(3,40,234,1)), color-stop(75%,rgba(0,102,255,1)), color-stop(100%,rgba(0,34,199,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc5f3', endColorstr='#0022c7',GradientType=0 ); /* IE6-8 */

}

#subnavi {
	position: relative;
	float:right;	
	top:0;
	margin-top:-28px;
	right:0;
	height:30px;
	width:80%;
	font-family : Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:13px;
	z-index: 100;
}

.dropmenu2 {
	float:right;
	position: relative;
	top:0;
	right:0;
	cursor:pointer;
	color:#FFF;
}

.dropmenu2 li{
	float:left;
	position:relative;
	top:0;
	right:0;
	color: #fff;
	list-style: none none outside;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	width:60px;
	margin-left:2px;
	height:18px;
	padding: 2px 8px;
}
.dropmenu2{
	display:block;
	margin:0;
	margin-top:4px;
	padding:0;
}

.dropmenu2 a{
	float:left;
	width:60px;
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	padding: .15em 0.5em;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(25,48,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(25,48,255,1) 0%, rgba(4,4,207,1) 50%, rgba(0,0,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(25,48,255,1)), color-stop(50%,rgba(4,4,207,1)), color-stop(100%,rgba(0,0,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(25,48,255,1) 0%,rgba(4,4,207,1) 50%,rgba(0,0,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1930ff', endColorstr='#0000cc',GradientType=0 ); /* IE6-8 */
	color: #fff;
}

#subnavi a:hover, .dropmenu2 li a:hover, .dropmenu2 li.open > a{	
	color: #fff;
	font-weight:bold;
	font-size:15px;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	background: rgb(243,197,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(189,197,243,1) 0%, rgba(87,108,232,1) 50%, rgba(3,40,234,1) 51%, rgba(0,102,255,1) 75%, rgba(0,34,199,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,197,243,1)), color-stop(50%,rgba(87,108,232,1)), color-stop(51%,rgba(3,40,234,1)), color-stop(75%,rgba(0,102,255,1)), color-stop(100%,rgba(0,34,199,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(189,197,243,1) 0%,rgba(87,108,232,1) 50%,rgba(3,40,234,1) 51%,rgba(0,102,255,1) 75%,rgba(0,34,199,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdc5f3', endColorstr='#0022c7',GradientType=0 ); /* IE6-8 */
}

.brcockpit{
	position: absolute; 
	z-index:9999; 
	top:30px; 
	left:0px; 
	width:99.8%; 
	padding-right:0px; 
	height: 75vh;  
	border: 1px solid #5566ff;
	background-color:#1122DD; 
	overflow:hidden;
}

.brcontwin{
	position: absolute; 
	z-index:9999; 
	top:30px; 
	left:0px; 
	width:99.8%; 
	padding-right:0px; 
	height: 75vh; 
	border: 1px solid #5566ff;
	background-color:#F5F9FF; 
	overflow:hidden;
}

.filter{
	width:120px; 
	height:24px; 
	background-color:#99AAF;
	border:1px solid #1122FF;
}
.filter:hover{
	background-color:#FFFFFF;
}

.BWIN{
	position:absolute; 
	top:120px; 
	left:8%; 
	width:80%; 
	height:220px; 
	padding:20px 20px 0px 20px;
	border:1px solid #1122FF; 
	background-color:#FFFFFF;
	overflow:auto;
	z-index:10001;
	-webkit-box-shadow: 0px 0px 80px 60px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 80px 60px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 80px 60px rgba(0,0,0,0.75);	
}

#page {
	position:absolute;
    margin: 0px;
    padding-top: 0px;
    top:0px;
    bottom:0px;
    width: 100%;
    opacity:1;
}

h1 {
	color: #222;
    font-size: 1.6em;
    margin: 10px 0px 0px;
    font-weight: bold;
}

h2 {
	color: #444444;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 7px 0px 20px;
}



/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-tr { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-br { -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-top { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; }
.ui-corner-right {  -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; }
.ui-corner-left { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; }
.ui-corner-all { -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; -khtml-border-radius: 8px; }

.ui-corner-tl-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-tr-6 { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-bl-6 { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-br-6 { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-top-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; }
.ui-corner-bottom-6 { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; }
.ui-corner-right-6 {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; }
.ui-corner-left-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; }
.ui-corner-all-6 { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -khtml-border-radius: 6px; }