#conteudo {
	position: relative;
}

/*======== INICIO DO MENU DO SISTEMA */

.menu_sistema {
	height: 24px;
	border-bottom: 4px solid #e8e7e7;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 13px;
}

.menu_sistema ul {
	overflow: hidden;
	zoom: 1;
	margin:0 auto 0 272px;
}

.menu_sistema li {
	float: left;
	height: 24px;
	overflow: hidden;
	margin-right: 4px;
}


.menu_sistema li a {
	display: block;
	height: 100%;
}

.menu_sistema li strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.menu_sistema li.ajuda {
	float: right;
	margin-right: 0px;	
	width: 74px;
}

.menu_sistema li.ajuda a{
	background: url(../img/menu_sistema/bt-ajuda.gif) no-repeat 0 0;
	width: 74px;
}

.menu_sistema li.seuDia a{
	background: url(../img/menu_sistema/seu_dia.gif) no-repeat 0 0;
	width: 75px;
}

.menu_sistema li.seuProgresso a{
	background: url(../img/menu_sistema/seu_progresso.gif) no-repeat 0 0;
	width: 106px;
}

.menu_sistema li.msg a{
	background: url(../img/menu_sistema/mensagens.gif) no-repeat 0 0;
	width: 98px;
}

.menu_sistema li.preferencias a{
	background: url(../img/menu_sistema/preferencias.gif) no-repeat 0 0;
	width: 109px;
}

.menu_sistema li a:hover,
.menu_sistema li a.ativo {
	background-position: 0 -24px;
}

.menu_sistema li.ajuda a:hover,
.menu_sistema li.ajuda a.ativo {
	background-position: 0 0;
}


/*======== FIM DO MENU DO SISTEMA */


/*----------INICIO DO SEU PROGRAMA*/

.coluna_principal {
	width: 730px;
	float: left;
	overflow: hidden;
	zoom: 1;
}

.coluna_secundaria {
	width: 250px;
	float: right;
	overflow: hidden;
	zoom: 1;
}

.coluna_principal .box_msg {
	background: url(../img/menu_sistema/box_msg_bg.gif) repeat-y 0 0;
	width: 724px;
	overflow: hidden;
	position: relative;
}

.box_msg {
	margin-bottom: 25px;
}

.box_msg .top {
	background: url(../img/menu_sistema/box_msg_top.gif) no-repeat 0 0;
	width: 724px;
	height: 9px;
	overflow: hidden;
}

.box_msg .bottom {
	background: url(../img/menu_sistema/box_msg_bottom.gif) no-repeat  0 0;
	width: 724px;
	height: 9px;
	overflow: hidden;
}

.box_msg p.ico_fechar {
	background: url(../img/menu_sistema/box_msg_ico_fechar.gif) no-repeat  0 0;
	width: 14px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	top: 9px;
	right: 7px;
}

p.ico_fechar a {
	display: block;
	width: 100%;
	height: 100%;
}

p.ico_fechar strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.box_msg .nova_msg {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	margin: 0px 30px 15px 17px;
	overflow: hidden;
	zoom: 1;
	padding: 10px 0 15px 0;
}

.box_msg .nova_msg h3 {
	float: left;
	color: #bb3030;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 18px;
}

.box_msg .nova_msg p {
	float: left;
}


.box_msg .nova_msg p strong {
	color: #137dbb;
	font-size: 12px;
	font-weight: bold;
}

.box_msg .nova_msg p.de {
	margin: 0 0px 0 80px;
}

.box_msg .nova_msg p.data {
	float: right;
}

.box_msg p.txt {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	margin: 0px 30px 15px 17px;
	padding-bottom: 15px;
}

.box_msg .bts {
	float: right;
	margin: 0px 30px 7px 0px;
	overflow: hidden;
	zoom: 1;
	display: inline;
}

.box_msg .bts p {
	float: left;
}

.box_msg .bts p a {
	display: block;
	width: 100%;
	height: 100%;
}

.box_msg .bts p strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.box_msg .bts p.bt_fechar {
	background: url(../img/menu_sistema/bt_fechar.gif) no-repeat 0 0;
	width: 61px;
	height: 23px;
	margin-right: 15px;
}

.box_msg .bts p.bt_responder {
	background: url(../img/menu_sistema/bt_resp_msg.gif) no-repeat 0 0;
	width: 141px;
	height: 23px;
}

/*-------FIM DO BOX DE MENSAGEM*/

/*INICIO DO BOX SEU DIA -------------------------- */

.seu_dia {
	background: url(../img/menu_sistema/bg_seu_dia.gif) repeat-x 0 0;
	overflow: hidden;
	zoom: 1;
	padding: 20px 0 30px 0;
	margin-bottom: 15px;
	width: 724px;
}

.seu_dia h3 {
	background: url(../img/menu_sistema/tit_seu_dia.gif) no-repeat 0 0;
	width: 50px;
	height: 12px;
	overflow: hidden;
	float: left;
	margin: 0 20px 0 20px;
	display: inline;
}

.seu_dia h3 strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.seu_dia p.datas {
	color: #5d5d5d;
	font-size: 18px;
	font-weight: bold;
}

.seu_dia p.bt_add_exercicio {
	background: url(../img/menu_sistema/bt_add_exercicio.gif) no-repeat 0 0;
	width: 142px;
	height: 23px;
	overflow: hidden;
	float: right;
	margin: -10px 30px 0 0;
	display: inline;
}

p.bt_add_exercicio a {
	display: block;
	width: 100%;
	height: 100%;
}

p.bt_add_exercicio strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

p.datas a.dt_anterior {
	background: url(../img/menu_sistema/bt_vermelho_anterior.gif) no-repeat 0 0;
	float: left;
	width: 10px;
	height: 15px;
	margin: -3px 10px 0 0;
}

p.datas a.dt_proxima {
	background: url(../img/menu_sistema/bt_verde_proximo.gif) no-repeat 0 0;
	float: left;
	width: 10px;
	height: 15px;
	margin: -3px 0 0 10px;
}

p.datas strong {
	float: left;
}

/*FIM DO BOX SEU DIA -------------------------- */

.box_generico {
	background: url(../img/menu_sistema/bg_box_generico.gif) repeat-y 0 0;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
}

.box_generico .header {
	background: url(../img/menu_sistema/bg_repeat_hora.gif) repeat-x 0 0;
	height: 47px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.box_generico .borda_dir{
	background: url(../img/menu_sistema/borda_hora.gif) repeat-x 0 0;
	width: 6px;
	height: 47px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.header p.hora {
	background: url(../img/menu_sistema/bg_hora.gif) no-repeat 0 0;
	width: 93px;
	height: 47px;
	overflow: hidden;
	float: left;
}

.header p.hora strong {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 0 30px;
}

.header h3 {
	text-transform: uppercase;
	color: #137dbb;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin: 17px 0 0 15px;
}

.header .botoes {
	float: right;
	margin: 17px 30px 0 0;
	display: inline;
}

.header .botoes p {
	background: url(../img/menu_sistema/ico_botoes_header.gif) no-repeat left center;
	*background-position: 0 1px;
	float: left;
	margin-left: 12px;
}

.header .botoes p a {
	padding-left: 18px;
}

.box_generico .bottom {
	background: url(../img/menu_sistema/bottom_box_generico.gif) no-repeat 0 0;
	width: 730px;
	height: 7px;
	overflow: hidden;
	margin-top: 20px;
}


.box_generico .linha {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	padding-bottom: 13px;
	margin: 0 auto 15px auto;
	width: 700px;
	overflow: hidden;
	zoom: 1;
}

.box_generico .linhaLast {
	background: none;
	padding-bottom: 0px;
}

.box_generico .linha p.ordenacao {
	float: left;
	color: #5d5d5d;
	padding-top: 3px;
}

.box_generico .linha p.ordenacao em {
	float: left;
}

.box_generico .linha p.ordenacao em a {
	display: inline !important;
	float: none;
}

.linha p.ordenacao a {
	width: 14px;
	height: 10px;
	float: left;
	overflow: hidden;
	margin-top: 1px;

}

.linha p.ordenacao a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.linha p.ordenacao a.sobe {
	background: url(../img/menu_sistema/seta_sobe.gif) no-repeat 0 0;
}

.linha p.ordenacao a.desce {
	background: url(../img/menu_sistema/seta_desce.gif) no-repeat 0 0;
	margin-right: 5px;
}

.linha p.nao_gosta {
	background: url(../img/menu_sistema/ico_exclamacao.gif) no-repeat right center;
	padding-right: 30px;
	position: relative;
}

.linha p.opcoes {
	float: right;
	overflow: hidden;
	zoom: 1;
}

.linha p.opcoes a, .linha p.opcoes strong.kcal {
	float: left;
}

.linha p.opcoes a {
	margin-left: 15px;
	padding-bottom: 2px;
	padding-top: 2px;
}

p.opcoes strong.kcal {
	color: #5d5d5d;
}

.linha p.opcoes a.substituir {
	background: url(../img/menu_sistema/ico_substituir.gif) no-repeat 0 0;
	padding-left: 22px;
}

.linha p.opcoes a.excluir {
	background: url(../img/menu_sistema/ico_excluir.gif) no-repeat 0 0;
	padding-left: 18px;
}

.linha p.opcoes a.destrancar {
	background: url(../img/menu_sistema/ico_cadeado_fechado.gif) no-repeat 0 0;
	width: 13px;
	height: 16px;
	overflow: hidden;
}

.linha p.opcoes a.destrancar span {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.linha p.opcoes a.trancar {
	background: url(../img/menu_sistema/ico_cadeado_aberto.gif) no-repeat 0 0;
	width: 15px;
	height: 16px;
	overflow: hidden;
	margin-left: 13px;
}

.linha p.opcoes a.trancar span {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.box_exercicio .header h3 {
	color: #68770a;
}

.box_exercicio .header .hora {
	background: url(../img/menu_sistema/bg_hora_exercicio.gif) no-repeat 0 0;
}

/*--------------------FIM DO SEU PROGRAMA*/

/*=============== INICIO DOS BOXES DA COLUNA DA ESQUERDA*/

.box_secundario {
	background: url(../img/menu_sistema/bg_col_sec.gif) repeat-y 0 0;
	width: 247px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
}

.box_secundario .titulo {
	background: url(../img/menu_sistema/topo_box_generico.gif) no-repeat 0 0;
	width: 100%;
	height: 43px;
	margin-bottom: 25px;
}

.box_secundario .titulo h3 {
	color: #c49003;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 0 0 15px;
}

.box_secundario .bottom {
	background: url(../img/menu_sistema/bg_bottom_box_generico.gif) no-repeat 0 0;
	width: 100%;
	height: 13px;
	overflow: hidden;
	margin-top: 20px;
}

.box_secundario ul.lista_comum {
	margin-left: 15px;
}

.box_secundario ul.lista_comum li {
	background: url(../img/menu_sistema/ico_exclamacao.gif) no-repeat 0 0;
	padding: 2px 0 0 25px;
	width: 195px;
	font-size: 11px;
	color: #a49e94;
	margin-bottom: 15px;
}

.box_secundario table {
	color: #a49e94;
	font-size: 11px;
	font-weight: bold;
	margin: 0 1px 0px 1px;
}

.box_secundario table td {
	height: 22px
}

.box_secundario table td.esq {
	padding-left: 10px;
	width: 163px;
}

.box_secundario table td.dir {
	padding-right: 15px;
	width: 60px;
	text-align: right;
}

.box_secundario table tr.bg td {
	background-color: #efefef;
	height: 15px;
}

.box_secundario table tfoot tr td {
	height: 35px;
}

.box_secundario table tfoot tr td.esq {
	color: #137dbb;
	font-size: 12px;
	font-weight: bold;
}

.box_secundario table tfoot tr td.dir {
	color: #3f8f04;
	font-size: 12px;
	font-weight: bold;
}

.box_secundario p.img {
	margin: 0 1px;
	text-align: center;
	margin-bottom: 15px;
}

.box_secundario .txt_generico {
	margin: 0 5px 0 10px;
	font-size: 12px;
	color: #a49e94;
	margin-bottom: 10px;
}

.box_secundario h5.txt_generico {
	font-weight: bold;
}

.box_secundario h5.txt_generico strong {
	font-size: 14px;
}

.box_secundario .txt_alerta {
	font-weight: bold;
}

.box_secundario .txt_alerta strong {
	color: #cf3f3f;
	text-transform: uppercase;
}

.box_secundario table.semana {
	margin-bottom: 20px;
	font-size: 12px;
}

.box_secundario table.semana  td.esq {
	font-weight: bold;
	color: #137dbb;
}

.box_secundario table.semana  td.dir {
	font-weight: bold;
	color: #cf3f3f;
}

.box_secundario table.peso {
	margin-bottom: 25px;
}

.box_secundario table.peso th {
	font-weight: bold;
	font-size: 12px;
	height: 20px;
	vertical-align: top;
}

.box_secundario table.peso th.esq {
	padding-left: 10px;
	color: #137dbb;
	width: 163px;
}

.box_secundario table.peso th.dir {
	color: #3f8f04;
	padding-right: 15px;
	width: 60px;
	text-align: right;
}

.box_secundario table.peso td.dir {
	color: #c23b3b;
	font-weight: bold;

}

/*=============== FIM DOS BOXES DA COLUNA DA ESQUERDA*/

/*------------------- INICIO PAGINA SEU PROGRESSO*/

.grafico_progresso {
	margin-bottom: 15PX;
}

.peso_atual {
	background: url(../img/menu_sistema/bg_pesoAtual.gif) repeat-x 0 0;
	height: 103px;
	width: 724px;
	overflow: hidden;
}

.peso_atual .peso {
	float: right;
	margin: 50px 20px 0 0;
	display: inline;
	
}

.peso_atual .peso p.bt_ok {
	background: url(../img/botoes/bt_ok.gif) no-repeat 0 0;
	width: 33px;
	height: 24px;
	float: left;
	overflow: hidden;
}

.peso p.bt_ok a {
	display: block;
	width: 100%;
	height: 100%;
}

.peso p.bt_ok a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}

.peso_atual .peso h4 {
	font-weight: bold;
	color: #154872;
	font-size: 14px;
	float: left;
	line-height: normal;
	margin-top: 4px;
}

.peso_atual .peso select {
	float: left;
	width: 109px;
	color: #919191;
	height: 21px !important;
	float: left;
	margin: 0 7px 0 13px;
}

.peso_atual .ultimo-peso {
	background: url(../img/tracejado-vertical.gif) repeat-y right top;
	width: 275px;
	float: left;
	height: 70px;
	margin-top: 23px;
}

.peso_atual .ultimo-peso p {
	font-size: 14px;
	color: #154872;
	font-weight: bold;
	margin: 20px 0 0 20px;
	line-height: 18px;
	position: relative;
}

.peso_atual .ultimo-peso p strong {
	color: #889d04;
	font-size: 18px;
}

.box_evolucao .titulo {
	background: url(../img/menu_sistema/topo_box_generico_maior.gif) no-repeat 0 0;
	height: 75px;
}

.box_evolucao .titulo h3 {
	width: 220px;
	line-height: normal;
}

.box_evolucao .txt {
	color: #5d5d5d;
	margin: 0 24px 35px 18px;
}

.box_evolucao .botoes p {
	width: 221px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto 25px auto;
}

.box_evolucao .botoes p a {
	background-position: 0 0;
	display: block;
	width: 100%;
	height: 100%;
}

.box_evolucao .botoes p a strong {
	visibility: hidden;
	position: absolute;
	top: -9999px;
}


.box_evolucao .botoes p.seuPeso a {
	background: url(../img/menu_sistema/bt_seuPeso.gif) no-repeat;
}

.box_evolucao .botoes p.consumoXgasto a {
	background: url(../img/menu_sistema/bt_consumo.gif) no-repeat;
}

.box_evolucao .botoes p.suasMedidas a {
	background: url(../img/menu_sistema/bt_suasMedidas.gif) no-repeat;
}

.box_evolucao .botoes p.fotos a {
	background: url(../img/menu_sistema/bt_fotos.gif) no-repeat;
}

.box_evolucao .botoes p.alimentacao a {
	background: url(../img/menu_sistema/bt_alimentacao.gif) no-repeat;
}

.box_evolucao .botoes p.exercicios a {
	background: url(../img/menu_sistema/bt_exercicios.gif) no-repeat;
}

.box_evolucao .botoes p.metas a {
	background: url(../img/menu_sistema/bt_metas.gif) no-repeat;
}

.box_evolucao .botoes p.preferencias a {
	background: url(../img/menu_sistema/bt_preferencias.gif) no-repeat;
}

.box_evolucao .botoes p.planejamento a {
	background: url(../img/menu_sistema/bt_planejamento.gif) no-repeat;
}

.box_evolucao .botoes p.dados a {
	background: url(../img/menu_sistema/bt_dados.gif) no-repeat;
}

.box_evolucao .botoes p.gordura a {
	background: url(../img/menu_sistema/bt_gordura.gif) no-repeat;
}


.box_evolucao .botoes p a:hover,
.box_evolucao .botoes p a.ativo {
	background-position: 0 -110px;
}

/*------------------- FIM PAGINA SEU PROGRESSO*/

/*------------------- INÍCIO PAGINA PREFERENCIAS*/

h3.tit_meta {
	width: 677px;
	margin: 20px 30px 15px 17px;
	color: #c49003;
	font-weight: bold;
	font-size: 20px;
	border-bottom: 3px solid #ddd;
	padding-bottom: 10px;
}

.pesoAtual p {
	float: left;
}

.pesoAtual strong.peso {
	margin-right: 15px;
}

.pesoAtual p.bt_atualizar {
	background: url(../img/menu_sistema/bt_atualizar.gif) no-repeat 0 0;
	width: 73px;
	height: 23px;
	overflow: hidden;
	margin: -5px 0 0 30px;
}

.pesoAtual p.bt_atualizar a {
	display: block;
	width: 100%;
	height: 100%;
}

.pesoAtual p.bt_atualizar strong {
	position: absolute;
	top: -9999px;
}

.metaPeso input {
	width: 34px;
	margin: 0 10px 0 15px;
}

.metaPeso p.faixa {
	margin-top: 5px;
}

.atingirMeta input {
	width: 66px;
	margin: 0 15px 0 15px;
}

.atingirMeta p.txtMeta {
	float: left;
	width: 420px;
}
h3.tit_patologia {
	margin: 40px 30px 0px 17px;
}

.box_checkbox input {
	background: none;
	border: none;
	width: auto;
	height: auto;
	float: left;
}

.box_checkbox label {
	float: left;
	color: #137dbb;
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 0 8px;
	*margin: 3px 0 0 5px;
}

.box_msg .box_checkbox .colunagem {
	float: left;
	display: inline;
	margin-right: 40px;
}

p.bt-salvar {
	background: url(../img/fieldset/bt-salvar.gif) no-repeat 0 0;
	width: 87px;
	height: 31px;
	float: right;
}

.box_msg p.bt-salvar {
	float: right;
	margin: 30px 40px 30px 0px;
	display: inline;
}

/*------------------- FIM PAGINA PREFERENCIAS*/

/*------------------- INÍCIO PAGINA DE  MENSAGENS */

.coluna-mensagens {
	margin-top: -15px;
}

.box_selecionar {
	background: url(../img/menu_sistema/bg-box-selecao.gif) repeat-x 0 0;
	height: 62px;
}

.box_selecionar p.selecionar {
	font-size: 12px;
	padding: 24px 0 0 35px;
	float: left;
}

.box_selecionar p.selecionar strong {
	color: #137dbb;
}

.box_selecionar p.selecionar a {
	color: #5d5d5d;
	font-weight: bold;
}

.box_selecionar p.selecionar a.ativo {
	text-decoration: underline;
}

.box_selecionar p.bt_excluir {
	background: url(../img/menu_sistema/bt_excluir.gif) no-repeat 0 0;
	float: left;
	width: 73px;
	height: 23px;
	overflow: hidden;
	margin: 18px 22px 0 25px;
}

.box_selecionar p.bt_excluir a {
	display: block;
	width: 100%;
	height: 100%;
}

.box_selecionar p.bt_excluir strong {
	position: absolute;
	top: -9999px;
}

.nova-msg {
	background: url(../img/menu_sistema/divisoria-nova-msg.gif) no-repeat 0 0;
	height: 62px;
	float: left;
}

.nova-msg p {
	background: url(../img/menu_sistema/bt-enviar-nova-msg.gif) no-repeat 0 0;
	float: left;
	width: 165px;
	height: 23px;
	overflow: hidden;
	margin: 18px 22px 0 25px;
	display: inline;
}

.nova-msg p a {
	display: block;
	width: 100%;
	height: 100%;
}

.nova-msg p strong {
	position: absolute;
	top: -9999px;
}

table.head-msg {
	width: 100%;
	margin-bottom: 20px;
}

table.head-msg th {
	height: 22px;
	background-color: #e8ebf1;
	color: #137dbb;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #bec2ce;
	padding-left: 15px;
	*padding-left: 10px;
}

table.head-msg th input {
	border: none;
	background: none;
	float: left;
	margin-right: 8px;
	*margin-right: 5px;
}

table.head-msg th.meio {
	border-left: 1px solid #bbc0ca;
	border-right: 1px solid #bbc0ca;
}

.box-msg {
	overflow: hidden;
	zoom: 1;
	width: auto;
	border-bottom: 4px solid #e8e7e7;
	padding-left: 15px;
	*padding-left: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.box-msg input{
	border: none;
	background: none;
	float: left;
}


.box-msg  .msg {
	width: auto;
	float: left;
	margin-left: 8px;
	*margin-left: 5px;
}


a.thumb {
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 7px;
}

a.thumb img {
	border: 1px solid #7f9db9;
}


.msg .textos {
	width: auto;
	float: right;
	width: 900px;
	*width: 895px;
}

.msg h5 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.msg h5 strong {
	float: left;
}

.msg h5 strong.nome {
	color: #137dbb;
	width: 235px;
	*width: 250px;
	margin-right: 20px;
	*margin-right: 13px;
	_margin-right: 27px;
}

.msg h5 strong.assunto {
	width: 385px;
	margin-right: 17px;
	*margin-right: 14px;
	_margin-right: 5px;
}

.msg h5 strong.data {
	width: 225px;
	*width: 215px;
	_width: 205px;
}


.msg a.seta {
	display: block;
	float: right;
	width: 15px;
	height:10px;
	overflow: hidden;
}

.msg a.fechar {
	background: url(../img/menu_sistema/seta-msg.gif) no-repeat 0 0;
}

.msg a.abrir {
	background: url(../img/menu_sistema/seta-msg.gif) no-repeat 0 -10px;
}

.msg p {
	width: 850px;
	margin-top: 5px;
	float: left;
}

p.bt-generico {
	background: url(../img/menu_sistema/bg-bt-generico.gif) repeat-x 0 0;
	border: 1px solid #b9bbc3;
	float: left;
}

p.bt-generico a {
	color: #137dbb;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px 10px 6px 10px;
}

.box-msg .botoes {
	clear: both;
	overflow: hidden;
	zoom: 1;
	padding-top: 20px;
	margin-left: 20px;
	*margin-left: 25px;
}

.box-msg .botoes p.bt-generico {
	margin-right: 13px;
}

.box-comentarios {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x 0 0;
	padding-left: 20px;
	*padding-left: 25px;
	margin-top: 15px;
	padding-top: 15px;
	overflow: hidden;
	zoom: 1;
}

.box-comentarios h4 {
	color: #c49003;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;

}

.box-comentarios textarea {
	overflow: auto;
	border: 1px solid #b1b4bc;
	width: 950px;
	height: 130px;
	padding: 2px 3px;
	font-size: 12px;
}

.box-comentarios .bts-enviar-cancelar {
	float: right;
	margin-right: 15px;
	display: inline;
	margin-top: 20px;
}

.box-comentarios .textos a.seta {
	margin-right: 10px;
}

.box-comentarios .bts-enviar-cancelar p {
	height: 31px;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.box-comentarios .bts-enviar-cancelar p a {
	display: block;
	width: 100%;
	height: 100%;
}

.box-comentarios .bts-enviar-cancelar p strong {
	position: absolute;
	top: -9999px;
}

.box-comentarios .bts-enviar-cancelar p.bt-enviar {
	background: url(../img/menu_sistema/bt-enviar.gif) no-repeat 0 0;
	width: 87px;
}

.box-comentarios .bts-enviar-cancelar p.bt-cancelar {
	background: url(../img/menu_sistema/bt-cancelar.gif) no-repeat 0 0;
	width: 103px;
}

.box-comentarios .msg-recebidas-enviadas {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	clear: both;
	float: right;
	overflow: hidden;
	zoom: 1;
	width: 900px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.box-comentarios .msg-recebidas-enviadas .textos p {
	float: left;
	margin-top: 15px;
	width:800px;
	font-size: 12px;
}

.box-comentarios .msg-recebidas-enviadas p.seta {
	padding-left: 40px;
}

.box-comentarios .msg-recebida p.seta {
	background: url(../img/menu_sistema/seta-recebida.gif) no-repeat 0 10px;
	float: left;
}

.box-comentarios .msg-enviada p.seta {
	background: url(../img/menu_sistema/seta-enviada.gif) no-repeat 0 10px;
	float: left;
}

.box-comentarios h4.tit-conversa {
	margin-left: 60px;
}

.box-comentarios .msg-recebidas-enviadas h5 {
	font-size: 12px;
}

.box-comentarios .msg-recebidas-enviadas p.bt-generico {
	float: right;
	margin: 10px 10px 0 0;
}

.box-comentarios .msg-recebidas-enviadas h5 strong{
	float: left;
	margin-right: 3px;
}

.box-comentarios .msg-recebidas-enviadas h5 strong.nome {
	color: #137dbb;
}

.box-comentarios .msg-enviada h5 strong.respondeu {
	color: #0c7407;
}

.box-comentarios .msg-enviada h5 strong.data {
	color: #5d5d5d;
}

.box-comentarios .msg-recebida h5 strong.respondeu {
	color: #af160b;
}

.box-comentarios .msg-recebida h5 strong.data {
	color: #5d5d5d;
}

.box-comentarios .msg-recebidas-enviadas h5 a.seta {
	display: block;
	float: right;
	width: 15px;
	height:10px;
	overflow: hidden;
}

.box-comentarios .msg-recebidas-enviadas h5 a.fechar {
	background: url(../img/menu_sistema/seta-msg.gif) no-repeat 0 0;
}

.box-comentarios .msg-recebidas-enviadas h5 a.abrir {
	background: url(../img/menu_sistema/seta-msg.gif) no-repeat 0 -10px;
}


.exibir-conversa {
	background-color: #f9f9f9;
	padding-top: 20px;
	margin: -19px 0 60px 0px;
	border-bottom: none;

}

.box-erro-enviar-msg {
	background: url(../img/menu_sistema/bg-box-envia-msg-erro.gif) repeat-y;
	position: absolute;
	width: 711px;
	overflow: hidden;
	top: 120px;
	left: 170px;
}

.box-erro-enviar-msg .top{
	background: url(../img/menu_sistema/bg-top-box-envia-msg-erro.gif) no-repeat 0 0;
	width: 711px;
	height: 15px;
	overflow: hidden;
}

.box-erro-enviar-msg .bottom{
	background: url(../img/menu_sistema/bg-bottom-box-envia-msg-erro.gif) no-repeat 0 0;
	width: 711px;
	height: 14px;
	overflow: hidden;
}

.box-erro-enviar-msg  h3 {
	text-transform: uppercase;
	color: #d16042;
	font-size:17px;
	font-weight: bold;
	margin-bottom: 25px;
}

.box-erro-enviar-msg .msg {
	padding-left: 56px;
	margin-top: 15px;
	color: #8c8c8c;
	font-size: 13px;
	font-weight: bold;
	clear: both;
}

.box-erro-enviar-msg .msg label {
	display: block;
	margin-bottom: 10px;
}

.box-erro-enviar-msg textarea {
	width: 594px;
	height: 256px;
	border: 1px solid #b2afaf;
	padding: 2px 3px;
	overflow: auto;
}

.box-erro-enviar-msg .bts-erro-enviar-msg {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin: 20px 45px 20px 0px;
	*margin: 20px 48px 20px 0px;
	_margin: 20px 43px 20px 0px;
	display: inline;
}

.box-erro-enviar-msg .bts-erro-enviar-msg p {
	height: 41px;
	overflow: hidden;
	float: left;
}

.box-erro-enviar-msg .bts-erro-enviar-msg p a {
	display: block;
	width: 100%;
	height: 100%;
}

.box-erro-enviar-msg .bts-erro-enviar-msg p strong {
	position: absolute;
	top: -9999px;
}

.box-erro-enviar-msg .bts-erro-enviar-msg p.bt-enviar {
	background: url(../img/menu_sistema/bt-enviar-msg-erro.gif) no-repeat 0 0;
	width: 118px;
}

.box-erro-enviar-msg .bts-erro-enviar-msg p.bt-cancelar {
	background: url(../img/menu_sistema/bt-cancelar-msg-erro.gif) no-repeat 0 0;
	width: 86px;
}


/*------------------- FIM PAGINA DE MENSAGENS*/

.box-graficos {
 	text-align: center;
}

.box-graficos img {
	display: block;
	text-align: center;
	margin: 0 auto 35px auto;
}

.box-graficos h3 {
	color: #154872;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: left;
	padding: 20px 0px 35px 35px; 	
}

.ultima-godura {
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	overflow: hidden;
	zoom: 1;
	text-align:left;
	margin: -20px 35px 30px 35px;
	padding-bottom: 35px;
}

.ultima-godura p {
	color: #137dbb;
	font-weight: bold;
	font-size: 11px;
	float: left;
	padding-top: 5px;
}

.ultima-godura p strong {
	font-size: 14px;
	color: #889d04;
}

.ultima-godura .porc-gordura {
	float: right;
	padding-top: 5px;
	
}

.ultima-godura .porc-gordura p {
	padding-top: 0px;
}

.ultima-godura .porc-gordura select {
	float: left;
	color: #919191;
	font-size: 12px;
	margin: -3px 7px 0 7px;
	position: relative;
	width: 75px;
}

.ultima-godura .porc-gordura p.bt_ok {
	margin-top: -5px;
}


.box-sucesso-peso {
	background: url(../img/menu_sistema/bg-box-sucesso-peso.gif) repeat-y;
	width: 482px;
	text-align: center;	
	position: absolute;
	overflow: hidden;
	top: 100px;
	left: 170px;
}

.box-sucesso-peso h3 {
	font-size: 17px;
	text-transform: uppercase;
	color: #d16042;
	font-weight: bold;
	margin: 20px 0 30px 0;
}

.box-sucesso-peso .msg {
	width: auto;
}

.box-sucesso-peso .top{
	background: url(../img/menu_sistema/bg-top-box-sucesso-peso.gif) no-repeat 0 0;
	width: 711px;
	height: 15px;
	overflow: hidden;
}

.box-sucesso-peso .bottom{
	background: url(../img/menu_sistema/bg-bottom-box-sucesso-peso.gif) no-repeat 0 0;
	width: 711px;
	height: 14px;
	overflow: hidden;
}

.box-sucesso-peso p.bt-fechar {
	background: url(../img/menu_sistema/bt-fechar.gif) no-repeat 0 0;	
	width: 117px;
	height: 40px;
	margin: 0 auto 20px auto;	
	float: none;
}

.box-medidas .dupla{
	background: url(../img/menu_sistema/bg_tracejado.gif) repeat-x bottom left;
	margin: 0 25px 20px 25px;
	padding-bottom: 25px;
	overflow: hidden;
	zoom: 1;
}

.box-medidas .noBg {
	background: none;
	margin-bottom: 0px;
}

.box-medidas .dupla .medida {
	width: 295px;
	margin-top: 20px;
}

.box-medidas .dupla .first {
	float: left;
}

.box-medidas .dupla .last {
	float: right;
}

.box-medidas .dupla .medida h3 {
	color: #154872;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin: 0 0 10px 12px;
}

.box-medidas .dupla .medida img {
	display: block;
	margin-bottom: 15px;
}

.box-medidas .dupla .medida p {
	font-weight: bold;
	color: #137dbb;
	margin-bottom: 20px;
}

.box-medidas .dupla .medida p strong {
	font-size: 14px;
	color: #889d04;
}

.box-medidas .dupla .medida-atual p {
	float: left;
}

.box-medidas .dupla .medida-atual p.bt_ok {
	margin-top: -4px;
}

.box-medidas .dupla .medida-atual select {
	float: left;
	margin: -3px 8px 0 8px;
	width: 70px;
}


/*======= BOX ADICIONAR ALIMENTO */

.box-adicionar{
	background: url(../img/bg-novo-alimento.gif) repeat-x bottom left;
	padding: 0 15px 20px 15px;
	margin: 0 1px 45px 1px;
	position: relative;	
}

.box-adicionar .bt-fechar {
	background: url(../img/bt-fechar-box-adicionar.gif) no-repeat 0 0;
	width: 77px;
	height: 20px;
	position: absolute;
	bottom: -19px;
	right: 30px;
}

.box-adicionar h4 {
	color: #154872;
	font-size: 14px;
	font-weight: bold;
}

.box-adicionar p.descricao {
	color: #137dbb;
}

.box-adicionar .cont {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0 20px 0;
}

.box-adicionar .busca-alimento {
	width: 260px;
	float: left;
}

.box-adicionar label {
	font-size: 14px;
	font-weight: bold;
	color: #137dbb;
	margin-bottom: 10px;
	display: block;
}

.box-adicionar .busca-alimento input {
	display: block;
	margin-bottom: 5px;
	width: 252px;
}

.box-adicionar .lista {
	background-color: #f6f5f4;
	border: 1px solid #bfbebe;
}

.box-adicionar .busca-alimento .lista {
	width: 258px;
	height: 168px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0;
}

.box-adicionar .busca-exercicio {
	float: left;
}

.box-adicionar .busca-alimento .lista a,
.box-adicionar .busca-exercicio .lista a {
	display: block;
	padding: 2px 10px;
	color: #a09d9f;
}

.box-adicionar .busca-alimento .lista a:hover,
.box-adicionar .busca-exercicio .lista a:hover {
	color: #137dbb;
	background-color: #b4d2eb;
}

.box-adicionar .busca-exercicio input {
	width: 272px;
	display: block;
	margin-bottom: 5px;
}

.box-adicionar .alimento-preferido {
	float: right;
	width: 380px;
}

.box-adicionar .alimento-preferido .lista {
	width: 378px;
	height: 195px;
	*height: 197px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0;
}

.busca-exercicio .cont {
	margin-left: 20px;
	margin-right: 20px;
}


.box-adicionar .busca-exercicio .lista{
	width: 278px;
	height: 117px;
	*height: 115px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px 0;
}

.alimento-preferido .lista p {
	padding: 2px 10px;
	overflow: hidden;
	zoom: 1;
}

.alimento-preferido .lista p:hover {
	color: #137dbb;
	background-color: #b4d2eb;
}

.alimento-preferido .lista a {
	float: left;
	color: #a09d9f;
}

.alimento-preferido .lista a:hover {
	color: #137dbb;
}

.alimento-preferido .lista a.excluir {
	float: right;
}

.alimento-preferido .lista a.excluir:hover {
	color: #ff1800;
}

.box-adicionar .box-footer {
	background: url(../img/bg-box-adicionar-alimento.gif) repeat-x 0 0;
	height: 59px;
	position: relative;
	width: auto;
	clear: both;
}

.box-adicionar .box-footer span.border-left {
	background: url(../img/bg-left-box-adicionar-alimento.gif) no-repeat 0 0;
	display: block;
	width: 5px;
	height: 59px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.box-adicionar .box-footer span.border-right {
	background: url(../img/bg-right-box-adicionar-alimento.gif) no-repeat 0 0;
	display: block;
	width: 5px;
	height: 59px;
	position: absolute;
	top: 0px;
	right: 0px;
}


.box-adicionar .box-footer .escolha {
	float: left;
	overflow: hidden;
	zoom: 1;
	height: 24px;
	margin: 17px 0 0 30px;
	display: inline;
}

.box-adicionar .box-footer .escolha label {
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin: 3px 10px 0 0;
}

.box-adicionar .box-footer .escolha select {
	float: left;
	margin-right: 20px;
	color: #919191;
	height: 20px;
	width: 143px;
	font-size: 11px;
}

.box-adicionar .box-footer .escolha input {
	float: left;
	width: 97px;
}

.box-adicionar .box-footer .bts {
	float: right;
	margin: 17px 20px 0 0px; 
	display: inline;
}

.box-adicionar .box-footer .bts p {
	margin-left: 10px;
}


.busca-exercicio {
	background: url(../img/menu_sistema/bg_box_generico.gif) repeat-y 0 0;
	padding: 0px;
	margin: 0 0px 45px 0px;
}

.busca-exercicio .bts {
	float: right;
	margin: -40px 40px 0px 0px;
	padding-bottom: 20px;
	*padding-bottom: 0px;
	display: inline;
}

.busca-exercicio .bts p {
	margin-left: 10px;
}

.busca-exercicio .escolha-horario{
	float:right;
	width: 370px;
	margin-right: 20px;
	display: inline;
}

.busca-exercicio .escolha-horario .escolher {
	background: url(../img/box-fixo.gif) no-repeat 0 0;
	width: 370px;
	height: 56px;
	margin-bottom: 30px;
}

.busca-exercicio .escolha-horario .escolher p {
	float: left;
	color: #137dbb;
	margin: 20px 15px 0 10px;
}

.busca-exercicio .escolha-horario .escolher select {
	float: left;
	color: #919191;
	margin-top: 15px;
	width:150px;
}

.busca-exercicio .header {
	background: url(../img/menu_sistema/bg_head_add_exercicio.gif) repeat-x 0 0;
	height: 47px;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.busca-exercicio .borda_dir{
	background: url(../img/menu_sistema/bg_dir_head_add_exercicio.gif) repeat-x 0 0;
	width: 6px;
	height: 47px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.busca-exercicio .borda_esq {
	background: url(../img/menu_sistema/bg_esq_head_add_exercicio.gif) no-repeat 0 0;
	float: left;
	width: 6px;
	height: 47px;
	overflow: hidden;	
}

.busca-exercicio .header h3 {
	margin-top: 8px;
	display: inline;
}

.busca-exercicio .header h3,
.busca-exercicio .header a {
	color: #fff;
	text-decoration: none;
}

.busca-exercicio .header a {
	font-size: 10px;
}

.busca-exercicio .header p{
	background: none;
}

.busca-exercicio .header .botoes {
	margin-top: 8px;
	margin-right: 15px;
}

/*------- FOTOS INICIO */
.boxFotos {
	text-align: left;
	width: 590px;
	margin: 0 auto;
}

.boxFotos p {
	color: #afafaf;
	line-height: 14px;
}

h4.tituloFoto {
	color: #b34163;
	font-weight: bold;
	font-size: 16px;
}

p.dataPostagem {
	font-style: italic;	
	font-size: 10px;
	margin-bottom: 10px;
}

.carrossel {
	width: 660px;
	margin: 40px auto;
}

.carrossel, .carrossel ul {
	overflow: hidden;
	zoom: 1;
}

.carrossel .fotoAnterior{
	background: url(../img/anteriorCarrossel.gif) no-repeat 0 0;
	width: 25px;
	height: 45px;
	float: left;
	margin: 10px 9px 0 0;
	display: inline;
}

.carrossel .proximaFoto{
	background: url(../img/proximaCarrossel.gif) no-repeat 0 0;
	width: 25px;
	height: 45px;
	float: right;
	margin: 10px 0px 0 0px;
}

.carrossel .fotos {
	width: 600px;
	height: 100px;
	overflow: hidden;
	float: left;
}

.carrossel ul,
.carrossel ul li {
	float: left;
	display: inline;
}

.carrossel ul {
	width: 100%;
	height: 100px;
	overflow: hidden;
}

.carrossel ul li {
	height: 100px;
	width: 66px;
	overflow: hidden;
	margin: 0 4px;
}

.carrossel ul li a {
	display: block;
	height: 100%;
	text-align: center;
	padding: 3px 3px 0 3px;
	font-size: 11px;
	text-decoration: none;
	float: left !important;
}

.carrossel ul li a:hover {
	background-color: #00a4c8;
	color: #fff;
}

.carrossel ul li img {
	margin-bottom: 0px;
}

p.bt-upload {
	background: url(../img/botoes/bt-upload.gif) no-repeat 0 0;
	width: 220px;
	height: 44px;
	margin: 0 auto 30px auto;
}

/*------- FOTOS FIM */
.fieldset input {
	background: none;
	border-top: 1px solid #7f9db9;
	border-right: 2px solid #7f9db9;
	border-bottom: 1px solid #7f9db9;
	border-left: 1px solid #7f9db9;	
	float: left;
	margin-right: 15px;
}


.form-conteudo {
	padding: 10px 0 0 15px !important;
}


.field-alimentos p.descricao  {
	font-style: normal;
	font-weight: bold;
}

.field-alimentos {
	padding-left: 15px !important;
}

.field-alimentos .colunagem {
	width: 215px;
}

.field-alimentos .colunagem .crossbrs select {
	border: none !important;
	background: none;
}

.field-alimentos label,
.field-alimentos input,
.field-alimentos select   {
	display: block;
	float: none;
	clear: both;
	text-align: left;
}

.field-alimentos label {
	font-size: 14px;
	margin-bottom: 5px;
}

.field-alimentos input {
	background: url(../img/bg_input.gif) repeat-x 0 0 !important;
	border: 1px solid #bfbebe !important;
	width: 206px;
	margin-bottom: 6px;	
}

.field-alimentos div.colunagem div {
    float: left;
    border: 1px solid #bfbebe;
    margin-right: 20px;
    overflow: hidden;
    *height: 193px;
	width: 212px;
}

 div.colunagem div select{
    height: auto !important;
    border: none !important;
    *margin: -3px 0 0 -3px;
	width: 212px;
    *width: 217px;
	background-color: #f6f5f4;
	color: #a09d9f;
}

.field-alimentos .passar-alimento {
	float: left;
	margin: 130px 40px 0 20px;
}

.passar-alimento p {
	background: url(../img/fieldset/passar-alimento.gif) no-repeat 0 0;
	width: 33px;
	height: 46px;
}

.field-alimentos .alimentos-preferidos {
	float: left;
}

.field-alimentos .alimentos-preferidos .lista {
	width: 370px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 200px;
	*height: 201px !important;
	border: 1px solid #bfbebe;
	background-color: #f6f5f4;
	padding: 10px 0;
}

.field-alimentos .alimentos-preferidos .lista p {
	padding: 2px 16px 3px 12px;
	overflow: hidden;
	zoom:1;
}

.field-alimentos .alimentos-preferidos .lista p:hover,
.field-alimentos .alimentos-preferidos .lista p.hover /*para usar no jquery para o ie6*/ {
	background-color: #b4d2eb;
}

.field-alimentos .alimentos-preferidos .lista p {
	padding: 2px 16px 3px 12px;
	overflow: hidden;
	zoom:1;
}

.field-alimentos .alimentos-preferidos .lista p:hover,
.field-alimentos .alimentos-preferidos .lista p.hover /*para usar no jquery para o ie6*/ {
	background-color: #b4d2eb;
}

.alimentos-preferidos .lista p a {
	color: #a09d9f;
	float: left;
}

.alimentos-preferidos .lista p:hover a {
	color: #137dbb;
}

.alimentos-preferidos .lista p a.excluir {
	float: right;
	font-size: 10px;
}

.alimentos-preferidos .lista p:hover a.excluir {
	color: #ff1800;
}

.form-tipo-refeicoes label {
	width: 235px;
}

.form-tipo-refeicoes select,
.form-horario-refeicoes select {
	width: 145px;
	color: #919191;
	font-size: 12px;
}

.form-horario-refeicoes .grupo1 {
	float: left;
	width: 300px !important;
}

.form-horario-refeicoes .grupo2 {
	float: left;
	width: 300px !important;
	margin-left: 50px;
}

.form-horario-refeicoes  label {
	text-transform: uppercase;
	width: 125px;
}
.form-dadosPessoais input {
	width: 330px;
	_width: 333px;
}

.form-dadosPessoais input.nome {
	width: 550px;
}

.form-dadosPessoais label {
	width: 110px;
}

.form-dadosPessoais .cpf label {
	width: 30px;
	display: inline;
}

.form-dadosPessoais .cpf span.obs {
	margin-left: 45px;
}

.form-dadosPessoais .cpf input {
	width: 150px;
	_width: 147px;
	float: none;
}
	
.form-dadosPessoais span.obs 	{
	display: block;
	clear: both;
	margin-left: 125px;
}

.form-endereco .linha {
	padding-top: 2px;
}

.form-endereco span.msg-erro {
	float: left;
	margin: 3px 0 0 15px;
}

.form-endereco label {
	width: 100px;
}

.form-endereco .cep span.obs {
	display: block;
	clear: both;
	margin-left: 115px;
}

.form-endereco .logradouro input {
	width: 250px;
}

.form-endereco .estado label {
	width: 45px;
}

.form-endereco .uf label {
	width: 20px;
}

.form-endereco .estado input {
	width: 120px;
}

.form-endereco .uf input {
	width: 44px;
}

.form-endereco .complemento input,
.form-endereco .cep input {
	width: 194px;
}

.form-endereco .complemento,
.form-endereco .numero  {
	width: 340px;
}

.form-endereco .numero label {
	width: 65px;
}

.form-endereco .numero span.obs {
	clear: both;
	display: block;
	margin-left: 80px;
}

.form-endereco .numero span.msg-erro {
	width: 70px;
	margin: -3px 0 0 -5px;
	display: inline;
}


.form-patologias {
	clear: both;
}

.form-patologias label.tit {
	font-size: 14px;
	clear: both;
	display: block;
	padding-bottom: 25px;
}

.form-patologias ul {
	clear: both;
	overflow: hidden;
	zoom: 1;
}

.form-patologias ul li {
	float: left;
	width: 140px;
	margin-bottom: 5px;
	white-space: nowrap;
}

.form-patologias input.noBorder {
	float: left;
}

.form-patologias li label {
	color: #919191;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: -5px;
	margin-left: -8px;
}


