body {
	background: url("../../images/first/green/background.png") repeat-y scroll right center transparent;
}
.logo{
    background: url("../../images/first/green/logo.png") no-repeat center transparent;
}
.orange
{
	background: #ff9000;
}

.opcoes .selected{
    border: solid 2px #00C538;
}

 .blue{
	background: #2a88f2;
}

.jspDrag, .green{
	background: #00C538;
}


.sideMenu h3 {
  margin: 0;
  background-color: #00C538;
}


.mainMenu .active{
	border-top: solid 2px #00C538;
border-bottom: solid 2px #00C538;
cursor: default;
}
.mainMenu .inactive {
border-top: solid 2px #ffffff;
opacity: 0.5;
}

.bigLogo div.part1{
    background: transparent url('../../images/first/green/circulo.png') no-repeat scroll right center;
    width: 280px;
    height: 280px;
    position: absolute;
    display: none;
}

.pub{
    background: #00C538;
    background-color: #00C538;
    /*
    background-image: radial-gradient(circle at 0px 100% , rgba(204, 0, 0, 0) 14px, #00C538 15px);
	background-image:
		radial-gradient(circle at 0 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 0, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 100% 100%, rgba(204,0,0,0) 14px, #c00 15px),
		radial-gradient(circle at 0 100%, rgba(204,0,0,0) 14px, #c00 15px);
    */
}

.submitButton{
    background: #00C538;
    background-image: -webkit-linear-gradient(top, #2fd85f, #00C538);
    background-image: -moz-linear-gradient(top, #2fd85f, #00C538);
    background-image: -ms-linear-gradient(top, #2fd85f, #00C538);
    background-image: -o-linear-gradient(top, #2fd85f, #00C538);
    background-image: linear-gradient(to bottom, #2fd85f, #00C538);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
    border: none;
    height: 35px;
}

.submitButton:hover {
    background: #00C538;
    background-image: -webkit-linear-gradient(top, #00C538, #00C538);
    background-image: -moz-linear-gradient(top, #00C538, #00C538);
    background-image: -ms-linear-gradient(top, #00C538, #00C538);
    background-image: -o-linear-gradient(top, #00C538, #00C538);
    background-image: linear-gradient(to bottom, #00C538, #00C538);
    text-decoration: none;
}


.softHouse
{
    font-family: majalla;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 2px;
    color: #00c538;
    position: relative;
    left: 210px;
    top: -50px;
}
