/**
* common.css
*
*/
#containercentral {
	width: 400px;
	margin: 0 auto 0 auto;
}

#posetitle {
	font-size: 20pt;
}

#posetext {
	font-size: 12pt;
	font-variant: italic;
}

#posetitle a {
	color: #7b2727;
}

#userpose {
	width: 400px;
	margin: 0 auto 0 auto;
}

#votepanel {
	width: 390px;
	/*border: 1px solid black;*/
	margin: 0 auto 0 auto;
}

.votevalue {
width: 38px;
float: left;
}


/**
* 5 stars voting panel
*/
.votingpanel
{

}


    
.votingpanel  a {
                width:16px;
                padding-right: 16px;
                margin-right: 2px;
                height:16px;
                text-indent:-9999px;
                background-image:url('/images/vote.png'); 
                background-position:0 -48px;
                background-repeat: no-repeat;
                border: none;
    }
  
.votingpanel  a.mid {

                background-position:0 -16px;

    }  
    
.votingpanel  a.full {

                background-position:0 0;
    }  




.votingpanel    a:hover {
					color: red;
               background-position:0 -32px;/* con esto cambiamos la porcion de imagen que se muestra */

    }
    
.votingpanel  a.plus {
					 font: 14pt;
					 padding: 0px;
					 font-weight: bold;
					 text-decoration: none;
					 text-align: center;
                width:14px;
                margin-right: 2px;

                color: white;
                border: 1px solid lightgreen;
                background-color:lightgreen; 
					               background-image: none;

    }

.votingpanel  a.plus:hover {
                    border: 1px solid green;
					 background-color: green; 
	}
	    
.votingpanel  a.minus {
					 font: 14pt;
					 padding-top: 0px;
					 padding-bottom: 0px;
					 padding-right: 1px;
					 					 padding-left: 1px;
					 font-weight: bold;
					 text-decoration: none;
					 text-align: center;
                margin-right: 2px;

                color: white;
                border: 1px solid #ff8888;
					 background-color: #ff8888; 
					 background-image: none;
    }
    .votingpanel  a.minus:hover {
                    border: 1px solid red;
					 background-color: red; 
	}