
/*   Page level comps  */
body
{
    background-image: url(pattern.png);
    background-color: #f5866c;
}
#goToPagesDiv {
    left: 110px;
    position: absolute;
    top: 128px;
    width: 200px;
}
.goToPageBtn {
    background-color: #E3B86A;
    cursor: pointer;
    height: 20px;
    left: -55px;
    margin-top: 10.5px;
    opacity: 0.05;
    position: relative;
    width: 295px;
}
.goToPageBtn:hover {
    opacity: 0.4;
}





.goToActivityBtn {
    background-color: #E3B86A;
    cursor: pointer;
    height: 20px;
    left: -55px;
    margin-top: 10.5px;
    opacity: 0.9;
    position: relative;
    width: 295px;
}
.goToActivityBtn p {
    font-size: 14px !important;
    text-align: left;	
    font-family: Tahoma;
    font-style: oblique;
}

.goToActivityBtn:hover {
    opacity: 0.7;

}

/*
#goToActivity9{
	
}
*/

/*  will aplly to goToPagesDiv of all pages - works*/
/*#goToPagesDiv div:nth-child(9){
	background-color: red;
	margin-top: 39px;
}*/


/* Works for the X element in a specfic page*/
#p35 div:nth-child(2){
	background-color: blue;
	margin-top: 39px;
}

#p36 div:nth-child(9){
	background-color: red;
	margin-top: 39px;
}

/*getting to a specifc ativity btn according a uniqe ID*/
#goToActivity_116389{
	background-color: green;
	
}


