/**
* Sidebar css added by Carlos Martin
* Defines the style for the navigation side bar
*/


.left_sidebar {
float:left;
/*width:23%;*/
width:120px;

/*background:#DADDE2;*/
/*background:#EFF7FA;*/
/*background:#F7FBFC;*/
background: transparent url(../images/box_gradient.png) repeat-x;
-moz-border-radius:10px;
-webkit-border-radius:10px;

padding:5px 12px;
margin-top:20px;

}

.left_sidebar ul {
    margin-left:10px;
}

.left_sidebar li {
margin-top:0.7em;

/*border-top:1px solid #EFEFEF;*/

/* cp de PSQL */
/*
background-image:url(../images/bullet.gif);
background-position:12px 0.65em;
background-repeat:no-repeat;
border-bottom:1px solid #EFEFEF;
margin:0;
padding-left:12px;
*/
}

.left_sidebar .li {

}

/* Second level list */
.left_sidebar li ul {

}


.left_sidebar p {
text-align:center;
/*border-bottom:1px solid #32425D;*/
margin:10px;
}


.page_right {
float:right;
/*width:79%;*/
width:700px;
}

.right_body {
float:right;
width:79%;
}

span.current a.wikilink1 {
font-weight:bold;
color:#353735;
}
