/* ajustment styles */
body{
	background-color:#f0f6ff;
	background-image:url(/images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
        margin:0px;
        padding:0px;
}


ul,li{
	padding:0px;
	margin:0px;
	list-style:none;
}
a{
	text-decoration:none;
	color:#666666;
}
a:hover{
	text-decoration:underline;
}

img{
	border:0px;
}

h4,h5,h6{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
}

h1{
	color:#4eb7d8;
	font-size:28px;
}

h2{
	color:#4eb7d8;
	font-size:25px;
}

h3{
	color:#f152b3;
	font-size:20px;
}

/* end of adjustment styles */


#perfilTop{
	text-align:left;
	width:580px;
	background-color:#feffdf;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:auto;
	padding:12px 10px;
	border:1px #e1dcb5;
	border-style:solid;
}

#perfilBottom{
	text-align:left;
	width:580px;
	background-color:#feffdf;
	color:#666666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height:auto;
	padding:12px 10px;
	border:1px #e1dcb5;
	border-style:solid;
}

#question{
	width:850px;
	height:auto;
	padding:10px 25px;
	overflow:hidden;
	background:#FFFFFF;
	margin: 3px 0;
	overflow:hidden;
}

#askul li{
	float:right;
	display:block;
	padding:0 0 0 6px;
	height:25px;
	width:76px;
}
#askul li a{
	color:#FFFFFF;
}

#askul li.act{
	background-image:url(/images/dialogpink.gif);
	background-repeat:no-repeat;
}

#askul li.unact{
	background-image:url(/images/dialoggray.gif);
	background-repeat:no-repeat;

}

#asktitle,#askmenucolor{
	float:left;
	display:inline;
	height:25px;
	overflow:hidden;
}

#asktitle{
	width:315px;
}

#askmenucolor{
	width:50%;
}

/* Styles da caixas de pergunta */

.caixaperg{
	padding:20px 0;
	width:640px;
	border-bottom:1px #999999;
	border-bottom-style:dotted;
}

.anscount,.ansconta,.ansconst{
	float:left;
	display:inline;
}

.anscount{
	/*
        background-color:#4eb7d8;
	color:#FFFFFF;
        */
	margin-top:0;
	width:75px;
	height:62px;
	overflow:hidden;
}

.ansconta{
    background-color:#4eb7d8;
	color:#FFFFFF;
	margin:0 0 0 8px;
	width:62px;
	height:62px;
	overflow:hidden;
}

.ansconta h5{
	margin:4px;
	font-size:40px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:35px;
}

.ansconta h6{
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}

.ansconst{
	width:480px;
	height:62px;
	padding:0 0 0 12px;
	overflow:hidden;

}

.questhere a{
	color:#4eb7d8;
	font-size:20px;
}

.questhere a:hover{
	color:#1181a5;
	text-decoration:underline;
}

.questhere{
	width:100%;
	height:40px;
	overflow:hidden;
}

/*.spacerdiv{
	height:32px;
}

.spacerdiv{
	height:15px;
	width:100%;
	float:left;
}*/

.questinfo{
	font-size:11px;
	color:#666666;
	height:21px;
	overflow:hidden;
}

.questinfo a{
	font-size:11px;
	color:#666666;
}

.user,.ansminicount,.date{
	float:left;
	display:inline;
}

.user{
	width:115px;
	height:21px;
	padding:0 0 0 18px;
}
.anon{
	background-image:url(/images/userlogo.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.reg{
	background-image:url(/images/useractlogo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.ansminicount{
	width:127px;
	height:21px;
	padding:0 0 0 20px;
	background-image:url(/images/anslogo.gif);
	background-position:left;
	background-repeat:no-repeat;

}

.date{
	padding:0 0 0 23px;
	background-image:url(/images/datelogo.gif);
	background-position:left;
	background-repeat:no-repeat;
}

/* fim das caixas de pergunta */
/* New changes */
.btnAzul{
	border:0px;
	background:#1181a5;
	color:#FFFFFF;
	height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	text-align:left;
	margin-left:-10px;
}

.btnLogin{
	margin-top:5px;
	margin-left:20px;
}

.btnRosa{
	border:0px;
	background-image:url(/images/botao_rosa.png);
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:102px;
	height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
}

#loginForm form{
	float:left;
}

.loginRight{
	margin-top:3px;
	height:100px;
	border-left:2px solid #1181a5;
	float:left;
	margin-left:70px;
	padding-left:50px;
}

.botaoAzulDiv{
	float:left;
	display:inline;
	background-position:center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	width:102px;
	height:24px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	background-image:url(/images/botao.png);
}

/* News Change2 */

strong.num{
	color:#d8058a;
	font-weight:normal;
}

strong.nam.act{
	color:#d8058a;
	font-weight:bold;
}
strong.nam{
	color:#666666;
	font-weight:normal;
}
/* answers styles */

.respcab{
	border-width:2px 1px 0 1px;
	border-color:#60c5e5;
	border-style:solid;
	overflow:hidden;
	width:370px;
	height:18px;
	margin:5px 0 0 0;
	padding:3px 15px;
}

.respdiv{
	border-width:0 0 3px 0;
	border-color:#60c5e5;
	border-style:solid;
	width:402px;
	margin:5px 0 25px 0;
	overflow:hidden

}

.respdiv h1{
	font-size:14px;
	font-weight:bold;
	color:#f152b3;
	float:left;
	margin:5px 0 0 20px;
	padding:0;
}

.respins{
	float:right;
	width:400px;
	margin:5px 2px 10px 20px;
	padding:0 20px 0 0;
}

.resprank{
	display:inline;
	float:right;
	margin-top:-2px;
	color:#666666;
}

.rankgood{
	color:#77e474;
	font-size:16px;
	font-weight:bold;
}

.rankneutral{
	font-size:16px;
	color:#666666;
	font-weight:bold;
}

.rankbad{
	font-size:16px;
	color:#F33;
	font-weight:bold;
}

.respclass{
	display:inline;
	float:right;
	margin-left:20px;
	color:#739a6a;
}

/* end of answers styles */

#principal{
    margin-left:-10px;
}