div#moduloMCM {
	background: transparent url(../images/moduloMC.png) no-repeat 0 0;
	width: 280px;
	margin: 10px 0 20px 0px;
	padding: 0 15px 0 16px;
	height: 160px;
}

div#moduloMCM:hover {
	background: transparent url(../images/moduloMC.png) no-repeat 0 -200px;
}

div#moduloMCM h2 {
	font-size: 12px;
	margin: -0 0 10px 35px;
	padding: 8px 0 0 0;
	font-weight: bold;
	letter-spacing: 1px;
}

div#moduloMCM div {
	padding: 1px 0 0 0;
}

#sidebar a {
	text-decoration: none;
}


#sidebar a:hover {
	text-decoration: none;
}



.conta {
	display: block;
	background: transparent url(../images/menus/contaStats.png) no-repeat 0 0;
	width: 130px;
	height: 18px;
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	padding: 2px 0 0 25px;
}

.activeC,
.conta:hover {
	background: transparent url(../images/menus/contaStats.png) no-repeat left -20px;
}


.conta_alterar {
	display: block;
	background: transparent url(../images/menus/contaAlterar.png) no-repeat 0 0;
	width: 140px;
	height: 18px;
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 0 0 25px;
}

.activeA,
.conta_alterar:hover {
	background: transparent url(../images/menus/contaAlterar.png) no-repeat 0 -20px;
}



.conta_msg {
	display: block;
	background: transparent url(../images/menus/contaMsg.png) no-repeat 0 0;
	width: 180px;
	height: 18px;
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 0 0 25px;
}

.activeV,
.conta_msg:hover {
	background: transparent url(../images/menus/contaMsg.png) no-repeat 0 -20px;
}



.conta_infoU {
	display: block;
	background: transparent url(../images/menus/contaInfoU.png) no-repeat 0 0;
	width: 180px;
	height: 18px;
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 0 0 25px;
}

.activeIU,
.conta_infoU:hover {
	background: transparent url(../images/menus/contaInfoU.png) no-repeat 0 -20px;
}



.conta_sair {
	display: block;
	background: transparent url(../images/menus/contaSair.png) no-repeat 0 0;
	width: 130px;
	height: 18px;
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 0 0 25px;
}

.activeS,
.conta_sair:hover {
	background: transparent url(../images/menus/contaSair.png) no-repeat 0 -20px;
}




a.terSessao {
	border-left: 2px solid #cdcdcd;
	border-top: 2px solid #cdcdcd;
	border-right: 2px solid #ababab;
	border-bottom: 2px solid #ababab;
	padding: 4px;
	background-color: #e0e0e0;
	color: black;
}

a.terSessao:hover {
	border-left: 2px solid #ababab;
	border-top: 2px solid #ababab;
	border-right: 2px solid #cdcdcd;
	border-bottom: 2px solid #cdcdcd;
}

div.contentor {
	width:714px;
	padding: 2px 0 0 14px;
	text-align: left;
	position: relative;
}

div.modulo_stats_gerais {
	width: 698px;
	height: 105px;
	border: 2px solid #eee;
	padding: 0 0 0 5px;
	margin: 15px 0 0 0;
}

div.modulo_stats_gerais:hover {
	border: 2px solid #ccc;
	background: #eee;
}

div.modulo_stats_lds {
	float: left;
}

div.modulo_stats_ComVts {
	float: left;
	margin: 0 0 0 10px;
}


table.table_ups_downs {
	width: 224px;
	height: 52px;
	padding: 10px 10px 5px 10px;
	float: left;
	border: 1px solid #ddd;
	background: #fff url(../images/table_ups_downs_bg.png) no-repeat;
}

table.table_Coms_Vts {
	width: 224px;
	height: 52px;
	padding: 10px 10px 5px 10px;
	float: left;
	border: 1px solid #ddd;
	background: #fff url(../images/table_Coms_Vts_bg.png) no-repeat;
}

table.table_vts_falta {
	width: 224px;
	height: 52px;
	padding: 10px 10px 5px 10px;
	float: left;
	border: 1px solid #ddd;
	background: #fff url(../images/table_vts_falta_bg.png) no-repeat;
}

div.tabela_minha_conta {
	width: 100%;
	height: 300px;
	margin: 10px 0 0 0;
}




div.num_upls,
div.num_dls,
div.num_TtlVts,
div.num_TtlComms,
div.num_vts_falta {
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	margin: -10px 0 0 0;
}



div.stars_table_container {
	height: 20px;
	margin: 4px 0 2px 0;
}

div.inner_content {
	width: 694px;
	border: 2px solid #eee;
	padding: 5px;
	margin: 5px 0 0 0;
}

div.inner_content:hover {
	border: 2px solid #ccc;
	background: #eee;
}

input.button_submit {
	cursor: pointer;
}




div.search_people_container {
	padding: 10px;
	border: 2px solid #eee;
	background: #fff;
	margin: 15px 10px 0 0;
	height: 417px;
}

div.search_people_container:hover {
	border: 2px solid #ddd;
	background: #eee;
}

div.search_people_container div.form_container {
	border-bottom: 1px solid #ddd;
}

div.search_people_container input.username {
	padding: 2px;
	width: 140px;
	font-size: 12px;
	border: 2px solid #ccc;
	color: #222;
}

div.search_people_container input.username:hover {
	border: 2px solid #aaa;
}

div.search_people_container input.submit {
	padding: 1px;
	width: 90px;
	font-size: 12px;
	margin-left: 5px;
	border: 2px solid #ccc;
	cursor: pointer;
	color: #222;
}

div.search_people_container input.submit:hover {
	border: 2px solid #aaa;
}


a.send_mail_to {
	display: block;
	width: 57px;
	height: 40px;
	background: url(../images/send_mail_57x40.png) no-repeat;
	margin: 3px 0 0 0;
}

a.send_mail_to:hover {
	background: url(../images/send_mail_57x40.png) 0 -40px;;
}


















