@charset "utf-8";
/* CSS Document */


.divMenuVertGeneral
{
	float:left;
	margin-top: 2px;
	width: 19%;
	margin-left:6px;
	margin-right:5px;
	background-color:#ffffff;
}


.divMenuVertContent
{
	border-color: #E1E1E1;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	float: left;
	margin-top: 0;
	padding: 2px;
	width: 98%;
}

/* BOTÃO E DIV - HIDE MENU  */

.divHiddenMenu
{
    cursor:pointer;
    float:left;
    display:none;
    margin-top: 2px;
    margin-right:3px;
    /* min-height: 427px; */
}

.classBtShowMenu
{
    cursor:pointer; 
}

/*  */

.divMenuNew
{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);     
    background-color: #24617C; 
    -webkit-box-shadow: inset 0 -8px 10px #153e4c;
    -moz-box-shadow: inset 0 -8px 10px #153e4c;
    box-shadow: inset 0 -8px 10px #153e4c;
    float: left; 
    width: 220px; 
    height: 30px;
    border-radius: 8px 8px 0px 0px;
}

.divTitleMenuNew
{
    float: left; 
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 9px 0px 0px 50px;
}

.divTitleMenuBtn
{
    float:left;
    width: 30px;
    padding-left: 30px;
    *padding-top: 5px;
}

.classBtHideMenu
{
    cursor:pointer; 
    padding-top:7px; 
    *padding-top:1px; 
    *padding-right:10px;
}

.boxMenuPrinc{
	height: 30px;
	margin-bottom: 0;
	width: 100%;
}

.boxMenuPrincLeft{
	float:left; 
	background-image:url(../../Pict/Imagens/div_corner_left.png); 
	background-repeat:no-repeat; 
	width:31px; 
	height:33px;
}

.boxMenuPrincMiddle{
	background-image: url("../../Pict/Imagens/div_midlle.png");
	background-repeat: repeat-x;
	height: 33px;
	text-align: center;
	width: 100%;
}

.boxMenuPrincRight{
	float:right; 
	background-image:url(../../Pict/Imagens/div_corner_right.png); 
	background-repeat:no-repeat; 
	width:33px;
	height:33px;
}

.boxMenuPrincTitle{
	font-weight:bold; 
	font-size:12px; 
	color:#ffffff; 
}


/*  */

.classMenuVert
{
    font-family: Tahoma, Arial, Sans-Serif;
    font-weight:bold;
    background-color:#fafafa;
    cursor: pointer;
}

.classMenuVert a:link
{
    text-decoration: none;
}

.classMenuVert a:hover
{
    text-decoration: none;
}

.classMenuVert a:visited
{
    text-decoration: none;
}

.classMenuVert a:active
{
    text-decoration: none;
}




.classParentMenuVert
{
    background-color:#f5f5f5;    
    border:1px #e5e5e5 solid;
    margin-top:0px;
    margin-bottom:1px;
    margin-right:1px;
    margin-left:1px;
    padding: 7px;
    color:#1f5577;
    background-image:url(../../Pict/Imagens/down.png);
    background-repeat: no-repeat;
    background-position: 190px 6px;    
}

.classParentOverMenuVert
{
    background-color:#e8e8e8;    
    border:1px #dddddd solid;
    margin-bottom:1px;
    margin-right:1px;
    margin-left:1px;
    margin-top:0px;
    padding: 7px;
    color:#ef7e01;
    background-image:url(../../Pict/Imagens/up.png);
    background-repeat: no-repeat;
    background-position: 190px 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/*
.classImgParentMenuVert
{
    background-image:url(../../Pict/Imagens/down.png);
    width:20px;
    height:20px;
}
*/

.classChildMenuVert
{
    background-color:#f1f1f1;
    background: -o-linear-gradient(top, #eeeeee, #fafafa);
    background: -moz-linear-gradient(top, #eeeeee, #fafafa);
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fafafa));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#fafafa)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eeeeee, endColorstr=#fafafa);    
    border-bottom:1px solid #dddddd; 
    border-left:1px solid #dddddd; 
    padding:5px;
    margin-top:1px;
    margin-left:10px;
    margin-right:1px;
    font-size:10px;
    padding-left:14px;
    /*
    background-image:url(../../Pict/Imagens/list_style_square.png);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    */
}

.classChildOverMenuVert
{
    background-color:#eeeeee;
    background: -moz-linear-gradient(top, #f1f1f1, #e5e5e5);
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#e5e5e5));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#e5e5e5)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#e5e5e5);    
    border-bottom:1px solid #c3c3c3;
    border-left:1px solid #c3c3c3;  
    padding:5px;
    margin-top:1px;
    margin-left:10px;
    margin-right:1px;
    font-size:10px;
    padding-left:14px;
    /*
    background-image:url(../../Pict/Imagens/list_style_square.png);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    */
}