html {
    text-align: center;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: small;
    color: black;
    border: none;
    padding: 0px;
    margin: 0px;
}

body {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

img {
    border: 0px;
}

a {
    color: green;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    font-weight:normal;
}

h3 {
    color: red;
}

li {
	padding-bottom: 5px;
}

ul {
    list-style: none;
}

ol li {
    padding: 10px;
    font-size: large;
}


input {
    border: solid 1px green;
    margin-top: 5px;
    margin-bottom: 5px;
}

input .login {
    width: 100px;
}

.forgot {
    width: 300px;
}


.button {
    background-color: #477B00;
    font-weight: bold;
    color: white;
}


.hide {
    display: none;
}

#saluti {
	float: left;
	width: 300px;
}

#menu {
    float: right;
}

.icon {
    /*border: solid 2px green;*/
}

.application {
    float: left;
    margin: 15px;
    text-align: center;
    height: 60px;
    width: 60px;
}

.app-title {
    color: black;
    border: 0px;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px black;
    clear: both;
}

.app-separator {
    margin: 0px;
    padding: 0px;
}


.block {
    height: 150px;
    width: 780px;
}

.infoBox {
    color: black;
    font-size: small;
    margin: 10px;
    padding: 15px;
    border: solid 1px green;
    background-color: white;
}

.left {
    text-align: left;
    float: left;
    height: 100%;
    width: 200px;
}

.right {
    float: left;
    height: 100%;
    width: 560px;
}

.rightright {
	float: left;
	height: 100%;
	width: 20px;
}

#header {

}

#header-right {
    /*border-top: solid 20px #b6da82;*/
    background-color: #ecebe7;
    background-image: url("../images/logo.png");
    background-position: 20px 30px;
    background-repeat: no-repeat;
}

#header-apps {
    height: 86px;
}

#header-left-apps{
    background-image: url("../images/zenvoo_logo.png");
    background-repeat: no-repeat;
    height: 86px;
}

#header-right-apps {
    border-top: solid 20px #b6da82;
    background-color: #ECEBE7;
    height: 56px;
    width: 540px;
    text-align: left;
    padding: 10px 10px 0px 10px;
}

#center {

}

#center-left {
    background-color: #ececec;
    color: #6f9737;
    font-weight: bold;
    height: 140px;
    padding: 10px 0px 0px 0px;
}

#center-left-apps {
    clear: both;
    height: auto;
    background-color: #ececec;
    color: #6f9737;
}


#center-right {
    background-image: url("../images/slogan.gif");
    background-repeat: no-repeat;
    background-color: #b6da82;
}

#center-right-simple {
	text-align: left;
	background-color: white;
	border: solid 1px #CCCCCC;
	height: 415px;
	padding: 20px;
	width: 518px;
    min-height: 522px;
    height: auto;
}

#center-right-apps {
    height: 450px;
    text-align: left;
    padding: 20px;
    width: 518px;
    background-color: white;
    border: solid 1px #CCCCCC;
}

#center-right-story {
    height: 500px;
    text-align: left;
    padding: 20px;
    width: 518px;
    background-color: white;
    border: solid 1px #CCCCCC;
}

#center-rightright {
	background-color: #ecebe7;
	height: 150px;
}

#footer-left {
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
    width: 160px;
    color: black;
    font-weight: bold;
}

#footer-right {
    text-align: left;
    background-color: #ecebe7;
    height: 300px;
    width: 540px;
    padding: 5px 10px 0px 10px;
}

#footer {
}

#footer-left1 {
    background-color: white;
    color: white;
    font-weight: bold;
    height: 12px;
    padding: 15px 0px 0px 0px;
}

#footer-center {
        text-align: left;
        background-color: white;
        border: solid 1px #CCCCCC;
        padding: 20px;
        width: 518px;
}

