@CHARSET "ISO-8859-1";

.menu-block{
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -goog-ms-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow:     0 0 10px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow:  0 0 10px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
    -khtml-box-shadow:   0 0 10px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
    -goog-ms-box-shadow: 0 0 10px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
    box-shadow:          0 0 10px rgba(0,0,0,0.5), inset 0 0 2px rgba(0,0,0,0.5);
}

.menu-header {
    height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px;
}
.menu-body {
    /*height: 210px;*/
    height: 90%; 						/* Para navegadores que não suportam a função calc() */
    height: -goog-ms-calc(100% - 30px);
	height: -webkit-calc(100% - 30px); 	/* Para Chrome */
	height: -khtml-calc(100% - 30px);
	height: -moz-calc(100% - 30px); 	/* Para Firefox */
	height: calc(100% - 30px); 			/* Para suporte nativo */
    width: 100%;
    position: relative;
    padding:0px 5px 5px 5px;
}
.menu-body-grid{
    width: 100%;
    height: 100%;
}
.menu-resize{
    float: left;
    margin: 8px 0px 0px 5px;
    cursor: pointer;
    width: 16px;
    height: 16px;
}
.menu-title {
    float: left;
    line-height: 1.428571429;
    margin: 3px 0px 0px 10px;
    font-family: Calibri, Tohama, Arial, sans-serif;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
}
.menu-icon{
    float: right;
    width: 35px;
    height: 35px;
    margin: -10px 10px 0px 0px;
}
.submenu-block {
	height: 40px;
	margin: -39px 0px 0px 10px;
	position: relative;
	text-align: center;
	float:right;
	display:none;
	color: #fff;
	cursor: pointer;
	z-index: 1031;
}
.submenu-opc { /*Utilizado nos submenus do aluno, localizado ao lado da foto*/
	height: 40px;
	margin-right: 10px;
	width: 95px;
	position: relative;
	text-align: center;
	float:right;
	display:none;
	color: #fff;
	cursor: pointer;
}