/** 
 * Default Stylesheet
 *  
 * Import the following stylesheets
 * - reset.css;
 * - 960.css (grid); 
 * - basic.css;
 * - typography.css;
 *
 * @package   [Nome do pacote de Classes, ou do sistema] 
 * @category  Stylesheet
 * @name      style.css
 * @author    Gabriel Izaias <gabriel.izaias@gmail.com>
 * @copyright [Informações de Direitos de Cópia] 
 * @license   http://creativecommons.org/licenses/by-sa/3.0/br/ Creative Commons Attribution-Share Alike 3.0 Unported
 * @link      [link de onde pode ser encontrado esse arquivo] 
 * @version   1.1
 * @updated   03-22-2010 <mm-dd-yyyy>
 */
@import url(reset.css);
@import url(960.css);
@import url(basic.css);
@import url(typography.css);
/* ------------------------------------ 
* - HTML Default Elements 
* ------------------------------------*/
body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
}
html {
	background:url(../img/img-bg.jpg) repeat-x center 425px #000;
}
p {
	margin:10px 0;
}
/* ------------------------------------ 
* - Elements 
* ------------------------------------*/
#all {
	display:table;
}
#highlightGalery {
	padding-top:10px;
}
#highlightGalery li {
	display:inline;
	float:left;
}
#allGalery {
	width:617px !important;
	height:250px;
	overflow:hidden;
	float:left;
	position:relative;
}
#galeryObject {
	width:1000%;
}
#galeryObject li {
	display:inline;
	float:left;
	position:relative;
}
#menuShields {
	margin-top:-30px;
}
.ie6 #menuShields {
	margin-top:-30px;
	margin-left:5px;
}
#menuShields li a {
	display:block;
	width:129px;
	height:137px;
}
#menuShields li {
	display:inline;
	float:left;
}
.ie6 #menuShields li {
	display:inline;
	float:left;
}
#menuShields .green {
	background:url(../img/img-escudos-verdes.png) no-repeat center;
}
.ie6 #menuShields .green {
	background:url(../img/img-escudos-verdes.gif) no-repeat center;
	padding:0px 7px;
	margin-left:-6px;
}
#menuShields .blue {
	background:url(../img/img-escudos-azuis.png) no-repeat center;
}
.ie6 #menuShields .blue {
	background:url(../img/img-escudos-azuis.gif) no-repeat center;
	padding:0px 7px;
	margin-left:-6px;
}
.ie6 .imgPosition {
	position:absolute;
	z-index:999;
}
.ie6 .imgPositionTitle {
}
#playersGalery {
	background:url(../img/img-bg-galeria-de-craques.png) no-repeat center;
	margin-bottom:40px;
	width:940px;
	height:335px
}
.ie6 #playersGalery {
	background:url(../img/img-bg-galeria-de-craques.gif) no-repeat center;
}
#playersGaleryResult {
	background:url(../img/img-bg-galeria-de-craques.png) no-repeat center;
	margin-top:130px;
	width:940px;
	height:335px;
}
.ie6 #playersGaleryResult {
	background:url(../img/img-bg-galeria-de-craques.gif) no-repeat center;
}
#selectionPlayer {
	margin-top:45px;
	margin-left:15px;
}
.ie6 #selectionPlayer {
	margin-top:35px;
}
#selectionPlayer li {
	display:inline;
	float:left;

}
#selectionPlayerShow {
	display:none;
	margin-left:15px;
}
#selectionPlayerShow li {
	display:inline;
	float:left;
}
#selectionPlayerResult {
	margin-top:45px;
}
.ie6 #selectionPlayerResult {
	margin-top:35px;
}
#selectionPlayerResult li {
	display:inline;
	float:left;
}
#form input {
	background:url(../img/img-bg-cel-form.jpg) no-repeat left center;
	width:315px;
	height:27px;
	padding:3px 10px;
	margin-left:14px;
	border:0px;
	color:#666;
	font-size:11px;
	font-style:italic;
}
#buttonSubmit {
	margin-left:14px;
	float:left;
	margin-top:18px;
}
#sponsorship {
	background:url(../img/img-bg-patrocinio.jpg) no-repeat left top; width:219px; height:250px; margin-top:10px;
}
/* ------------------------------------ 
* - Footer 
* ------------------------------------*/
#footer{
	margin-bottom:20px;	
}
.ie6 #footer, .ie7 #footer{
	padding-bottom:20px;
}
#captcha {
	display:none;
}
.footerDetails li{
	display:inline;
	padding-right:10px;
	float:left;
}
.footerDetails{
	margin-left:50px;	
}
.logoGlobominas{
	padding-right:0px !important;
	height:20px;
}
.logoGlobominas a {
	background:url(../img/img-globominas.png) no-repeat left top;
	background-position:0px -3px;
	width:113px;
	height:20px;
	display:block;
	text-indent:-9999px;
}
.ie6 .logoGlobominas a {
	background:url(../img/img-globominas.gif) no-repeat left top;
	width:113px;
	height:15px;
	background-position:0px 2px;
}
/* ------------------------------------ 
* - Classes 
* ------------------------------------*/
.ie6 .logoGlobominasPosition { margin-left:-25px; }

.sponsorshipInt { padding:10px 0px 0px 20px; }
.margintop20{
	margin-top:20px;	
}
.marginbottom{
	margin-bottom:20px; 	
}
.marginleft57{
	margin-left:57px; 	
}
.ie6 .marginleft57{
	margin-left:49px; 	
}
.paddingtop20{padding-top:20px;}
.boxVote {
	width:120px;
	height:127px;
	background:url(../img/tela.png) no-repeat center;
	padding:10px;
	margin-top:-150px;
	position:relative;
	z-index:999;
}
.ie6 .boxVote {
	padding: 20px 10px 10px 10px;
}
.playersGaleryTitle {
	margin-bottom:-40px;
	margin-top:0px;
	position:relative;
	z-index:999;
}
.actionsButtons {
	margin-left:10px;
	margin-top:-10px;
}
.ie6 .actionsButtons {
	margin-left:5px;
	margin-top:-5px;
}
.actionsButtonsResult {
	margin-left:10px;
	margin-top:15px;
}
.ie6 .actionsButtonsResult {
	margin-left:5px;
	margin-top:-5px;
}
.sms {
	margin-left:5px;
	margin-top:-25px;
}
.ie7 .sms {
	margin-top:-7px;
}
.ie6 .sms {
	margin-left:2px;
	margin-top:0px;
}
.popUpMenu {
	background:url(../img/img-popup-menu.png) no-repeat center;
	width:117px;
	height:85px;
	position:absolute;
	top:-65px;
	z-index:999;
}
.ie6 .popUpMenu, .ie7 .popUpMenu, .ie8 .popUpMenu {
	margin-bottom:-85px;
	background:url(../img/img-popup-menu.gif) no-repeat center;
}
.popUpMenu p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:11px;
	text-align:center;
	color:#444444;
	width:100px;
	height:75;
}
.titleHight {
	background:url(../img/img-bg-title-destaque.png) repeat;
	padding:15px 20px;
	position:absolute;
	margin-top:15px;
	margin-left:15px;
}
.stamp {
	padding:15px 20px;
	position:absolute;
	text-align:right;
	right:0px;
}
.boxVideo {
	background:url(../img/img-icone-video2.jpg) no-repeat left center;
	width:130px;
	height:30px;
	display:block;
	padding-left:30px;
	margin-left:10px;
	margin-top:-5px;
}
.ie6 .boxVideo {
	padding:3px 0px 0px 30px;
}
.btnVoltar {
	margin-top:10px;
	float:left;
}
.twitteBox {
	display:none;

}
.twitte {
	margin-left:70px;
}
.imgTrans {
	behavior:url(css/iepngfix.htc);
}
.resultWinner {
	font-size:22px;
	font-weight:bold;
	color:#FFAE00;
	margin-left:15px;
	padding:3px 0px;
	letter-spacing:-1px;
}
.resultLoser {
	font-size:18px;
	font-weight:bold;
	color:#FFF;
	margin-left:15px;
	letter-spacing:-1px;
}
.winner {
	position:absolute;
	top:0px;
	left:0px;
	margin-top:-20px;
	margin-left:-17px;
}

/*..............CAPTCHA................*/

img {
	behavior: url(captcha/iepngfix.htc);
}
/* FANCY CAPTCHA STARTS */
.ajax-fc-container {
	width: 316px;
	background:#a8d7ea;
	color:#fff;
	margin:0 15px;
	margin-top:10px;
	float:left;
}
/* rounded corners */
.ajax-fc-rtop, .ajax-fc-rbottom {
	display:block;
	background: white;
}
.ajax-fc-rtop *, .ajax-fc-rbottom * {
	display: block;
	height: 1px;
	overflow: hidden;
	background:#a8d7ea;
}
/* describes left and right boxes */
div#ajax-fc-content {
	position: absolute;
	margin-top: -3px;
	margin-left: 9px;
	width: 298px;
	height: 105px;
	background: url(../captcha/imgs/bg-content-div.png);
}
.ie6 div#ajax-fc-content {
	background: url(../captcha/imgs/bg-content-div.gif);
}
div#ajax-fc-content div#ajax-fc-left {
	width: 200px;
	height: 100px;
	float: left;
}
div#ajax-fc-content div#ajax-fc-right {
	width: 98px;
	height: 100px;
	float: right;
}
/* block left: task and pictures */
p#ajax-fc-task {
	line-height: 12px;
	margin: 0;
	padding: 11px 0 0 11px;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	color: #18779d;
}
p#ajax-fc-task span {
	color: #66a70b;
	font-weight: bold;
}
ul#ajax-fc-task {
	width: 190px;
	height: 18px;
	list-style-type: none;
	background: url(../captcha/imgs/bg-items.png) -4px 0px;
	background-repeat: no-repeat;
	margin: 6px 0 0 0;
	padding: 5px 0 0 2px;
}
.ie6 ul#ajax-fc-task {
	background: url(../captcha/imgs/bg-items.gif) -4px 0px;
}
/* block right: cycle and backlink */
ul#ajax-fc-task li {
	float: left;
	margin-right: 1px;
	margin-top: 6px;
}
p#ajax-fc-circle {
	position: absolute;
	margin: 18px 0 0 15px;
	width: 79px;
	height: 79px;
	background: url(../captcha/imgs/circle.png);
	background-repeat: no-repeat;
}
.ie6 p#ajax-fc-circle {
	background: url(../captcha/imgs/circle.gif);
}
img#ajax-fc-backlink {
	position: absolute;
	margin-top: 1px;
	margin-left: 6px;
	border: 0px;
	z-index: 101;
}
/* left and right png borders */
div#ajax-fc-corner-spacer {
	height: 99px;
}
img.ajax-fc-border {
	position: absolute;
	margin-top: -3px;
}
img.ajax-fc-border#ajax-fc-left {
	margin-left: 2px;
}
img.ajax-fc-border#ajax-fc-right {
	margin-left: 307px;
}
/* items */
.ajax-fc-highlighted {
	cursor: pointer;
	z-index: 102
}
/* rounded corners */
.ajax-fc-r1 {
	margin: 0 5px
}
.ajax-fc-r2 {
	margin: 0 3px
}
.ajax-fc-r3 {
	margin: 0 2px
}
.ajax-fc-r4 {
	margin: 0 1px;
	height: 2px
}
/* FANCY CAPTCHA ENDS */


/*JP Modal*/
#popUp {
	width:485px;
	height:440px;
	background:#FFF;
	padding:20px;
	position:absolute;
	z-index:9999;
	top:50%;
	left:50%;
	display:none;
	margin-top:-220px;
	margin-left:-242px;
}
#bg-overlay {
	background:#000;
	width:100%;
	position:absolute;
	z-index:9990;
	top:0px;
	left:0px;
	display:none;
}

#load{
    display: none;
    margin-top: 110px;
    position:absolute;
    margin-left:425px;

}
a{
    cursor: pointer;
}
subtitleMargin{
    margin-top: -5px;
}
#boxSms { width:100px; height:100px; background:url(../img/selo.png) no-repeat center center; margin-right:100px; margin-bottom:-80px; margin-top:20px; z-index:100; text-indent:-9999px; }
.ie6 #boxSms { width:100px; height:100px; background:url(../img/selo.gif) no-repeat center center; margin-right:100px; margin-bottom:-80px; margin-top:20px; z-index:100; text-indent:-9999px; }
.endVotes{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	width:100px;
	padding-top:104px;
	margin-left:331px;
	letter-spacing:-1px;
}