/********************/
/* GENERAL SETTINGS */
/********************/
/*body {
    background-color: #AAAAAA;
    font-size: 16px;
}
*/

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}


/********************/
/* EXPANDABLE LIST  */
/********************/
#listContainer{
  margin-top:15px;
}

#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    /*cursor: pointer; nina changes*/
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    /*background-color:#121212; nina changes*/
}
#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

/* Collapsed state for list element */
#expList .collapsed {
    background-image: url(../img/collapsed.png);
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url(../img/expanded.png);
}

#expList li h2 {
    font-size: 1.3em;
	font-style: normal;
	color: #206c49;
	/*  ok*/
}

#expList li ul li {
    font-size: 1.1em;
	font-style: normal;
	color: #BD4F19;
}
#expList li h3 {
    font-size: 1.2em;
	font-style: normal;
	color: #BD4F19;
}
#expList  li ul li ul li {
    font-size: 1em;
	font-style: normal;
	color: #000;
	
}
#bugsAndFeedback
{
    font-size:1em;
	font-style:normal;
	color: #000;
}
#chapters p
{
    font-size:1em;
	font-style:normal;
	color: #000;
	'varela round', sans-serif
}

#techsupport
{
    font-size:1em;
	font-style:normal;
	color: #000;
}

#statistic-guide
{
    font-size:1em;
	font-style:normal;
	color: #000;
}
#glossary
{
    font-size:1em;
	font-style:normal;
	color: #000;
}

#expList {
    clear: both;
}

.listControl{
  margin-bottom: 15px;
}
.listControl a {
    border: 1px solid #555555;
    color: #555555;
    /*cursor: pointer;*/
    height: 1.5em;
    line-height: 1.5em;
    margin-right: 5px;
    padding: 4px 10px;
}
.listControl a:hover {
    background-color:#555555;
    color:#222222; 
    font-weight:normal;
}
