* {
    margin:0;
    padding:0;
}

div.sidebar-container-left {
    position:fixed;
    top:50%;
    left:0px;
	background-color:#ebf0e7;	
	border-bottom:solid 1px #c7d5ba;
	border-right:solid 1px #c7d5ba;
	border-left:solid 1px #c7d5ba;
	border-top:solid 1px #c7d5ba;
    -moz-box-shadow:0px 0px 10px #2c4f0b;
    -webkit-box-shadow:0px 0px 15px #2c4f0b;
    box-shadow:0px 0px 15px #2c4f0b;
	background-color:#ebf0e7;
	display:none
}

div.sidebar-container-right {
    position:fixed;
    top:50%;
    right:0px; 
    -moz-box-shadow:0px 0px 20px #000;
    -webkit-box-shadow:0px 0px 20px #000;
    box-shadow:0px 0px 20px #000;
}

div.sidebar-container-top {
    position:fixed;
    top:0px;
    left:50%;
    -moz-box-shadow:0px 0px 20px #000;
    -webkit-box-shadow:0px 0px 20px #000;
    box-shadow:0px 0px 20px #000;
}

div.sidebar-container-bottom {
    position:fixed;
    bottom:0px;
    left:50%;   
    -moz-box-shadow:0px 0px 20px #000;
    -webkit-box-shadow:0px 0px 20px #000;
    box-shadow:0px 0px 20px #000;
}

div.sidebar-inject-left {
/*
    position:absolute;
    background:url("inject-left.png") center no-repeat;
    top:0px;
    right:0px;
	cursor:pointer
	*/
}

div.sidebar-inject-right {
    position:absolute;
    background:url("inject-right.png") center no-repeat;
    top:0px;
    left:0px;
}

div.sidebar-inject-top {
    position:absolute;
    background:url("inject-top.png") center no-repeat;
    bottom:0px;
    left:0px;
}

div.sidebar-inject-bottom {
    position:absolute;
    background:url("inject-bottom.png") center no-repeat;
    top:0px;
    right:0px;
}

div.sidebar-body {
	margin:20px;
    position:absolute;
    top:0px;
    left:0px;
	color:#2c4f0b;
}

ul.sidebar-menu {
    font-size:12px;
    font-weight:bold;
	list-style:none;	
	text-decoration:none;
    color:#2c4f0b;
	font-family:Verdana, Geneva, sans-serif;
}

a,a:visited {
    color:#2c4f0b;
    text-decoration:none;
    bont-weight:bold;
}

.cockpit_posicao_geral{
	background-image:url(../images/cockpit_posicao_geral.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_posicao_geral:hover{
	background-image:url(../images/cockpit_posicao_geral_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_pf{
	background-image:url(../images/cockpit_pf.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_pf:hover{
	background-image:url(../images/cockpit_pf_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_pj{
	background-image:url(../images/cockpit_pj.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_pj:hover{
	background-image:url(../images/cockpit_pj_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_liberacao{
	background-image:url(../images/cockpit_liberacao.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_liberacao:hover{
	background-image:url(../images/cockpit_liberacao_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer
}

.cockpit_repasse{
	background-image:url(../images/cockpit_repasse.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer;
		
}

.cockpit_repasse:hover{
	background-image:url(../images/cockpit_repasse_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer;
		
}

.cockpit_recebiveis{
	background-image:url(../images/cockpit_recebiveis.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer;
		
}

.cockpit_recebiveis:hover{
	background-image:url(../images/cockpit_recebiveis_hover.png);
	background-position:left;
	background-repeat:no-repeat;
	width:150px;
	height:35px;
	cursor:pointer;
	
}