/* CSS Document Menu esquerdo*/
#md{
	width: 152px;
}

div.md_contato {
	background-image:url(../img/contato2.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 8px;
}

div.md_indique {
	background-image:url(../img/indique.jpg);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	padding-left: 8px;
}

div.base_dir {
	background-image:url(../img/base2.gif);
	background-position: bottom;
	background-repeat:no-repeat;
	padding-left: 8px;
	padding-bottom: 15px;
}

div.md_imagem{
	margin: 0px 0px 5px 0px;
}
div.md_item{
	background-image:url(../img/menu_direito.gif);
	background-repeat:repeat-y;
	
}
div.md_item div.item_title{
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	background: #E3CB00;
	height: 16px;
	padding-top: 2px;
	text-align: center;
}
div.md_item div.item_name{
	padding: 0px 4px 0px 4px;
	color: #333333;
	font-size: 10px;
}
div.md_item div.item_button{
	padding: 4px 0px 0px 0px;
	font-size: 10px;
	text-align: center;
}
div.md_item .item_input{
	padding: 0px 4px 0px 4px;
}
div.md_item .text_input{
	border: 1px solid #666666;
	height: 13px;
	width: 90%;
	font-size: 10px;
}
div.md_item .select_input{
	border: 1px solid #666666;
	height: 18px;
	width: 90%;
	font-size: 10px;
}
div.md_item .button_input{
	background: #E3CB00;
	height: 15px;
	width: 50%;
	border: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0px 0px 1px 0px;
	border: 1px solid #AA8833;
}
div.md_item .text_area_input{
	border: 1px solid #666666;
	width: 90%;
	font-size: 11px;
}
.m_temas{
	background: transparent url('../imagens/mntm01verde.gif') no-repeat bottom;
    width: 150px;
    height: 18px;
}
#links_temas a{
	font-size: 10px;
	font-family: Verdana, Helvetica;
    color: #000000;
}
.menu_temas{
	background: #D6E594;
    width: 132px;
	border: 1px solid #339900;
	border-top: 0px;
	border-bottom: 0px;
	margin: 0px 3px 5px 5px;
	padding: 2px 2px 0px 2px;
}
.menu_temas_bottom{
	background-color: #D6E594;
	border: 1px solid #339900;
	border-top: 0px;
	margin: 0px 3px 5px 5px;
	height: 5px;
}
